✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ cp240.webserver.pt ​🇻​♯➤ 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 62.193.192.154 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.64
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/albatroz/cpmove_failed_mysql_dbs.1544892912//albatroz_carpi.sql
-- MySQL dump 10.13  Distrib 5.5.61, for Linux (x86_64)
--
-- Host: localhost    Database: albatroz_carpi
-- ------------------------------------------------------
-- Server version	5.5.61-cll

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `carpi_commentmeta`
--

DROP TABLE IF EXISTS `carpi_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=265 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_commentmeta`
--

LOCK TABLES `carpi_commentmeta` WRITE;
/*!40000 ALTER TABLE `carpi_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_comments`
--

DROP TABLE IF EXISTS `carpi_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_comments`
--

LOCK TABLES `carpi_comments` WRITE;
/*!40000 ALTER TABLE `carpi_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_links`
--

DROP TABLE IF EXISTS `carpi_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_links`
--

LOCK TABLES `carpi_links` WRITE;
/*!40000 ALTER TABLE `carpi_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_options`
--

DROP TABLE IF EXISTS `carpi_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=7558 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_options`
--

LOCK TABLES `carpi_options` WRITE;
/*!40000 ALTER TABLE `carpi_options` DISABLE KEYS */;
INSERT INTO `carpi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://carpi2018.org','yes'),(2,'home','https://carpi2018.org','yes'),(3,'blogname','CARPI 2018','yes'),(4,'blogdescription','International Conference on Applied Robotics  for the Power Industry','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','mentolnet@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:116:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=2186&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:13:{i:2;s:41:\"bt_cost_calculator/bt_cost_calculator.php\";i:3;s:47:\"bt_wordpress_importer/bt_wordpress_importer.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:19:\"eventim/eventim.php\";i:7;s:21:\"meta-box/meta-box.php\";i:8;s:33:\"rapid_composer/rapid_composer.php\";i:9;s:37:\"scripts-n-styles/scripts-n-styles.php\";i:10;s:24:\"simple-history/index.php\";i:11;s:27:\"woosidebars/woosidebars.php\";i:12;s:41:\"wordpress-importer/wordpress-importer.php\";i:13;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";i:14;s:31:\"wp-svg-images/wp-svg-images.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:63:\"/home/albatroz/carpi2018.org/wp-content/themes/carpi/header.php\";i:2;s:62:\"/home/albatroz/carpi2018.org/wp-content/themes/carpi/style.css\";i:3;s:0:\"\";}','no'),(40,'template','eventim','yes'),(41,'stylesheet','carpi','yes'),(42,'comment_whitelist','','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','43764','yes'),(49,'uploads_use_yearmonth_folders','','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','160','yes'),(59,'thumbnail_size_h','160','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','320','yes'),(62,'medium_size_h','0','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1200','yes'),(65,'large_size_h','0','yes'),(66,'image_default_link_type','','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2903:\"[bt_section layout=\"boxed\" top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomExtraSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.cigre.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','2186','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'carpi_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:132:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:109:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:13:\"media_image-3\";i:1;s:16:\"bt_icon_widget-3\";i:2;s:19:\"bt_weather_widget-3\";i:3;s:19:\"bt_weather_widget-4\";}s:12:\"shop-widgets\";a:0:{}s:19:\"primary_widget_area\";a:0:{}s:19:\"header_left_widgets\";a:0:{}s:20:\"header_right_widgets\";a:0:{}s:14:\"footer_widgets\";a:1:{i:0;s:6:\"text-2\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:2:{i:3;a:15:{s:13:\"attachment_id\";i:1132;s:3:\"url\";s:58:\"https://carpi2018.org/wp-content/uploads/header-320x39.png\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:789;s:6:\"height\";i:96;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'cron','a:7:{i:1544884003;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1544895635;a:1:{s:29:\"simple_history/maybe_purge_db\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1544896150;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1544896227;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1544896557;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1544956744;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(5629,'WPLANG','','yes'),(5630,'new_admin_email','mentolnet@gmail.com','yes'),(155,'current_theme','CARPI','yes'),(156,'theme_mods_eventim','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1510773861;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"shop-widgets\";a:0:{}s:19:\"primary_widget_area\";a:0:{}s:19:\"header_left_widgets\";a:0:{}s:20:\"header_right_widgets\";a:0:{}s:14:\"footer_widgets\";a:0:{}}}}','yes'),(157,'theme_switched','','yes'),(364,'theme_mods_carpi','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:44;s:6:\"footer\";i:0;}}','yes'),(158,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1510768439;s:7:\"version\";s:5:\"4.9.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(1079,'simple_history_db_version','5','yes'),(1080,'simple_history_show_as_page','1','yes'),(1081,'simple_history_show_on_dashboard','1','yes'),(117,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1510768403;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(7475,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.1\";s:7:\"version\";s:5:\"5.0.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1544857380;s:15:\"version_checked\";s:5:\"5.0.1\";s:12:\"translations\";a:0:{}}','no'),(5398,'backwpup_cfg_hash','dbacdd','no'),(1082,'simple_history_enable_rss_feed','0','yes'),(1083,'simple_history_rss_secret','higztzexgzowogpuuckh','yes'),(1099,'simplehistory_AvailableUpdatesLogger_plugin_updates_available','a:12:{s:19:\"akismet/akismet.php\";a:1:{s:15:\"checked_version\";s:3:\"4.1\";}s:21:\"meta-box/meta-box.php\";a:1:{s:15:\"checked_version\";s:6:\"4.15.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";a:1:{s:15:\"checked_version\";s:3:\"5.1\";}s:41:\"wordpress-importer/wordpress-importer.php\";a:1:{s:15:\"checked_version\";s:5:\"0.6.4\";}s:31:\"wp-svg-images/wp-svg-images.php\";a:1:{s:15:\"checked_version\";s:3:\"3.0\";}s:33:\"duplicate-post/duplicate-post.php\";a:1:{s:15:\"checked_version\";s:5:\"3.2.2\";}s:24:\"simple-history/index.php\";a:1:{s:15:\"checked_version\";s:6:\"2.28.1\";}s:27:\"woosidebars/woosidebars.php\";a:1:{s:15:\"checked_version\";s:5:\"1.4.5\";}s:35:\"backupwordpress/backupwordpress.php\";a:1:{s:15:\"checked_version\";s:3:\"3.8\";}s:21:\"backwpup/backwpup.php\";a:1:{s:15:\"checked_version\";s:5:\"3.6.6\";}s:37:\"scripts-n-styles/scripts-n-styles.php\";a:1:{s:15:\"checked_version\";s:5:\"3.4.5\";}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";a:1:{s:15:\"checked_version\";s:5:\"2.2.2\";}}','yes'),(1233,'simplehistory_AvailableUpdatesLogger_wp_core_version_available','5.0.1','yes'),(5460,'hmbkp_plugin_version','3.6.4','yes'),(5463,'hmbkp_schedule_1532097858','a:7:{s:11:\"max_backups\";i:7;s:8:\"excludes\";a:0:{}s:4:\"type\";s:8:\"database\";s:12:\"reoccurrence\";s:5:\"daily\";s:19:\"schedule_start_time\";i:1532127600;s:14:\"duration_total\";i:6128746206;s:16:\"backup_run_count\";i:4;}','yes'),(5464,'hmbkp_schedule_1532097859','a:7:{s:11:\"max_backups\";i:3;s:8:\"excludes\";a:0:{}s:4:\"type\";s:8:\"complete\";s:12:\"reoccurrence\";s:6:\"weekly\";s:19:\"schedule_start_time\";i:1532228400;s:14:\"duration_total\";i:1532231733;s:16:\"backup_run_count\";i:1;}','yes'),(1949,'simple_history_total_rows','117390','yes'),(5647,'wpmm_settings','a:5:{s:7:\"general\";a:9:{s:6:\"status\";i:0;s:11:\"bypass_bots\";i:0;s:11:\"meta_robots\";i:0;s:11:\"redirection\";s:21:\"http://carpi2018.org/\";s:7:\"exclude\";a:3:{i:0;s:4:\"feed\";i:1;s:8:\"wp-login\";i:2;s:5:\"login\";}s:6:\"notice\";i:1;s:10:\"admin_link\";i:0;s:12:\"backend_role\";a:0:{}s:13:\"frontend_role\";a:0:{}}s:6:\"design\";a:10:{s:5:\"title\";s:16:\"Maintenance mode\";s:7:\"heading\";s:16:\"Maintenance mode\";s:13:\"heading_color\";s:0:\"\";s:4:\"text\";s:128:\"<p>Sorry for the inconvenience.<br />Our website is currently undergoing maintenance.<br />Thank you for your understanding.</p>\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:9:\"bg_custom\";s:0:\"\";s:13:\"bg_predefined\";s:7:\"bg1.jpg\";s:10:\"custom_css\";a:0:{}}s:7:\"modules\";a:23:{s:16:\"countdown_status\";i:0;s:15:\"countdown_start\";s:19:\"2018-07-20 15:18:47\";s:17:\"countdown_details\";a:3:{s:4:\"days\";i:0;s:5:\"hours\";i:1;s:7:\"minutes\";i:0;}s:15:\"countdown_color\";s:0:\"\";s:16:\"subscribe_status\";i:0;s:14:\"subscribe_text\";s:25:\"Notify me when it\'s ready\";s:20:\"subscribe_text_color\";s:0:\"\";s:13:\"social_status\";i:0;s:13:\"social_target\";i:1;s:13:\"social_github\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_facebook\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:14:\"social_google+\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"contact_status\";i:0;s:13:\"contact_email\";s:19:\"mentolnet@gmail.com\";s:15:\"contact_effects\";s:20:\"move_top|move_bottom\";s:9:\"ga_status\";i:0;s:7:\"ga_code\";s:0:\"\";s:10:\"custom_css\";a:0:{}}s:3:\"bot\";a:6:{s:6:\"status\";i:0;s:4:\"name\";s:5:\"Admin\";s:6:\"avatar\";s:0:\"\";s:8:\"messages\";a:11:{s:2:\"01\";s:97:\"Hey! My name is {bot_name}, I\'m the owner of this website and I\'d like to be your assistant here.\";s:2:\"02\";s:28:\"I have just a few questions.\";s:2:\"03\";s:18:\"What is your name?\";s:2:\"04\";s:38:\"Nice to meet you here, {visitor_name}!\";s:2:\"05\";s:55:\"How you can see, our website will be lauched very soon.\";s:2:\"06\";s:76:\"I know, you are very excited to see it, but we need a few days to finish it.\";s:2:\"07\";s:37:\"Would you like to be first to see it?\";s:4:\"08_1\";s:81:\"Cool! Please leave your email here and I will send you a message when it\'s ready.\";s:4:\"08_2\";s:56:\"Sad to hear that, {visitor_name} :( See you next time…\";s:2:\"09\";s:40:\"Got it! Thank you and see you soon here!\";i:10;s:17:\"Have a great day!\";}s:9:\"responses\";a:4:{s:2:\"01\";s:22:\"Type your name here…\";s:4:\"02_1\";s:12:\"Tell me more\";s:4:\"02_2\";s:6:\"Boring\";s:2:\"03\";s:23:\"Type your email here…\";}s:10:\"custom_css\";a:0:{}}s:4:\"gdpr\";a:5:{s:6:\"status\";i:0;s:17:\"policy_page_label\";s:14:\"Privacy Policy\";s:16:\"policy_page_link\";s:0:\"\";s:17:\"contact_form_tail\";s:186:\"This form collects your name and email so that we can reach you back. Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.\";s:19:\"subscribe_form_tail\";s:193:\"This form collects your email so that we can add you to our newsletter list. Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.\";}}','yes'),(5648,'wpmm_version','2.2.1','yes'),(2468,'SnS_options','a:2:{s:7:\"version\";s:5:\"3.4.4\";s:5:\"hoops\";a:1:{s:10:\"shortcodes\";a:1:{s:8:\"RegCheck\";s:946:\"<script>\r\nfunction registration(){\r\nif (document.getElementById(\"agree\").checked == true){\r\ndocument.getElementById(\"regbutton\").style.color = \"black\";\r\ndocument.getElementById(\"regbutton\").style.bordercolor = \"black\";\r\ndocument.getElementById(\"regbutton\").disabled = false;}\r\nelse{\r\ndocument.getElementById(\"regbutton\").style.color = \"gray\";\r\ndocument.getElementById(\"regbutton\").style.bordercolor = \"gray\";\r\ndocument.getElementById(\"regbutton\").disabled = true;}\r\n}\r\n</script>\r\n\r\n<input id=\"agree\" type=\"checkbox\" onclick=\"registration()\"/><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n<input id=\"regbutton\" style=\"border-color:gray;color:gray;width:150px;font-weight:bold;\" type=\"button\" value=\"Registration\" onclick=\"window.open(\'https://www.congressospco.abreu.pt/CAPRI2018-35151.aspx\', \'_blank\');\" disabled/>\";}}}','yes'),(7550,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1544857382;s:7:\"checked\";a:5:{s:5:\"carpi\";s:5:\"1.0.0\";s:7:\"eventim\";s:5:\"1.1.7\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.8\";s:13:\"twentysixteen\";s:3:\"1.6\";}s:8:\"response\";a:1:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.1.zip\";}}s:12:\"translations\";a:0:{}}','no'),(7551,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1544857383;s:7:\"checked\";a:17:{s:19:\"akismet/akismet.php\";s:3:\"4.1\";s:35:\"backupwordpress/backupwordpress.php\";s:5:\"3.6.4\";s:21:\"backwpup/backwpup.php\";s:5:\"3.6.0\";s:47:\"bt_wordpress_importer/bt_wordpress_importer.php\";s:5:\"1.0.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.1\";s:41:\"bt_cost_calculator/bt_cost_calculator.php\";s:5:\"1.0.5\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.2\";s:19:\"eventim/eventim.php\";s:5:\"1.1.5\";s:9:\"hello.php\";s:5:\"1.7.1\";s:21:\"meta-box/meta-box.php\";s:6:\"4.14.5\";s:33:\"rapid_composer/rapid_composer.php\";s:5:\"1.1.1\";s:37:\"scripts-n-styles/scripts-n-styles.php\";s:5:\"3.4.4\";s:24:\"simple-history/index.php\";s:4:\"2.20\";s:27:\"woosidebars/woosidebars.php\";s:5:\"1.4.3\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:5:\"2.2.1\";s:31:\"wp-svg-images/wp-svg-images.php\";s:3:\"2.2\";}s:8:\"response\";a:9:{s:35:\"backupwordpress/backupwordpress.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/backupwordpress\";s:4:\"slug\";s:15:\"backupwordpress\";s:6:\"plugin\";s:35:\"backupwordpress/backupwordpress.php\";s:11:\"new_version\";s:3:\"3.8\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/backupwordpress/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/backupwordpress.3.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/backupwordpress/assets/icon-256x256.jpg?rev=1105225\";s:2:\"1x\";s:68:\"https://ps.w.org/backupwordpress/assets/icon-128x128.png?rev=1105225\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/backupwordpress/assets/banner-1544x500.jpg?rev=904756\";s:2:\"1x\";s:69:\"https://ps.w.org/backupwordpress/assets/banner-772x250.jpg?rev=904756\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"backwpup/backwpup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/backwpup\";s:4:\"slug\";s:8:\"backwpup\";s:6:\"plugin\";s:21:\"backwpup/backwpup.php\";s:11:\"new_version\";s:5:\"3.6.6\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/backwpup/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/backwpup.3.6.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/backwpup/assets/icon-256x256.png?rev=1422084\";s:2:\"1x\";s:61:\"https://ps.w.org/backwpup/assets/icon-128x128.png?rev=1422084\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/backwpup/assets/banner-1544x500.png?rev=1954500\";s:2:\"1x\";s:63:\"https://ps.w.org/backwpup/assets/banner-772x250.png?rev=1954500\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"5.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"meta-box/meta-box.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/meta-box\";s:4:\"slug\";s:8:\"meta-box\";s:6:\"plugin\";s:21:\"meta-box/meta-box.php\";s:11:\"new_version\";s:6:\"4.15.9\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/meta-box/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/meta-box.4.15.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/meta-box/assets/icon-128x128.png?rev=1100915\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/meta-box/assets/banner-772x250.png?rev=1929588\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"scripts-n-styles/scripts-n-styles.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/scripts-n-styles\";s:4:\"slug\";s:16:\"scripts-n-styles\";s:6:\"plugin\";s:37:\"scripts-n-styles/scripts-n-styles.php\";s:11:\"new_version\";s:5:\"3.4.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/scripts-n-styles/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/scripts-n-styles.3.4.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:67:\"https://s.w.org/plugins/geopattern-icon/scripts-n-styles_46515d.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/scripts-n-styles/assets/banner-772x250.png?rev=539209\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"simple-history/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/simple-history\";s:4:\"slug\";s:14:\"simple-history\";s:6:\"plugin\";s:24:\"simple-history/index.php\";s:11:\"new_version\";s:6:\"2.28.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/simple-history/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/simple-history.2.28.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/simple-history/assets/icon.svg?rev=1044051\";s:3:\"svg\";s:59:\"https://ps.w.org/simple-history/assets/icon.svg?rev=1044051\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/simple-history/assets/banner-772x250.png?rev=1045523\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woosidebars/woosidebars.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woosidebars\";s:4:\"slug\";s:11:\"woosidebars\";s:6:\"plugin\";s:27:\"woosidebars/woosidebars.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woosidebars/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woosidebars.1.4.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/woosidebars_a9c7b8.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/woosidebars/assets/banner-1544x500.png?rev=633896\";s:2:\"1x\";s:65:\"https://ps.w.org/woosidebars/assets/banner-772x250.png?rev=633896\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:79:\"<p>Fixes a fatal error, by removing the no longer relevant contextual help.</p>\";s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/wp-maintenance-mode\";s:4:\"slug\";s:19:\"wp-maintenance-mode\";s:6:\"plugin\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/wp-maintenance-mode/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218\";s:2:\"1x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-128x128.png?rev=1746218\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1833485\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"wp-svg-images/wp-svg-images.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wp-svg-images\";s:4:\"slug\";s:13:\"wp-svg-images\";s:6:\"plugin\";s:31:\"wp-svg-images/wp-svg-images.php\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-svg-images/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-svg-images.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-svg-images/assets/icon-256x256.png?rev=1483917\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-svg-images/assets/icon-128x128.png?rev=1483917\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-svg-images/assets/banner-772x250.png?rev=1483917\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"4.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(7293,'db_upgraded','','yes'),(7291,'wp_page_for_privacy_policy','0','yes'),(7292,'show_comments_cookies_opt_in','0','yes'),(137,'recently_activated','a:2:{s:35:\"backupwordpress/backupwordpress.php\";i:1532336331;s:21:\"backwpup/backwpup.php\";i:1532336327;}','yes'),(139,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'woosidebars-version','1.4.3','yes'),(374,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_bt_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_bt_text_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_bt_icon_widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:6:{s:4:\"icon\";s:7:\"fa_f2b9\";s:5:\"title\";s:5:\"title\";s:4:\"text\";s:4:\"text\";s:3:\"url\";s:0:\"\";s:11:\"show_button\";N;s:6:\"target\";s:0:\"\";}}','yes'),(165,'widget_bt_weather_widget','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:4:{s:8:\"latitude\";s:9:\"38.736946\";s:9:\"longitude\";s:9:\"-9.142685\";s:9:\"temp_unit\";s:1:\"c\";s:4:\"type\";s:5:\"today\";}i:4;a:0:{}}','yes'),(166,'widget_bt_time_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_bt_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_bt_recent_comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(169,'widget_bt_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'widget_bt_twitter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(180,'woocommerce_store_address','','yes'),(181,'woocommerce_store_address_2','','yes'),(182,'woocommerce_store_city','','yes'),(183,'woocommerce_default_country','GB','yes'),(184,'woocommerce_store_postcode','','yes'),(185,'woocommerce_allowed_countries','all','yes'),(186,'woocommerce_all_except_countries','','yes'),(187,'woocommerce_specific_allowed_countries','','yes'),(188,'woocommerce_ship_to_countries','','yes'),(189,'woocommerce_specific_ship_to_countries','','yes'),(190,'woocommerce_default_customer_address','geolocation','yes'),(191,'woocommerce_calc_taxes','no','yes'),(192,'woocommerce_demo_store','no','yes'),(193,'woocommerce_demo_store_notice','This is a demo store for testing purposes &mdash; no orders shall be fulfilled.','no'),(194,'woocommerce_currency','GBP','yes'),(195,'woocommerce_currency_pos','left','yes'),(196,'woocommerce_price_thousand_sep',',','yes'),(197,'woocommerce_price_decimal_sep','.','yes'),(198,'woocommerce_price_num_decimals','2','yes'),(199,'woocommerce_weight_unit','kg','yes'),(200,'woocommerce_dimension_unit','cm','yes'),(201,'woocommerce_enable_reviews','yes','yes'),(202,'woocommerce_review_rating_verification_label','yes','no'),(203,'woocommerce_review_rating_verification_required','no','no'),(204,'woocommerce_enable_review_rating','yes','yes'),(205,'woocommerce_review_rating_required','yes','no'),(206,'woocommerce_shop_page_id','','yes'),(207,'woocommerce_shop_page_display','','yes'),(208,'woocommerce_category_archive_display','','yes'),(209,'woocommerce_default_catalog_orderby','menu_order','yes'),(210,'woocommerce_cart_redirect_after_add','no','yes'),(211,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(212,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(213,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(214,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(215,'woocommerce_manage_stock','yes','yes'),(216,'woocommerce_hold_stock_minutes','60','no'),(217,'woocommerce_notify_low_stock','yes','no'),(218,'woocommerce_notify_no_stock','yes','no'),(219,'woocommerce_stock_email_recipient','mentolnet@gmail.com','no'),(220,'woocommerce_notify_low_stock_amount','2','no'),(221,'woocommerce_notify_no_stock_amount','0','yes'),(222,'woocommerce_hide_out_of_stock_items','no','yes'),(223,'woocommerce_stock_format','','yes'),(224,'woocommerce_file_download_method','force','no'),(225,'woocommerce_downloads_require_login','no','no'),(226,'woocommerce_downloads_grant_access_after_payment','yes','no'),(227,'woocommerce_prices_include_tax','no','yes'),(321,'category_children','a:0:{}','yes'),(316,'_transient_product_query-transient-version','1510769190','yes'),(323,'portfolio_category_children','a:0:{}','yes'),(326,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:8:\"approved\";s:2:\"27\";s:14:\"total_comments\";i:27;s:3:\"all\";i:27;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(330,'duplicate_post_copytitle','1','yes'),(331,'duplicate_post_copydate','0','yes'),(332,'duplicate_post_copystatus','0','yes'),(333,'duplicate_post_copyslug','1','yes'),(334,'duplicate_post_copyexcerpt','1','yes'),(335,'duplicate_post_copycontent','1','yes'),(336,'duplicate_post_copythumbnail','1','yes'),(337,'duplicate_post_copytemplate','1','yes'),(338,'duplicate_post_copyformat','1','yes'),(339,'duplicate_post_copyauthor','0','yes'),(340,'duplicate_post_copypassword','0','yes'),(341,'duplicate_post_copyattachments','0','yes'),(342,'duplicate_post_copychildren','0','yes'),(343,'duplicate_post_copycomments','0','yes'),(344,'duplicate_post_copymenuorder','1','yes'),(345,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(346,'duplicate_post_blacklist','','yes'),(347,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(348,'duplicate_post_show_row','1','yes'),(349,'duplicate_post_show_adminbar','1','yes'),(350,'duplicate_post_show_submitbox','1','yes'),(351,'duplicate_post_show_bulkactions','1','yes'),(2772,'duplicate_post_version','3.2.2','yes'),(2773,'duplicate_post_show_notice','0','no'),(228,'woocommerce_tax_based_on','shipping','yes'),(229,'woocommerce_shipping_tax_class','inherit','yes'),(230,'woocommerce_tax_round_at_subtotal','no','yes'),(231,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(232,'woocommerce_tax_display_shop','excl','yes'),(233,'woocommerce_tax_display_cart','excl','no'),(234,'woocommerce_price_display_suffix','','yes'),(235,'woocommerce_tax_total_display','itemized','no'),(236,'woocommerce_enable_shipping_calc','yes','no'),(237,'woocommerce_shipping_cost_requires_address','no','no'),(238,'woocommerce_ship_to_destination','billing','no'),(239,'woocommerce_shipping_debug_mode','no','no'),(240,'woocommerce_enable_coupons','yes','yes'),(241,'woocommerce_calc_discounts_sequentially','no','no'),(242,'woocommerce_enable_guest_checkout','yes','no'),(243,'woocommerce_force_ssl_checkout','no','yes'),(244,'woocommerce_cart_page_id','','yes'),(245,'woocommerce_checkout_page_id','','yes'),(246,'woocommerce_terms_page_id','','no'),(247,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(248,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(249,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(250,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(251,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(252,'woocommerce_myaccount_page_id','','yes'),(253,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(254,'woocommerce_enable_myaccount_registration','no','no'),(255,'woocommerce_enable_checkout_login_reminder','yes','no'),(256,'woocommerce_registration_generate_username','yes','no'),(257,'woocommerce_registration_generate_password','no','no'),(258,'woocommerce_myaccount_orders_endpoint','orders','yes'),(259,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(260,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(261,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(262,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(263,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(264,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(265,'woocommerce_logout_endpoint','customer-logout','yes'),(266,'woocommerce_email_from_name','CARPI 2018','no'),(267,'woocommerce_email_from_address','mentolnet@gmail.com','no'),(268,'woocommerce_email_header_image','','no'),(269,'woocommerce_email_footer_text','CARPI 2018','no'),(270,'woocommerce_email_base_color','#96588a','no'),(271,'woocommerce_email_background_color','#f7f7f7','no'),(272,'woocommerce_email_body_background_color','#ffffff','no'),(273,'woocommerce_email_text_color','#3c3c3c','no'),(274,'woocommerce_api_enabled','yes','yes'),(275,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(327,'boldthemes_theme_theme_options','a:27:{s:13:\"hide_headline\";s:1:\"1\";s:13:\"template_skin\";s:0:\"\";s:7:\"sidebar\";s:10:\"no_sidebar\";s:16:\"sidebar_use_dash\";s:0:\"\";s:14:\"preloader_text\";s:7:\"Loading\";s:11:\"logo_invert\";s:0:\"\";s:12:\"accent_color\";s:7:\"#cea100\";s:15:\"alternate_color\";s:7:\"#b3def8\";s:17:\"disable_preloader\";s:0:\"\";s:4:\"logo\";s:51:\"https://carpi2018.org/wp-content/uploads/logo-1.png\";s:10:\"below_menu\";s:1:\"1\";s:9:\"menu_type\";s:6:\"hRight\";s:13:\"sticky_header\";s:1:\"1\";s:11:\"custom_text\";s:0:\"\";s:16:\"footer_dark_skin\";s:0:\"\";s:19:\"shop_share_facebook\";s:0:\"\";s:18:\"shop_share_twitter\";s:0:\"\";s:22:\"shop_share_google_plus\";s:0:\"\";s:19:\"shop_share_linkedin\";s:0:\"\";s:13:\"shop_share_vk\";s:0:\"\";s:13:\"shop_use_dash\";s:0:\"\";s:8:\"alt_logo\";s:61:\"https://carpi2018.org/wp-content/uploads/logo-white-carpi.png\";s:10:\"boxed_menu\";s:1:\"1\";s:17:\"top_tools_in_menu\";s:0:\"\";s:9:\"hide_menu\";s:0:\"\";s:23:\"heading_supertitle_font\";s:9:\"no_change\";s:9:\"menu_font\";s:9:\"no_change\";}','yes'),(296,'woocommerce_meta_box_errors','a:0:{}','yes'),(278,'woocommerce_version','3.2.3','yes'),(279,'woocommerce_db_version','3.2.3','yes'),(280,'woocommerce_admin_notices','a:1:{i:0;s:7:\"install\";}','yes'),(281,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(282,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(283,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(284,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(285,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(286,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(287,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(288,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(289,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(290,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(291,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(292,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(293,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(322,'product_cat_children','a:2:{i:32;a:2:{i:0;i:34;i:1;i:36;}i:30;a:1:{i:0;i:35;}}','yes'),(366,'bt_rc_settings','a:1:{s:11:\"tag_as_name\";s:1:\"0\";}','yes'),(607,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"mentolnet@gmail.com\";s:7:\"version\";s:5:\"5.0.1\";s:9:\"timestamp\";i:1544671518;}','no'),(2480,'simplehistory_AvailableUpdatesLogger_theme_updates_available','a:3:{s:15:\"twentyseventeen\";a:1:{s:15:\"checked_version\";s:3:\"1.8\";}s:13:\"twentyfifteen\";a:1:{s:15:\"checked_version\";s:3:\"2.1\";}s:13:\"twentysixteen\";a:1:{s:15:\"checked_version\";s:3:\"1.6\";}}','yes'),(692,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(5399,'backwpup_jobs','a:0:{}','no'),(5400,'backwpup_version','3.6.0','no'),(5401,'backwpup_cfg_showadminbar','','no'),(5402,'backwpup_cfg_showfoldersize','','no'),(5403,'backwpup_cfg_protectfolders','1','no'),(5404,'backwpup_cfg_jobmaxexecutiontime','30','no'),(5405,'backwpup_cfg_jobstepretry','3','no'),(5406,'backwpup_cfg_jobrunauthkey','cc5714d5','no'),(5407,'backwpup_cfg_loglevel','normal_translated','no'),(5408,'backwpup_cfg_jobwaittimems','0','no'),(5409,'backwpup_cfg_jobdooutput','0','no'),(5410,'backwpup_cfg_windows','0','no'),(5411,'backwpup_cfg_maxlogs','30','no'),(5412,'backwpup_cfg_gzlogs','0','no'),(5413,'backwpup_cfg_logfolder','uploads/backwpup-dbacdd-logs/','no'),(5414,'backwpup_cfg_httpauthuser','','no'),(5415,'backwpup_cfg_httpauthpassword','','no'),(5437,'inpsyde-phone-consent-given-BackWPup','a:4:{s:6:\"plugin\";s:8:\"BackWPup\";s:10:\"identifier\";s:32:\"32fd621ff9f1b3e0cebbec350db5801b\";s:11:\"php_version\";s:6:\"5.3.29\";s:10:\"wp_version\";s:5:\"4.9.7\";}','no'),(5417,'backwpup_message_id_en','JVQWWZJAKVZSASDBOBYHSIDBNZSCAR3JOZSSAWLPOVZCAUTBORUW4Z34NB2HI4DTHIXS653POJSHA4TFONZS433SM4XXG5LQOBXXE5BPOBWHKZ3JNYXWEYLDNN3XA5LQF5ZGK5TJMV3XGL34','no'),(5418,'backwpup_message_content_en','Are you happy with BackWPup? If you are satisfied with our free plugin and support, then please make us even happier and just take 30 seconds to leave a positive rating. :) We would really appreciate that and it will motivate our team to develop even more cool features for BackWPup!','no'),(5419,'backwpup_message_button_text_en','Make Us Happy and Give Your Rating','no'),(5420,'backwpup_message_url_en','https://wordpress.org/support/plugin/backwpup/reviews/','no'),(5421,'backwpup_message_id_es','YKQUQYL2NZXXGIDGMVWGSY3FOMQHSIDEMFXG64ZAOR2SA5TBNRXXEYLDNHB3G3RBPRUHI5DQOM5C6L3XN5ZGI4DSMVZXGLTPOJTS643VOBYG64TUF5YGY5LHNFXC6YTBMNVXO4DVOAXXEZLWNFSXO4ZP','no'),(5422,'backwpup_message_content_es','¿Estás contento con BackWPup? Si estás satisfecho con nuestro plugin y con el soporte gratuito, por favor, haznos aún más felices e invierte sólo 30 segundos en dejar una calificación positiva. :) ¡Estaremos muy agradecidos y eso motivará a nuestro equipo a desarrollar características aún más interesantes para BackWPup!','no'),(5423,'backwpup_message_button_text_es','¡Haznos felices y danos tu valoración!','no'),(5424,'backwpup_message_url_es','https://wordpress.org/support/plugin/backwpup/reviews/','no'),(5425,'backwpup_message_id_fr','IRXW43TFFVXG65LTEB2W4ZJANZXXIZJAOBXXG2LUNF3GK7DIOR2HA4Z2F4XXO33SMRYHEZLTOMXG64THF5ZXK4DQN5ZHIL3QNR2WO2LOF5RGCY3LO5YHK4BPOJSXM2LFO5ZS67D4','no'),(5426,'backwpup_message_content_fr','Êtes-vous satisfait de BackWPup ? Si vous êtes satisfait de notre extension gratuite et du support, alors veuillez nous faire plaisir et prendre seulement 30 secondes pour laisser une note positive. :) Nous apprécions vraiment cela et ceci motivera notre équipe à développer des fonctionnalités en plus cool pour BackWPup!','no'),(5427,'backwpup_message_button_text_fr','Donne-nous une note positive','no'),(5428,'backwpup_message_url_fr','https://wordpress.org/support/plugin/backwpup/reviews/','no'),(5429,'backwpup_message_id_de','JBXWYIDENFZCA2TFOR5HIICCMFRWWV2QOVYCAUCSJ56GQ5DUOBZTULZPMJQWG23XOB2XALTEMUXT65LUNVPXG33VOJRWKPKCMFRWWV2QOVYCM5LUNVPWGYLNOBQWSZ3OHVBGCY3LK5IHK4CSIUTHK5DNL5WWKZDJOVWT2QLENVUW4TTPORUWGZJDMJ2XS7D4','no'),(5430,'backwpup_message_content_de','Neu in BackWPup Pro: Restore und Encryption Feature für DSGVO-konforme Backups!','no'),(5431,'backwpup_message_button_text_de','Hol dir jetzt BackWPup PRO','no'),(5432,'backwpup_message_url_de','https://backwpup.de/?utm_source=BackWPup&utm_campaign=BackWPupRE&utm_medium=AdminNotice#buy','no'),(5433,'backwpup_message_id_it','I5ZGC6TJMUWCA3DBONRWSYJANFWCA5DVN4QGMZLFMRRGCY3LPRUHI5DQOM5C6L3XN5ZGI4DSMVZXGLTPOJTS643VOBYG64TUF5YGY5LHNFXC6YTBMNVXO4DVOAXXEZLWNFSXO4ZP','no'),(5434,'backwpup_message_content_it','Ti piace BackWPup? Se sei soddisfatto della versione free e del supporto dedicaci 30 secondi per lasciare un feedback positivo. :) Lo apprezzeremmo molto ed inoltre motiverà il team a sviluppare nuove funzionalità per BackWPup!','no'),(5435,'backwpup_message_button_text_it','Grazie, lascia il tuo feedback','no'),(5436,'backwpup_message_url_it','https://wordpress.org/support/plugin/backwpup/reviews/','no');
/*!40000 ALTER TABLE `carpi_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_postmeta`
--

DROP TABLE IF EXISTS `carpi_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2380 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_postmeta`
--

LOCK TABLES `carpi_postmeta` WRITE;
/*!40000 ALTER TABLE `carpi_postmeta` DISABLE KEYS */;
INSERT INTO `carpi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11,7,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(12,7,'_mail','a:8:{s:7:\"subject\";s:27:\"CARPI 2018 \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <wordpress@carpi2018.org>\";s:4:\"body\";s:170:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on CARPI 2018 (https://carpi2018.org)\";s:9:\"recipient\";s:19:\"mentolnet@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(13,7,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"CARPI 2018 \"[your-subject]\"\";s:6:\"sender\";s:36:\"CARPI 2018 <wordpress@carpi2018.org>\";s:4:\"body\";s:112:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on CARPI 2018 (https://carpi2018.org)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: mentolnet@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(14,7,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(15,7,'_additional_settings',NULL),(16,7,'_locale','en_US'),(2337,2139,'_edit_last','2'),(2336,2139,'_edit_lock','1532342918:2'),(2335,2126,'_edit_lock','1525281516:2'),(21,25,'_wp_attached_file','T_4_front.jpg'),(22,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"T_4_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"T_4_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"T_4_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"T_4_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"T_4_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"T_4_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"T_4_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"T_4_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"T_4_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"T_4_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"T_4_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"T_4_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"T_4_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23,26,'_wp_attached_file','T_3_back.jpg'),(24,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:12:\"T_3_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T_3_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"T_3_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T_3_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"T_3_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"T_3_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"T_3_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:20:\"T_3_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:20:\"T_3_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"T_3_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"T_3_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:20:\"T_3_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:20:\"T_3_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25,27,'_wp_attached_file','T_3_front.jpg'),(26,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"T_3_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"T_3_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"T_3_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"T_3_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"T_3_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"T_3_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"T_3_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"T_3_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"T_3_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"T_3_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"T_3_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"T_3_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"T_3_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27,28,'_wp_attached_file','T_4_back.jpg'),(28,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:12:\"T_4_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T_4_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"T_4_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T_4_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"T_4_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"T_4_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"T_4_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:20:\"T_4_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:20:\"T_4_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"T_4_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"T_4_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:20:\"T_4_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:20:\"T_4_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29,29,'_wp_attached_file','T_4_front1.jpg'),(30,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"T_4_front1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"T_4_front1-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"T_4_front1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"T_4_front1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"T_4_front1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"T_4_front1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"T_4_front1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"T_4_front1-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"T_4_front1-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:23:\"T_4_front1-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:23:\"T_4_front1-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"T_4_front1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"T_4_front1-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31,32,'_wp_attached_file','T_5_front.jpg'),(32,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"T_5_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"T_5_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"T_5_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"T_5_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"T_5_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"T_5_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"T_5_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"T_5_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"T_5_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"T_5_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"T_5_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"T_5_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"T_5_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,33,'_wp_attached_file','T_5_back.jpg'),(34,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:12:\"T_5_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T_5_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"T_5_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T_5_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"T_5_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"T_5_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"T_5_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:20:\"T_5_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:20:\"T_5_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"T_5_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"T_5_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:20:\"T_5_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:20:\"T_5_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35,35,'_wp_attached_file','T_6_front.jpg'),(36,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"T_6_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"T_6_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"T_6_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"T_6_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"T_6_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"T_6_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"T_6_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"T_6_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"T_6_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"T_6_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"T_6_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"T_6_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"T_6_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(37,36,'_wp_attached_file','T_6_back.jpg'),(38,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:12:\"T_6_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T_6_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"T_6_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T_6_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"T_6_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"T_6_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"T_6_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:20:\"T_6_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:20:\"T_6_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"T_6_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"T_6_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:20:\"T_6_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:20:\"T_6_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39,38,'_wp_attached_file','T_7_front.jpg'),(40,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"T_7_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"T_7_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"T_7_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"T_7_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"T_7_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"T_7_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"T_7_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"T_7_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"T_7_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"T_7_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"T_7_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"T_7_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"T_7_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,39,'_wp_attached_file','T_7_back.jpg'),(42,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:12:\"T_7_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T_7_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"T_7_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T_7_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"T_7_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"T_7_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"T_7_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:20:\"T_7_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:20:\"T_7_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"T_7_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"T_7_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:20:\"T_7_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:20:\"T_7_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(43,43,'_wp_attached_file','hoodie_7_front.jpg'),(44,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"hoodie_7_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:27:\"hoodie_7_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"hoodie_7_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"hoodie_7_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45,44,'_wp_attached_file','hoodie_7_back.jpg'),(46,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"hoodie_7_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"hoodie_7_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"hoodie_7_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"hoodie_7_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47,45,'_wp_attached_file','hoodie_1_back.jpg'),(48,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"hoodie_1_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"hoodie_1_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"hoodie_1_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"hoodie_1_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,46,'_wp_attached_file','hoodie_1_front.jpg'),(50,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"hoodie_1_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:27:\"hoodie_1_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"hoodie_1_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"hoodie_1_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51,48,'_wp_attached_file','hoodie_2_front.jpg'),(52,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"hoodie_2_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:27:\"hoodie_2_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"hoodie_2_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"hoodie_2_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,602,'_wp_attached_file','T_1_front.jpg'),(54,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"T_1_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"T_1_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"T_1_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"T_1_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"T_1_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"T_1_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"T_1_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"T_1_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"T_1_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"T_1_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"T_1_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"T_1_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"T_1_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,603,'_wp_attached_file','T_1_back.jpg'),(56,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:12:\"T_1_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T_1_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"T_1_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T_1_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"T_1_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"T_1_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"T_1_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:20:\"T_1_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:20:\"T_1_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"T_1_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"T_1_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:20:\"T_1_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:20:\"T_1_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(57,604,'_wp_attached_file','T_2_front.jpg'),(58,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"T_2_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"T_2_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"T_2_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"T_2_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"T_2_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"T_2_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"T_2_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"T_2_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"T_2_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"T_2_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"T_2_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"T_2_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"T_2_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,605,'_wp_attached_file','T_2_back.jpg'),(60,605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:12:\"T_2_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"T_2_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"T_2_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"T_2_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"T_2_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"T_2_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"T_2_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:20:\"T_2_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:20:\"T_2_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"T_2_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"T_2_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:20:\"T_2_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:20:\"T_2_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(61,49,'_wp_attached_file','hoodie_2_back.jpg'),(62,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"hoodie_2_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"hoodie_2_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"hoodie_2_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"hoodie_2_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(63,51,'_wp_attached_file','hoodie_3_front.jpg'),(64,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"hoodie_3_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:27:\"hoodie_3_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"hoodie_3_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"hoodie_3_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(65,52,'_wp_attached_file','hoodie_3_back.jpg'),(66,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"hoodie_3_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"hoodie_3_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"hoodie_3_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"hoodie_3_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(67,54,'_wp_attached_file','hoodie_4_front.jpg'),(68,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"hoodie_4_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:27:\"hoodie_4_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"hoodie_4_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"hoodie_4_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(69,55,'_wp_attached_file','hoodie_4_back.jpg'),(70,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"hoodie_4_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"hoodie_4_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"hoodie_4_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"hoodie_4_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(71,57,'_wp_attached_file','hoodie_5_front.jpg'),(72,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"hoodie_5_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:27:\"hoodie_5_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"hoodie_5_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"hoodie_5_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(73,58,'_wp_attached_file','hoodie_5_back.jpg'),(74,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"hoodie_5_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"hoodie_5_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"hoodie_5_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"hoodie_5_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,61,'_wp_attached_file','hoodie_6_front.jpg'),(76,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"hoodie_6_front.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:27:\"hoodie_6_front-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"hoodie_6_front-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"hoodie_6_front-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(77,62,'_wp_attached_file','hoodie_6_back.jpg'),(78,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"hoodie_6_back.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"hoodie_6_back-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"hoodie_6_back-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"hoodie_6_back-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(79,68,'_wp_attached_file','poster_1_up.jpg'),(80,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"poster_1_up.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_1_up-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"poster_1_up-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"poster_1_up-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_1_up-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"poster_1_up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"poster_1_up-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:23:\"poster_1_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:23:\"poster_1_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:24:\"poster_1_up-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:24:\"poster_1_up-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:23:\"poster_1_up-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:23:\"poster_1_up-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(81,69,'_wp_attached_file','Poster_1_flat.jpg'),(82,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"Poster_1_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"Poster_1_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"Poster_1_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"Poster_1_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(83,71,'_wp_attached_file','poster_2_up.jpg'),(84,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"poster_2_up.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_2_up-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"poster_2_up-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"poster_2_up-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_2_up-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"poster_2_up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"poster_2_up-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:23:\"poster_2_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:23:\"poster_2_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:24:\"poster_2_up-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:24:\"poster_2_up-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:23:\"poster_2_up-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:23:\"poster_2_up-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,72,'_wp_attached_file','Poster_2_flat.jpg'),(86,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"Poster_2_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"Poster_2_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"Poster_2_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"Poster_2_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,74,'_wp_attached_file','poster_3_up.jpg'),(88,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"poster_3_up.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_3_up-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"poster_3_up-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"poster_3_up-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_3_up-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"poster_3_up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"poster_3_up-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:23:\"poster_3_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:23:\"poster_3_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:24:\"poster_3_up-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:24:\"poster_3_up-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:23:\"poster_3_up-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:23:\"poster_3_up-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89,75,'_wp_attached_file','Poster_3_flat.jpg'),(90,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"Poster_3_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"Poster_3_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"Poster_3_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"Poster_3_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(91,77,'_wp_attached_file','poster_4_up.jpg'),(92,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"poster_4_up.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_4_up-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"poster_4_up-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"poster_4_up-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_4_up-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"poster_4_up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"poster_4_up-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:23:\"poster_4_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:23:\"poster_4_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:24:\"poster_4_up-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:24:\"poster_4_up-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:23:\"poster_4_up-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:23:\"poster_4_up-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,78,'_wp_attached_file','Poster_4_flat.jpg'),(94,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"Poster_4_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"Poster_4_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"Poster_4_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"Poster_4_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,80,'_wp_attached_file','poster_5_up.jpg'),(96,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"poster_5_up.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_5_up-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"poster_5_up-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"poster_5_up-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"poster_5_up-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"poster_5_up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"poster_5_up-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:23:\"poster_5_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:23:\"poster_5_up-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:24:\"poster_5_up-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:24:\"poster_5_up-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:23:\"poster_5_up-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:23:\"poster_5_up-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(97,81,'_wp_attached_file','Poster_5_flat.jpg'),(98,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"Poster_5_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"Poster_5_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"Poster_5_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"Poster_5_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(99,84,'_wp_attached_file','cd_1_angle.jpg'),(100,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"cd_1_angle.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:23:\"cd_1_angle-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:23:\"cd_1_angle-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"cd_1_angle-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(101,85,'_wp_attached_file','cd_1_flat.jpg'),(102,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"cd_1_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"cd_1_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"cd_1_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"cd_1_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(103,88,'_wp_attached_file','cd_2_angle.jpg'),(104,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"cd_2_angle.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:23:\"cd_2_angle-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:23:\"cd_2_angle-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"cd_2_angle-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(105,89,'_wp_attached_file','cd_2_flat.jpg'),(106,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"cd_2_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"cd_2_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"cd_2_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"cd_2_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,91,'_wp_attached_file','cd_3_angle.jpg'),(108,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"cd_3_angle.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:23:\"cd_3_angle-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:23:\"cd_3_angle-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"cd_3_angle-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(109,92,'_wp_attached_file','cd_3_flat.jpg'),(110,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"cd_3_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"cd_3_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"cd_3_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"cd_3_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,94,'_wp_attached_file','cd_4_flat.jpg'),(112,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"cd_4_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"cd_4_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"cd_4_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"cd_4_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(113,95,'_wp_attached_file','cd_4_angle.jpg'),(114,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"cd_4_angle.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:23:\"cd_4_angle-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:23:\"cd_4_angle-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"cd_4_angle-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(115,97,'_wp_attached_file','cd_5_angle.jpg'),(116,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"cd_5_angle.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:23:\"cd_5_angle-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:23:\"cd_5_angle-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"cd_5_angle-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,98,'_wp_attached_file','cd_5_flat.jpg'),(118,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"cd_5_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"cd_5_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"cd_5_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"cd_5_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,100,'_wp_attached_file','cd_6_angle.jpg'),(120,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"cd_6_angle.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:23:\"cd_6_angle-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:23:\"cd_6_angle-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"cd_6_angle-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(121,101,'_wp_attached_file','cd_6_flat.jpg'),(122,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"cd_6_flat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"cd_6_flat-1000x540.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"cd_6_flat-540x1000.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"cd_6_flat-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(123,292,'_wp_attached_file','team_4.jpg'),(124,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:10:\"team_4.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team_4-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team_4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team_4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:18:\"team_4-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:18:\"team_4-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:18:\"team_4-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:18:\"team_4-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:18:\"team_4-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:18:\"team_4-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,293,'_wp_attached_file','team_3.jpg'),(126,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:10:\"team_3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team_3-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team_3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team_3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:18:\"team_3-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:18:\"team_3-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:18:\"team_3-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:18:\"team_3-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:18:\"team_3-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:18:\"team_3-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,294,'_wp_attached_file','team_2.jpg'),(128,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:10:\"team_2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team_2-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team_2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team_2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:18:\"team_2-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:18:\"team_2-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:18:\"team_2-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:18:\"team_2-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:18:\"team_2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:18:\"team_2-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,295,'_wp_attached_file','team_1.jpg'),(130,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:10:\"team_1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team_1-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team_1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team_1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:18:\"team_1-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:18:\"team_1-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:18:\"team_1-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:18:\"team_1-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:18:\"team_1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:18:\"team_1-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,306,'_wp_attached_file','pin_lightblue.png'),(132,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:71;s:4:\"file\";s:17:\"pin_lightblue.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,307,'_wp_attached_file','client-logo-1.png'),(134,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-1-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-1-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-1-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-1-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-1-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-1-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-1-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(135,308,'_wp_attached_file','client-logo-1-black.png'),(136,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-1-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-1-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(137,309,'_wp_attached_file','client-logo-2.png'),(138,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-2-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-2-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-2-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-2-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-2-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-2-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-2-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,310,'_wp_attached_file','client-logo-2-black.png'),(140,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-2-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-2-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,311,'_wp_attached_file','client-logo-3.png'),(142,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-3.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-3-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-3-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-3-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-3-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-3-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-3-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-3-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-3-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-3-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,312,'_wp_attached_file','client-logo-3-black.png'),(144,312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-3-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-3-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,313,'_wp_attached_file','client-logo-4.png'),(146,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-4.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-4-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-4-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-4-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-4-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-4-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-4-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-4-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-4-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-4-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-4-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-4-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,314,'_wp_attached_file','client-logo-4-black.png'),(148,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-4-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-4-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(149,315,'_wp_attached_file','client-logo-5.png'),(150,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-5.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-5-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-5-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-5-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-5-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-5-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-5-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-5-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-5-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-5-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-5-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-5-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(151,316,'_wp_attached_file','client-logo-6.png'),(152,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-6.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-6-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-6-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-6-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-6-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-6-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-6-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-6-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-6-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-6-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-6-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-6-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1563,1077,'boldthemes_theme_override','a:0:{}'),(1566,1077,'_edit_lock','1532345773:2'),(155,317,'_wp_attached_file','client-logo-7.png'),(156,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-7.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-7-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-7-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-7-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-7-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-7-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-7-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-7-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-7-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-7-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-7-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-7-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(157,318,'_wp_attached_file','client-logo-7-black.png'),(158,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-7-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-7-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,319,'_wp_attached_file','client-logo-6-black.png'),(160,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-6-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-6-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(161,320,'_wp_attached_file','client-logo-5-black.png'),(162,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-5-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-5-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(163,321,'_wp_attached_file','client-logo-8.png'),(164,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-8.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-8-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-8-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-8-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-8-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-8-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-8-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-8-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-8-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-8-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-8-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-8-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,322,'_wp_attached_file','client-logo-8-black.png'),(166,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-8-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-8-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,323,'_wp_attached_file','client-logo-9-black.png'),(168,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"client-logo-9-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:31:\"client-logo-9-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(169,324,'_wp_attached_file','client-logo-9.png'),(170,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"client-logo-9.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-9-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"client-logo-9-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"client-logo-9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"client-logo-9-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"client-logo-9-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"client-logo-9-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"client-logo-9-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"client-logo-9-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"client-logo-9-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"client-logo-9-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"client-logo-9-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"client-logo-9-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(171,325,'_wp_attached_file','client-logo-10.png'),(172,325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"client-logo-10.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-10-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"client-logo-10-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"client-logo-10-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-10-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"client-logo-10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"client-logo-10-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"client-logo-10-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"client-logo-10-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"client-logo-10-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"client-logo-10-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"client-logo-10-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"client-logo-10-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(173,326,'_wp_attached_file','client-logo-10-black.png'),(174,326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"client-logo-10-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:32:\"client-logo-10-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,327,'_wp_attached_file','client-logo-11-black.png'),(176,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"client-logo-11-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:32:\"client-logo-11-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,328,'_wp_attached_file','client-logo-11.png'),(178,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"client-logo-11.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-11-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"client-logo-11-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"client-logo-11-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-11-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"client-logo-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"client-logo-11-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"client-logo-11-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"client-logo-11-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"client-logo-11-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"client-logo-11-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"client-logo-11-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"client-logo-11-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,329,'_wp_attached_file','client-logo-12.png'),(180,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"client-logo-12.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-12-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"client-logo-12-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"client-logo-12-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-12-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"client-logo-12-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"client-logo-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"client-logo-12-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"client-logo-12-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"client-logo-12-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"client-logo-12-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"client-logo-12-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"client-logo-12-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(181,330,'_wp_attached_file','client-logo-12-black.png'),(182,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"client-logo-12-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:32:\"client-logo-12-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(183,331,'_wp_attached_file','client-logo-13.png'),(184,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"client-logo-13.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-13-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"client-logo-13-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"client-logo-13-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-13-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"client-logo-13-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"client-logo-13-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"client-logo-13-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"client-logo-13-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"client-logo-13-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"client-logo-13-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"client-logo-13-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"client-logo-13-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,332,'_wp_attached_file','client-logo-13-black.png'),(186,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"client-logo-13-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:32:\"client-logo-13-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(187,333,'_wp_attached_file','client-logo-14.png'),(188,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"client-logo-14.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-14-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"client-logo-14-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"client-logo-14-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-14-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"client-logo-14-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"client-logo-14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"client-logo-14-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"client-logo-14-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"client-logo-14-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"client-logo-14-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"client-logo-14-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"client-logo-14-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(189,334,'_wp_attached_file','client-logo-14-black.png'),(190,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"client-logo-14-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:32:\"client-logo-14-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191,335,'_wp_attached_file','client-logo-15.png'),(192,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:18:\"client-logo-15.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-15-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"client-logo-15-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"client-logo-15-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-15-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"client-logo-15-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"client-logo-15-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"client-logo-15-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"client-logo-15-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"client-logo-15-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"client-logo-15-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"client-logo-15-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"client-logo-15-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(193,336,'_wp_attached_file','client-logo-15-black.png'),(194,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"client-logo-15-black.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-800x540.png\";s:5:\"width\";i:800;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-540x800.png\";s:5:\"width\";i:540;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:32:\"client-logo-15-black-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,337,'_wp_attached_file','photo_1.jpg'),(196,337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:11:\"photo_1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo_1-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"photo_1-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"photo_1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"photo_1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"photo_1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"photo_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"photo_1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:19:\"photo_1-540x270.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:19:\"photo_1-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:21:\"photo_1-1080x1024.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:20:\"photo_1-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:20:\"photo_1-540x1024.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:19:\"photo_1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:19:\"photo_1-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(197,338,'_wp_attached_file','photo_2.jpg'),(198,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:4:\"file\";s:11:\"photo_2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo_2-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"photo_2-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"photo_2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"photo_2-1200x797.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"photo_2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"photo_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"photo_2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:19:\"photo_2-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:19:\"photo_2-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:21:\"photo_2-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:20:\"photo_2-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:20:\"photo_2-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:19:\"photo_2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:19:\"photo_2-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(199,339,'_wp_attached_file','photo_4.jpg'),(200,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:4:\"file\";s:11:\"photo_4.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo_4-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"photo_4-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"photo_4-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"photo_4-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"photo_4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"photo_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"photo_4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:19:\"photo_4-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:19:\"photo_4-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:21:\"photo_4-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:20:\"photo_4-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:20:\"photo_4-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:19:\"photo_4-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:19:\"photo_4-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(201,352,'_wp_attached_file','portfolio_01.jpg'),(202,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:4:\"file\";s:16:\"portfolio_01.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_01-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_01-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_01-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_01-1200x797.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_01-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_01-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_01-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_01-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_01-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_01-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_01-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_01-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(203,353,'_wp_attached_file','portfolio_02.jpg'),(204,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1359;s:4:\"file\";s:16:\"portfolio_02.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_02-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_02-320x212.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_02-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_02-1200x796.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_02-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_02-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_02-540x358.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_02-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_02-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_02-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_02-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_02-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_02-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(205,354,'_wp_attached_file','portfolio_03.jpg'),(206,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:16:\"portfolio_03.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_03-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_03-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_03-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_03-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_03-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_03-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_03-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_03-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_03-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_03-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_03-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_03-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,355,'_wp_attached_file','portfolio_04.jpg'),(208,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:4:\"file\";s:16:\"portfolio_04.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_04-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_04-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_04-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_04-1200x797.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_04-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_04-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_04-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_04-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_04-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_04-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_04-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_04-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_04-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(209,356,'_wp_attached_file','portfolio_05.jpg'),(210,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:16:\"portfolio_05.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_05-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_05-320x214.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_05-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_05-1200x801.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_05-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_05-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_05-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_05-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_05-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_05-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_05-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_05-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_05-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(211,357,'_wp_attached_file','portfolio_06.jpg'),(212,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:16:\"portfolio_06.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_06-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_06-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_06-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_06-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_06-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_06-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_06-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_06-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_06-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_06-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_06-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_06-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_06-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,358,'_wp_attached_file','portfolio_07.jpg'),(214,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:4:\"file\";s:16:\"portfolio_07.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_07-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_07-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_07-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_07-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_07-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_07-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_07-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_07-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_07-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_07-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_07-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_07-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_07-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(215,359,'_wp_attached_file','portfolio_08.jpg'),(216,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:4:\"file\";s:16:\"portfolio_08.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_08-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_08-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_08-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_08-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_08-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_08-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_08-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_08-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_08-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_08-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_08-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_08-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_08-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(217,360,'_wp_attached_file','portfolio_09.jpg'),(218,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:4:\"file\";s:16:\"portfolio_09.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_09-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_09-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_09-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_09-1200x797.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_09-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_09-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_09-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_09-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_09-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_09-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_09-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_09-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_09-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_09-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,361,'_wp_attached_file','portfolio_10.jpg'),(220,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:4:\"file\";s:16:\"portfolio_10.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_10-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portfolio_10-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio_10-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portfolio_10-1200x797.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio_10-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"portfolio_10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"portfolio_10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"portfolio_10-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"portfolio_10-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"portfolio_10-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"portfolio_10-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"portfolio_10-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"portfolio_10-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"portfolio_10-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,370,'_wp_attached_file','logo.png'),(222,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:120;s:4:\"file\";s:8:\"logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-320x96.png\";s:5:\"width\";i:320;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"logo-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:16:\"logo-320x120.png\";s:5:\"width\";i:320;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(223,371,'_wp_attached_file','logo_black.png'),(224,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:120;s:4:\"file\";s:14:\"logo_black.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_black-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo_black-320x96.png\";s:5:\"width\";i:320;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_black-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"logo_black-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"logo_black-320x120.png\";s:5:\"width\";i:320;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(225,419,'_wp_attached_file','logo_inner.png'),(226,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:66;s:4:\"file\";s:14:\"logo_inner.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_inner-160x66.png\";s:5:\"width\";i:160;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo_inner-320x56.png\";s:5:\"width\";i:320;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_inner-180x66.png\";s:5:\"width\";i:180;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"logo_inner-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"logo_inner-320x66.png\";s:5:\"width\";i:320;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,423,'_wp_attached_file','logo_inner_gray.png'),(228,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:66;s:4:\"file\";s:19:\"logo_inner_gray.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logo_inner_gray-160x66.png\";s:5:\"width\";i:160;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"logo_inner_gray-320x56.png\";s:5:\"width\";i:320;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"logo_inner_gray-180x66.png\";s:5:\"width\";i:180;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"logo_inner_gray-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"logo_inner_gray-320x66.png\";s:5:\"width\";i:320;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(229,497,'_wp_attached_file','gspeaker15.jpg'),(230,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:14:\"gspeaker15.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker15-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gspeaker15-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker15-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"gspeaker15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"gspeaker15-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"gspeaker15-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"gspeaker15-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"gspeaker15-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"gspeaker15-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"gspeaker15-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(231,498,'_wp_attached_file','gspeaker14.jpg'),(232,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:14:\"gspeaker14.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker14-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gspeaker14-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker14-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"gspeaker14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"gspeaker14-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"gspeaker14-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"gspeaker14-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"gspeaker14-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"gspeaker14-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"gspeaker14-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(233,499,'_wp_attached_file','gspeaker13.jpg'),(234,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:14:\"gspeaker13.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker13-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gspeaker13-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker13-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"gspeaker13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"gspeaker13-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"gspeaker13-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"gspeaker13-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"gspeaker13-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"gspeaker13-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"gspeaker13-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(235,500,'_wp_attached_file','gspeaker12.jpg'),(236,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:14:\"gspeaker12.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker12-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gspeaker12-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker12-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"gspeaker12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"gspeaker12-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"gspeaker12-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"gspeaker12-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"gspeaker12-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"gspeaker12-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"gspeaker12-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,501,'_wp_attached_file','gspeaker11.jpg'),(238,501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:14:\"gspeaker11.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker11-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gspeaker11-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker11-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"gspeaker11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"gspeaker11-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"gspeaker11-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"gspeaker11-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"gspeaker11-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"gspeaker11-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"gspeaker11-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(239,502,'_wp_attached_file','gspeaker9.jpg'),(240,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker9.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker9-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker9-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker9-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker9-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker9-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker9-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker9-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker9-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker9-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(241,503,'_wp_attached_file','gspeaker8.jpg'),(242,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker8.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker8-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker8-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker8-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker8-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker8-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker8-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker8-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker8-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(243,504,'_wp_attached_file','gspeaker7.jpg'),(244,504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker7.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker7-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker7-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker7-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker7-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker7-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker7-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker7-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker7-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker7-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(245,505,'_wp_attached_file','gspeaker6.jpg'),(246,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker6.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker6-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker6-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker6-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker6-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker6-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker6-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker6-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker6-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(247,506,'_wp_attached_file','gspeaker5.jpg'),(248,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker5.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker5-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker5-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker5-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker5-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker5-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker5-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker5-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker5-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,507,'_wp_attached_file','gspeaker4.jpg'),(250,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker4.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker4-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker4-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker4-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker4-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker4-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker4-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker4-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(251,508,'_wp_attached_file','gspeaker3.jpg'),(252,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker3-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker3-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker3-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker3-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker3-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker3-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker3-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(253,509,'_wp_attached_file','gspeaker2.jpg'),(254,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker2-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker2-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker2-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker2-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker2-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker2-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(255,510,'_wp_attached_file','gspeaker1.jpg'),(256,510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"gspeaker1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker1-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gspeaker1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"gspeaker1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"gspeaker1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"gspeaker1-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"gspeaker1-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:21:\"gspeaker1-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"gspeaker1-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"gspeaker1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"gspeaker1-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(257,511,'_wp_attached_file','gspeaker10.jpg'),(258,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:14:\"gspeaker10.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker10-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gspeaker10-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gspeaker10-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"gspeaker10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:22:\"gspeaker10-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:22:\"gspeaker10-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:22:\"gspeaker10-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:22:\"gspeaker10-540x600.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:22:\"gspeaker10-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:22:\"gspeaker10-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(259,595,'_wp_attached_file','photo_1_full.jpg'),(260,595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:4:\"file\";s:16:\"photo_1_full.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"photo_1_full-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"photo_1_full-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"photo_1_full-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"photo_1_full-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"photo_1_full-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"photo_1_full-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"photo_1_full-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"photo_1_full-540x359.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"photo_1_full-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"photo_1_full-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"photo_1_full-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"photo_1_full-540x1080.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"photo_1_full-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"photo_1_full-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(261,986,'_wp_attached_file','cropped-logo_inner.png'),(262,986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"cropped-logo_inner.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-logo_inner-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cropped-logo_inner-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-logo_inner-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"cropped-logo_inner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:30:\"cropped-logo_inner-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:30:\"cropped-logo_inner-512x405.png\";s:5:\"width\";i:512;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(263,986,'_wp_attachment_context','site-icon'),(1771,1350,'_wp_attached_file','logo-cgd.svg'),(1764,1343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:874;s:4:\"file\";s:16:\"AM_greyscale.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-874x540.png\";s:5:\"width\";i:874;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-540x874.png\";s:5:\"width\";i:540;s:6:\"height\";i:874;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"AM_greyscale-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(288,2,'_edit_last','2'),(289,2,'boldthemes_theme_animations','normal'),(290,2,'boldthemes_theme_override','a:0:{}'),(2346,2169,'_edit_last','1'),(2345,2168,'_edit_lock','1525686240:1'),(300,12,'boldthemes_theme_animations','normal'),(301,12,'boldthemes_theme_override','a:0:{}'),(302,12,'_edit_last','1'),(309,392,'boldthemes_theme_animations','normal'),(310,392,'boldthemes_theme_override','a:0:{}'),(311,392,'_edit_last','1'),(2349,2169,'_edit_lock','1532345474:2'),(1686,1142,'_wp_attached_file','logo-1.png'),(1687,1142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:789;s:6:\"height\";i:96;s:4:\"file\";s:10:\"logo-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-160x96.png\";s:5:\"width\";i:160;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo-1-320x39.png\";s:5:\"width\";i:320;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"logo-1-768x93.png\";s:5:\"width\";i:768;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:17:\"logo-1-540x66.png\";s:5:\"width\";i:540;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:17:\"logo-1-540x96.png\";s:5:\"width\";i:540;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:17:\"logo-1-540x96.png\";s:5:\"width\";i:540;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:17:\"logo-1-320x96.png\";s:5:\"width\";i:320;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:17:\"logo-1-540x96.png\";s:5:\"width\";i:540;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1739,2,'_edit_lock','1542107954:2'),(1740,1336,'_menu_item_type','post_type'),(1736,1321,'_wp_attached_file','header-lisbon-4ok.jpg'),(1737,1321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:450;s:4:\"file\";s:21:\"header-lisbon-4ok.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"header-lisbon-4ok-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"header-lisbon-4ok-320x111.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"header-lisbon-4ok-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"header-lisbon-4ok-1200x415.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:29:\"header-lisbon-4ok-540x187.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:29:\"header-lisbon-4ok-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:30:\"header-lisbon-4ok-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:30:\"header-lisbon-4ok-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:29:\"header-lisbon-4ok-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:29:\"header-lisbon-4ok-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:29:\"header-lisbon-4ok-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:25:\"info@albatroz.engineering\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1723,1254,'_edit_last','2'),(1722,1254,'_edit_lock','1532345604:2'),(1721,1254,'_dp_original','887'),(400,767,'boldthemes_theme_animations','normal'),(401,767,'boldthemes_theme_override','a:0:{}'),(402,767,'_dp_original','555'),(403,767,'_edit_last','1'),(410,887,'_edit_last','1'),(411,887,'boldthemes_theme_override','a:0:{}'),(412,887,'boldthemes_theme_animations','normal'),(1733,12,'_edit_lock','1532516378:2'),(1732,1077,'_oembed_c25bdbc8020494a8be1ab043ac949b59','{{unknown}}'),(433,22,'_visibility','visible'),(434,22,'_stock_status','instock'),(435,22,'total_sales','0'),(436,22,'_downloadable','no'),(437,22,'_virtual','no'),(438,22,'_product_image_gallery','26,27,28,29'),(439,22,'_regular_price',''),(440,22,'_sale_price',''),(441,22,'_tax_status',''),(442,22,'_tax_class',''),(443,22,'_purchase_note',''),(444,22,'_featured','no'),(445,22,'_weight',''),(446,22,'_length',''),(447,22,'_width',''),(448,22,'_height',''),(449,22,'_sku',''),(450,22,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:0;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(451,22,'_sale_price_dates_from',''),(452,22,'_sale_price_dates_to',''),(453,22,'_price','20'),(454,22,'_sold_individually',''),(455,22,'_stock',''),(456,22,'_backorders','no'),(457,22,'_manage_stock','no'),(458,22,'_thumbnail_id','25'),(459,22,'_min_variation_price','20'),(460,22,'_max_variation_price','20'),(461,22,'_min_variation_regular_price','20'),(462,22,'_max_variation_regular_price','20'),(463,22,'_min_variation_sale_price',''),(464,22,'_max_variation_sale_price',''),(465,22,'_default_attributes','a:0:{}'),(466,22,'_wp_old_slug','share-your-idea'),(467,22,'_upsell_ids','a:1:{i:0;s:2:\"40\";}'),(468,22,'_wc_average_rating','4.33'),(469,22,'_wc_rating_count','a:2:{i:4;i:2;i:5;i:1;}'),(470,22,'_wc_review_count','3'),(480,31,'_thumbnail_id','32'),(481,31,'_visibility','visible'),(482,31,'_stock_status','instock'),(483,31,'total_sales','0'),(484,31,'_downloadable','no'),(485,31,'_virtual','no'),(486,31,'_product_image_gallery','33'),(487,31,'_regular_price','20'),(488,31,'_sale_price',''),(489,31,'_tax_status',''),(490,31,'_tax_class',''),(491,31,'_purchase_note',''),(492,31,'_featured','no'),(493,31,'_weight',''),(494,31,'_length',''),(495,31,'_width',''),(496,31,'_height',''),(497,31,'_sku',''),(498,31,'_product_attributes','a:0:{}'),(499,31,'_sale_price_dates_from',''),(500,31,'_sale_price_dates_to',''),(501,31,'_price','20'),(502,31,'_sold_individually',''),(503,31,'_stock',''),(504,31,'_backorders','no'),(505,31,'_manage_stock','no'),(506,31,'_crosssell_ids','a:2:{i:0;s:2:\"34\";i:1;s:2:\"37\";}'),(507,31,'_upsell_ids','a:1:{i:0;s:2:\"56\";}'),(508,31,'_wc_rating_count','a:1:{i:5;i:1;}'),(509,31,'_wc_average_rating','5.00'),(510,31,'_wc_review_count','1'),(511,34,'_thumbnail_id','35'),(512,34,'_visibility','visible'),(513,34,'_stock_status','instock'),(514,34,'total_sales','0'),(515,34,'_downloadable','no'),(516,34,'_virtual','no'),(517,34,'_product_image_gallery','36'),(518,34,'_regular_price','20'),(519,34,'_sale_price',''),(520,34,'_tax_status',''),(521,34,'_tax_class',''),(522,34,'_purchase_note',''),(523,34,'_featured','no'),(524,34,'_weight',''),(525,34,'_length',''),(526,34,'_width',''),(527,34,'_height',''),(528,34,'_sku',''),(529,34,'_product_attributes','a:0:{}'),(530,34,'_sale_price_dates_from',''),(531,34,'_sale_price_dates_to',''),(532,34,'_price','20'),(533,34,'_sold_individually',''),(534,34,'_stock',''),(535,34,'_backorders','no'),(536,34,'_manage_stock','no'),(537,34,'_crosssell_ids','a:2:{i:0;s:2:\"37\";i:1;s:2:\"31\";}'),(538,34,'_upsell_ids','a:1:{i:0;s:2:\"47\";}'),(539,34,'_wc_average_rating','0'),(540,34,'_wc_rating_count','a:0:{}'),(541,34,'_wc_review_count','0'),(542,37,'_visibility','visible'),(543,37,'_stock_status','instock'),(544,37,'total_sales','0'),(545,37,'_downloadable','no'),(546,37,'_virtual','no'),(547,37,'_product_image_gallery','39'),(548,37,'_regular_price','18'),(549,37,'_sale_price',''),(550,37,'_tax_status',''),(551,37,'_tax_class',''),(552,37,'_purchase_note',''),(553,37,'_featured','no'),(554,37,'_weight',''),(555,37,'_length',''),(556,37,'_width',''),(557,37,'_height',''),(558,37,'_sku',''),(559,37,'_product_attributes','a:0:{}'),(560,37,'_sale_price_dates_from',''),(561,37,'_sale_price_dates_to',''),(562,37,'_price','18'),(563,37,'_sold_individually',''),(564,37,'_stock',''),(565,37,'_backorders','no'),(566,37,'_manage_stock','no'),(567,37,'_thumbnail_id','38'),(568,37,'_crosssell_ids','a:2:{i:0;s:2:\"34\";i:1;s:2:\"31\";}'),(569,37,'_upsell_ids','a:1:{i:0;s:2:\"53\";}'),(570,37,'_wc_average_rating','5.00'),(571,37,'_wc_rating_count','a:1:{i:5;i:2;}'),(572,37,'_wc_review_count','2'),(573,40,'_visibility','visible'),(574,40,'_stock_status','instock'),(575,40,'total_sales','0'),(576,40,'_downloadable','no'),(577,40,'_virtual','no'),(578,40,'_product_image_gallery','44,45,46'),(579,40,'_regular_price',''),(580,40,'_sale_price',''),(581,40,'_tax_status',''),(582,40,'_tax_class',''),(583,40,'_purchase_note',''),(584,40,'_featured','no'),(585,40,'_weight',''),(586,40,'_length',''),(587,40,'_width',''),(588,40,'_height',''),(589,40,'_sku',''),(590,40,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"Size\";s:5:\"value\";s:20:\"small | medium | big\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(591,40,'_upsell_ids','a:0:{}'),(592,40,'_min_price_variation_id','42'),(593,40,'_sale_price_dates_from',''),(594,40,'_sale_price_dates_to',''),(595,40,'_price','30'),(596,40,'_sold_individually',''),(597,40,'_stock',''),(598,40,'_backorders','no'),(599,40,'_manage_stock','no'),(600,40,'_min_variation_price','30'),(601,40,'_max_variation_price','33'),(602,40,'_min_variation_regular_price','35'),(603,40,'_max_variation_regular_price','35'),(604,40,'_min_variation_sale_price','30'),(605,40,'_max_variation_sale_price','33'),(606,40,'_default_attributes','a:0:{}'),(607,40,'_thumbnail_id','43'),(608,40,'_crosssell_ids','a:1:{i:0;i:22;}'),(609,40,'_wp_old_slug','ship-your-idea-2'),(610,40,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(611,40,'_wc_average_rating','4.50'),(612,40,'_edit_last','1'),(613,40,'_wp_old_slug','coffie-break'),(614,40,'boldthemes_theme_override','a:0:{}'),(615,40,'_max_price_variation_id','41'),(616,40,'_min_regular_price_variation_id','41'),(617,40,'_max_regular_price_variation_id','41'),(618,40,'_min_sale_price_variation_id','42'),(619,40,'_max_sale_price_variation_id','41'),(620,40,'_product_version','2.4.12'),(621,40,'_wc_review_count','2'),(622,47,'_visibility','visible'),(623,47,'_stock_status','instock'),(624,47,'total_sales','0'),(625,47,'_downloadable','no'),(626,47,'_virtual','no'),(627,47,'_product_image_gallery','49'),(628,47,'_regular_price','35'),(629,47,'_sale_price',''),(630,47,'_tax_status',''),(631,47,'_tax_class',''),(632,47,'_purchase_note',''),(633,47,'_featured','no'),(634,47,'_weight',''),(635,47,'_length',''),(636,47,'_width',''),(637,47,'_height',''),(638,47,'_sku',''),(639,47,'_product_attributes','a:0:{}'),(640,47,'_sale_price_dates_from',''),(641,47,'_sale_price_dates_to',''),(642,47,'_price','35'),(643,47,'_sold_individually',''),(644,47,'_stock',''),(645,47,'_backorders','no'),(646,47,'_manage_stock','no'),(647,47,'_thumbnail_id','48'),(648,47,'_crosssell_ids','a:1:{i:0;s:2:\"34\";}'),(649,47,'_wc_average_rating','5.00'),(650,47,'_wc_rating_count','a:1:{i:5;i:1;}'),(651,47,'_wc_review_count','1'),(652,50,'_visibility','visible'),(653,50,'_stock_status','instock'),(654,50,'total_sales','0'),(655,50,'_downloadable','no'),(656,50,'_virtual','no'),(657,50,'_product_image_gallery','52'),(658,50,'_regular_price','35'),(659,50,'_sale_price',''),(660,50,'_tax_status',''),(661,50,'_tax_class',''),(662,50,'_purchase_note',''),(663,50,'_featured','no'),(664,50,'_weight',''),(665,50,'_length',''),(666,50,'_width',''),(667,50,'_height',''),(668,50,'_sku',''),(669,50,'_product_attributes','a:0:{}'),(670,50,'_sale_price_dates_from',''),(671,50,'_sale_price_dates_to',''),(672,50,'_price','35'),(673,50,'_sold_individually',''),(674,50,'_stock',''),(675,50,'_backorders','no'),(676,50,'_manage_stock','no'),(677,50,'_thumbnail_id','51'),(678,50,'_crosssell_ids','a:1:{i:0;s:2:\"53\";}'),(679,50,'_wp_old_slug','patient-ninja'),(680,50,'_wc_average_rating','4.67'),(681,50,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:2;}'),(682,50,'_wc_review_count','3'),(683,53,'_thumbnail_id','54'),(684,53,'_visibility','visible'),(685,53,'_stock_status','instock'),(686,53,'total_sales','0'),(687,53,'_downloadable','no'),(688,53,'_virtual','no'),(689,53,'_product_image_gallery','55'),(690,53,'_regular_price','35'),(691,53,'_sale_price',''),(692,53,'_tax_status',''),(693,53,'_tax_class',''),(694,53,'_purchase_note',''),(695,53,'_featured','no'),(696,53,'_weight',''),(697,53,'_length',''),(698,53,'_width',''),(699,53,'_height',''),(700,53,'_sku',''),(701,53,'_product_attributes','a:0:{}'),(702,53,'_sale_price_dates_from',''),(703,53,'_sale_price_dates_to',''),(704,53,'_price','35'),(705,53,'_sold_individually',''),(706,53,'_stock',''),(707,53,'_backorders','no'),(708,53,'_manage_stock','no'),(709,53,'_crosssell_ids','a:1:{i:0;s:2:\"37\";}'),(710,53,'_wp_old_slug','happy-ninja-2'),(711,53,'_wc_average_rating','3.00'),(712,53,'_wc_rating_count','a:2:{i:1;i:1;i:5;i:1;}'),(713,53,'_wc_review_count','2'),(714,56,'_visibility','visible'),(715,56,'_stock_status','instock'),(716,56,'total_sales','0'),(717,56,'_downloadable','no'),(718,56,'_virtual','no'),(719,56,'_product_image_gallery','58'),(720,56,'_regular_price','35'),(721,56,'_sale_price',''),(722,56,'_tax_status',''),(723,56,'_tax_class',''),(724,56,'_purchase_note',''),(725,56,'_featured','no'),(726,56,'_weight',''),(727,56,'_length',''),(728,56,'_width',''),(729,56,'_height',''),(730,56,'_sku',''),(731,56,'_product_attributes','a:0:{}'),(732,56,'_sale_price_dates_from',''),(733,56,'_sale_price_dates_to',''),(734,56,'_price','35'),(735,56,'_sold_individually',''),(736,56,'_stock',''),(737,56,'_backorders','no'),(738,56,'_manage_stock','no'),(739,56,'_thumbnail_id','57'),(740,56,'_crosssell_ids','a:1:{i:0;s:2:\"31\";}'),(741,56,'_wp_old_slug','ninja-silhouette-2'),(742,56,'_wc_average_rating','4.75'),(743,56,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:3;}'),(744,56,'_wc_review_count','4'),(745,60,'_thumbnail_id','61'),(746,60,'_visibility','visible'),(747,60,'_stock_status','instock'),(748,60,'total_sales','0'),(749,60,'_downloadable','no'),(750,60,'_virtual','no'),(751,60,'_product_image_gallery','62'),(752,60,'_regular_price','35'),(753,60,'_sale_price',''),(754,60,'_tax_status',''),(755,60,'_tax_class',''),(756,60,'_purchase_note',''),(757,60,'_featured','no'),(758,60,'_weight',''),(759,60,'_length',''),(760,60,'_width',''),(761,60,'_height',''),(762,60,'_sku',''),(763,60,'_product_attributes','a:0:{}'),(764,60,'_sale_price_dates_from',''),(765,60,'_sale_price_dates_to',''),(766,60,'_price','35'),(767,60,'_sold_individually',''),(768,60,'_stock',''),(769,60,'_backorders','no'),(770,60,'_manage_stock','no'),(771,60,'_crosssell_ids','a:1:{i:0;s:2:\"15\";}'),(772,60,'_wp_old_slug','woo-logo-2'),(773,60,'_wc_average_rating','3.00'),(774,60,'_wc_rating_count','a:1:{i:3;i:1;}'),(775,60,'_wc_review_count','1'),(1717,1213,'_edit_lock','1532345602:2'),(1716,1213,'boldthemes_theme_override','a:0:{}'),(1567,1077,'_edit_last','2'),(1565,1077,'_dp_original','555'),(1572,1086,'_wp_attached_file','ponte-noite.jpg'),(1573,1086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:450;s:4:\"file\";s:15:\"ponte-noite.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ponte-noite-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ponte-noite-320x105.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ponte-noite-768x253.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"ponte-noite-1200x395.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:23:\"ponte-noite-540x178.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:23:\"ponte-noite-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:24:\"ponte-noite-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:24:\"ponte-noite-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:23:\"ponte-noite-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:23:\"ponte-noite-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:23:\"ponte-noite-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1734,1308,'_wp_attached_file','IST.jpg'),(1735,1308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:464;s:4:\"file\";s:7:\"IST.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"IST-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"IST-320x212.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:15:\"IST-540x358.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:15:\"IST-540x464.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:15:\"IST-540x464.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:15:\"IST-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:15:\"IST-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1707,887,'_edit_lock','1532597789:2'),(1714,1213,'_edit_last','1'),(1715,1213,'boldthemes_theme_animations','normal'),(1724,1259,'_wp_attached_file','jsgm-retrato-pb.jpg'),(1725,1259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:726;s:6:\"height\";i:726;s:4:\"file\";s:19:\"jsgm-retrato-pb.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"jsgm-retrato-pb-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"jsgm-retrato-pb-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:27:\"jsgm-retrato-pb-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:27:\"jsgm-retrato-pb-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:27:\"jsgm-retrato-pb-726x540.jpg\";s:5:\"width\";i:726;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"jsgm-retrato-pb-540x726.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:27:\"jsgm-retrato-pb-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:27:\"jsgm-retrato-pb-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1719,1254,'boldthemes_theme_override','a:0:{}'),(1720,1254,'boldthemes_theme_animations','normal'),(863,768,'_thumbnail_id','602'),(864,768,'_visibility','visible'),(865,768,'_stock_status','instock'),(866,768,'total_sales','0'),(867,768,'_downloadable','no'),(868,768,'_virtual','no'),(869,768,'_product_image_gallery','17'),(870,768,'_regular_price','20'),(871,768,'_sale_price','18'),(872,768,'_tax_status',''),(873,768,'_tax_class',''),(874,768,'_purchase_note',''),(875,768,'_featured','no'),(876,768,'_weight',''),(877,768,'_length',''),(878,768,'_width',''),(879,768,'_height',''),(880,768,'_sku',''),(881,768,'_product_attributes','a:0:{}'),(882,768,'_sale_price_dates_from',''),(883,768,'_sale_price_dates_to',''),(884,768,'_price','18'),(885,768,'_sold_individually',''),(886,768,'_stock','5'),(887,768,'_backorders','no'),(888,768,'_manage_stock','yes'),(889,768,'_upsell_ids','a:1:{i:0;s:2:\"60\";}'),(890,768,'_wc_rating_count','a:1:{i:4;i:1;}'),(891,768,'_wc_average_rating','4.00'),(892,768,'_wc_review_count','1'),(893,769,'_thumbnail_id','604'),(894,769,'_visibility','visible'),(895,769,'_stock_status','instock'),(896,769,'total_sales','0'),(897,769,'_downloadable','no'),(898,769,'_virtual','no'),(899,769,'_product_image_gallery','21'),(900,769,'_regular_price','20'),(901,769,'_sale_price',''),(902,769,'_tax_status',''),(903,769,'_tax_class',''),(904,769,'_purchase_note',''),(905,769,'_featured','no'),(906,769,'_weight',''),(907,769,'_length',''),(908,769,'_width',''),(909,769,'_height',''),(910,769,'_sku',''),(911,769,'_product_attributes','a:0:{}'),(912,769,'_sale_price_dates_from',''),(913,769,'_sale_price_dates_to',''),(914,769,'_price','20'),(915,769,'_sold_individually',''),(916,769,'_stock',''),(917,769,'_backorders','no'),(918,769,'_manage_stock','no'),(919,769,'_wc_average_rating','4.50'),(920,769,'_wc_rating_count','a:2:{i:4;i:1;i:5;i:1;}'),(921,769,'_wc_review_count','2'),(922,4,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(923,4,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:47:\"[your-name] <wordpress@eventim.bold-themes.com>\";s:4:\"body\";s:189:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Conference (http://eventim.bold-themes.com/conference)\";s:9:\"recipient\";s:20:\"info@bold-themes.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(924,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:46:\"Conference <wordpress@eventim.bold-themes.com>\";s:4:\"body\";s:131:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Conference (http://eventim.bold-themes.com/conference)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:30:\"Reply-To: info@bold-themes.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(925,4,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(926,4,'_additional_settings',''),(927,4,'_locale','en_US'),(928,4,'_config_errors','a:1:{s:12:\"mail.subject\";i:101;}'),(929,24,'_sku',''),(930,24,'_weight',''),(931,24,'_length',''),(932,24,'_width',''),(933,24,'_height',''),(934,24,'_stock',''),(935,24,'_thumbnail_id','27'),(936,24,'_virtual','no'),(937,24,'_downloadable','no'),(938,24,'_regular_price','20'),(939,24,'_sale_price',''),(940,24,'_sale_price_dates_from',''),(941,24,'_sale_price_dates_to',''),(942,24,'_price','20'),(943,24,'_tax_class',''),(944,24,'_download_limit',''),(945,24,'_download_expiry',''),(946,24,'_file_paths',''),(947,24,'attribute_pa_color','green'),(948,41,'_sku',''),(949,41,'_weight',''),(950,41,'_length',''),(951,41,'_width',''),(952,41,'_height',''),(953,41,'_thumbnail_id','43'),(954,41,'_virtual','no'),(955,41,'_downloadable','no'),(956,41,'_regular_price','35'),(957,41,'_sale_price','33'),(958,41,'_sale_price_dates_from',''),(959,41,'_sale_price_dates_to',''),(960,41,'_price','33'),(961,41,'_downloadable_files',''),(962,41,'_download_limit',''),(963,41,'_download_expiry',''),(964,41,'_file_paths',''),(965,41,'_stock_status','instock'),(966,41,'attribute_size','medium'),(967,41,'_variation_description',''),(968,41,'_manage_stock','no'),(969,42,'_manage_stock','no'),(970,42,'_sku',''),(971,42,'_weight',''),(972,42,'_length',''),(973,42,'_width',''),(974,42,'_height',''),(975,42,'_thumbnail_id','46'),(976,42,'_virtual','no'),(977,42,'_downloadable','no'),(978,42,'_regular_price','35'),(979,42,'_sale_price','30'),(980,42,'_sale_price_dates_from',''),(981,42,'_sale_price_dates_to',''),(982,42,'_price','30'),(983,42,'_downloadable_files',''),(984,42,'_download_limit',''),(985,42,'_download_expiry',''),(986,42,'_file_paths',''),(987,42,'_stock_status','instock'),(988,42,'attribute_size','big'),(989,42,'_variation_description',''),(990,67,'_visibility','visible'),(991,67,'_stock_status','instock'),(992,67,'total_sales','0'),(993,67,'_downloadable','no'),(994,67,'_virtual','no'),(995,67,'_product_image_gallery','69'),(996,67,'_regular_price','15'),(997,67,'_sale_price',''),(998,67,'_tax_status',''),(999,67,'_tax_class',''),(1000,67,'_purchase_note',''),(1001,67,'_featured','no'),(1002,67,'_weight',''),(1003,67,'_length',''),(1004,67,'_width',''),(1005,67,'_height',''),(1006,67,'_sku',''),(1007,67,'_product_attributes','a:0:{}'),(1008,67,'_sale_price_dates_from',''),(1009,67,'_sale_price_dates_to',''),(1010,67,'_price','15'),(1011,67,'_sold_individually',''),(1012,67,'_stock',''),(1013,67,'_backorders','no'),(1014,67,'_manage_stock','no'),(1015,67,'_thumbnail_id','68'),(1016,67,'_upsell_ids','a:2:{i:0;s:2:\"22\";i:1;s:2:\"40\";}'),(1017,67,'_crosssell_ids','a:2:{i:0;s:2:\"22\";i:1;s:2:\"40\";}'),(1018,67,'_wc_rating_count','a:0:{}'),(1019,67,'_wc_average_rating','0'),(1020,67,'_wc_review_count','0'),(1021,70,'_visibility','visible'),(1022,70,'_stock_status','instock'),(1023,70,'total_sales','0'),(1024,70,'_downloadable','no'),(1025,70,'_virtual','no'),(1026,70,'_product_image_gallery','72'),(1027,70,'_regular_price','15'),(1028,70,'_sale_price','12'),(1029,70,'_tax_status',''),(1030,70,'_tax_class',''),(1031,70,'_purchase_note',''),(1032,70,'_featured','no'),(1033,70,'_weight',''),(1034,70,'_length',''),(1035,70,'_width',''),(1036,70,'_height',''),(1037,70,'_sku',''),(1038,70,'_product_attributes','a:0:{}'),(1039,70,'_sale_price_dates_from',''),(1040,70,'_sale_price_dates_to',''),(1041,70,'_price','12'),(1042,70,'_sold_individually',''),(1043,70,'_stock',''),(1044,70,'_backorders','no'),(1045,70,'_manage_stock','no'),(1046,70,'_thumbnail_id','71'),(1047,70,'_wp_old_slug','flying-ninja'),(1048,70,'_wc_average_rating','4.00'),(1049,70,'_wc_rating_count','a:3:{i:3;i:1;i:4;i:2;i:5;i:1;}'),(1050,70,'_wc_review_count','4'),(1051,73,'_visibility','visible'),(1052,73,'_stock_status','instock'),(1053,73,'total_sales','0'),(1054,73,'_downloadable','no'),(1055,73,'_virtual','no'),(1056,73,'_product_image_gallery','75'),(1057,73,'_regular_price','15'),(1058,73,'_sale_price','12'),(1059,73,'_tax_status',''),(1060,73,'_tax_class',''),(1061,73,'_purchase_note',''),(1062,73,'_featured','no'),(1063,73,'_weight',''),(1064,73,'_length',''),(1065,73,'_width',''),(1066,73,'_height',''),(1067,73,'_sku',''),(1068,73,'_product_attributes','a:0:{}'),(1069,73,'_sale_price_dates_from',''),(1070,73,'_sale_price_dates_to',''),(1071,73,'_price','12'),(1072,73,'_sold_individually',''),(1073,73,'_stock',''),(1074,73,'_backorders','no'),(1075,73,'_manage_stock','no'),(1076,73,'_upsell_ids','a:1:{i:0;s:2:\"19\";}'),(1077,73,'_thumbnail_id','74'),(1078,73,'_wc_review_count','1'),(1079,73,'_wc_rating_count','a:1:{i:3;i:1;}'),(1080,73,'_wc_average_rating','3.00'),(1081,76,'_thumbnail_id','77'),(1082,76,'_visibility','visible'),(1083,76,'_stock_status','instock'),(1084,76,'total_sales','0'),(1085,76,'_downloadable','no'),(1086,76,'_virtual','no'),(1087,76,'_product_image_gallery','78'),(1088,76,'_regular_price','15'),(1089,76,'_sale_price',''),(1090,76,'_tax_status',''),(1091,76,'_tax_class',''),(1092,76,'_purchase_note',''),(1093,76,'_featured','no'),(1094,76,'_weight',''),(1095,76,'_length',''),(1096,76,'_width',''),(1097,76,'_height',''),(1098,76,'_sku',''),(1099,76,'_product_attributes','a:0:{}'),(1100,76,'_sale_price_dates_from',''),(1101,76,'_sale_price_dates_to',''),(1102,76,'_price','15'),(1103,76,'_sold_individually',''),(1104,76,'_stock',''),(1105,76,'_backorders','no'),(1106,76,'_manage_stock','no'),(1107,76,'_crosssell_ids','a:2:{i:0;s:2:\"34\";i:1;s:2:\"47\";}'),(1108,76,'_wp_old_slug','woo-ninja-3'),(1109,76,'_wc_average_rating','0'),(1110,76,'_wc_rating_count','a:0:{}'),(1111,76,'_wc_review_count','0'),(1112,79,'_thumbnail_id','80'),(1113,79,'_visibility','visible'),(1114,79,'_stock_status','instock'),(1115,79,'total_sales','0'),(1116,79,'_downloadable','no'),(1117,79,'_virtual','no'),(1118,79,'_product_image_gallery','81'),(1119,79,'_regular_price','15'),(1120,79,'_sale_price',''),(1121,79,'_tax_status',''),(1122,79,'_tax_class',''),(1123,79,'_purchase_note',''),(1124,79,'_featured','no'),(1125,79,'_weight',''),(1126,79,'_length',''),(1127,79,'_width',''),(1128,79,'_height',''),(1129,79,'_sku',''),(1130,79,'_product_attributes','a:0:{}'),(1131,79,'_sale_price_dates_from',''),(1132,79,'_sale_price_dates_to',''),(1133,79,'_price','15'),(1134,79,'_sold_individually',''),(1135,79,'_stock',''),(1136,79,'_backorders','no'),(1137,79,'_manage_stock','no'),(1138,79,'_crosssell_ids','a:2:{i:0;s:2:\"15\";i:1;s:2:\"60\";}'),(1139,79,'_wp_old_slug','woo-logo-3'),(1140,79,'_wc_average_rating','0'),(1141,79,'_wc_rating_count','a:0:{}'),(1142,79,'_wc_review_count','0'),(1143,634,'_sidebar_to_replace','primary_widget_area'),(1144,634,'_condition','post-596'),(1145,634,'_condition','post-597'),(1146,634,'_condition','post-598'),(1147,634,'_condition','post-599'),(1148,634,'_condition','post-618'),(1149,634,'_condition','post-type-product'),(1150,634,'_condition','archive-product_cat'),(1151,634,'_condition','archive-product_tag'),(1152,634,'_condition','archive-product_shipping_class'),(1153,634,'_condition','wc-shop_page'),(1154,634,'_condition','wc-product_category'),(1155,634,'_condition','wc-product_tag'),(1156,634,'_condition','wc-product'),(1157,634,'_condition','wc-cart'),(1158,634,'_condition','wc-checkout'),(1159,634,'_condition','wc-account'),(1160,770,'_sku',''),(1161,770,'_weight',''),(1162,770,'_length',''),(1163,770,'_width',''),(1164,770,'_height',''),(1165,770,'_stock',''),(1166,770,'_thumbnail_id','29'),(1167,770,'_virtual','no'),(1168,770,'_downloadable','no'),(1169,770,'_regular_price','20'),(1170,770,'_sale_price',''),(1171,770,'_sale_price_dates_from',''),(1172,770,'_sale_price_dates_to',''),(1173,770,'_price','20'),(1174,770,'_tax_class',''),(1175,770,'_download_limit',''),(1176,770,'_download_expiry',''),(1177,770,'_file_paths',''),(1178,770,'attribute_pa_color','black'),(1179,771,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(1180,771,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:47:\"[your-name] <wordpress@eventim.omnicom-dev.com>\";s:4:\"body\";s:194:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Conference demo (http://eventim.omnicom-dev.com/conference)\";s:9:\"recipient\";s:20:\"info@bold-themes.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(1181,771,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:51:\"Conference demo <wordpress@eventim.omnicom-dev.com>\";s:4:\"body\";s:136:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Conference demo (http://eventim.omnicom-dev.com/conference)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:30:\"Reply-To: info@bold-themes.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(1182,771,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(1183,771,'_additional_settings',''),(1184,771,'_locale','en_US'),(1185,771,'_config_errors','a:2:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:103;}'),(1186,945,'_sku',''),(1187,945,'attribute_size','small'),(1188,945,'_download_expiry',''),(1189,945,'_downloadable_files',''),(1190,945,'_variation_description',''),(1191,945,'_download_limit',''),(1192,945,'_price',''),(1193,945,'_sale_price_dates_to',''),(1194,945,'_sale_price_dates_from',''),(1195,945,'_sale_price',''),(1196,945,'_regular_price',''),(1197,945,'_stock_status','instock'),(1198,945,'_manage_stock','no'),(1199,945,'_height',''),(1200,945,'_width',''),(1201,945,'_length',''),(1202,945,'_weight',''),(1203,945,'_downloadable','no'),(1204,945,'_virtual','no'),(1205,945,'_thumbnail_id','0'),(1747,1336,'_menu_item_url',''),(1746,1336,'_menu_item_xfn',''),(1745,1336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1744,1336,'_menu_item_target',''),(1743,1336,'_menu_item_object','page'),(1742,1336,'_menu_item_object_id','887'),(1741,1336,'_menu_item_menu_item_parent','1134'),(1706,1155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:450;s:4:\"file\";s:19:\"header-lisbon-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"header-lisbon-3-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"header-lisbon-3-320x111.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"header-lisbon-3-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"header-lisbon-3-1200x415.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:27:\"header-lisbon-3-540x187.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:27:\"header-lisbon-3-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:28:\"header-lisbon-3-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:28:\"header-lisbon-3-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"header-lisbon-3-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:27:\"header-lisbon-3-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:27:\"header-lisbon-3-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1705,1155,'_wp_attached_file','header-lisbon-3.jpg'),(1704,1154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:450;s:4:\"file\";s:19:\"header-lisbon-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"header-lisbon-2-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"header-lisbon-2-320x111.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"header-lisbon-2-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"header-lisbon-2-1200x415.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:27:\"header-lisbon-2-540x187.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:27:\"header-lisbon-2-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:28:\"header-lisbon-2-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:28:\"header-lisbon-2-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"header-lisbon-2-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:27:\"header-lisbon-2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:27:\"header-lisbon-2-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1703,1154,'_wp_attached_file','header-lisbon-2.jpg'),(1702,1153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:450;s:4:\"file\";s:19:\"header-lisbon-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"header-lisbon-1-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"header-lisbon-1-320x111.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"header-lisbon-1-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"header-lisbon-1-1200x415.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:27:\"header-lisbon-1-540x187.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:27:\"header-lisbon-1-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:28:\"header-lisbon-1-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:28:\"header-lisbon-1-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"header-lisbon-1-540x450.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:27:\"header-lisbon-1-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:27:\"header-lisbon-1-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1701,1153,'_wp_attached_file','header-lisbon-1.jpg'),(1700,767,'_edit_lock','1532345610:2'),(2343,2168,'_wp_attached_file','sponsors-banner-2.jpg'),(1729,392,'_edit_lock','1532345606:2'),(1749,1338,'_menu_item_type','post_type'),(1750,1338,'_menu_item_menu_item_parent','1134'),(1751,1338,'_menu_item_object_id','12'),(1752,1338,'_menu_item_object','page'),(1753,1338,'_menu_item_target',''),(1754,1338,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1755,1338,'_menu_item_xfn',''),(1756,1338,'_menu_item_url',''),(1684,1141,'_wp_attached_file','logo-white.png'),(1651,1135,'_menu_item_url','#'),(1650,1135,'_menu_item_xfn',''),(1649,1135,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1648,1135,'_menu_item_target',''),(1647,1135,'_menu_item_object','custom'),(1646,1135,'_menu_item_object_id','1135'),(1645,1135,'_menu_item_menu_item_parent','0'),(1644,1135,'_menu_item_type','custom'),(1685,1141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:789;s:6:\"height\";i:96;s:4:\"file\";s:14:\"logo-white.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-white-160x96.png\";s:5:\"width\";i:160;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo-white-320x39.png\";s:5:\"width\";i:320;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"logo-white-768x93.png\";s:5:\"width\";i:768;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:21:\"logo-white-540x66.png\";s:5:\"width\";i:540;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:21:\"logo-white-540x96.png\";s:5:\"width\";i:540;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:21:\"logo-white-540x96.png\";s:5:\"width\";i:540;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:21:\"logo-white-320x96.png\";s:5:\"width\";i:320;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:21:\"logo-white-540x96.png\";s:5:\"width\";i:540;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1642,1134,'_menu_item_url','#'),(1641,1134,'_menu_item_xfn',''),(1640,1134,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1639,1134,'_menu_item_target',''),(1638,1134,'_menu_item_object','custom'),(1637,1134,'_menu_item_object_id','1134'),(1636,1134,'_menu_item_menu_item_parent','0'),(1635,1134,'_menu_item_type','custom'),(1763,1343,'_wp_attached_file','AM_greyscale.png'),(1562,1077,'boldthemes_theme_animations','normal'),(1558,1041,'_wp_attached_file','carris.png'),(1559,1041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:261;s:6:\"height\";i:417;s:4:\"file\";s:10:\"carris.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"carris-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:18:\"carris-261x240.png\";s:5:\"width\";i:261;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:18:\"carris-261x405.png\";s:5:\"width\";i:261;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1769,1348,'_wp_attached_file','PO.jpg'),(1770,1348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:414;s:6:\"height\";i:413;s:4:\"file\";s:6:\"PO.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"PO-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"PO-320x319.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:14:\"PO-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:14:\"PO-414x405.jpg\";s:5:\"width\";i:414;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522148070\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1772,1351,'_wp_attached_file','logo-ist.svg'),(1842,1419,'boldthemes_theme_override','a:0:{}'),(1833,1406,'_menu_item_object_id','1379'),(1834,1406,'_menu_item_object','page'),(1835,1406,'_menu_item_target',''),(1836,1406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1837,1406,'_menu_item_xfn',''),(1838,1406,'_menu_item_url',''),(1775,1353,'_wp_attached_file','JS.jpg'),(1776,1353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:6:\"JS.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522148572\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1831,1406,'_menu_item_type','post_type'),(2041,1476,'_menu_item_menu_item_parent','1403'),(2040,1476,'_menu_item_type','post_type'),(2039,1474,'_edit_last','2'),(2038,1474,'_edit_lock','1532343936:2'),(2037,1474,'_dp_original','1419'),(2035,1474,'boldthemes_theme_animations','normal'),(2034,1474,'boldthemes_theme_override','a:0:{}'),(1813,1403,'_menu_item_type','custom'),(1814,1403,'_menu_item_menu_item_parent','0'),(1815,1403,'_menu_item_object_id','1403'),(1816,1403,'_menu_item_object','custom'),(1817,1403,'_menu_item_target',''),(1818,1403,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1819,1403,'_menu_item_xfn',''),(1820,1403,'_menu_item_url','#'),(1832,1406,'_menu_item_menu_item_parent','1134'),(1812,1392,'_edit_last','1'),(1787,1379,'boldthemes_theme_override','a:0:{}'),(1788,1379,'boldthemes_theme_animations','normal'),(1789,1379,'_dp_original','887'),(1790,1379,'_edit_lock','1532341957:2'),(1791,1379,'_edit_last','1'),(2339,2139,'boldthemes_theme_override','a:0:{}'),(2338,2139,'boldthemes_theme_animations','normal'),(1808,1392,'boldthemes_theme_override','a:0:{}'),(1809,1392,'boldthemes_theme_animations','normal'),(1810,1392,'_dp_original','887'),(1811,1392,'_edit_lock','1532345537:2'),(1785,1372,'_wp_attached_file','sponsors-home.png'),(1786,1372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1360;s:6:\"height\";i:120;s:4:\"file\";s:17:\"sponsors-home.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sponsors-home-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sponsors-home-320x28.png\";s:5:\"width\";i:320;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sponsors-home-768x68.png\";s:5:\"width\";i:768;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"sponsors-home-1200x106.png\";s:5:\"width\";i:1200;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"sponsors-home-540x48.png\";s:5:\"width\";i:540;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"sponsors-home-540x120.png\";s:5:\"width\";i:540;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"sponsors-home-1080x120.png\";s:5:\"width\";i:1080;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:26:\"sponsors-home-1080x120.png\";s:5:\"width\";i:1080;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"sponsors-home-540x120.png\";s:5:\"width\";i:540;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"sponsors-home-320x120.png\";s:5:\"width\";i:320;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"sponsors-home-540x120.png\";s:5:\"width\";i:540;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1843,1419,'boldthemes_theme_animations','normal'),(1845,1419,'_dp_original','1379'),(1846,1419,'_edit_lock','1532337885:2'),(1847,1419,'_edit_last','1'),(1848,1421,'boldthemes_theme_override','a:0:{}'),(1849,1421,'boldthemes_theme_animations','normal'),(1851,1421,'_dp_original','1419'),(1852,1421,'_edit_lock','1532342183:2'),(1853,1421,'_edit_last','1'),(1854,1423,'boldthemes_theme_override','a:0:{}'),(1855,1423,'boldthemes_theme_animations','normal'),(1857,1423,'_dp_original','1419'),(1858,1423,'_edit_lock','1532342260:2'),(1859,1423,'_edit_last','2'),(1860,1425,'boldthemes_theme_override','a:0:{}'),(1861,1425,'boldthemes_theme_animations','normal'),(1863,1425,'_dp_original','1419'),(1864,1425,'_edit_lock','1532338105:2'),(1865,1425,'_edit_last','1'),(1866,1427,'boldthemes_theme_override','a:0:{}'),(1867,1427,'boldthemes_theme_animations','normal'),(1869,1427,'_dp_original','1419'),(1870,1427,'_edit_lock','1522163922:2'),(1871,1427,'_edit_last','2'),(1872,1429,'boldthemes_theme_override','a:0:{}'),(1873,1429,'boldthemes_theme_animations','normal'),(1875,1429,'_dp_original','1419'),(1876,1429,'_edit_lock','1532597919:2'),(1877,1429,'_edit_last','1'),(1878,1431,'boldthemes_theme_override','a:0:{}'),(1879,1431,'boldthemes_theme_animations','normal'),(1881,1431,'_dp_original','1419'),(1882,1431,'_edit_lock','1532345607:2'),(1883,1431,'_edit_last','1'),(1884,1433,'boldthemes_theme_override','a:0:{}'),(1885,1433,'boldthemes_theme_animations','normal'),(1887,1433,'_dp_original','1419'),(1888,1433,'_edit_lock','1532344430:2'),(1889,1433,'_edit_last','1'),(1890,1435,'boldthemes_theme_override','a:0:{}'),(1891,1435,'boldthemes_theme_animations','normal'),(1893,1435,'_dp_original','1419'),(1894,1435,'_edit_lock','1532345557:2'),(1895,1435,'_edit_last','1'),(1896,1437,'boldthemes_theme_override','a:0:{}'),(1897,1437,'boldthemes_theme_animations','normal'),(1899,1437,'_dp_original','1419'),(1900,1437,'_edit_lock','1532345594:2'),(1901,1437,'_edit_last','2'),(1902,1439,'boldthemes_theme_override','a:0:{}'),(1903,1439,'boldthemes_theme_animations','normal'),(1905,1439,'_dp_original','1419'),(1906,1439,'_edit_lock','1532344501:2'),(1907,1439,'_edit_last','1'),(1917,1461,'_menu_item_type','post_type'),(1918,1461,'_menu_item_menu_item_parent','1473'),(1919,1461,'_menu_item_object_id','1439'),(1920,1461,'_menu_item_object','page'),(1921,1461,'_menu_item_target',''),(1922,1461,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1923,1461,'_menu_item_xfn',''),(1924,1461,'_menu_item_url',''),(2042,1476,'_menu_item_object_id','1474'),(2043,1476,'_menu_item_object','page'),(1935,1463,'_menu_item_type','post_type'),(1936,1463,'_menu_item_menu_item_parent','1135'),(1937,1463,'_menu_item_object_id','1435'),(1938,1463,'_menu_item_object','page'),(1939,1463,'_menu_item_target',''),(1940,1463,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1941,1463,'_menu_item_xfn',''),(1942,1463,'_menu_item_url',''),(2044,1476,'_menu_item_target',''),(1953,1465,'_menu_item_type','post_type'),(1954,1465,'_menu_item_menu_item_parent','1403'),(1955,1465,'_menu_item_object_id','1431'),(1956,1465,'_menu_item_object','page'),(1957,1465,'_menu_item_target',''),(1958,1465,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1959,1465,'_menu_item_xfn',''),(1960,1465,'_menu_item_url',''),(2334,2126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:54;s:4:\"file\";s:22:\"TAP_horizontal_POS.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2333,2126,'_wp_attached_file','TAP_horizontal_POS.png'),(2105,1630,'_wp_attached_file','CARPI2018-CFP.pdf'),(2100,1612,'_edit_last','2'),(2098,1612,'_dp_original','1419'),(2096,1612,'boldthemes_theme_animations','normal'),(2095,1612,'boldthemes_theme_override','a:0:{}'),(2370,2186,'boldthemes_theme_override','a:3:{i:0;s:39:\"boldthemes_theme_disable_preloader:true\";i:1;s:35:\"boldthemes_theme_hide_headline:true\";i:2;s:31:\"boldthemes_theme_hide_menu:true\";}'),(2368,2186,'_edit_last','2'),(1980,1468,'_menu_item_type','post_type'),(1981,1468,'_menu_item_menu_item_parent','1403'),(1982,1468,'_menu_item_object_id','1425'),(1983,1468,'_menu_item_object','page'),(1984,1468,'_menu_item_target',''),(1985,1468,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1986,1468,'_menu_item_xfn',''),(1987,1468,'_menu_item_url',''),(2099,1612,'_edit_lock','1525687531:1'),(1998,1470,'_menu_item_type','post_type'),(1999,1470,'_menu_item_menu_item_parent','1134'),(2000,1470,'_menu_item_object_id','1421'),(2001,1470,'_menu_item_object','page'),(2002,1470,'_menu_item_target',''),(2003,1470,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2004,1470,'_menu_item_xfn',''),(2005,1470,'_menu_item_url',''),(2007,1471,'_menu_item_type','post_type'),(2008,1471,'_menu_item_menu_item_parent','1134'),(2009,1471,'_menu_item_object_id','1419'),(2010,1471,'_menu_item_object','page'),(2011,1471,'_menu_item_target',''),(2012,1471,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2013,1471,'_menu_item_xfn',''),(2014,1471,'_menu_item_url',''),(2131,1773,'_edit_last','2'),(2129,1773,'_dp_original','1423'),(2130,1773,'_edit_lock','1532345593:2'),(2127,1773,'boldthemes_theme_animations','normal'),(2126,1773,'boldthemes_theme_override','a:0:{}'),(2025,1473,'_menu_item_type','custom'),(2026,1473,'_menu_item_menu_item_parent','0'),(2027,1473,'_menu_item_object_id','1473'),(2028,1473,'_menu_item_object','custom'),(2029,1473,'_menu_item_target',''),(2030,1473,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2031,1473,'_menu_item_xfn',''),(2032,1473,'_menu_item_url','#'),(2045,1476,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2046,1476,'_menu_item_xfn',''),(2047,1476,'_menu_item_url',''),(2165,1612,'_oembed_7a37fe56699d3e4d4f228cea206de201','{{unknown}}'),(2063,1491,'_wp_attached_file','seightseeing.png'),(2064,1491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1079;s:4:\"file\";s:16:\"seightseeing.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"seightseeing-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"seightseeing-320x173.png\";s:5:\"width\";i:320;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"seightseeing-768x414.png\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"seightseeing-1200x647.png\";s:5:\"width\";i:1200;s:6:\"height\";i:647;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:24:\"seightseeing-540x291.png\";s:5:\"width\";i:540;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:24:\"seightseeing-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:26:\"seightseeing-1080x1079.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1079;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"seightseeing-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"seightseeing-540x1079.png\";s:5:\"width\";i:540;s:6:\"height\";i:1079;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"seightseeing-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:24:\"seightseeing-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2065,1498,'_wp_attached_file','opera1.png'),(2066,1498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:975;s:6:\"height\";i:721;s:4:\"file\";s:10:\"opera1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"opera1-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"opera1-320x237.png\";s:5:\"width\";i:320;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"opera1-768x568.png\";s:5:\"width\";i:768;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:18:\"opera1-540x399.png\";s:5:\"width\";i:540;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:18:\"opera1-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:18:\"opera1-975x540.png\";s:5:\"width\";i:975;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:18:\"opera1-540x721.png\";s:5:\"width\";i:540;s:6:\"height\";i:721;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:18:\"opera1-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:18:\"opera1-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2067,1499,'_wp_attached_file','opera2.png'),(2068,1499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:975;s:6:\"height\";i:731;s:4:\"file\";s:10:\"opera2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"opera2-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"opera2-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"opera2-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:18:\"opera2-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:18:\"opera2-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:18:\"opera2-975x540.png\";s:5:\"width\";i:975;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:18:\"opera2-540x731.png\";s:5:\"width\";i:540;s:6:\"height\";i:731;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:18:\"opera2-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:18:\"opera2-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2069,1500,'_wp_attached_file','opera3.png'),(2070,1500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:973;s:6:\"height\";i:642;s:4:\"file\";s:10:\"opera3.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"opera3-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"opera3-320x211.png\";s:5:\"width\";i:320;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"opera3-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:18:\"opera3-540x356.png\";s:5:\"width\";i:540;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:18:\"opera3-540x540.png\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:18:\"opera3-973x540.png\";s:5:\"width\";i:973;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:18:\"opera3-540x642.png\";s:5:\"width\";i:540;s:6:\"height\";i:642;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:18:\"opera3-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:18:\"opera3-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2071,1579,'boldthemes_theme_override','a:0:{}'),(2072,1579,'boldthemes_theme_animations','normal'),(2074,1579,'_dp_original','1419'),(2075,1579,'_edit_lock','1532345594:2'),(2076,1579,'_edit_last','1'),(2077,1591,'_menu_item_type','custom'),(2078,1591,'_menu_item_menu_item_parent','1403'),(2079,1591,'_menu_item_object_id','1591'),(2080,1591,'_menu_item_object','custom'),(2081,1591,'_menu_item_target','_blank'),(2082,1591,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2083,1591,'_menu_item_xfn',''),(2084,1591,'_menu_item_url','https://www.schengenvisainfo.com/portugal-visa/'),(2295,2044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:431;s:6:\"height\";i:105;s:4:\"file\";s:24:\"sponsors-header-home.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"sponsors-header-home-160x105.png\";s:5:\"width\";i:160;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"sponsors-header-home-320x78.png\";s:5:\"width\";i:320;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:32:\"sponsors-header-home-320x105.png\";s:5:\"width\";i:320;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2294,2044,'_wp_attached_file','sponsors-header-home.png'),(2109,1653,'_wp_attached_file','seightseeing_path.jpg'),(2110,1653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:768;s:4:\"file\";s:21:\"seightseeing_path.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-540x432.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-961x540.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-540x768.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:29:\"seightseeing_path-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2111,1657,'boldthemes_theme_override','a:0:{}'),(2112,1657,'boldthemes_theme_animations','normal'),(2114,1657,'_dp_original','1423'),(2115,1657,'_edit_lock','1532338287:2'),(2116,1657,'_edit_last','1'),(2117,1659,'_menu_item_type','post_type'),(2118,1659,'_menu_item_menu_item_parent','1403'),(2119,1659,'_menu_item_object_id','1657'),(2120,1659,'_menu_item_object','page'),(2121,1659,'_menu_item_target',''),(2122,1659,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2123,1659,'_menu_item_xfn',''),(2124,1659,'_menu_item_url',''),(2143,1804,'_wp_attached_file','sponsors-cgd.png'),(2144,1804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:120;s:4:\"file\";s:16:\"sponsors-cgd.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sponsors-cgd-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sponsors-cgd-320x88.png\";s:5:\"width\";i:320;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"sponsors-cgd-320x120.png\";s:5:\"width\";i:320;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2172,1918,'_wp_attached_file','Mapa_Cruzeiro.jpg'),(2173,1918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:856;s:6:\"height\";i:661;s:4:\"file\";s:17:\"Mapa_Cruzeiro.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-160x160.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-320x247.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-540x417.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-540x540.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-856x540.jpg\";s:5:\"width\";i:856;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-540x661.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:25:\"Mapa_Cruzeiro-540x405.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2169,1883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:120;s:4:\"file\";s:16:\"sponsors-ist.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sponsors-ist-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sponsors-ist-320x90.png\";s:5:\"width\";i:320;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:24:\"sponsors-ist-320x120.png\";s:5:\"width\";i:320;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2168,1883,'_wp_attached_file','sponsors-ist.png'),(2166,1882,'_wp_attached_file','sponsors-albtrz.png'),(2167,1882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:403;s:6:\"height\";i:120;s:4:\"file\";s:19:\"sponsors-albtrz.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sponsors-albtrz-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sponsors-albtrz-320x95.png\";s:5:\"width\";i:320;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:27:\"sponsors-albtrz-320x120.png\";s:5:\"width\";i:320;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2348,2169,'boldthemes_theme_override','a:0:{}'),(2347,2169,'boldthemes_theme_animations','normal'),(2344,2168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1360;s:6:\"height\";i:159;s:4:\"file\";s:21:\"sponsors-banner-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"sponsors-banner-2-160x159.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"sponsors-banner-2-320x37.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"sponsors-banner-2-768x90.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"sponsors-banner-2-1200x140.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:28:\"sponsors-banner-2-540x63.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:29:\"sponsors-banner-2-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:30:\"sponsors-banner-2-1080x159.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:30:\"sponsors-banner-2-1080x159.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:29:\"sponsors-banner-2-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:29:\"sponsors-banner-2-320x159.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:29:\"sponsors-banner-2-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2247,1987,'_menu_item_type','post_type'),(2248,1987,'_menu_item_menu_item_parent','1135'),(2249,1987,'_menu_item_object_id','1433'),(2250,1987,'_menu_item_object','page'),(2251,1987,'_menu_item_target',''),(2252,1987,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2253,1987,'_menu_item_xfn',''),(2254,1987,'_menu_item_url',''),(2256,1990,'_wp_attached_file','CARPI_2018-CFP.pdf'),(2257,1992,'_edit_last','1'),(2258,1992,'boldthemes_theme_animations','normal'),(2259,1992,'boldthemes_theme_override','a:0:{}'),(2260,1992,'_edit_lock','1532345523:2'),(2261,1994,'_edit_lock','1523370289:1'),(2262,1994,'_edit_last','1'),(2263,1994,'boldthemes_theme_grid_gallery','0'),(2264,1994,'boldthemes_theme_tile_format','11'),(2265,1994,'boldthemes_theme_override','a:0:{}'),(2266,1994,'_thumbnail_id','1308'),(2272,1996,'_wp_attached_file','CARPI2018-CFP-1.pdf'),(2268,1994,'boldthemes_theme_images','510'),(2269,1994,'boldthemes_theme_images','511'),(2270,1994,'boldthemes_theme_images','508'),(2271,1994,'boldthemes_theme_images','509'),(2273,1999,'_wp_attached_file','CARPI2018-CFP-2.pdf'),(2369,2186,'boldthemes_theme_animations','normal'),(2367,2186,'_edit_lock','1532346882:2'),(2283,2042,'_menu_item_type','post_type'),(2284,2042,'_menu_item_menu_item_parent','1403'),(2285,2042,'_menu_item_object_id','1429'),(2286,2042,'_menu_item_object','page'),(2287,2042,'_menu_item_target',''),(2288,2042,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2289,2042,'_menu_item_xfn',''),(2290,2042,'_menu_item_url',''),(2301,2056,'_wp_attached_file','sponsors-topo-1.jpg'),(2302,2056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1037;s:6:\"height\";i:159;s:4:\"file\";s:19:\"sponsors-topo-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sponsors-topo-1-160x159.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sponsors-topo-1-320x49.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sponsors-topo-1-768x118.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"sponsors-topo-1-540x83.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:27:\"sponsors-topo-1-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"sponsors-topo-1-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:27:\"sponsors-topo-1-320x159.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:27:\"sponsors-topo-1-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2303,2056,'_edit_lock','1524076200:1'),(2304,2057,'_wp_attached_file','logo-white-carpi.png'),(2305,2057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:343;s:6:\"height\";i:96;s:4:\"file\";s:20:\"logo-white-carpi.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"logo-white-carpi-160x96.png\";s:5:\"width\";i:160;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"logo-white-carpi-320x90.png\";s:5:\"width\";i:320;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:27:\"logo-white-carpi-320x96.png\";s:5:\"width\";i:320;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2308,2060,'_menu_item_type','post_type'),(2309,2060,'_menu_item_menu_item_parent','1134'),(2310,2060,'_menu_item_object_id','1423'),(2311,2060,'_menu_item_object','page'),(2312,2060,'_menu_item_target',''),(2313,2060,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2314,2060,'_menu_item_xfn',''),(2315,2060,'_menu_item_url',''),(2322,2071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:159;s:4:\"file\";s:19:\"sponsors-banner.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sponsors-banner-160x159.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sponsors-banner-320x42.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sponsors-banner-768x102.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sponsors-banner-1200x159.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"sponsors-banner-540x72.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:27:\"sponsors-banner-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_22\";a:4:{s:4:\"file\";s:28:\"sponsors-banner-1080x159.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_21\";a:4:{s:4:\"file\";s:28:\"sponsors-banner-1080x159.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:27:\"sponsors-banner-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:27:\"sponsors-banner-320x159.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:27:\"sponsors-banner-540x159.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2321,2071,'_wp_attached_file','sponsors-banner.jpg'),(2324,2074,'_wp_attached_file','logo-ieee.png'),(2325,2074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:301;s:6:\"height\";i:120;s:4:\"file\";s:13:\"logo-ieee.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-ieee-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2331,2110,'_wp_attached_file','CIGRE_logo_RGB.png'),(2332,2110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:993;s:6:\"height\";i:473;s:4:\"file\";s:18:\"CIGRE_logo_RGB.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CIGRE_logo_RGB-160x160.png\";s:5:\"width\";i:160;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"CIGRE_logo_RGB-320x152.png\";s:5:\"width\";i:320;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"CIGRE_logo_RGB-768x366.png\";s:5:\"width\";i:768;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"boldthemes_grid\";a:4:{s:4:\"file\";s:26:\"CIGRE_logo_RGB-540x257.png\";s:5:\"width\";i:540;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_11\";a:4:{s:4:\"file\";s:26:\"CIGRE_logo_RGB-540x473.png\";s:5:\"width\";i:540;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"boldthemes_grid_12\";a:4:{s:4:\"file\";s:26:\"CIGRE_logo_RGB-540x473.png\";s:5:\"width\";i:540;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_latest_posts\";a:4:{s:4:\"file\";s:26:\"CIGRE_logo_RGB-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"boldthemes_grid_gallery\";a:4:{s:4:\"file\";s:26:\"CIGRE_logo_RGB-540x405.png\";s:5:\"width\";i:540;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
/*!40000 ALTER TABLE `carpi_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_posts`
--

DROP TABLE IF EXISTS `carpi_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=2204 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_posts`
--

LOCK TABLES `carpi_posts` WRITE;
/*!40000 ALTER TABLE `carpi_posts` DISABLE KEYS */;
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (33,1,'2013-06-07 10:49:23','2013-06-07 10:49:23','','T_5_back','','inherit','open','open','','t_5_back','','','2013-06-07 10:49:23','2013-06-07 10:49:23','',0,'https://carpi2018.org/wp-content/uploads/T_5_back.jpg',0,'attachment','image/jpeg',0),(26,1,'2013-06-07 10:45:26','2013-06-07 10:45:26','','T_3_back','','inherit','open','open','','t_3_back','','','2013-06-07 10:45:26','2013-06-07 10:45:26','',0,'https://carpi2018.org/wp-content/uploads/T_3_back.jpg',0,'attachment','image/jpeg',0),(27,1,'2013-06-07 10:45:27','2013-06-07 10:45:27','','T_3_front','','inherit','open','open','','t_3_front','','','2013-06-07 10:45:27','2013-06-07 10:45:27','',0,'https://carpi2018.org/wp-content/uploads/T_3_front.jpg',0,'attachment','image/jpeg',0),(28,1,'2013-06-07 10:45:29','2013-06-07 10:45:29','','T_4_back','','inherit','open','open','','t_4_back','','','2013-06-07 10:45:29','2013-06-07 10:45:29','',0,'https://carpi2018.org/wp-content/uploads/T_4_back.jpg',0,'attachment','image/jpeg',0),(29,1,'2013-06-07 10:45:30','2013-06-07 10:45:30','','T_4_front','','inherit','open','open','','t_4_front-2','','','2013-06-07 10:45:30','2013-06-07 10:45:30','',0,'https://carpi2018.org/wp-content/uploads/T_4_front1.jpg',0,'attachment','image/jpeg',0),(32,1,'2013-06-07 10:49:13','2013-06-07 10:49:13','','T_5_front','','inherit','open','open','','t_5_front','','','2013-06-07 10:49:13','2013-06-07 10:49:13','',0,'https://carpi2018.org/wp-content/uploads/T_5_front.jpg',0,'attachment','image/jpeg',0),(25,1,'2013-06-07 10:45:14','2013-06-07 10:45:14','','T_4_front','','inherit','open','open','','t_4_front','','','2013-06-07 10:45:14','2013-06-07 10:45:14','',0,'https://carpi2018.org/wp-content/uploads/T_4_front.jpg',0,'attachment','image/jpeg',0),(7,1,'2017-11-15 17:53:59','2017-11-15 17:53:59','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nCARPI 2018 \"[your-subject]\"\n[your-name] <wordpress@carpi2018.org>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on CARPI 2018 (https://carpi2018.org)\nmentolnet@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nCARPI 2018 \"[your-subject]\"\nCARPI 2018 <wordpress@carpi2018.org>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on CARPI 2018 (https://carpi2018.org)\n[your-email]\nReply-To: mentolnet@gmail.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-11-15 17:53:59','2017-11-15 17:53:59','',0,'https://carpi2018.org/?post_type=wpcf7_contact_form&p=7',0,'wpcf7_contact_form','',0),(35,1,'2013-06-07 10:51:51','2013-06-07 10:51:51','','T_6_front','','inherit','open','open','','t_6_front','','','2013-06-07 10:51:51','2013-06-07 10:51:51','',0,'https://carpi2018.org/wp-content/uploads/T_6_front.jpg',0,'attachment','image/jpeg',0),(36,1,'2013-06-07 10:52:02','2013-06-07 10:52:02','','T_6_back','','inherit','open','open','','t_6_back','','','2013-06-07 10:52:02','2013-06-07 10:52:02','',0,'https://carpi2018.org/wp-content/uploads/T_6_back.jpg',0,'attachment','image/jpeg',0),(38,1,'2013-06-07 10:52:55','2013-06-07 10:52:55','','T_7_front','','inherit','open','open','','t_7_front','','','2013-06-07 10:52:55','2013-06-07 10:52:55','',0,'https://carpi2018.org/wp-content/uploads/T_7_front.jpg',0,'attachment','image/jpeg',0),(39,1,'2013-06-07 10:53:29','2013-06-07 10:53:29','','T_7_back','','inherit','open','open','','t_7_back','','','2013-06-07 10:53:29','2013-06-07 10:53:29','',0,'https://carpi2018.org/wp-content/uploads/T_7_back.jpg',0,'attachment','image/jpeg',0),(43,1,'2013-06-07 10:59:40','2013-06-07 10:59:40','','hoodie_7_front','','inherit','open','open','','hoodie_7_front','','','2013-06-07 10:59:40','2013-06-07 10:59:40','',0,'https://carpi2018.org/wp-content/uploads/hoodie_7_front.jpg',0,'attachment','image/jpeg',0),(44,1,'2013-06-07 10:59:54','2013-06-07 10:59:54','','hoodie_7_back','','inherit','open','open','','hoodie_7_back','','','2013-06-07 10:59:54','2013-06-07 10:59:54','',0,'https://carpi2018.org/wp-content/uploads/hoodie_7_back.jpg',0,'attachment','image/jpeg',0),(45,1,'2013-06-07 11:00:00','2013-06-07 11:00:00','','hoodie_1_back','','inherit','open','open','','hoodie_1_back','','','2013-06-07 11:00:00','2013-06-07 11:00:00','',0,'https://carpi2018.org/wp-content/uploads/hoodie_1_back.jpg',0,'attachment','image/jpeg',0),(46,1,'2013-06-07 11:00:01','2013-06-07 11:00:01','','hoodie_1_front','','inherit','open','open','','hoodie_1_front','','','2013-06-07 11:00:01','2013-06-07 11:00:01','',0,'https://carpi2018.org/wp-content/uploads/hoodie_1_front.jpg',0,'attachment','image/jpeg',0),(48,1,'2013-06-07 11:01:23','2013-06-07 11:01:23','','hoodie_2_front','','inherit','open','open','','hoodie_2_front','','','2013-06-07 11:01:23','2013-06-07 11:01:23','',0,'https://carpi2018.org/wp-content/uploads/hoodie_2_front.jpg',0,'attachment','image/jpeg',0),(602,1,'2013-06-07 10:35:28','2013-06-07 10:35:28','','T_1_front','','inherit','open','open','','t_1_front','','','2013-06-07 10:35:28','2013-06-07 10:35:28','',0,'https://carpi2018.org/wp-content/uploads/T_1_front.jpg',0,'attachment','image/jpeg',0),(603,1,'2013-06-07 10:35:39','2013-06-07 10:35:39','','T_1_back','','inherit','open','open','','t_1_back','','','2013-06-07 10:35:39','2013-06-07 10:35:39','',0,'https://carpi2018.org/wp-content/uploads/T_1_back.jpg',0,'attachment','image/jpeg',0),(604,1,'2013-06-07 10:41:23','2013-06-07 10:41:23','','T_2_front','','inherit','open','open','','t_2_front','','','2013-06-07 10:41:23','2013-06-07 10:41:23','',0,'https://carpi2018.org/wp-content/uploads/T_2_front.jpg',0,'attachment','image/jpeg',0),(605,1,'2013-06-07 10:41:34','2013-06-07 10:41:34','','T_2_back','','inherit','open','open','','t_2_back','','','2013-06-07 10:41:34','2013-06-07 10:41:34','',0,'https://carpi2018.org/wp-content/uploads/T_2_back.jpg',0,'attachment','image/jpeg',0),(49,1,'2013-06-07 11:02:26','2013-06-07 11:02:26','','hoodie_2_back','','inherit','open','open','','hoodie_2_back','','','2013-06-07 11:02:26','2013-06-07 11:02:26','',0,'https://carpi2018.org/wp-content/uploads/hoodie_2_back.jpg',0,'attachment','image/jpeg',0),(51,1,'2013-06-07 11:03:16','2013-06-07 11:03:16','','hoodie_3_front','','inherit','open','open','','hoodie_3_front','','','2013-06-07 11:03:16','2013-06-07 11:03:16','',0,'https://carpi2018.org/wp-content/uploads/hoodie_3_front.jpg',0,'attachment','image/jpeg',0),(52,1,'2013-06-07 11:03:50','2013-06-07 11:03:50','','hoodie_3_back','','inherit','open','open','','hoodie_3_back','','','2013-06-07 11:03:50','2013-06-07 11:03:50','',0,'https://carpi2018.org/wp-content/uploads/hoodie_3_back.jpg',0,'attachment','image/jpeg',0),(54,1,'2013-06-07 11:05:03','2013-06-07 11:05:03','','hoodie_4_front','','inherit','open','open','','hoodie_4_front','','','2013-06-07 11:05:03','2013-06-07 11:05:03','',0,'https://carpi2018.org/wp-content/uploads/hoodie_4_front.jpg',0,'attachment','image/jpeg',0),(55,1,'2013-06-07 11:05:13','2013-06-07 11:05:13','','hoodie_4_back','','inherit','open','open','','hoodie_4_back','','','2013-06-07 11:05:13','2013-06-07 11:05:13','',0,'https://carpi2018.org/wp-content/uploads/hoodie_4_back.jpg',0,'attachment','image/jpeg',0),(57,1,'2013-06-07 11:06:32','2013-06-07 11:06:32','','hoodie_5_front','','inherit','open','open','','hoodie_5_front','','','2013-06-07 11:06:32','2013-06-07 11:06:32','',0,'https://carpi2018.org/wp-content/uploads/hoodie_5_front.jpg',0,'attachment','image/jpeg',0),(58,1,'2013-06-07 11:07:10','2013-06-07 11:07:10','','hoodie_5_back','','inherit','open','open','','hoodie_5_back','','','2013-06-07 11:07:10','2013-06-07 11:07:10','',0,'https://carpi2018.org/wp-content/uploads/hoodie_5_back.jpg',0,'attachment','image/jpeg',0),(61,1,'2013-06-07 11:12:02','2013-06-07 11:12:02','','hoodie_6_front','','inherit','open','open','','hoodie_6_front','','','2013-06-07 11:12:02','2013-06-07 11:12:02','',0,'https://carpi2018.org/wp-content/uploads/hoodie_6_front.jpg',0,'attachment','image/jpeg',0),(62,1,'2013-06-07 11:12:16','2013-06-07 11:12:16','','hoodie_6_back','','inherit','open','open','','hoodie_6_back','','','2013-06-07 11:12:16','2013-06-07 11:12:16','',0,'https://carpi2018.org/wp-content/uploads/hoodie_6_back.jpg',0,'attachment','image/jpeg',0),(68,1,'2013-06-07 11:21:34','2013-06-07 11:21:34','','poster_1_up','','inherit','open','open','','poster_1_up','','','2013-06-07 11:21:34','2013-06-07 11:21:34','',0,'https://carpi2018.org/wp-content/uploads/poster_1_up.jpg',0,'attachment','image/jpeg',0),(69,1,'2013-06-07 11:22:05','2013-06-07 11:22:05','','Poster_1_flat','','inherit','open','open','','poster_1_flat','','','2013-06-07 11:22:05','2013-06-07 11:22:05','',0,'https://carpi2018.org/wp-content/uploads/Poster_1_flat.jpg',0,'attachment','image/jpeg',0),(71,1,'2013-06-07 11:24:19','2013-06-07 11:24:19','','poster_2_up','','inherit','open','open','','poster_2_up','','','2013-06-07 11:24:19','2013-06-07 11:24:19','',0,'https://carpi2018.org/wp-content/uploads/poster_2_up.jpg',0,'attachment','image/jpeg',0),(72,1,'2013-06-07 11:24:47','2013-06-07 11:24:47','','Poster_2_flat','','inherit','open','open','','poster_2_flat','','','2013-06-07 11:24:47','2013-06-07 11:24:47','',0,'https://carpi2018.org/wp-content/uploads/Poster_2_flat.jpg',0,'attachment','image/jpeg',0),(74,1,'2013-06-07 11:26:47','2013-06-07 11:26:47','','poster_3_up','','inherit','open','open','','poster_3_up','','','2013-06-07 11:26:47','2013-06-07 11:26:47','',0,'https://carpi2018.org/wp-content/uploads/poster_3_up.jpg',0,'attachment','image/jpeg',0),(75,1,'2013-06-07 11:27:31','2013-06-07 11:27:31','','Poster_3_flat','','inherit','open','open','','poster_3_flat','','','2013-06-07 11:27:31','2013-06-07 11:27:31','',0,'https://carpi2018.org/wp-content/uploads/Poster_3_flat.jpg',0,'attachment','image/jpeg',0),(77,1,'2013-06-07 11:28:07','2013-06-07 11:28:07','','poster_4_up','','inherit','open','open','','poster_4_up','','','2013-06-07 11:28:07','2013-06-07 11:28:07','',0,'https://carpi2018.org/wp-content/uploads/poster_4_up.jpg',0,'attachment','image/jpeg',0),(78,1,'2013-06-07 11:28:20','2013-06-07 11:28:20','','Poster_4_flat','','inherit','open','open','','poster_4_flat','','','2013-06-07 11:28:20','2013-06-07 11:28:20','',0,'https://carpi2018.org/wp-content/uploads/Poster_4_flat.jpg',0,'attachment','image/jpeg',0),(80,1,'2013-06-07 11:29:26','2013-06-07 11:29:26','','poster_5_up','','inherit','open','open','','poster_5_up','','','2013-06-07 11:29:26','2013-06-07 11:29:26','',0,'https://carpi2018.org/wp-content/uploads/poster_5_up.jpg',0,'attachment','image/jpeg',0),(81,1,'2013-06-07 11:29:37','2013-06-07 11:29:37','','Poster_5_flat','','inherit','open','open','','poster_5_flat','','','2013-06-07 11:29:37','2013-06-07 11:29:37','',0,'https://carpi2018.org/wp-content/uploads/Poster_5_flat.jpg',0,'attachment','image/jpeg',0),(84,1,'2013-06-07 11:32:44','2013-06-07 11:32:44','','cd_1_angle','','inherit','open','open','','cd_1_angle','','','2013-06-07 11:32:44','2013-06-07 11:32:44','',0,'https://carpi2018.org/wp-content/uploads/cd_1_angle.jpg',0,'attachment','image/jpeg',0),(85,1,'2013-06-07 11:32:57','2013-06-07 11:32:57','','cd_1_flat','','inherit','open','open','','cd_1_flat','','','2013-06-07 11:32:57','2013-06-07 11:32:57','',0,'https://carpi2018.org/wp-content/uploads/cd_1_flat.jpg',0,'attachment','image/jpeg',0),(88,1,'2013-06-07 11:33:53','2013-06-07 11:33:53','','cd_2_angle','','inherit','open','open','','cd_2_angle','','','2013-06-07 11:33:53','2013-06-07 11:33:53','',0,'https://carpi2018.org/wp-content/uploads/cd_2_angle.jpg',0,'attachment','image/jpeg',0),(89,1,'2013-06-07 11:34:07','2013-06-07 11:34:07','','cd_2_flat','','inherit','open','open','','cd_2_flat','','','2013-06-07 11:34:07','2013-06-07 11:34:07','',0,'https://carpi2018.org/wp-content/uploads/cd_2_flat.jpg',0,'attachment','image/jpeg',0),(91,1,'2013-06-07 11:34:58','2013-06-07 11:34:58','','cd_3_angle','','inherit','open','open','','cd_3_angle','','','2013-06-07 11:34:58','2013-06-07 11:34:58','',0,'https://carpi2018.org/wp-content/uploads/cd_3_angle.jpg',0,'attachment','image/jpeg',0),(92,1,'2013-06-07 11:35:10','2013-06-07 11:35:10','','cd_3_flat','','inherit','open','open','','cd_3_flat','','','2013-06-07 11:35:10','2013-06-07 11:35:10','',0,'https://carpi2018.org/wp-content/uploads/cd_3_flat.jpg',0,'attachment','image/jpeg',0),(94,1,'2013-06-07 11:36:10','2013-06-07 11:36:10','','cd_4_flat','','inherit','open','open','','cd_4_flat','','','2013-06-07 11:36:10','2013-06-07 11:36:10','',0,'https://carpi2018.org/wp-content/uploads/cd_4_flat.jpg',0,'attachment','image/jpeg',0),(95,1,'2013-06-07 11:36:22','2013-06-07 11:36:22','','cd_4_angle','','inherit','open','open','','cd_4_angle','','','2013-06-07 11:36:22','2013-06-07 11:36:22','',0,'https://carpi2018.org/wp-content/uploads/cd_4_angle.jpg',0,'attachment','image/jpeg',0),(97,1,'2013-06-07 11:37:04','2013-06-07 11:37:04','','cd_5_angle','','inherit','open','open','','cd_5_angle','','','2013-06-07 11:37:04','2013-06-07 11:37:04','',0,'https://carpi2018.org/wp-content/uploads/cd_5_angle.jpg',0,'attachment','image/jpeg',0),(98,1,'2013-06-07 11:37:17','2013-06-07 11:37:17','','cd_5_flat','','inherit','open','open','','cd_5_flat','','','2013-06-07 11:37:17','2013-06-07 11:37:17','',0,'https://carpi2018.org/wp-content/uploads/cd_5_flat.jpg',0,'attachment','image/jpeg',0),(100,1,'2013-06-07 11:37:51','2013-06-07 11:37:51','','cd_6_angle','','inherit','open','open','','cd_6_angle','','','2013-06-07 11:37:51','2013-06-07 11:37:51','',0,'https://carpi2018.org/wp-content/uploads/cd_6_angle.jpg',0,'attachment','image/jpeg',0),(101,1,'2013-06-07 11:38:03','2013-06-07 11:38:03','','cd_6_flat','','inherit','open','open','','cd_6_flat','','','2013-06-07 11:38:03','2013-06-07 11:38:03','',0,'https://carpi2018.org/wp-content/uploads/cd_6_flat.jpg',0,'attachment','image/jpeg',0),(292,1,'2015-12-09 12:14:48','2015-12-09 12:14:48','','team_4','','inherit','open','closed','','team_4','','','2015-12-09 12:14:48','2015-12-09 12:14:48','',0,'https://carpi2018.org/wp-content/uploads/team_4.jpg',0,'attachment','image/jpeg',0),(293,1,'2015-12-09 12:14:49','2015-12-09 12:14:49','','team_3','','inherit','open','closed','','team_3','','','2015-12-09 12:14:49','2015-12-09 12:14:49','',0,'https://carpi2018.org/wp-content/uploads/team_3.jpg',0,'attachment','image/jpeg',0),(294,1,'2015-12-09 12:14:50','2015-12-09 12:14:50','','team_2','','inherit','open','closed','','team_2','','','2015-12-09 12:14:50','2015-12-09 12:14:50','',0,'https://carpi2018.org/wp-content/uploads/team_2.jpg',0,'attachment','image/jpeg',0),(295,1,'2015-12-09 12:14:51','2015-12-09 12:14:51','','team_1','','inherit','open','closed','','team_1','','','2015-12-09 12:14:51','2015-12-09 12:14:51','',0,'https://carpi2018.org/wp-content/uploads/team_1.jpg',0,'attachment','image/jpeg',0),(306,1,'2015-12-09 12:16:58','2015-12-09 12:16:58','','pin_lightblue','','inherit','open','closed','','pin_lightblue','','','2015-12-09 12:16:58','2015-12-09 12:16:58','',0,'https://carpi2018.org/wp-content/uploads/pin_lightblue.png',0,'attachment','image/png',0),(307,1,'2015-12-09 12:17:19','2015-12-09 12:17:19','','client-logo-1','','inherit','open','closed','','client-logo-1','','','2015-12-09 12:17:19','2015-12-09 12:17:19','',0,'https://carpi2018.org/wp-content/uploads/client-logo-1.png',0,'attachment','image/png',0),(308,1,'2015-12-09 12:17:20','2015-12-09 12:17:20','','client-logo-1-black','','inherit','open','closed','','client-logo-1-black','','','2015-12-09 12:17:20','2015-12-09 12:17:20','',0,'https://carpi2018.org/wp-content/uploads/client-logo-1-black.png',0,'attachment','image/png',0),(309,1,'2015-12-09 12:17:21','2015-12-09 12:17:21','','client-logo-2','','inherit','open','closed','','client-logo-2','','','2015-12-09 12:17:21','2015-12-09 12:17:21','',0,'https://carpi2018.org/wp-content/uploads/client-logo-2.png',0,'attachment','image/png',0),(310,1,'2015-12-09 12:17:21','2015-12-09 12:17:21','','client-logo-2-black','','inherit','open','closed','','client-logo-2-black','','','2015-12-09 12:17:21','2015-12-09 12:17:21','',0,'https://carpi2018.org/wp-content/uploads/client-logo-2-black.png',0,'attachment','image/png',0),(311,1,'2015-12-09 12:17:22','2015-12-09 12:17:22','','client-logo-3','','inherit','open','closed','','client-logo-3','','','2015-12-09 12:17:22','2015-12-09 12:17:22','',0,'https://carpi2018.org/wp-content/uploads/client-logo-3.png',0,'attachment','image/png',0),(312,1,'2015-12-09 12:17:23','2015-12-09 12:17:23','','client-logo-3-black','','inherit','open','closed','','client-logo-3-black','','','2015-12-09 12:17:23','2015-12-09 12:17:23','',0,'https://carpi2018.org/wp-content/uploads/client-logo-3-black.png',0,'attachment','image/png',0),(313,1,'2015-12-09 12:17:24','2015-12-09 12:17:24','','client-logo-4','','inherit','open','closed','','client-logo-4','','','2015-12-09 12:17:24','2015-12-09 12:17:24','',0,'https://carpi2018.org/wp-content/uploads/client-logo-4.png',0,'attachment','image/png',0),(314,1,'2015-12-09 12:17:25','2015-12-09 12:17:25','','client-logo-4-black','','inherit','open','closed','','client-logo-4-black','','','2015-12-09 12:17:25','2015-12-09 12:17:25','',0,'https://carpi2018.org/wp-content/uploads/client-logo-4-black.png',0,'attachment','image/png',0),(315,1,'2015-12-09 12:17:26','2015-12-09 12:17:26','','client-logo-5','','inherit','open','closed','','client-logo-5','','','2015-12-09 12:17:26','2015-12-09 12:17:26','',0,'https://carpi2018.org/wp-content/uploads/client-logo-5.png',0,'attachment','image/png',0),(316,1,'2015-12-09 12:17:28','2015-12-09 12:17:28','','client-logo-6','','inherit','open','closed','','client-logo-6','','','2015-12-09 12:17:28','2015-12-09 12:17:28','',0,'https://carpi2018.org/wp-content/uploads/client-logo-6.png',0,'attachment','image/png',0),(317,1,'2015-12-09 12:17:29','2015-12-09 12:17:29','','client-logo-7','','inherit','open','closed','','client-logo-7','','','2015-12-09 12:17:29','2015-12-09 12:17:29','',0,'https://carpi2018.org/wp-content/uploads/client-logo-7.png',0,'attachment','image/png',0),(318,1,'2015-12-09 12:17:30','2015-12-09 12:17:30','','client-logo-7-black','','inherit','open','closed','','client-logo-7-black','','','2015-12-09 12:17:30','2015-12-09 12:17:30','',0,'https://carpi2018.org/wp-content/uploads/client-logo-7-black.png',0,'attachment','image/png',0),(319,1,'2015-12-09 12:17:30','2015-12-09 12:17:30','','client-logo-6-black','','inherit','open','closed','','client-logo-6-black','','','2015-12-09 12:17:30','2015-12-09 12:17:30','',0,'https://carpi2018.org/wp-content/uploads/client-logo-6-black.png',0,'attachment','image/png',0),(320,1,'2015-12-09 12:17:32','2015-12-09 12:17:32','','client-logo-5-black','','inherit','open','closed','','client-logo-5-black','','','2015-12-09 12:17:32','2015-12-09 12:17:32','',0,'https://carpi2018.org/wp-content/uploads/client-logo-5-black.png',0,'attachment','image/png',0),(321,1,'2015-12-09 12:17:33','2015-12-09 12:17:33','','client-logo-8','','inherit','open','closed','','client-logo-8','','','2015-12-09 12:17:33','2015-12-09 12:17:33','',0,'https://carpi2018.org/wp-content/uploads/client-logo-8.png',0,'attachment','image/png',0),(322,1,'2015-12-09 12:17:34','2015-12-09 12:17:34','','client-logo-8-black','','inherit','open','closed','','client-logo-8-black','','','2015-12-09 12:17:34','2015-12-09 12:17:34','',0,'https://carpi2018.org/wp-content/uploads/client-logo-8-black.png',0,'attachment','image/png',0),(323,1,'2015-12-09 12:17:35','2015-12-09 12:17:35','','client-logo-9-black','','inherit','open','closed','','client-logo-9-black','','','2015-12-09 12:17:35','2015-12-09 12:17:35','',0,'https://carpi2018.org/wp-content/uploads/client-logo-9-black.png',0,'attachment','image/png',0),(324,1,'2015-12-09 12:17:36','2015-12-09 12:17:36','','client-logo-9','','inherit','open','closed','','client-logo-9','','','2015-12-09 12:17:36','2015-12-09 12:17:36','',0,'https://carpi2018.org/wp-content/uploads/client-logo-9.png',0,'attachment','image/png',0),(325,1,'2015-12-09 12:17:37','2015-12-09 12:17:37','','client-logo-10','','inherit','open','closed','','client-logo-10','','','2015-12-09 12:17:37','2015-12-09 12:17:37','',0,'https://carpi2018.org/wp-content/uploads/client-logo-10.png',0,'attachment','image/png',0),(326,1,'2015-12-09 12:17:38','2015-12-09 12:17:38','','client-logo-10-black','','inherit','open','closed','','client-logo-10-black','','','2015-12-09 12:17:38','2015-12-09 12:17:38','',0,'https://carpi2018.org/wp-content/uploads/client-logo-10-black.png',0,'attachment','image/png',0),(327,1,'2015-12-09 12:17:39','2015-12-09 12:17:39','','client-logo-11-black','','inherit','open','closed','','client-logo-11-black','','','2015-12-09 12:17:39','2015-12-09 12:17:39','',0,'https://carpi2018.org/wp-content/uploads/client-logo-11-black.png',0,'attachment','image/png',0),(328,1,'2015-12-09 12:17:40','2015-12-09 12:17:40','','client-logo-11','','inherit','open','closed','','client-logo-11','','','2015-12-09 12:17:40','2015-12-09 12:17:40','',0,'https://carpi2018.org/wp-content/uploads/client-logo-11.png',0,'attachment','image/png',0),(329,1,'2015-12-09 12:17:41','2015-12-09 12:17:41','','client-logo-12','','inherit','open','closed','','client-logo-12','','','2015-12-09 12:17:41','2015-12-09 12:17:41','',0,'https://carpi2018.org/wp-content/uploads/client-logo-12.png',0,'attachment','image/png',0),(330,1,'2015-12-09 12:17:42','2015-12-09 12:17:42','','client-logo-12-black','','inherit','open','closed','','client-logo-12-black','','','2015-12-09 12:17:42','2015-12-09 12:17:42','',0,'https://carpi2018.org/wp-content/uploads/client-logo-12-black.png',0,'attachment','image/png',0),(331,1,'2015-12-09 12:17:42','2015-12-09 12:17:42','','client-logo-13','','inherit','open','closed','','client-logo-13','','','2015-12-09 12:17:42','2015-12-09 12:17:42','',0,'https://carpi2018.org/wp-content/uploads/client-logo-13.png',0,'attachment','image/png',0),(332,1,'2015-12-09 12:17:43','2015-12-09 12:17:43','','client-logo-13-black','','inherit','open','closed','','client-logo-13-black','','','2015-12-09 12:17:43','2015-12-09 12:17:43','',0,'https://carpi2018.org/wp-content/uploads/client-logo-13-black.png',0,'attachment','image/png',0),(333,1,'2015-12-09 12:17:45','2015-12-09 12:17:45','','client-logo-14','','inherit','open','closed','','client-logo-14','','','2015-12-09 12:17:45','2015-12-09 12:17:45','',0,'https://carpi2018.org/wp-content/uploads/client-logo-14.png',0,'attachment','image/png',0),(334,1,'2015-12-09 12:17:46','2015-12-09 12:17:46','','client-logo-14-black','','inherit','open','closed','','client-logo-14-black','','','2015-12-09 12:17:46','2015-12-09 12:17:46','',0,'https://carpi2018.org/wp-content/uploads/client-logo-14-black.png',0,'attachment','image/png',0),(335,1,'2015-12-09 12:17:46','2015-12-09 12:17:46','','client-logo-15','','inherit','open','closed','','client-logo-15','','','2015-12-09 12:17:46','2015-12-09 12:17:46','',0,'https://carpi2018.org/wp-content/uploads/client-logo-15.png',0,'attachment','image/png',0),(336,1,'2015-12-09 12:17:47','2015-12-09 12:17:47','','client-logo-15-black','','inherit','open','closed','','client-logo-15-black','','','2015-12-09 12:17:47','2015-12-09 12:17:47','',0,'https://carpi2018.org/wp-content/uploads/client-logo-15-black.png',0,'attachment','image/png',0),(337,1,'2015-12-09 12:18:02','2015-12-09 12:18:02','','photo_1','','inherit','open','closed','','photo_1','','','2015-12-09 12:18:02','2015-12-09 12:18:02','',0,'https://carpi2018.org/wp-content/uploads/photo_1.jpg',0,'attachment','image/jpeg',0),(338,1,'2015-12-09 12:18:03','2015-12-09 12:18:03','','photo_2','','inherit','open','closed','','photo_2','','','2015-12-09 12:18:03','2015-12-09 12:18:03','',0,'https://carpi2018.org/wp-content/uploads/photo_2.jpg',0,'attachment','image/jpeg',0),(339,1,'2015-12-09 12:18:05','2015-12-09 12:18:05','','photo_4','','inherit','open','closed','','photo_4','','','2015-12-09 12:18:05','2015-12-09 12:18:05','',0,'https://carpi2018.org/wp-content/uploads/photo_4.jpg',0,'attachment','image/jpeg',0),(352,1,'2015-12-09 12:20:17','2015-12-09 12:20:17','','portfolio_01','','inherit','open','closed','','portfolio_01','','','2015-12-09 12:20:17','2015-12-09 12:20:17','',0,'https://carpi2018.org/wp-content/uploads/portfolio_01.jpg',0,'attachment','image/jpeg',0),(353,1,'2015-12-09 12:20:19','2015-12-09 12:20:19','','portfolio_02','','inherit','open','closed','','portfolio_02','','','2015-12-09 12:20:19','2015-12-09 12:20:19','',0,'https://carpi2018.org/wp-content/uploads/portfolio_02.jpg',0,'attachment','image/jpeg',0),(354,1,'2015-12-09 12:20:42','2015-12-09 12:20:42','','portfolio_03','','inherit','open','closed','','portfolio_03','','','2015-12-09 12:20:42','2015-12-09 12:20:42','',0,'https://carpi2018.org/wp-content/uploads/portfolio_03.jpg',0,'attachment','image/jpeg',0),(355,1,'2015-12-09 12:20:45','2015-12-09 12:20:45','','portfolio_04','','inherit','open','closed','','portfolio_04','','','2015-12-09 12:20:45','2015-12-09 12:20:45','',0,'https://carpi2018.org/wp-content/uploads/portfolio_04.jpg',0,'attachment','image/jpeg',0),(356,1,'2015-12-09 12:20:47','2015-12-09 12:20:47','','portfolio_05','','inherit','open','closed','','portfolio_05','','','2015-12-09 12:20:47','2015-12-09 12:20:47','',0,'https://carpi2018.org/wp-content/uploads/portfolio_05.jpg',0,'attachment','image/jpeg',0),(357,1,'2015-12-09 12:20:48','2015-12-09 12:20:48','','portfolio_06','','inherit','open','closed','','portfolio_06','','','2015-12-09 12:20:48','2015-12-09 12:20:48','',0,'https://carpi2018.org/wp-content/uploads/portfolio_06.jpg',0,'attachment','image/jpeg',0),(358,1,'2015-12-09 12:20:50','2015-12-09 12:20:50','','portfolio_07','','inherit','open','closed','','portfolio_07','','','2015-12-09 12:20:50','2015-12-09 12:20:50','',0,'https://carpi2018.org/wp-content/uploads/portfolio_07.jpg',0,'attachment','image/jpeg',0),(359,1,'2015-12-09 12:20:52','2015-12-09 12:20:52','','portfolio_08','','inherit','open','closed','','portfolio_08','','','2015-12-09 12:20:52','2015-12-09 12:20:52','',0,'https://carpi2018.org/wp-content/uploads/portfolio_08.jpg',0,'attachment','image/jpeg',0),(360,1,'2015-12-09 12:20:53','2015-12-09 12:20:53','','portfolio_09','','inherit','open','closed','','portfolio_09','','','2015-12-09 12:20:53','2015-12-09 12:20:53','',0,'https://carpi2018.org/wp-content/uploads/portfolio_09.jpg',0,'attachment','image/jpeg',0),(361,1,'2015-12-09 12:20:55','2015-12-09 12:20:55','','portfolio_10','','inherit','open','closed','','portfolio_10','','','2015-12-09 12:20:55','2015-12-09 12:20:55','',0,'https://carpi2018.org/wp-content/uploads/portfolio_10.jpg',0,'attachment','image/jpeg',0),(370,1,'2015-12-09 12:44:59','2015-12-09 12:44:59','','logo','','inherit','open','closed','','logo','','','2015-12-09 12:44:59','2015-12-09 12:44:59','',0,'https://carpi2018.org/wp-content/uploads/logo.png',0,'attachment','image/png',0),(371,1,'2015-12-09 12:44:59','2015-12-09 12:44:59','','logo_black','','inherit','open','closed','','logo_black','','','2015-12-09 12:44:59','2015-12-09 12:44:59','',0,'https://carpi2018.org/wp-content/uploads/logo_black.png',0,'attachment','image/png',0),(419,1,'2015-12-10 08:53:49','2015-12-10 08:53:49','','logo_inner','','inherit','open','closed','','logo_inner','','','2015-12-10 08:53:49','2015-12-10 08:53:49','',0,'https://carpi2018.org/wp-content/uploads/logo_inner.png',0,'attachment','image/png',0),(423,1,'2015-12-10 09:27:59','2015-12-10 09:27:59','','logo_inner_gray','','inherit','open','closed','','logo_inner_gray','','','2015-12-10 09:27:59','2015-12-10 09:27:59','',0,'https://carpi2018.org/wp-content/uploads/logo_inner_gray.png',0,'attachment','image/png',0),(497,1,'2015-12-11 14:38:02','2015-12-11 14:38:02','','gspeaker15','','inherit','open','closed','','gspeaker15','','','2015-12-11 14:38:02','2015-12-11 14:38:02','',0,'https://carpi2018.org/wp-content/uploads/gspeaker15.jpg',0,'attachment','image/jpeg',0),(498,1,'2015-12-11 14:38:03','2015-12-11 14:38:03','','gspeaker14','','inherit','open','closed','','gspeaker14','','','2015-12-11 14:38:03','2015-12-11 14:38:03','',0,'https://carpi2018.org/wp-content/uploads/gspeaker14.jpg',0,'attachment','image/jpeg',0),(499,1,'2015-12-11 14:38:04','2015-12-11 14:38:04','','gspeaker13','','inherit','open','closed','','gspeaker13','','','2015-12-11 14:38:04','2015-12-11 14:38:04','',0,'https://carpi2018.org/wp-content/uploads/gspeaker13.jpg',0,'attachment','image/jpeg',0),(500,1,'2015-12-11 14:38:05','2015-12-11 14:38:05','','gspeaker12','','inherit','open','closed','','gspeaker12','','','2015-12-11 14:38:05','2015-12-11 14:38:05','',0,'https://carpi2018.org/wp-content/uploads/gspeaker12.jpg',0,'attachment','image/jpeg',0),(501,1,'2015-12-11 14:38:05','2015-12-11 14:38:05','','gspeaker11','','inherit','open','closed','','gspeaker11','','','2015-12-11 14:38:05','2015-12-11 14:38:05','',0,'https://carpi2018.org/wp-content/uploads/gspeaker11.jpg',0,'attachment','image/jpeg',0),(502,1,'2015-12-11 14:38:06','2015-12-11 14:38:06','','gspeaker9','','inherit','open','closed','','gspeaker9','','','2015-12-11 14:38:06','2015-12-11 14:38:06','',0,'https://carpi2018.org/wp-content/uploads/gspeaker9.jpg',0,'attachment','image/jpeg',0),(503,1,'2015-12-11 14:38:06','2015-12-11 14:38:06','','gspeaker8','','inherit','open','closed','','gspeaker8','','','2015-12-11 14:38:06','2015-12-11 14:38:06','',0,'https://carpi2018.org/wp-content/uploads/gspeaker8.jpg',0,'attachment','image/jpeg',0),(504,1,'2015-12-11 14:38:07','2015-12-11 14:38:07','','gspeaker7','','inherit','open','closed','','gspeaker7','','','2015-12-11 14:38:07','2015-12-11 14:38:07','',0,'https://carpi2018.org/wp-content/uploads/gspeaker7.jpg',0,'attachment','image/jpeg',0),(505,1,'2015-12-11 14:38:07','2015-12-11 14:38:07','','gspeaker6','','inherit','open','closed','','gspeaker6','','','2015-12-11 14:38:07','2015-12-11 14:38:07','',0,'https://carpi2018.org/wp-content/uploads/gspeaker6.jpg',0,'attachment','image/jpeg',0),(506,1,'2015-12-11 14:38:08','2015-12-11 14:38:08','','gspeaker5','','inherit','open','closed','','gspeaker5','','','2015-12-11 14:38:08','2015-12-11 14:38:08','',0,'https://carpi2018.org/wp-content/uploads/gspeaker5.jpg',0,'attachment','image/jpeg',0),(507,1,'2015-12-11 14:38:08','2015-12-11 14:38:08','','gspeaker4','','inherit','open','closed','','gspeaker4','','','2015-12-11 14:38:08','2015-12-11 14:38:08','',0,'https://carpi2018.org/wp-content/uploads/gspeaker4.jpg',0,'attachment','image/jpeg',0),(508,1,'2015-12-11 14:38:09','2015-12-11 14:38:09','','gspeaker3','','inherit','open','closed','','gspeaker3','','','2015-12-11 14:38:09','2015-12-11 14:38:09','',0,'https://carpi2018.org/wp-content/uploads/gspeaker3.jpg',0,'attachment','image/jpeg',0),(509,1,'2015-12-11 14:38:09','2015-12-11 14:38:09','','gspeaker2','','inherit','open','closed','','gspeaker2','','','2015-12-11 14:38:09','2015-12-11 14:38:09','',0,'https://carpi2018.org/wp-content/uploads/gspeaker2.jpg',0,'attachment','image/jpeg',0),(510,1,'2015-12-11 14:38:10','2015-12-11 14:38:10','','gspeaker1','','inherit','open','closed','','gspeaker1','','','2015-12-11 14:38:10','2015-12-11 14:38:10','',0,'https://carpi2018.org/wp-content/uploads/gspeaker1.jpg',0,'attachment','image/jpeg',0),(511,1,'2015-12-11 14:38:10','2015-12-11 14:38:10','','gspeaker10','','inherit','open','closed','','gspeaker10','','','2015-12-11 14:38:10','2015-12-11 14:38:10','',0,'https://carpi2018.org/wp-content/uploads/gspeaker10.jpg',0,'attachment','image/jpeg',0),(595,1,'2015-12-18 11:40:15','2015-12-18 11:40:15','','photo_1_full','','inherit','open','closed','','photo_1_full','','','2015-12-18 11:40:15','2015-12-18 11:40:15','',0,'https://carpi2018.org/wp-content/uploads/photo_1_full.jpg',0,'attachment','image/jpeg',0),(986,1,'2016-03-08 19:36:48','2016-03-08 19:36:48','https://carpi2018.org/wp-content/uploads/cropped-logo_inner.png','cropped-logo_inner.png','','inherit','open','closed','','cropped-logo_inner-png','','','2016-03-08 19:36:48','2016-03-08 19:36:48','',0,'https://carpi2018.org/wp-content/uploads/cropped-logo_inner.png',0,'attachment','image/png',0),(2,1,'2015-12-09 12:06:18','2015-12-09 12:06:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"yes\" divider=\"no\" back_image=\"595\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"btStriped black\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"/conference/wp-content/uploads/sites/6/2015/12/heronew.mp4\" back_video_ogg=\"\" back_video_webm=\"/conference/wp-content/uploads/sites/6/2015/12/heronew.webm\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\n<b>20</b> speakers / <b>6</b> workshops\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Join the\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn\'t take place on its own, but it takes place during the main conference. Dynamically innovate resource-leveling customer service.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Year 2016\" headline=\"New tech\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate testing procedures. Objectively innovate empowered manufactured products platforms. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"New\" headline=\"Trends\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"With web-enabled technology and proactive e-commerce phosfluorescently engage worldwide methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"From last year\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Check out the gallery from our conference held in 2014 in Chicago.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"right\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_grid_gallery ids=\"361,360,359,358,357,356\" format=\"\" lightbox=\"yes\" grid_gap=\"0\" columns=\"6\" links=\"\" el_class=\"\" el_style=\"\"][/bt_grid_gallery][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals. Dynamically innovate resource-leveling customer service.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Interested?\" headline_size=\"medium\" dash=\"no\" subheadline=\"Proactively envisioned multimedia based expertise and cross-media growth strategies.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<strong><a href=\"/conference/schedule/\">Check the schedule</a> or <a href=\"/conference/speakers/\">meet all speakers</a></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"light\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Latest news\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Check out the gallery from our conference.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"right\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_latest_posts number=\"3\" category=\"\" format=\"horizontal\" post_type=\"blog\" show_excerpt=\"yes\" show_date=\"yes\" show_author=\"no\" el_class=\"\" el_style=\"\"][/bt_latest_posts][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"light\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Latest news\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Check out the gallery from our conference.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"right\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_latest_posts number=\"3\" category=\"\" format=\"horizontal\" post_type=\"blog\" show_excerpt=\"yes\" show_date=\"yes\" show_author=\"no\" el_class=\"\" el_style=\"\"][/bt_latest_posts][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Partners\" headline_size=\"large\" dash=\"bottom\" subheadline=\"Collaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_clients display_type=\"regular\"][bt_client image=\"307\" url=\"\"][/bt_client][bt_client image=\"309\" url=\"\"][/bt_client][bt_client image=\"311\" url=\"\"][/bt_client][bt_client image=\"313\" url=\"\"][/bt_client][bt_client image=\"315\" url=\"\"][/bt_client][bt_client image=\"316\" url=\"\"][/bt_client][bt_client image=\"317\" url=\"\"][/bt_client][bt_client image=\"321\" url=\"\"][/bt_client][bt_client image=\"324\" url=\"\"][/bt_client][bt_client image=\"325\" url=\"\"][/bt_client][bt_client image=\"328\" url=\"\"][/bt_client][bt_client image=\"329\" url=\"\"][/bt_client][/bt_clients][/bt_column][/bt_row][/bt_section]','Home','','publish','closed','closed','','home','','','2018-03-26 20:24:03','2018-03-26 20:24:03','',0,'http://eventim.omnicom-dev.com/conference/?page_id=2',0,'page','',0),(2114,2,'2018-04-30 16:35:31','2018-04-30 16:35:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"CIGRÉ 2018\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n<p style=\"text-align: left;\" align=\"center\">The leading event for Power Systems Experts.</p>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47 - Application of Robotics in Substations\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text][/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-30 16:35:31','2018-04-30 16:35:31','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2117,2,'2018-05-02 17:09:12','2018-05-02 17:09:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:09:12','2018-05-02 17:09:12','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(12,1,'2015-12-09 12:09:45','2015-12-09 12:09:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Venue','','publish','closed','closed','','venue','','','2018-04-24 14:14:48','2018-04-24 14:14:48','',0,'http://eventim.omnicom-dev.com/conference/?page_id=12',0,'page','',0),(392,1,'2015-12-09 16:03:06','2015-12-09 16:03:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"1259\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/about-us/team/gomes-mota_po/\" target=\"_blank\" rel=\"noopener\">Professional Webpage</a>\r\n\r\n<a href=\"http://gomes-mota.nome.pt/joao/\" target=\"_blank\" rel=\"noopener\">Personal Webpage</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','publish','closed','closed','','joao-gomes-mota-profile','','','2018-01-26 10:13:29','2018-01-26 10:13:29','',0,'http://eventim.omnicom-dev.com/conference/?page_id=392',0,'page','',0),(1280,1,'2018-01-26 10:05:33','2018-01-26 10:05:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 10:05:33','2018-01-26 10:05:33','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1279,1,'2018-01-26 10:02:50','2018-01-26 10:02:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 10:02:50','2018-01-26 10:02:50','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(2186,2,'2018-07-20 14:56:28','2018-07-20 14:56:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Maintenance\" headline=\"We’ll be back soon!\r\n\r\nSorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always contact us, otherwise we’ll be back online shortly!\" headline_size=\"small\" dash=\"bottom\" subheadline=\"— The Team\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Maintenance','','publish','closed','closed','','maintenance','','','2018-07-23 11:39:16','2018-07-23 11:39:16','',0,'https://carpi2018.org/?page_id=2186',0,'page','',0),(2187,2,'2018-07-20 14:56:28','2018-07-20 14:56:28','<h1>We’ll be back soon!</h1>\r\n<div>\r\n\r\nSorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always <a href=\"http://www.albatroz.engineering/\">contact us</a>, otherwise we’ll be back online shortly!\r\n\r\n— The Team\r\n\r\n</div>','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-20 14:56:28','2018-07-20 14:56:28','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(2190,2,'2018-07-20 15:28:00','2018-07-20 15:28:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2019','','inherit','closed','closed','','1077-revision-v1','','','2018-07-20 15:28:00','2018-07-20 15:28:00','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2191,2,'2018-07-20 15:28:22','2018-07-20 15:28:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-07-20 15:28:22','2018-07-20 15:28:22','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1254,1,'2018-01-26 09:52:06','2018-01-26 09:52:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','publish','closed','closed','','organizing-comittee','','','2018-03-27 10:14:48','2018-03-27 10:14:48','',0,'https://carpi2018.org/?page_id=1254',0,'page','',0),(1359,2,'2018-03-27 10:08:58','2018-03-27 10:08:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:08:58','2018-03-27 10:08:58','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1354,2,'2018-03-27 10:06:17','2018-03-27 10:06:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:06:17','2018-03-27 10:06:17','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1347,2,'2018-03-27 09:57:45','2018-03-27 09:57:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1346\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 09:57:45','2018-03-27 09:57:45','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1259,1,'2018-01-26 09:49:58','2018-01-26 09:49:58','','jsgm-retrato-pb','','inherit','closed','closed','','jsgm-retrato-pb','','','2018-01-26 09:49:58','2018-01-26 09:49:58','',1254,'https://carpi2018.org/wp-content/uploads/jsgm-retrato-pb.jpg',0,'attachment','image/jpeg',0),(1260,1,'2018-01-26 09:50:10','2018-01-26 09:50:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 09:50:10','2018-01-26 09:50:10','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1263,1,'2018-01-26 09:52:31','2018-01-26 09:52:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 09:52:31','2018-01-26 09:52:31','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1261,1,'2018-01-26 09:51:17','2018-01-26 09:51:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 09:51:17','2018-01-26 09:51:17','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1257,1,'2018-01-26 09:43:28','2018-01-26 09:43:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 09:43:28','2018-01-26 09:43:28','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(2178,1,'2018-05-07 10:34:52','2018-05-07 10:34:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomExtraSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.cigre.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer - não apagar','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 10:34:52','2018-05-07 10:34:52','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(767,1,'2015-12-22 10:43:06','2015-12-22 10:43:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"][bt_text]\r\n<div class=\"btText\">\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n</div>\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How far are Lisbon key locations from CARPI venue, Instituto Superior Técnico?\"][bt_text]\r\n\r\nInstituto Superior Técnico is surrounded by three subway lines, which makes it very central and practical to move around Lisbon.\r\n\r\nWith the subway, you have direct connections\r\nto the airport (red line, about 20 minutes)\r\nto downtown (green line, about 10 minutes)\r\nto business and commercial centre (Marquês Pombal) (yellow line, 5 minutes)\r\nto new “Parque das Nações” district (red line, about 15 minutes)\r\n\r\nOnly the old districts (Alfama, Bairro Alto, Castelo, Graça, Madragoa, Mouraria, …) and the Belem monumental area require subway + another transportation to get there: a tramway, a bus or a train (to get to Belem). Distances by taxi/cab or car should take similar durations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"How to travel in Lisbon?\"][bt_text]\r\n\r\nThe most economical way to travel around is to buy a “Viva Viagem” card (0,5€) and pre-load it a given amount of money. Each trip inside Lisbon costs 1,25€ (as of November 2017).\r\n\r\nIf you’re travelling with a companion with more free time to enjoy the city, it might be interesting to buy a Lisboa Card that combines a transport pass with entries to many monuments (bypassing the ticket queues).\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How much costs a “normal” meal in Lisbon?\"][bt_text]\r\n\r\nYou can buy a full meal for about 10€ to 15€ around the city; in the cafeterias inside Instituto Superior Técnico, CARPI’s venue, it will cost you about 10€. Fast food menus cost 5€ to 7€ and popular eating spots cost about the same. Dinners are often a couple of euros more expensive than lunches at the same locations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','publish','closed','closed','','faq-and-notes','','','2017-12-13 17:22:22','2017-12-13 17:22:22','',0,'http://eventim.omnicom-dev.com/conference/?page_id=767',0,'page','',0),(1171,1,'2017-12-13 17:22:22','2017-12-13 17:22:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"][bt_text]\r\n<div class=\"btText\">\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n</div>\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How far are Lisbon key locations from CARPI venue, Instituto Superior Técnico?\"][bt_text]\r\n\r\nInstituto Superior Técnico is surrounded by three subway lines, which makes it very central and practical to move around Lisbon.\r\n\r\nWith the subway, you have direct connections\r\nto the airport (red line, about 20 minutes)\r\nto downtown (green line, about 10 minutes)\r\nto business and commercial centre (Marquês Pombal) (yellow line, 5 minutes)\r\nto new “Parque das Nações” district (red line, about 15 minutes)\r\n\r\nOnly the old districts (Alfama, Bairro Alto, Castelo, Graça, Madragoa, Mouraria, …) and the Belem monumental area require subway + another transportation to get there: a tramway, a bus or a train (to get to Belem). Distances by taxi/cab or car should take similar durations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"How to travel in Lisbon?\"][bt_text]\r\n\r\nThe most economical way to travel around is to buy a “Viva Viagem” card (0,5€) and pre-load it a given amount of money. Each trip inside Lisbon costs 1,25€ (as of November 2017).\r\n\r\nIf you’re travelling with a companion with more free time to enjoy the city, it might be interesting to buy a Lisboa Card that combines a transport pass with entries to many monuments (bypassing the ticket queues).\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How much costs a “normal” meal in Lisbon?\"][bt_text]\r\n\r\nYou can buy a full meal for about 10€ to 15€ around the city; in the cafeterias inside Instituto Superior Técnico, CARPI’s venue, it will cost you about 10€. Fast food menus cost 5€ to 7€ and popular eating spots cost about the same. Dinners are often a couple of euros more expensive than lunches at the same locations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 17:22:22','2017-12-13 17:22:22','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(887,1,'2016-01-21 16:09:55','2016-01-21 16:09:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Dingsheng Luo\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Peking University\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','publish','closed','closed','','committees','','','2018-04-24 14:14:09','2018-04-24 14:14:09','',0,'http://eventim.bold-themes.com/conference/?page_id=887',0,'page','',0),(1183,1,'2017-12-14 12:39:48','2017-12-14 12:39:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:39:48','2017-12-14 12:39:48','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1182,1,'2017-12-14 12:39:16','2017-12-14 12:39:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:39:16','2017-12-14 12:39:16','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1173,1,'2017-12-14 12:30:56','2017-12-14 12:30:56','[bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Join the\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn\'t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Slider intro','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:30:56','2017-12-14 12:30:56','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(22,1,'2013-06-07 10:46:01','2013-06-07 10:46:01','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Ship Your Idea','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','ship-your-idea','','','2013-06-07 10:46:01','2013-06-07 10:46:01','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=22',0,'product','',0),(31,1,'2013-06-07 10:49:51','2013-06-07 10:49:51','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Ninja Silhouette','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','ninja-silhouette','','','2013-06-07 10:49:51','2013-06-07 10:49:51','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=31',0,'product','',0),(34,1,'2013-06-07 10:52:06','2013-06-07 10:52:06','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Woo Ninja','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','woo-ninja','','','2013-06-07 10:52:06','2013-06-07 10:52:06','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=34',0,'product','',0),(37,1,'2013-06-07 10:53:15','2013-06-07 10:53:15','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Happy Eventim Cup','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','happy-ninja','','','2013-06-07 10:53:15','2013-06-07 10:53:15','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=37',0,'product','',0),(40,1,'2013-06-07 11:00:28','2013-06-07 11:00:28','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Coffee Break','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','coffee-break','','','2013-06-07 11:00:28','2013-06-07 11:00:28','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=40',0,'product','',0),(47,1,'2013-06-07 11:02:31','2013-06-07 11:02:31','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Eventim Box','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','woo-ninja-2','','','2013-06-07 11:02:31','2013-06-07 11:02:31','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=47',0,'product','',0),(50,1,'2013-06-07 11:03:56','2013-06-07 11:03:56','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Patient Cup','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','patient-cup','','','2013-06-07 11:03:56','2013-06-07 11:03:56','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=50',0,'product','',0),(53,1,'2013-06-07 11:05:37','2013-06-07 11:05:37','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Happy Cup','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','happy-cup','','','2013-06-07 11:05:37','2013-06-07 11:05:37','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=53',0,'product','',0),(56,1,'2013-06-07 11:07:19','2013-06-07 11:07:19','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Cup Silhouette','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','cup-silhouette','','','2013-06-07 11:07:19','2013-06-07 11:07:19','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=56',0,'product','',0),(60,1,'2013-06-07 11:12:55','2013-06-07 11:12:55','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','New Logo','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','new-logo','','','2013-06-07 11:12:55','2013-06-07 11:12:55','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=60',0,'product','',0),(1045,1,'2017-11-15 18:19:12','2017-11-15 18:19:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\nAwesome and great speakers\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-11-15 18:19:12','2017-11-15 18:19:12','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(768,1,'2013-06-07 10:35:51','2013-06-07 10:35:51','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Woo Logo','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','woo-logo','','','2013-06-07 10:35:51','2013-06-07 10:35:51','',0,'http://demo2.woothemes.com/dummydata/?post_type=product&amp;p=15',0,'product','',0),(769,1,'2013-06-07 10:41:52','2013-06-07 10:41:52','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Premium Quality','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','premium-quality','','','2013-06-07 10:41:52','2013-06-07 10:41:52','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=19',0,'product','',0),(4,1,'2015-12-22 15:24:42','2015-12-22 15:24:42','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@eventim.bold-themes.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Conference (http://eventim.bold-themes.com/conference)\ninfo@bold-themes.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nConference <wordpress@eventim.bold-themes.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Conference (http://eventim.bold-themes.com/conference)\n[your-email]\nReply-To: info@bold-themes.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2015-12-22 15:24:42','2015-12-22 15:24:42','',0,'http://eventim.bold-themes.com/conference/?post_type=wpcf7_contact_form&amp;p=4',0,'wpcf7_contact_form','',0),(24,1,'2013-06-07 10:44:58','2013-06-07 10:44:58','','Variation #24 of Ship Your Idea','','publish','open','open','','product-22-variation-2','','','2013-06-07 10:44:58','2013-06-07 10:44:58','',22,'http://demo2.woothemes.com/woocommerce/?product_variation=product-22-variation-2',1,'product_variation','',0),(41,1,'2013-06-07 10:59:15','2013-06-07 10:59:15','','Variation #41 of Coffee Break','','publish','open','open','','product-40-variation','','','2013-06-07 10:59:15','2013-06-07 10:59:15','',40,'http://demo2.woothemes.com/woocommerce/?product_variation=product-40-variation',0,'product_variation','',0),(42,1,'2013-06-07 10:59:15','2013-06-07 10:59:15','','Variation #42 of Coffee Break','','publish','open','open','','product-40-variation-2','','','2013-06-07 10:59:15','2013-06-07 10:59:15','',40,'http://demo2.woothemes.com/woocommerce/?product_variation=product-40-variation-2',1,'product_variation','',0),(67,1,'2013-06-07 11:22:50','2013-06-07 11:22:50','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Ship Your Idea','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','ship-your-idea-3','','','2013-06-07 11:22:50','2013-06-07 11:22:50','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=67',0,'product','',0),(70,1,'2013-06-07 11:25:01','2013-06-07 11:25:01','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Flying Event','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','flying-event','','','2013-06-07 11:25:01','2013-06-07 11:25:01','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=70',0,'product','',0),(73,1,'2013-06-07 11:27:38','2013-06-07 11:27:38','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Premium Quality','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','premium-quality-2','','','2013-06-07 11:27:38','2013-06-07 11:27:38','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=73',0,'product','',0),(76,1,'2013-06-07 11:28:45','2013-06-07 11:28:45','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Eventim Slogan','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','eventim-slogan','','','2013-06-07 11:28:45','2013-06-07 11:28:45','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=76',0,'product','',0),(79,1,'2013-06-07 11:29:44','2013-06-07 11:29:44','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','Eventim Logo','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','publish','open','closed','','eventim-logo','','','2013-06-07 11:29:44','2013-06-07 11:29:44','',0,'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=79',0,'product','',0),(634,1,'2015-12-18 12:31:32','2015-12-18 12:31:32','','Shop widgets','','publish','closed','closed','','shop-widgets','','','2015-12-18 12:31:32','2015-12-18 12:31:32','',0,'http://eventim.omnicom-dev.com/conference/?post_type=sidebar&amp;p=634',0,'sidebar','',0),(770,1,'2013-06-07 10:44:57','2013-06-07 10:44:57','','Variation #23 of Ship Your Idea','','publish','open','open','','product-22-variation','','','2013-06-07 10:44:57','2013-06-07 10:44:57','',22,'http://demo2.woothemes.com/woocommerce/?product_variation=product-22-variation',0,'product_variation','',0),(771,1,'2015-12-09 12:07:55','2015-12-09 12:07:55','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@eventim.omnicom-dev.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Conference demo (http://eventim.omnicom-dev.com/conference)\ninfo@bold-themes.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nConference demo <wordpress@eventim.omnicom-dev.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Conference demo (http://eventim.omnicom-dev.com/conference)\n[your-email]\nReply-To: info@bold-themes.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','closed','closed','','contact-form-1-2-2','','','2015-12-09 12:07:55','2015-12-09 12:07:55','',0,'http://eventim.omnicom-dev.com/conference/?post_type=wpcf7_contact_form&amp;p=4',0,'wpcf7_contact_form','',0),(945,1,'2016-02-11 16:01:29','2016-02-11 16:01:29','','Variation #945 of Coffee Break','','publish','closed','closed','','product-40-variation-3','','','2016-02-11 16:01:29','2016-02-11 16:01:29','',40,'http://eventim.bold-themes.com/conference/product_variation/product-40-variation-3/',1,'product_variation','',0),(1141,1,'2017-12-05 11:45:33','2017-12-05 11:45:33','','logo-white','','inherit','closed','closed','','logo-white','','','2017-12-05 11:45:33','2017-12-05 11:45:33','',0,'https://carpi2018.org/wp-content/uploads/logo-white.png',0,'attachment','image/png',0),(1338,1,'2018-03-27 09:37:16','2018-03-27 09:37:16',' ','','','publish','closed','closed','','1338','','','2018-04-17 17:23:36','2018-04-17 17:23:36','',0,'https://carpi2018.org/?p=1338',4,'nav_menu_item','',0),(1343,2,'2018-03-27 09:50:39','2018-03-27 09:50:39','','AM_greyscale','','inherit','closed','closed','','am_greyscale','','','2018-03-27 09:50:39','2018-03-27 09:50:39','',1254,'https://carpi2018.org/wp-content/uploads/AM_greyscale.png',0,'attachment','image/png',0),(1134,1,'2017-12-05 11:17:06','2017-12-05 11:17:06','','General Info','','publish','closed','closed','','afafaeaef','','','2018-04-17 17:23:36','2018-04-17 17:23:36','',0,'https://carpi2018.org/?p=1134',1,'nav_menu_item','',0),(1135,1,'2017-12-05 11:17:06','2017-12-05 11:17:06','','Program','','publish','closed','closed','','cgnfyj-eer','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1135',15,'nav_menu_item','',0),(1130,1,'2017-11-17 10:41:14','2017-11-17 10:41:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-17 10:41:14','2017-11-17 10:41:14','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1041,1,'2017-11-15 18:14:51','2017-11-15 18:14:51','','carris','','inherit','closed','closed','','carris','','','2017-11-15 18:14:51','2017-11-15 18:14:51','',0,'https://carpi2018.org/wp-content/uploads/carris.png',0,'attachment','image/png',0),(1047,1,'2017-11-15 18:19:12','2017-11-15 18:19:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\nAwesome and great speakers\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Join the\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn\'t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"Accommodation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. It doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meeting\" headline=\"Facilities\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services. It doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2017-11-15 18:19:12','2017-11-15 18:19:12','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(2174,1,'2018-05-07 10:27:58','2018-05-07 10:27:58','[bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"http://www.cigre.org/\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 10:27:58','2018-05-07 10:27:58','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(2175,1,'2018-05-07 10:29:12','2018-05-07 10:29:12','[bt_section layout=\"boxed\" top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"http://www.cigre.org/\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 10:29:12','2018-05-07 10:29:12','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(2176,1,'2018-05-07 10:31:40','2018-05-07 10:31:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomExtraSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"http://www.cigre.org/\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 10:31:40','2018-05-07 10:31:40','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(1265,1,'2018-01-26 09:53:52','2018-01-26 09:53:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"CTO AT SQUARE6\" headline=\"Jason <b>Peterson</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures. Dramatically synthesize integrated schemas.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\'s\" headline=\"Idea\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services. Energistically scale future-proof core.\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 09:53:52','2018-01-26 09:53:52','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1057,1,'2017-11-15 18:19:12','2017-11-15 18:19:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"yes\" divider=\"no\" back_image=\"595\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"btStriped black\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"/conference/wp-content/uploads/sites/6/2015/12/heronew.mp4\" back_video_ogg=\"\" back_video_webm=\"/conference/wp-content/uploads/sites/6/2015/12/heronew.webm\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\n<b>20</b> speakers / <b>6</b> workshops\nAwesome and great speakers\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Join the\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn\'t take place on its own, but it takes place during the main conference. Dynamically innovate resource-leveling customer service.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Year 2016\" headline=\"New tech\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate testing procedures. Objectively innovate empowered manufactured products platforms. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"New\" headline=\"Trends\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"With web-enabled technology and proactive e-commerce phosfluorescently engage worldwide methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"From last year\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Check out the gallery from our conference held in 2014 in Chicago.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"right\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_grid_gallery ids=\"361,360,359,358,357,356\" format=\"\" lightbox=\"yes\" grid_gap=\"0\" columns=\"6\" links=\"\" el_class=\"\" el_style=\"\"][/bt_grid_gallery][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals. Dynamically innovate resource-leveling customer service.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Interested?\" headline_size=\"medium\" dash=\"no\" subheadline=\"Proactively envisioned multimedia based expertise and cross-media growth strategies.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\n\n<strong><a href=\"/conference/schedule/\">Check the schedule</a> or <a href=\"/conference/speakers/\">meet all speakers</a></strong>\n\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"light\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Latest news\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Check out the gallery from our conference.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"right\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_latest_posts number=\"3\" category=\"\" format=\"horizontal\" post_type=\"blog\" show_excerpt=\"yes\" show_date=\"yes\" show_author=\"no\" el_class=\"\" el_style=\"\"][/bt_latest_posts][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Partners\" headline_size=\"large\" dash=\"bottom\" subheadline=\"Collaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_clients display_type=\"regular\"][bt_client image=\"307\" url=\"\"][/bt_client][bt_client image=\"309\" url=\"\"][/bt_client][bt_client image=\"311\" url=\"\"][/bt_client][bt_client image=\"313\" url=\"\"][/bt_client][bt_client image=\"315\" url=\"\"][/bt_client][bt_client image=\"316\" url=\"\"][/bt_client][bt_client image=\"317\" url=\"\"][/bt_client][bt_client image=\"321\" url=\"\"][/bt_client][bt_client image=\"324\" url=\"\"][/bt_client][bt_client image=\"325\" url=\"\"][/bt_client][bt_client image=\"328\" url=\"\"][/bt_client][bt_client image=\"329\" url=\"\"][/bt_client][/bt_clients][/bt_column][/bt_row][/bt_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2017-11-15 18:19:12','2017-11-15 18:19:12','',2,'https://carpi2018.org/2-revision-v1/',0,'revision','',0),(1258,1,'2018-01-26 09:47:12','2018-01-26 09:47:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 09:47:12','2018-01-26 09:47:12','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(2177,1,'2018-05-07 10:32:31','2018-05-07 10:32:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomExtraSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.cigre.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 10:32:31','2018-05-07 10:32:31','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(1256,1,'2018-01-26 09:43:06','2018-01-26 09:43:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 09:43:06','2018-01-26 09:43:06','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1255,1,'2018-01-26 09:42:44','2018-01-26 09:42:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 09:42:44','2018-01-26 09:42:44','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1070,1,'2017-11-15 18:19:26','2017-11-15 18:19:26','[bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_slider height=\"medium\" auto_play=\"3000\" hide_arrows=\"\" hide_paging=\"\" simple_arrows=\"no\" el_class=\"\" el_style=\"\"][bt_slider_item image=\"358\" el_class=\"btTextRight\" el_style=\"\"][bt_hr top_spaced=\"topExtraSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_slider_item][bt_slider_item image=\"360\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>20</b> speakers / <b>6</b> workshops\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_slider_item][bt_slider_item image=\"595\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"COPENHAGEN\" headline=\"Awesome and great speakers\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_slider_item][/bt_slider][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Join the\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn\'t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Slider intro','','inherit','closed','closed','','887-revision-v1','','','2017-11-15 18:19:26','2017-11-15 18:19:26','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(2118,2,'2018-05-02 17:11:21','2018-05-02 17:11:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:11:21','2018-05-02 17:11:21','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1072,1,'2017-11-15 18:19:26','2017-11-15 18:19:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\nAwesome and great speakers\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"CTO AT SQUARE6\" headline=\"Jason <b>Peterson</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures. Dramatically synthesize integrated schemas.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\n\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\n\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\n\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\'s\" headline=\"Idea\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services. Energistically scale future-proof core.\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\n\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\n\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Speaker profile','','inherit','closed','closed','','392-revision-v1','','','2017-11-15 18:19:26','2017-11-15 18:19:26','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(2200,2,'2018-07-23 11:39:04','2018-07-23 11:39:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Maintenance\" headline=\"We’ll be back soon!\r\n\r\nSorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always contact us, otherwise we’ll be back online shortly!\" headline_size=\"small\" dash=\"bottom\" subheadline=\"— The Team\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section]','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-23 11:39:04','2018-07-23 11:39:04','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(2201,2,'2018-07-23 11:39:16','2018-07-23 11:39:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Maintenance\" headline=\"We’ll be back soon!\r\n\r\nSorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always contact us, otherwise we’ll be back online shortly!\" headline_size=\"small\" dash=\"bottom\" subheadline=\"— The Team\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-23 11:39:16','2018-07-23 11:39:16','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(1077,1,'2017-11-15 18:26:21','2017-11-15 18:26:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','publish','closed','closed','','carpi2018-2','','','2018-07-20 15:28:50','2018-07-20 15:28:50','',0,'https://carpi2018.org/?page_id=1077',0,'page','',0),(1122,1,'2017-11-15 19:12:09','2017-11-15 19:12:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:12:09','2017-11-15 19:12:09','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1120,1,'2017-11-15 19:11:03','2017-11-15 19:11:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:11:03','2017-11-15 19:11:03','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1078,1,'2017-11-15 18:26:21','2017-11-15 18:26:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Welcome','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:26:21','2017-11-15 18:26:21','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1079,1,'2017-11-15 18:27:11','2017-11-15 18:27:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:27:11','2017-11-15 18:27:11','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1080,1,'2017-11-15 18:30:37','2017-11-15 18:30:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:30:37','2017-11-15 18:30:37','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1081,1,'2017-11-15 18:31:07','2017-11-15 18:31:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:31:07','2017-11-15 18:31:07','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1086,1,'2017-11-15 18:36:32','2017-11-15 18:36:32','','ponte-noite','','inherit','closed','closed','','ponte-noite','','','2017-11-15 18:36:32','2017-11-15 18:36:32','',1077,'https://carpi2018.org/wp-content/uploads/ponte-noite.jpg',0,'attachment','image/jpeg',0),(1083,1,'2017-11-15 18:34:15','2017-11-15 18:34:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1082\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:34:15','2017-11-15 18:34:15','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1085,1,'2017-11-15 18:35:49','2017-11-15 18:35:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1084\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:35:49','2017-11-15 18:35:49','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1087,1,'2017-11-15 18:36:37','2017-11-15 18:36:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:36:37','2017-11-15 18:36:37','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1088,1,'2017-11-15 18:40:26','2017-11-15 18:40:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:40:26','2017-11-15 18:40:26','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1089,1,'2017-11-15 18:41:04','2017-11-15 18:41:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"<b>11 – 14 September 2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:41:04','2017-11-15 18:41:04','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1091,1,'2017-11-15 18:42:29','2017-11-15 18:42:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:42:29','2017-11-15 18:42:29','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1090,1,'2017-11-15 18:41:57','2017-11-15 18:41:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submisions\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Guidelines\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. The abstracts of authors who fail to do so will be removed from the program and will not be published in the final abstract book.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Submision\" headline=\"Types of submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or ``organic`` sources.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:41:57','2017-11-15 18:41:57','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1092,1,'2017-11-15 18:42:51','2017-11-15 18:42:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:42:51','2017-11-15 18:42:51','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1094,1,'2017-11-15 18:46:05','2017-11-15 18:46:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Importante Dates\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\r\nNotification to Authors - 16/04/2018\r\nEarly Registrations - 16/07/2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:46:05','2017-11-15 18:46:05','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1093,1,'2017-11-15 18:43:41','2017-11-15 18:43:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nThe 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:43:41','2017-11-15 18:43:41','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1095,1,'2017-11-15 18:46:39','2017-11-15 18:46:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"large\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\r\nNotification to Authors - 16/04/2018\r\nEarly Registrations - 16/07/2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:46:39','2017-11-15 18:46:39','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1096,1,'2017-11-15 18:48:27','2017-11-15 18:48:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:48:27','2017-11-15 18:48:27','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1097,1,'2017-11-15 18:49:43','2017-11-15 18:49:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:49:43','2017-11-15 18:49:43','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1098,1,'2017-11-15 18:50:18','2017-11-15 18:50:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"margin-bottom: 30px;\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:50:18','2017-11-15 18:50:18','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1099,1,'2017-11-15 18:50:45','2017-11-15 18:50:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Submision process\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:50:45','2017-11-15 18:50:45','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1100,1,'2017-11-15 18:52:57','2017-11-15 18:52:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics\r\nfor the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference. Deadline 12th February 2018.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:52:57','2017-11-15 18:52:57','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0);
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1101,1,'2017-11-15 18:54:20','2017-11-15 18:54:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference. Deadline 12th February 2018.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:54:20','2017-11-15 18:54:20','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1103,1,'2017-11-15 18:56:52','2017-11-15 18:56:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\r\n\r\nTopics of interest include, but are not restricted to:\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:56:52','2017-11-15 18:56:52','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1102,1,'2017-11-15 18:56:26','2017-11-15 18:56:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\r\n\r\nTopics of interest include, but are not restricted to:\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:56:26','2017-11-15 18:56:26','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1104,1,'2017-11-15 18:58:00','2017-11-15 18:58:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\r\n\r\nTopics of interest include, but are not restricted to:\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:58:00','2017-11-15 18:58:00','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1106,1,'2017-11-15 18:59:14','2017-11-15 18:59:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:59:14','2017-11-15 18:59:14','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1105,1,'2017-11-15 18:58:52','2017-11-15 18:58:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\r\n\r\nTopics of interest include, but are not restricted to:\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:58:52','2017-11-15 18:58:52','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1107,1,'2017-11-15 18:59:36','2017-11-15 18:59:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:59:36','2017-11-15 18:59:36','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1108,1,'2017-11-15 18:59:52','2017-11-15 18:59:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e643\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"<b>01.</b> Abstract Information\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 18:59:52','2017-11-15 18:59:52','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1119,1,'2017-11-15 19:10:47','2017-11-15 19:10:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:10:47','2017-11-15 19:10:47','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1109,1,'2017-11-15 19:01:20','2017-11-15 19:01:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Robotics applied to\" dash=\"\" text=\"Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems\r\nTransmission Lines and Substations\r\nUnderground and Overhead Distribution Systems\r\nUnderwater Structures\r\nConstruction, Inspection, Maintenance, Refurbishment, Security\r\nAI and Big Data\r\nSubstation and Plant Robots\r\nUnmanned Aerial and Ground Vehicles\r\nSensor Fusion\r\nAutomated Diagnosis\r\nSmart Grids\r\nWind Farm Technology\" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:01:20','2017-11-15 19:01:20','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1113,1,'2017-11-15 19:04:44','2017-11-15 19:04:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Robotics applied to\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:04:44','2017-11-15 19:04:44','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1110,1,'2017-11-15 19:02:46','2017-11-15 19:02:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:02:46','2017-11-15 19:02:46','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1111,1,'2017-11-15 19:03:33','2017-11-15 19:03:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Robotics applied to\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:03:33','2017-11-15 19:03:33','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1112,1,'2017-11-15 19:04:29','2017-11-15 19:04:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Robotics applied to\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:04:29','2017-11-15 19:04:29','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1116,1,'2017-11-15 19:07:13','2017-11-15 19:07:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:07:13','2017-11-15 19:07:13','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1114,1,'2017-11-15 19:06:10','2017-11-15 19:06:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Robotics applied to\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text][boldthemes_highlight]Robotics applied to[/boldthemes_highlight][/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:06:10','2017-11-15 19:06:10','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1115,1,'2017-11-15 19:06:44','2017-11-15 19:06:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Robotics applied to\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n<h4>Robotics applied to</h4>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e660\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"02. Web Submission\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e692\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"03. Oral and Poster Presentations\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:06:44','2017-11-15 19:06:44','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1117,1,'2017-11-15 19:08:56','2017-11-15 19:08:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:08:56','2017-11-15 19:08:56','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1118,1,'2017-11-15 19:09:32','2017-11-15 19:09:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:09:32','2017-11-15 19:09:32','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1121,1,'2017-11-15 19:11:37','2017-11-15 19:11:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session chair guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference registration fee by the deadline for early registration. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:11:37','2017-11-15 19:11:37','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1123,1,'2017-11-15 19:13:40','2017-11-15 19:13:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:13:40','2017-11-15 19:13:40','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1126,1,'2017-11-15 19:20:30','2017-11-15 19:20:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"s7_e639\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Outline\" icon_position=\"Inline\" color=\"Accent\" size=\"Small\" width=\"Full\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:20:30','2017-11-15 19:20:30','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1127,1,'2017-11-15 19:21:14','2017-11-15 19:21:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"11 – 14 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-11-15 19:21:14','2017-11-15 19:21:14','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1142,1,'2017-12-05 11:45:47','2017-12-05 11:45:47','','logo','','inherit','closed','closed','','logo-2','','','2017-12-05 11:45:47','2017-12-05 11:45:47','',0,'https://carpi2018.org/wp-content/uploads/logo-1.png',0,'attachment','image/png',0),(1937,2,'2018-04-05 14:03:04','2018-04-05 14:03:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-05 14:03:04','2018-04-05 14:03:04','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1145,1,'2018-04-24 13:36:14','2018-04-24 13:36:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-autosave-v1','','','2018-04-24 13:36:14','2018-04-24 13:36:14','',1077,'https://carpi2018.org/1077-autosave-v1/',0,'revision','',0),(1149,1,'2017-12-13 16:27:04','2017-12-13 16:27:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:27:04','2017-12-13 16:27:04','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1150,1,'2017-12-13 16:39:00','2017-12-13 16:39:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"light\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:39:00','2017-12-13 16:39:00','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1152,1,'2017-12-13 16:39:37','2017-12-13 16:39:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:39:37','2017-12-13 16:39:37','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1151,1,'2017-12-13 16:39:23','2017-12-13 16:39:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:39:23','2017-12-13 16:39:23','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1153,1,'2017-12-13 16:43:10','2017-12-13 16:43:10','','header-lisbon-1','','inherit','closed','closed','','header-lisbon-1','','','2017-12-13 16:43:10','2017-12-13 16:43:10','',767,'https://carpi2018.org/wp-content/uploads/header-lisbon-1.jpg',0,'attachment','image/jpeg',0),(1154,1,'2017-12-13 16:43:11','2017-12-13 16:43:11','','header-lisbon-2','','inherit','closed','closed','','header-lisbon-2','','','2017-12-13 16:43:11','2017-12-13 16:43:11','',767,'https://carpi2018.org/wp-content/uploads/header-lisbon-2.jpg',0,'attachment','image/jpeg',0),(1155,1,'2017-12-13 16:43:13','2017-12-13 16:43:13','','header-lisbon-3','','inherit','closed','closed','','header-lisbon-3','','','2017-12-13 16:43:13','2017-12-13 16:43:13','',767,'https://carpi2018.org/wp-content/uploads/header-lisbon-3.jpg',0,'attachment','image/jpeg',0),(1156,1,'2017-12-13 16:43:24','2017-12-13 16:43:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:43:24','2017-12-13 16:43:24','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1157,1,'2017-12-13 16:44:05','2017-12-13 16:44:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btTopVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:44:05','2017-12-13 16:44:05','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1158,1,'2017-12-13 16:45:13','2017-12-13 16:45:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\nAwesome and great speakers\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\n\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-autosave-v1','','','2017-12-13 16:45:13','2017-12-13 16:45:13','',767,'https://carpi2018.org/767-autosave-v1/',0,'revision','',0),(1159,1,'2017-12-13 16:45:34','2017-12-13 16:45:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:45:34','2017-12-13 16:45:34','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1160,1,'2017-12-13 16:47:58','2017-12-13 16:47:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1086\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:47:58','2017-12-13 16:47:58','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1161,1,'2017-12-13 16:48:20','2017-12-13 16:48:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:48:20','2017-12-13 16:48:20','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1162,1,'2017-12-13 16:50:01','2017-12-13 16:50:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:50:01','2017-12-13 16:50:01','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1163,1,'2017-12-13 16:51:49','2017-12-13 16:51:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 16:51:49','2017-12-13 16:51:49','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1164,1,'2017-12-13 17:01:43','2017-12-13 17:01:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"]\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\n\r\nAfrica\r\nAmerica\r\nAsia\r\nEurope\r\nSouth Africa\r\nAngola\r\nAlgeria\r\nBenin\r\nBotswana\r\nBurkina Faso\r\nBurundi\r\nCameroon\r\nCape Verde\r\nCentral-African Republic\r\nChad\r\nComoros\r\nCongo\r\nCongo Democratic Republic\r\nDjibouti\r\nEgypt\r\nEquatorial Guinea\r\nEritrea\r\nEthiopia\r\nGabon\r\nGambia\r\nGhana\r\nGuinea\r\nGuinea-Bissau\r\nKenya\r\nIvory Coast\r\nLesotho\r\nLiberia\r\nLibya\r\nMadagascar\r\nMalawi\r\nMali\r\nMaldives\r\nMauritania\r\nMorocco\r\nMozambique\r\nNamibia\r\nNiger\r\nNigeria\r\nRuanda\r\nSao Tome and Principe\r\nSenegal\r\nSierra Leone\r\nSomalia\r\nSouth Sudan\r\nSudan\r\nSwaziland\r\nTanzania\r\nTogo\r\nTunisia\r\nUganda\r\nZambia\r\nZimbabwe\r\nBelize\r\nBolivia\r\nCuba\r\nDominican Republic\r\nEquator\r\nGuyana\r\nHaiti\r\nJamaica\r\nSuriname\r\n\r\nAfghanistan\r\nBahrein\r\nBangladesh\r\nBhutan\r\nCambodia\r\nChina\r\nIndia\r\nIran\r\nIraq\r\nJordan\r\nLebanon\r\nKazakhstan\r\nKirgizstan\r\nKuwait\r\nLaos\r\nMyanmar\r\nMongolia\r\nNepal\r\nNorth Korea\r\nOman\r\nPakistan\r\nPalestine\r\nPhilippines\r\n\r\n[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 17:01:43','2017-12-13 17:01:43','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1165,1,'2017-12-13 17:06:23','2017-12-13 17:06:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"]\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\n\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\n[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 17:06:23','2017-12-13 17:06:23','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1167,1,'2017-12-13 17:07:48','2017-12-13 17:07:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"]\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\n\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\n[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 17:07:48','2017-12-13 17:07:48','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1166,1,'2017-12-13 17:07:21','2017-12-13 17:07:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"]\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:zbrZ\r\n\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\n[/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 17:07:21','2017-12-13 17:07:21','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1170,1,'2017-12-13 17:21:32','2017-12-13 17:21:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"][bt_text]\r\n<div class=\"btText\">\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n</div>\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How far are Lisbon key locations from CARPI venue, Instituto Superior Técnico?\"][bt_text]\r\n\r\nInstituto Superior Técnico is surrounded by three subway lines, which makes it very central and practical to move around Lisbon.\r\n\r\nWith the subway, you have direct connections\r\nto the airport (red line, about 20 minutes)\r\nto downtown (green line, about 10 minutes)\r\nto business and commercial centre (Marquês Pombal) (yellow line, 5 minutes)\r\nto new “Parque das Nações” district (red line, about 15 minutes)\r\n\r\nOnly the old districts (Alfama, Bairro Alto, Castelo, Graça, Madragoa, Mouraria, …) and the Belem monumental area require subway + another transportation to get there: a tramway, a bus or a train (to get to Belem). Distances by taxi/cab or car should take similar durations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"How to travel in Lisbon?\"][bt_text]\r\n\r\nThe most economical way to travel around is to buy a “Viva Viagem” card (0,5€) and pre-load it a given amount of money. Each trip inside Lisbon costs 1,25€ (as of November 2017).\r\n\r\nIf you’re travelling with a companion with more free time to enjoy the city, it might be interesting to buy a Lisboa Card that combines a transport pass with entries to many monuments (bypassing the ticket queues).\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How much costs a “normal” meal in Lisbon?\"][bt_text]\r\n\r\nYou can buy a full meal for about 10€ to 15€ around the city; in the cafeterias inside Instituto Superior Técnico, CARPI’s venue, it will cost you about 10€. Fast food menus cost 5€ to 7€ and popular eating spots cost about the same. Dinners are often a couple of euros more expensive than lunches at the same locations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 17:21:32','2017-12-13 17:21:32','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1169,1,'2017-12-13 17:18:43','2017-12-13 17:18:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"][bt_text]\r\n<div class=\"btText\">\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n</div>\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 17:18:43','2017-12-13 17:18:43','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1168,1,'2017-12-13 17:17:44','2017-12-13 17:17:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"]As of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\n\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines[bt_text]\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Roundtables and debates\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Title and Abstract\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\" Compatibility / Please read first\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][bt_accordion_items headline=\"Finalizing the submission\"]Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive e-commerce via process-centric \"outside the box\" thinking. Completely pursue scalable customer service through sustainable potentialities.\r\n\r\nCollaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services. Seamlessly empower fully researched growth strategies and interoperable internal or \"organic\" sources.[/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-revision-v1','','','2017-12-13 17:17:44','2017-12-13 17:17:44','',767,'https://carpi2018.org/767-revision-v1/',0,'revision','',0),(1172,1,'2017-12-14 12:23:35','2017-12-14 12:23:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is NOW OPEN – you may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 12th February 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-12-14 12:23:35','2017-12-14 12:23:35','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1181,1,'2017-12-14 12:38:55','2017-12-14 12:38:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:38:55','2017-12-14 12:38:55','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1180,1,'2017-12-14 12:37:48','2017-12-14 12:37:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:37:48','2017-12-14 12:37:48','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1179,1,'2017-12-14 12:36:47','2017-12-14 12:36:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:36:47','2017-12-14 12:36:47','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1175,1,'2017-12-14 12:33:14','2017-12-14 12:33:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"INTERNATIONAL\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Slider intro','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:33:14','2017-12-14 12:33:14','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1174,1,'2017-12-14 12:31:34','2017-12-14 12:31:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Join the\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn\'t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Slider intro','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:31:34','2017-12-14 12:31:34','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1176,1,'2017-12-14 12:33:33','2017-12-14 12:33:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"INTERNATIONAL\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:33:33','2017-12-14 12:33:33','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1177,1,'2017-12-14 12:33:54','2017-12-14 12:33:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"INTERNATIONAL\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:33:54','2017-12-14 12:33:54','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1178,1,'2017-12-14 12:34:28','2017-12-14 12:34:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:34:28','2017-12-14 12:34:28','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1202,1,'2017-12-14 12:49:38','2017-12-14 12:49:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:49:38','2017-12-14 12:49:38','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1184,1,'2017-12-14 12:40:06','2017-12-14 12:40:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:40:06','2017-12-14 12:40:06','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1188,1,'2017-12-14 12:41:50','2017-12-14 12:41:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:41:50','2017-12-14 12:41:50','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1185,1,'2017-12-14 12:40:55','2017-12-14 12:40:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:40:55','2017-12-14 12:40:55','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1186,1,'2017-12-14 12:41:16','2017-12-14 12:41:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:41:16','2017-12-14 12:41:16','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1187,1,'2017-12-14 12:41:30','2017-12-14 12:41:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:41:30','2017-12-14 12:41:30','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1189,1,'2017-12-14 12:42:07','2017-12-14 12:42:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:42:07','2017-12-14 12:42:07','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1190,1,'2017-12-14 12:42:24','2017-12-14 12:42:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"large\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:42:24','2017-12-14 12:42:24','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1191,1,'2017-12-14 12:42:50','2017-12-14 12:42:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:42:50','2017-12-14 12:42:50','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1192,1,'2017-12-14 12:43:07','2017-12-14 12:43:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:43:07','2017-12-14 12:43:07','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1193,1,'2017-12-14 12:43:32','2017-12-14 12:43:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Barnes\" headline_size=\"large\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:43:32','2017-12-14 12:43:32','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1194,1,'2017-12-14 12:43:47','2017-12-14 12:43:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:43:47','2017-12-14 12:43:47','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1196,1,'2017-12-14 12:45:37','2017-12-14 12:45:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:45:37','2017-12-14 12:45:37','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1195,1,'2017-12-14 12:45:18','2017-12-14 12:45:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:45:18','2017-12-14 12:45:18','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1197,1,'2017-12-14 12:46:00','2017-12-14 12:46:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:46:00','2017-12-14 12:46:00','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1198,1,'2017-12-14 12:46:30','2017-12-14 12:46:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:46:30','2017-12-14 12:46:30','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1200,1,'2017-12-14 12:47:23','2017-12-14 12:47:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:47:23','2017-12-14 12:47:23','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1199,1,'2017-12-14 12:46:52','2017-12-14 12:46:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:46:52','2017-12-14 12:46:52','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1201,1,'2017-12-14 12:49:17','2017-12-14 12:49:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:49:17','2017-12-14 12:49:17','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1203,1,'2017-12-14 12:49:59','2017-12-14 12:49:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:49:59','2017-12-14 12:49:59','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1204,1,'2017-12-14 12:50:58','2017-12-14 12:50:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:50:58','2017-12-14 12:50:58','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0);
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1205,1,'2017-12-14 12:51:39','2017-12-14 12:51:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:51:39','2017-12-14 12:51:39','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1206,1,'2017-12-14 12:52:45','2017-12-14 12:52:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:52:45','2017-12-14 12:52:45','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1207,1,'2017-12-14 12:53:00','2017-12-14 12:53:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:53:00','2017-12-14 12:53:00','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1209,1,'2017-12-14 12:59:40','2017-12-14 12:59:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:59:40','2017-12-14 12:59:40','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1208,1,'2017-12-14 12:53:24','2017-12-14 12:53:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:53:24','2017-12-14 12:53:24','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1210,1,'2017-12-14 12:59:54','2017-12-14 12:59:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 12:59:54','2017-12-14 12:59:54','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1211,1,'2017-12-14 13:02:05','2017-12-14 13:02:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 13:02:05','2017-12-14 13:02:05','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1212,1,'2017-12-14 13:05:27','2017-12-14 13:05:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2017-12-14 13:05:27','2017-12-14 13:05:27','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1213,1,'2017-12-14 13:22:07','2017-12-14 13:22:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#ffffff\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Demo Day\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','publish','closed','closed','','program','','','2017-12-14 18:49:01','2017-12-14 18:49:01','',0,'https://carpi2018.org/?page_id=1213',0,'page','',0),(1214,1,'2017-12-14 13:22:07','2017-12-14 13:22:07','','Session Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:22:07','2017-12-14 13:22:07','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1219,1,'2017-12-14 13:55:50','2017-12-14 13:55:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Session\" headline=\"PROGRAM\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:55:50','2017-12-14 13:55:50','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1218,1,'2017-12-14 13:54:36','2017-12-14 13:54:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Session\" headline=\"PROGRAM\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"How far are Lisbon key locations from CARPI venue, Instituto Superior Técnico?\"][bt_text]\r\n\r\nInstituto Superior Técnico is surrounded by three subway lines, which makes it very central and practical to move around Lisbon.\r\n\r\nWith the subway, you have direct connections\r\nto the airport (red line, about 20 minutes)\r\nto downtown (green line, about 10 minutes)\r\nto business and commercial centre (Marquês Pombal) (yellow line, 5 minutes)\r\nto new “Parque das Nações” district (red line, about 15 minutes)\r\n\r\nOnly the old districts (Alfama, Bairro Alto, Castelo, Graça, Madragoa, Mouraria, …) and the Belem monumental area require subway + another transportation to get there: a tramway, a bus or a train (to get to Belem). Distances by taxi/cab or car should take similar durations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:54:36','2017-12-14 13:54:36','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1216,1,'2017-12-14 13:23:16','2017-12-14 13:23:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"][bt_text]\r\n<div class=\"btText\">\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n</div>\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How far are Lisbon key locations from CARPI venue, Instituto Superior Técnico?\"][bt_text]\r\n\r\nInstituto Superior Técnico is surrounded by three subway lines, which makes it very central and practical to move around Lisbon.\r\n\r\nWith the subway, you have direct connections\r\nto the airport (red line, about 20 minutes)\r\nto downtown (green line, about 10 minutes)\r\nto business and commercial centre (Marquês Pombal) (yellow line, 5 minutes)\r\nto new “Parque das Nações” district (red line, about 15 minutes)\r\n\r\nOnly the old districts (Alfama, Bairro Alto, Castelo, Graça, Madragoa, Mouraria, …) and the Belem monumental area require subway + another transportation to get there: a tramway, a bus or a train (to get to Belem). Distances by taxi/cab or car should take similar durations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:23:16','2017-12-14 13:23:16','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1215,1,'2017-12-14 13:22:21','2017-12-14 13:22:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"][bt_text]\r\n<div class=\"btText\">\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n</div>\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How far are Lisbon key locations from CARPI venue, Instituto Superior Técnico?\"][bt_text]\r\n\r\nInstituto Superior Técnico is surrounded by three subway lines, which makes it very central and practical to move around Lisbon.\r\n\r\nWith the subway, you have direct connections\r\nto the airport (red line, about 20 minutes)\r\nto downtown (green line, about 10 minutes)\r\nto business and commercial centre (Marquês Pombal) (yellow line, 5 minutes)\r\nto new “Parque das Nações” district (red line, about 15 minutes)\r\n\r\nOnly the old districts (Alfama, Bairro Alto, Castelo, Graça, Madragoa, Mouraria, …) and the Belem monumental area require subway + another transportation to get there: a tramway, a bus or a train (to get to Belem). Distances by taxi/cab or car should take similar durations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"How to travel in Lisbon?\"][bt_text]\r\n\r\nThe most economical way to travel around is to buy a “Viva Viagem” card (0,5€) and pre-load it a given amount of money. Each trip inside Lisbon costs 1,25€ (as of November 2017).\r\n\r\nIf you’re travelling with a companion with more free time to enjoy the city, it might be interesting to buy a Lisboa Card that combines a transport pass with entries to many monuments (bypassing the ticket queues).\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How much costs a “normal” meal in Lisbon?\"][bt_text]\r\n\r\nYou can buy a full meal for about 10€ to 15€ around the city; in the cafeterias inside Instituto Superior Técnico, CARPI’s venue, it will cost you about 10€. Fast food menus cost 5€ to 7€ and popular eating spots cost about the same. Dinners are often a couple of euros more expensive than lunches at the same locations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:22:21','2017-12-14 13:22:21','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1217,1,'2017-12-14 13:52:25','2017-12-14 13:52:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Session\" headline=\"PROGRAM\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_text]\r\n<div class=\"btText\">\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n</div>\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How far are Lisbon key locations from CARPI venue, Instituto Superior Técnico?\"][bt_text]\r\n\r\nInstituto Superior Técnico is surrounded by three subway lines, which makes it very central and practical to move around Lisbon.\r\n\r\nWith the subway, you have direct connections\r\nto the airport (red line, about 20 minutes)\r\nto downtown (green line, about 10 minutes)\r\nto business and commercial centre (Marquês Pombal) (yellow line, 5 minutes)\r\nto new “Parque das Nações” district (red line, about 15 minutes)\r\n\r\nOnly the old districts (Alfama, Bairro Alto, Castelo, Graça, Madragoa, Mouraria, …) and the Belem monumental area require subway + another transportation to get there: a tramway, a bus or a train (to get to Belem). Distances by taxi/cab or car should take similar durations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:52:25','2017-12-14 13:52:25','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1220,1,'2017-12-14 13:56:41','2017-12-14 13:56:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Session\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:56:41','2017-12-14 13:56:41','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1221,1,'2017-12-14 13:57:06','2017-12-14 13:57:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:57:06','2017-12-14 13:57:06','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1222,1,'2017-12-14 13:57:23','2017-12-14 13:57:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Conference Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:57:23','2017-12-14 13:57:23','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1223,1,'2017-12-14 13:58:53','2017-12-14 13:58:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Conference Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:58:53','2017-12-14 13:58:53','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1224,1,'2017-12-14 13:59:20','2017-12-14 13:59:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Conference Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:59:20','2017-12-14 13:59:20','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1225,1,'2017-12-14 13:59:44','2017-12-14 13:59:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Conference Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:59:44','2017-12-14 13:59:44','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1227,1,'2017-12-14 14:00:14','2017-12-14 14:00:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Conference Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 14:00:14','2017-12-14 14:00:14','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1226,1,'2017-12-14 13:59:59','2017-12-14 13:59:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"bottomExtraSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Conference Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 13:59:59','2017-12-14 13:59:59','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1232,1,'2017-12-14 18:28:37','2017-12-14 18:28:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:28:37','2017-12-14 18:28:37','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1231,1,'2017-12-14 18:28:03','2017-12-14 18:28:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:28:03','2017-12-14 18:28:03','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1228,1,'2017-12-14 14:01:16','2017-12-14 14:01:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Conference Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 14:01:16','2017-12-14 14:01:16','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1229,1,'2017-12-14 18:25:53','2017-12-14 18:25:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:25:53','2017-12-14 18:25:53','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1230,1,'2017-12-14 18:26:37','2017-12-14 18:26:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:26:37','2017-12-14 18:26:37','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1240,1,'2017-12-14 18:41:25','2017-12-14 18:41:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:41:25','2017-12-14 18:41:25','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1237,1,'2017-12-14 18:34:20','2017-12-14 18:34:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Name of the presentation\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:34:20','2017-12-14 18:34:20','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1236,1,'2017-12-14 18:33:28','2017-12-14 18:33:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:33:28','2017-12-14 18:33:28','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1234,1,'2017-12-14 18:32:28','2017-12-14 18:32:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]\r\n\r\n[bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:32:28','2017-12-14 18:32:28','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1235,1,'2017-12-14 18:33:16','2017-12-14 18:33:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-autosave-v1','','','2017-12-14 18:33:16','2017-12-14 18:33:16','',1213,'https://carpi2018.org/1213-autosave-v1/',0,'revision','',0),(1239,1,'2017-12-14 18:39:32','2017-12-14 18:39:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:39:32','2017-12-14 18:39:32','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1238,1,'2017-12-14 18:37:03','2017-12-14 18:37:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Name of the presentation\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:37:03','2017-12-14 18:37:03','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1241,1,'2017-12-14 18:43:21','2017-12-14 18:43:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:43:21','2017-12-14 18:43:21','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1242,1,'2017-12-14 18:44:49','2017-12-14 18:44:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:44:49','2017-12-14 18:44:49','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1245,1,'2017-12-14 18:47:49','2017-12-14 18:47:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#ffffff\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"Demo Day\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:47:49','2017-12-14 18:47:49','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1244,1,'2017-12-14 18:46:04','2017-12-14 18:46:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#ffffff\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"Demo Day\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:46:04','2017-12-14 18:46:04','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1243,1,'2017-12-14 18:45:08','2017-12-14 18:45:08','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]\r\n\r\n[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"PROGRAM\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:45:08','2017-12-14 18:45:08','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1246,1,'2017-12-14 18:48:27','2017-12-14 18:48:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#ffffff\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference\" headline=\"Demo Day\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:48:27','2017-12-14 18:48:27','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1247,1,'2017-12-14 18:49:01','2017-12-14 18:49:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion open_first=\"yes\" open_one=\"no\"][bt_accordion_items headline=\"Day 1 / Tue, September 25\"][bt_header superheadline=\"Superheadline\" headline=\"Opening Session\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Serge Montambault\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"11:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][bt_accordion_items headline=\"Day 12 / Wed, September 26\"][bt_header superheadline=\"Superheadline\" headline=\"Another Thing\" headline_size=\"small\" dash=\"no\" subheadline=\"09:00 | Main Hall\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Another Speaker\'s NAme\" headline=\"Name of the keynote\" headline_size=\"small\" dash=\"no\" subheadline=\"16:00 | Auditorium\" el_class=\"\" el_style=\"\"][/bt_header][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#d1d1d1\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Serge Montambault\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Portugal\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Carlos Silvestre\" show_titles=\"yes\"][bt_header superheadline=\"Portugal\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Portuguese professor at University of Macau\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"502\" caption_text=\"USA\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"L. Marconi\" show_titles=\"yes\"][bt_header superheadline=\"USA\" headline=\"L. Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Small Bio of the Speaker\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#ffffff\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Demo Day\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"acordeao-programa\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Program','','inherit','closed','closed','','1213-revision-v1','','','2017-12-14 18:49:01','2017-12-14 18:49:01','',1213,'https://carpi2018.org/1213-revision-v1/',0,'revision','',0),(1248,1,'2017-12-15 11:32:50','2017-12-15 11:32:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Paper Submission - <b>12/02/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers Open Soon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers will open very soon – you will may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 16th April 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-12-15 11:32:50','2017-12-15 11:32:50','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1249,1,'2017-12-15 11:34:09','2017-12-15 11:34:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Deadline for Papers Submission - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers Open Soon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers will open very soon – you will may submit your abstract for consideration in the 2018 conference.\r\n<b>Deadline 16th April 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2017-12-15 11:34:09','2017-12-15 11:34:09','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1262,1,'2018-01-26 09:51:48','2018-01-26 09:51:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 09:51:48','2018-01-26 09:51:48','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1267,1,'2018-01-26 09:54:55','2018-01-26 09:54:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"CTO AT SQUARE6\" headline=\"Jason <b>Peterson</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures. Dramatically synthesize integrated schemas.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\'s\" headline=\"Idea\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services. Energistically scale future-proof core.\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 09:54:55','2018-01-26 09:54:55','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1269,1,'2018-01-26 09:56:18','2018-01-26 09:56:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"CTO AT SQUARE6\" headline=\"Jason <b>Peterson</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures. Dramatically synthesize integrated schemas.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\'s\" headline=\"Idea\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services. Energistically scale future-proof core.\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 09:56:18','2018-01-26 09:56:18','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1268,1,'2018-01-26 09:55:59','2018-01-26 09:55:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"CTO AT SQUARE6\" headline=\"Jason <b>Peterson</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures. Dramatically synthesize integrated schemas.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\'s\" headline=\"Idea\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services. Energistically scale future-proof core.\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 09:55:59','2018-01-26 09:55:59','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1266,1,'2018-01-26 09:54:25','2018-01-26 09:54:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"503\" caption_text=\"Mona\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Michelle Johnson\" show_titles=\"yes\"][bt_header superheadline=\"Michelle\" headline=\"Johnson\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"506\" caption_text=\"Eventim\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Sandra Barnes\" show_titles=\"yes\"][bt_header superheadline=\"Sandra\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Ravi Amaratunga\" show_titles=\"yes\"][bt_header superheadline=\"Ravi \" headline=\"Amaratunga\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"504\" caption_text=\"BoldThemes\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Curt Behlmer\" show_titles=\"yes\"][bt_header superheadline=\"Curt \" headline=\"Behlmer\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"293\" caption_text=\"ReConstruction\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"John Barnes\" show_titles=\"yes\"][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively innovate empowered manufactured product platforms.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"CTO AT SQUARE6\" headline=\"Jason <b>Peterson</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures. Dramatically synthesize integrated schemas.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\'s\" headline=\"Idea\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services. Energistically scale future-proof core.\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 09:54:25','2018-01-26 09:54:25','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1321,1,'2018-03-26 18:00:14','2018-03-26 18:00:14','','header-lisbon-4ok','','inherit','closed','closed','','header-lisbon-4ok','','','2018-03-26 18:00:14','2018-03-26 18:00:14','',12,'https://carpi2018.org/wp-content/uploads/header-lisbon-4ok.jpg',0,'attachment','image/jpeg',0),(1272,1,'2018-01-26 09:59:44','2018-01-26 09:59:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 09:59:44','2018-01-26 09:59:44','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1271,1,'2018-01-26 09:58:06','2018-01-26 09:58:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"CTO AT SQUARE6\" headline=\"Jason <b>Peterson</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures. Dramatically synthesize integrated schemas.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\'s\" headline=\"Idea\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services. Energistically scale future-proof core.\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nUt vulputate augue in erat vulputate, vel orci vulputate. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Terkadang orang menjalankan sebuah usaha hanya.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow John\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f09a\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f099\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"#\" target=\"no_target\"][/bt_icon][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Meet\" headline=\"Company\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"419\" caption_text=\"\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 09:58:06','2018-01-26 09:58:06','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1273,1,'2018-01-26 10:00:17','2018-01-26 10:00:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 10:00:17','2018-01-26 10:00:17','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1274,1,'2018-01-26 10:01:19','2018-01-26 10:01:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-autosave-v1','','','2018-01-26 10:01:19','2018-01-26 10:01:19','',1254,'https://carpi2018.org/1254-autosave-v1/',0,'revision','',0),(1275,1,'2018-01-26 10:01:14','2018-01-26 10:01:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 10:01:14','2018-01-26 10:01:14','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1340,2,'2018-03-27 09:39:06','2018-03-27 09:39:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1339\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 09:39:06','2018-03-27 09:39:06','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1276,1,'2018-01-26 10:02:09','2018-01-26 10:02:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organization\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 10:02:09','2018-01-26 10:02:09','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1277,1,'2018-01-26 10:02:23','2018-01-26 10:02:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"505\" caption_text=\"Ad-Hoc\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Brendon Kowalski\" show_titles=\"yes\"][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Completely pursue scalable customer service through sustainable potentialities.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-01-26 10:02:23','2018-01-26 10:02:23','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1278,1,'2018-01-26 10:13:21','2018-01-26 10:13:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"1259\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/about-us/team/gomes-mota_po/\" target=\"_blank\" rel=\"noopener\">Professional Webpage</a>\r\n\r\n<a href=\"http://gomes-mota.nome.pt/joao/\" target=\"_blank\" rel=\"noopener\">Personal Webpage</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-autosave-v1','','','2018-01-26 10:13:21','2018-01-26 10:13:21','',392,'https://carpi2018.org/392-autosave-v1/',0,'revision','',0),(1288,2,'2018-02-07 15:30:17','2018-02-07 15:30:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1153\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"FAQ\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"Which are the countries whose nationals are required Visa to enter Portugal?\"][bt_text]\r\n<div class=\"btText\">\r\n\r\nAs of December 2017, the nationals of the following countries are required visas to enter Portugal:\r\nAfrica, America, Asia, Europe, South Africa, Angola, Algeria, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central-African Republic, Chad, Comoros, Congo, Congo Democratic Republic, Djibouti, Egypt, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Ivory Coast, Lesotho, Liberia, Libya, Madagascar, Malawi, Mali, Maldives, Mauritania, Morocco, Mozambique, Namibia, Niger, Nigeria, Ruanda, Sao Tome and Principe, Senegal, Sierra Leone,, Somalia, South Sudan, Sudan, Swaziland, Tanzania, Togo, Tunisia, Uganda, Zambia, Zimbabwe, Belize, Bolivia, Cuba, Dominican Republic, Equator, Guyana, Haiti, Jamaica, Suriname, Afghanistan, Bahrein, Bangladesh, Bhutan, Cambodia, China, India, Iran, Iraq, Jordan, Lebanon, Kazakhstan, Kirgizstan, Kuwait, Laos, Myanmar, Mongolia, Nepal, North Korea, Oman, Pakistan, Palestine, Philippines\r\n\r\nFor updated information, please check <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=215:nacionalidades-com-obrigatoriedade-de-visto&amp;catid=39&amp;Itemid=97&amp;lang=en\">here</a>.\r\n\r\nShould you need a visa, you can apply online <a href=\"http://www.secomunidades.pt/vistos/index.php?option=com_content&amp;view=article&amp;id=171&amp;Itemid=14&amp;lang=en\">here</a>.\r\n\r\n</div>\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How far are Lisbon key locations from CARPI venue, Instituto Superior Técnico?\"][bt_text]\r\n\r\nInstituto Superior Técnico is surrounded by three subway lines, which makes it very central and practical to move around Lisbon.\r\n\r\nWith the subway, you have direct connections\r\nto the airport (red line, about 20 minutes)\r\nto downtown (green line, about 10 minutes)\r\nto business and commercial centre (Marquês Pombal) (yellow line, 5 minutes)\r\nto new “Parque das Nações” district (red line, about 15 minutes)\r\n\r\nOnly the old districts (Alfama, Bairro Alto, Castelo, Graça, Madragoa, Mouraria, …) and the Belem monumental area require subway + another transportation to get there: a tramway, a bus or a train (to get to Belem). Distances by taxi/cab or car should take similar durations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_accordion][bt_accordion_items headline=\"How to travel in Lisbon?\"][bt_text]\r\n\r\nThe most economical way to travel around is to buy a “Viva Viagem” card (0,5€) and pre-load it a given amount of money. Each trip inside Lisbon costs 1,25€ (as of November 2017).\r\n\r\nIf you’re travelling with a companion with more free time to enjoy the city, it might be interesting to buy a Lisboa Card that combines a transport pass with entries to many monuments (bypassing the ticket queues).\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How much costs a “normal” meal in Lisbon?\"][bt_text]\r\n\r\nYou can buy a full meal for about 10€ to 15€ around the city; in the cafeterias inside Instituto Superior Técnico, CARPI’s venue, it will cost you about 10€. Fast food menus cost 5€ to 7€ and popular eating spots cost about the same. Dinners are often a couple of euros more expensive than lunches at the same locations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_accordion][bt_accordion_items headline=\"How to travel in Lisbon?\"][bt_text]\r\n\r\nThe most economical way to travel around is to buy a “Viva Viagem” card (0,5€) and pre-load it a given amount of money. Each trip inside Lisbon costs 1,25€ (as of November 2017).\r\n\r\nIf you’re travelling with a companion with more free time to enjoy the city, it might be interesting to buy a Lisboa Card that combines a transport pass with entries to many monuments (bypassing the ticket queues).\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How much costs a “normal” meal in Lisbon?\"][bt_text]\r\n\r\nYou can buy a full meal for about 10€ to 15€ around the city; in the cafeterias inside Instituto Superior Técnico, CARPI’s venue, it will cost you about 10€. Fast food menus cost 5€ to 7€ and popular eating spots cost about the same. Dinners are often a couple of euros more expensive than lunches at the same locations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_accordion][bt_accordion_items headline=\"How to travel in Lisbon?\"][bt_text]\r\n\r\nThe most economical way to travel around is to buy a “Viva Viagem” card (0,5€) and pre-load it a given amount of money. Each trip inside Lisbon costs 1,25€ (as of November 2017).\r\n\r\nIf you’re travelling with a companion with more free time to enjoy the city, it might be interesting to buy a Lisboa Card that combines a transport pass with entries to many monuments (bypassing the ticket queues).\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How much costs a “normal” meal in Lisbon?\"][bt_text]\r\n\r\nYou can buy a full meal for about 10€ to 15€ around the city; in the cafeterias inside Instituto Superior Técnico, CARPI’s venue, it will cost you about 10€. Fast food menus cost 5€ to 7€ and popular eating spots cost about the same. Dinners are often a couple of euros more expensive than lunches at the same locations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_accordion][bt_accordion_items headline=\"How to travel in Lisbon?\"][bt_text]\r\n\r\nThe most economical way to travel around is to buy a “Viva Viagem” card (0,5€) and pre-load it a given amount of money. Each trip inside Lisbon costs 1,25€ (as of November 2017).\r\n\r\nIf you’re travelling with a companion with more free time to enjoy the city, it might be interesting to buy a Lisboa Card that combines a transport pass with entries to many monuments (bypassing the ticket queues).\r\n\r\n[/bt_text][/bt_accordion_items][bt_accordion_items headline=\"How much costs a “normal” meal in Lisbon?\"][bt_text]\r\n\r\nYou can buy a full meal for about 10€ to 15€ around the city; in the cafeterias inside Instituto Superior Técnico, CARPI’s venue, it will cost you about 10€. Fast food menus cost 5€ to 7€ and popular eating spots cost about the same. Dinners are often a couple of euros more expensive than lunches at the same locations.\r\n\r\n[/bt_text][/bt_accordion_items][/bt_accordion][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Abstract\" headline=\"Important notes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly deploy strategic networks with compelling e-business. Credibly pontificate highly efficient manufactured products and enabled data.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e65e\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Session guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e635\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Speaker Guidelines\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e66f\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Audiovisual Policy\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_service icon=\"s7_e61c\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoBigSize\" url=\"\" headline=\"Code of Conduct\" dash=\"\" text=\"Please note that presenting authors of all accepted abstracts must register and pay the conference fee. \" el_class=\"\" el_style=\"\"][/bt_service][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FAQ and notes','','inherit','closed','closed','','767-autosave-v1','','','2018-02-07 15:30:17','2018-02-07 15:30:17','',767,'https://carpi2018.org/767-autosave-v1/',0,'revision','',0),(1281,1,'2018-01-26 10:09:38','2018-01-26 10:09:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/about-us/team/gomes-mota_po/\" target=\"_blank\" rel=\"noopener\">Professional Webpage</a>\r\n\r\n<a href=\"http://gomes-mota.nome.pt/joao/\" target=\"_blank\" rel=\"noopener\">Personal Webpage</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 10:09:38','2018-01-26 10:09:38','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1282,1,'2018-01-26 10:10:47','2018-01-26 10:10:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/about-us/team/gomes-mota_po/\" target=\"_blank\" rel=\"noopener\">Professional Webpage</a>\r\n\r\n<a href=\"http://gomes-mota.nome.pt/joao/\" target=\"_blank\" rel=\"noopener\">Personal Webpage</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 10:10:47','2018-01-26 10:10:47','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1283,1,'2018-01-26 10:11:03','2018-01-26 10:11:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/about-us/team/gomes-mota_po/\" target=\"_blank\" rel=\"noopener\">Professional Webpage</a>\r\n\r\n<a href=\"http://gomes-mota.nome.pt/joao/\" target=\"_blank\" rel=\"noopener\">Personal Webpage</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 10:11:03','2018-01-26 10:11:03','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1284,1,'2018-01-26 10:11:18','2018-01-26 10:11:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"294\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/about-us/team/gomes-mota_po/\" target=\"_blank\" rel=\"noopener\">Professional Webpage</a>\r\n\r\n<a href=\"http://gomes-mota.nome.pt/joao/\" target=\"_blank\" rel=\"noopener\">Personal Webpage</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 10:11:18','2018-01-26 10:11:18','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1286,1,'2018-01-26 10:13:29','2018-01-26 10:13:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"1259\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/about-us/team/gomes-mota_po/\" target=\"_blank\" rel=\"noopener\">Professional Webpage</a>\r\n\r\n<a href=\"http://gomes-mota.nome.pt/joao/\" target=\"_blank\" rel=\"noopener\">Personal Webpage</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 10:13:29','2018-01-26 10:13:29','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1285,1,'2018-01-26 10:11:56','2018-01-26 10:11:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_image image=\"1259\" caption_text=\"\" size=\"medium\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][/bt_icons][/bt_column][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"ALBATROZ\" headline=\"João <b>Gomes-Mota</b>\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nJoão is an electrical engineer (graduated 1993) with MSc in Robotics (2001) and a professional background on R&amp;D at Universities (IST), utilities (EDP) and start-ups (Albatroz Engineering). He also serves as General Manager of Albatroz Engineering and was an author at the 1st CARPi in 2010. His research interests include airborne data acquisition, vegetation, manned and unmanned aircraft, maintenance and reliability of electrical grids. Archeology and 3D modelling of heritage sites also get in the picture as he uses the same hardware for more exciting purpose.\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/6\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Make\" headline=\"Connection\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Follow João\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_icons][bt_icon icon=\"fa_f0e1\" icon_title=\"\" icon_type=\"btIcoFilledType\" icon_color=\"btIcoAccentColor\" icon_size=\"btIcoSmallSize\" url=\"https://www.linkedin.com/in/joao-gomes-mota-19396817/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/about-us/team/gomes-mota_po/\" target=\"_blank\" rel=\"noopener\">Professional Webpage</a>\r\n\r\n<a href=\"http://gomes-mota.nome.pt/joao/\" target=\"_blank\" rel=\"noopener\">Personal Webpage</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"John\'s\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Brands\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Think\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Brand and business strategy is there to define where brands need to go. And since the world is on fire, that’s a whole lot of fun.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Joao Gomes Mota Profile','','inherit','closed','closed','','392-revision-v1','','','2018-01-26 10:11:56','2018-01-26 10:11:56','',392,'https://carpi2018.org/392-revision-v1/',0,'revision','',0),(1289,2,'2018-02-07 17:29:39','2018-02-07 17:29:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Deadline for Papers Submission - <b>16/04/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to Authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early Registrations - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers Open Soon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers will open very soon – you may submit your abstract to consideration in the 2018 conference.\r\n<b>Deadline for papers submission end at 16th April 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-02-07 17:29:39','2018-02-07 17:29:39','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1329,2,'2018-03-27 09:12:11','2018-03-27 09:12:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Submission is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPER HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 09:12:11','2018-03-27 09:12:11','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1330,2,'2018-03-27 09:13:59','2018-03-27 09:13:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission - <b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Submission is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPER HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 09:13:59','2018-03-27 09:13:59','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1327,2,'2018-03-26 20:24:03','2018-03-26 20:24:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"yes\" divider=\"no\" back_image=\"595\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"btStriped black\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"/conference/wp-content/uploads/sites/6/2015/12/heronew.mp4\" back_video_ogg=\"\" back_video_webm=\"/conference/wp-content/uploads/sites/6/2015/12/heronew.webm\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\n<b>20</b> speakers / <b>6</b> workshops\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Join the\" headline=\"Workshops\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"A workshop is embedded into a conference; it doesn\'t take place on its own, but it takes place during the main conference. Dynamically innovate resource-leveling customer service.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"eCommerce\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sketching\" headline=\"Interfaces\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Year 2016\" headline=\"New tech\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate testing procedures. Objectively innovate empowered manufactured products platforms. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"UX is dead\" headline=\"Long live UX\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate testing procedures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"New\" headline=\"Trends\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"With web-enabled technology and proactive e-commerce phosfluorescently engage worldwide methodologies.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Missed\" headline=\"Connections\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Phosfluorescently engage worldwide methodologies with web-enabled technology and proactive e-commerce.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Read more\" icon=\"no_icon\" url=\"workshop-details\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Accent\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"From last year\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Check out the gallery from our conference held in 2014 in Chicago.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"right\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_grid_gallery ids=\"361,360,359,358,357,356\" format=\"\" lightbox=\"yes\" grid_gap=\"0\" columns=\"6\" links=\"\" el_class=\"\" el_style=\"\"][/bt_grid_gallery][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Meet the\" headline=\"Speakers\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities. Holistically pontificate installed base portals. Dynamically innovate resource-leveling customer service.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"294\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Jason\" headline=\"Peterson\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. \" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"295\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Ann\" headline=\"Coleman\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Holisticly predominate extensible testing procedures for reliable.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"293\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"John\" headline=\"Barnes\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively innovate empowered manufactured product platforms.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"510\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Quickly drive clicks-and-mortar catalysts for change before vertical architectures.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"509\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_image image=\"505\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"btTextCenter\" el_style=\"\" caption_title=\"\" show_titles=\"no\"][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Brendon\" headline=\"Kowalski\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely pursue scalable customer service through sustainable potentialities.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Interested?\" headline_size=\"medium\" dash=\"no\" subheadline=\"Proactively envisioned multimedia based expertise and cross-media growth strategies.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<strong><a href=\"/conference/schedule/\">Check the schedule</a> or <a href=\"/conference/speakers/\">meet all speakers</a></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"light\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Latest news\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Check out the gallery from our conference.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"right\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_latest_posts number=\"3\" category=\"\" format=\"horizontal\" post_type=\"blog\" show_excerpt=\"yes\" show_date=\"yes\" show_author=\"no\" el_class=\"\" el_style=\"\"][/bt_latest_posts][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"light\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Latest news\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Check out the gallery from our conference.\" el_class=\"\" el_style=\"margin-bottom: 0px;\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"right\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_latest_posts number=\"3\" category=\"\" format=\"horizontal\" post_type=\"blog\" show_excerpt=\"yes\" show_date=\"yes\" show_author=\"no\" el_class=\"\" el_style=\"\"][/bt_latest_posts][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#041e42\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Partners\" headline_size=\"large\" dash=\"bottom\" subheadline=\"Collaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_clients display_type=\"regular\"][bt_client image=\"307\" url=\"\"][/bt_client][bt_client image=\"309\" url=\"\"][/bt_client][bt_client image=\"311\" url=\"\"][/bt_client][bt_client image=\"313\" url=\"\"][/bt_client][bt_client image=\"315\" url=\"\"][/bt_client][bt_client image=\"316\" url=\"\"][/bt_client][bt_client image=\"317\" url=\"\"][/bt_client][bt_client image=\"321\" url=\"\"][/bt_client][bt_client image=\"324\" url=\"\"][/bt_client][bt_client image=\"325\" url=\"\"][/bt_client][bt_client image=\"328\" url=\"\"][/bt_client][bt_client image=\"329\" url=\"\"][/bt_client][/bt_clients][/bt_column][/bt_row][/bt_section]','Home','','inherit','closed','closed','','2-revision-v1','','','2018-03-26 20:24:03','2018-03-26 20:24:03','',2,'https://carpi2018.org/2-revision-v1/',0,'revision','',0),(1294,2,'2018-03-20 16:47:18','2018-03-20 16:47:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\nhttps://easychair.org/conferences/?conf=carpi2018\r\n<b>Deadline for papers submission end at 16th April 2018.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-20 16:47:18','2018-03-20 16:47:18','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1296,1,'2018-03-23 16:46:39','2018-03-23 16:46:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\nhttps://easychair.org/conferences/?conf=carpi2018\r\n<b>Deadline for papers submission end at 16th April 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-23 16:46:39','2018-03-23 16:46:39','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1298,1,'2018-03-23 16:52:27','2018-03-23 16:52:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n<b>Deadline for papers submission end at 16th April 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPER HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Big\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_text]\r\n\r\n<a href=\"mailto:info@albatroz.engineering\" target=\"_blank\" rel=\"noopener\">OR EMAIL US FOR MORE INFORMATION</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-23 16:52:27','2018-03-23 16:52:27','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1297,1,'2018-03-23 16:48:16','2018-03-23 16:48:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n<b>Deadline for papers submission end at 16th April 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPE HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-23 16:48:16','2018-03-23 16:48:16','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1299,1,'2018-03-23 16:56:07','2018-03-23 16:56:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n<b>Deadline for papers submission end at 16th April 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPER HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@albatroz.engineering\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-23 16:56:07','2018-03-23 16:56:07','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1300,1,'2018-03-23 17:01:18','2018-03-23 17:01:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n<b>Deadline for papers submission end at 16th April 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPER HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-23 17:01:18','2018-03-23 17:01:18','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1301,2,'2018-03-23 20:53:15','2018-03-23 20:53:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Submission is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n<b>The deadline for paper submission is on April 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPER HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-23 20:53:15','2018-03-23 20:53:15','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1303,1,'2018-03-26 17:20:08','2018-03-26 17:20:08','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superio Técnico (IST), located right in the center of Lisbon.\r\n\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"Accommodation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. It doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:20:08','2018-03-26 17:20:08','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1302,1,'2018-03-26 17:14:41','2018-03-26 17:14:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superio Técnico (IST), located right in the center of Lisbon.\r\n\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"Accommodation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. It doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Smart\" headline=\"Accommodation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate customer service. It doesn’t take place on its own, but it takes place during the main conference.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:14:41','2018-03-26 17:14:41','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1304,1,'2018-03-26 17:21:29','2018-03-26 17:21:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superio Técnico (IST), located right in the center of Lisbon.\r\n\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"358\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:21:29','2018-03-26 17:21:29','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1305,1,'2018-03-26 17:22:10','2018-03-26 17:22:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superio Técnico (IST), located right in the center of Lisbon.\r\n\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"358\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 40px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:22:10','2018-03-26 17:22:10','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1306,1,'2018-03-26 17:22:52','2018-03-26 17:22:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superio Técnico (IST), located right in the center of Lisbon.\r\n\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"358\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 100px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:22:52','2018-03-26 17:22:52','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1307,1,'2018-03-26 17:23:23','2018-03-26 17:23:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"358\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 100px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:23:23','2018-03-26 17:23:23','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1308,1,'2018-03-26 17:26:59','2018-03-26 17:26:59','','IST','','inherit','closed','closed','','ist','','','2018-03-26 17:26:59','2018-03-26 17:26:59','',12,'https://carpi2018.org/wp-content/uploads/IST.jpg',0,'attachment','image/jpeg',0),(1310,1,'2018-03-26 17:27:38','2018-03-26 17:27:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 130px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:27:38','2018-03-26 17:27:38','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1309,1,'2018-03-26 17:27:05','2018-03-26 17:27:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 100px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"40.7144678\" longitude=\"-74.015827\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:27:05','2018-03-26 17:27:05','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1311,1,'2018-03-26 17:30:59','2018-03-26 17:30:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 130px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"14\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:30:59','2018-03-26 17:30:59','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1312,1,'2018-03-26 17:31:39','2018-03-26 17:31:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 130px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Copenhagen Conference hall\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Events are held in the Main hall, workshops in Second floor meeting rooms\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Address\" headline_size=\"small\" dash=\"bottom\" subheadline=\"32216 Hallowd road, New Arlington, Nexes\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:31:39','2018-03-26 17:31:39','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1313,1,'2018-03-26 17:33:08','2018-03-26 17:33:08','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 130px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Phone\" headline_size=\"small\" dash=\"bottom\" subheadline=\"+ 1 555 2367890\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:33:08','2018-03-26 17:33:08','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1315,1,'2018-03-26 17:35:51','2018-03-26 17:35:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 130px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:35:51','2018-03-26 17:35:51','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0);
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1314,1,'2018-03-26 17:34:43','2018-03-26 17:34:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 130px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Email\" headline_size=\"small\" dash=\"bottom\" subheadline=\"mail@bold-themes.com\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:34:43','2018-03-26 17:34:43','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1316,1,'2018-03-26 17:36:45','2018-03-26 17:36:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:36:45','2018-03-26 17:36:45','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1317,1,'2018-03-26 17:39:31','2018-03-26 17:39:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"COPENHAGEN\" headline=\"<b>2</b> days / <b>15</b> talks\r\nAwesome and great speakers\r\n\" headline_size=\"large\" dash=\"bottom\" subheadline=\"January 25-27\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:39:31','2018-03-26 17:39:31','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1318,1,'2018-03-26 17:53:02','2018-03-26 17:53:02','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:53:02','2018-03-26 17:53:02','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1319,1,'2018-03-26 17:54:00','2018-03-26 17:54:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"337\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:54:00','2018-03-26 17:54:00','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1320,1,'2018-03-26 17:54:35','2018-03-26 17:54:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1270\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 17:54:35','2018-03-26 17:54:35','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1322,1,'2018-03-26 18:00:21','2018-03-26 18:00:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 18:00:21','2018-03-26 18:00:21','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1324,1,'2018-03-26 18:02:34','2018-03-26 18:02:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 18:02:34','2018-03-26 18:02:34','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1323,1,'2018-03-26 18:01:33','2018-03-26 18:01:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Main venue\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Location','','inherit','closed','closed','','12-revision-v1','','','2018-03-26 18:01:33','2018-03-26 18:01:33','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1325,2,'2018-03-26 20:15:40','2018-03-26 20:15:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Submission is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n<b>The deadline for paper submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPER HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-26 20:15:40','2018-03-26 20:15:40','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1332,2,'2018-03-27 09:16:36','2018-03-27 09:16:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission - <b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 09:16:36','2018-03-27 09:16:36','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1336,1,'2018-03-27 09:37:04','2018-03-27 09:37:04',' ','','','publish','closed','closed','','1336','','','2018-04-17 17:23:36','2018-04-17 17:23:36','',0,'https://carpi2018.org/?p=1336',2,'nav_menu_item','',0),(1337,1,'2018-03-27 09:36:53','2018-03-27 09:36:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-27 09:36:53','2018-03-27 09:36:53','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1331,2,'2018-03-27 09:15:35','2018-03-27 09:15:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission - <b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference submission is now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 09:15:35','2018-03-27 09:15:35','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1328,2,'2018-03-27 09:10:03','2018-03-27 09:10:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors - <b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration deadline - <b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission - <b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Submission is Now Open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 conference Call for Papers is now open – you may submit your abstract to consideration in the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR PAPER HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 09:10:03','2018-03-27 09:10:03','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1335,1,'2018-03-27 09:33:59','2018-03-27 09:33:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-03-27 09:33:59','2018-03-27 09:33:59','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1333,1,'2018-03-27 09:18:16','2018-03-27 09:18:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jean-François Allan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brazil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Roland Siegwart\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Joon­Young Park\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"KEPCO \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Korea\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ETH Zürich \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Switzerland\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Quanta Energized Services \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Andrew Phillips\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Jie Zhao\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Harbin Institute of Technology \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Song\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shandong University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Gongping Wu\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Wuhan University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"FEUP \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Victor Mendes\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"ISEL \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC and ISIR \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Isabel Ribeiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Alberto Vale\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Gonçalves\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"JRC/EURATOM\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy/Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Manuela Veloso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"CMU\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Madhavan Shanmugavel\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Veera Ragavan\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Monash University \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Malaysia\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Fernando Alves da Silva\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-03-27 09:18:16','2018-03-27 09:18:16','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(2194,2,'2018-07-23 11:35:02','2018-07-23 11:35:02','[bt_section][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h1>We’ll be back soon!</h1>\r\n<div>\r\n\r\nSorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always <a href=\"http://www.albatroz.engineering/\">contact us</a>, otherwise we’ll be back online shortly!\r\n\r\n— The Team\r\n\r\n</div>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-23 11:35:02','2018-07-23 11:35:02','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(2197,2,'2018-07-23 11:37:51','2018-07-23 11:37:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"Sorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always contact us, otherwise we’ll be back online shortly!\" headline=\"We’ll be back soon!\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"— The Team\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section]','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-23 11:37:51','2018-07-23 11:37:51','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(2196,2,'2018-07-23 11:37:09','2018-07-23 11:37:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"We’ll be back soon!\" headline=\"Sorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always contact us, otherwise we’ll be back online shortly!\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"— The Team\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h1>We’ll be back soon!</h1>\r\n<div>\r\n\r\nSorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always <a href=\"http://www.albatroz.engineering/\">contact us</a>, otherwise we’ll be back online shortly!\r\n\r\n— The Team\r\n\r\n</div>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-23 11:37:09','2018-07-23 11:37:09','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(2195,2,'2018-07-23 11:35:52','2018-07-23 11:35:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h1>We’ll be back soon!</h1>\r\n<div>\r\n\r\nSorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always <a href=\"http://www.albatroz.engineering/\">contact us</a>, otherwise we’ll be back online shortly!\r\n\r\n— The Team\r\n\r\n</div>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-23 11:35:52','2018-07-23 11:35:52','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(1342,1,'2018-03-27 09:45:12','2018-03-27 09:45:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 09:45:12','2018-03-27 09:45:12','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1344,2,'2018-03-27 09:50:55','2018-03-27 09:50:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"510\" caption_text=\"Cargo\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Steven Smith\" show_titles=\"yes\"][bt_header superheadline=\"Steven\" headline=\"Smith\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Quickly drive clicks-and-mortar catalysts for change before vertical architectures.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 09:50:55','2018-03-27 09:50:55','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1348,2,'2018-03-27 10:01:00','2018-03-27 10:01:00','','PO','','inherit','closed','closed','','po','','','2018-03-27 10:01:00','2018-03-27 10:01:00','',1254,'https://carpi2018.org/wp-content/uploads/PO.jpg',0,'attachment','image/jpeg',0),(1349,2,'2018-03-27 10:01:21','2018-03-27 10:01:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://carpi2018.org/joao-gomes-mota-profile/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"509\" caption_text=\"Genie\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Mark Lee\" show_titles=\"yes\"][bt_header superheadline=\"Mark\" headline=\"Lee\" headline_size=\"small\" dash=\"bottom\" subheadline=\"``Objectively seize scalable metrics whereas proactive e-services.``\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:01:21','2018-03-27 10:01:21','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1350,1,'2018-03-27 10:01:45','2018-03-27 10:01:45','','logo-cgd','','inherit','closed','closed','','logo-cgd','','','2018-03-27 10:01:45','2018-03-27 10:01:45','',0,'https://carpi2018.org/wp-content/uploads/logo-cgd.svg',0,'attachment','image/svg+xml',0),(1351,1,'2018-03-27 10:01:47','2018-03-27 10:01:47','','logo-ist','','inherit','closed','closed','','logo-ist','','','2018-03-27 10:01:47','2018-03-27 10:01:47','',0,'https://carpi2018.org/wp-content/uploads/logo-ist.svg',0,'attachment','image/svg+xml',0),(1353,2,'2018-03-27 10:06:07','2018-03-27 10:06:07','','JS','','inherit','closed','closed','','js','','','2018-03-27 10:06:07','2018-03-27 10:06:07','',1254,'https://carpi2018.org/wp-content/uploads/JS.jpg',0,'attachment','image/jpeg',0),(1355,2,'2018-03-27 10:07:29','2018-03-27 10:07:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Albatroz Engineering\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:07:29','2018-03-27 10:07:29','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1369,1,'2018-03-27 10:17:43','2018-03-27 10:17:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 10:17:43','2018-03-27 10:17:43','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1358,1,'2018-03-27 10:08:15','2018-03-27 10:08:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/3\"][bt_image image=\"\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1352\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 10:08:15','2018-03-27 10:08:15','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1360,2,'2018-03-27 10:09:25','2018-03-27 10:09:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:09:25','2018-03-27 10:09:25','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1368,1,'2018-03-27 10:15:49','2018-03-27 10:15:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_image image=\"1367\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logo-sponsor\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 10:15:49','2018-03-27 10:15:49','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1361,1,'2018-03-27 10:10:58','2018-03-27 10:10:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/3\"][bt_image image=\"1357\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logo-sponsor\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1352\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logo-sponsor\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1356\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logo-sponsor\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 10:10:58','2018-03-27 10:10:58','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1362,2,'2018-03-27 10:11:32','2018-03-27 10:11:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:11:32','2018-03-27 10:11:32','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1364,2,'2018-03-27 10:13:26','2018-03-27 10:13:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:13:26','2018-03-27 10:13:26','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1363,2,'2018-03-27 10:12:47','2018-03-27 10:12:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/pt/\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:12:47','2018-03-27 10:12:47','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1365,2,'2018-03-27 10:14:19','2018-03-27 10:14:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:14:19','2018-03-27 10:14:19','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1366,2,'2018-03-27 10:14:48','2018-03-27 10:14:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1259\" caption_text=\"General Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Gomes-Mota\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Gomes-Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1348\" caption_text=\"Program Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Paulo Oliveira\" show_titles=\"yes\"][bt_header superheadline=\"Paulo\" headline=\"Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1353\" caption_text=\"Finance Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"João Sequeira\" show_titles=\"yes\"][bt_header superheadline=\"João\" headline=\"Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1343\" caption_text=\"Local Arrangements Chair\" size=\"bt_latest_posts\" shape=\"square\" url=\"speaker-profile\" target=\"_self\" el_class=\"\" el_style=\"\" caption_title=\"Alexandra Moutinho\" show_titles=\"yes\"][bt_header superheadline=\"Alexandra\" headline=\"Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_image][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Organizing Comittee','','inherit','closed','closed','','1254-revision-v1','','','2018-03-27 10:14:48','2018-03-27 10:14:48','',1254,'https://carpi2018.org/1254-revision-v1/',0,'revision','',0),(1373,1,'2018-03-27 10:26:10','2018-03-27 10:26:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 10:26:10','2018-03-27 10:26:10','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1372,1,'2018-03-27 10:26:01','2018-03-27 10:26:01','','sponsors-home','','inherit','closed','closed','','sponsors-home','','','2018-03-27 10:26:01','2018-03-27 10:26:01','',1077,'https://carpi2018.org/wp-content/uploads/sponsors-home.png',0,'attachment','image/png',0),(1371,1,'2018-03-27 10:24:13','2018-03-27 10:24:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1370\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 10:24:13','2018-03-27 10:24:13','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1374,1,'2018-03-27 10:31:57','2018-03-27 10:31:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 10:31:57','2018-03-27 10:31:57','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1375,1,'2018-03-27 10:33:16','2018-03-27 10:33:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-03-27 10:33:16','2018-03-27 10:33:16','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1376,1,'2018-04-24 14:14:46','2018-04-24 14:14:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\n5th International Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\n\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\n\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\n\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\n\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\n\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-autosave-v1','','','2018-04-24 14:14:46','2018-04-24 14:14:46','',12,'https://carpi2018.org/12-autosave-v1/',0,'revision','',0),(1377,1,'2018-03-27 10:34:24','2018-03-27 10:34:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-27 10:34:24','2018-03-27 10:34:24','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1931,2,'2018-04-04 08:10:32','2018-04-04 08:10:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text][hoops name=\"RegTest\"][/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-04 08:10:32','2018-04-04 08:10:32','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1379,2,'2018-03-27 14:19:28','2018-03-27 14:19:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Abstract submission deadline: <strong>May 16, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Notification to authors: <strong>June 18, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Early registration deadline: <strong>July 16, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Final full paper submission: <strong>July 31, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section]','Important Dates','','publish','closed','closed','','important-dates','','','2018-04-24 14:14:29','2018-04-24 14:14:29','',0,'https://carpi2018.org/?page_id=1379',0,'page','',0),(1384,2,'2018-03-27 14:22:46','2018-03-27 14:22:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:22:46','2018-03-27 14:22:46','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1380,2,'2018-03-27 14:19:22','2018-03-27 14:19:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:19:22','2018-03-27 14:19:22','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1383,2,'2018-03-27 14:22:34','2018-03-27 14:22:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:22:34','2018-03-27 14:22:34','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1381,2,'2018-03-27 14:20:57','2018-03-27 14:20:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:20:57','2018-03-27 14:20:57','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1382,2,'2018-03-27 14:21:21','2018-03-27 14:21:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:21:21','2018-03-27 14:21:21','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1386,2,'2018-03-27 14:29:32','2018-03-27 14:29:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:29:32','2018-03-27 14:29:32','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1389,2,'2018-03-27 14:30:48','2018-03-27 14:30:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"border\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:30:48','2018-03-27 14:30:48','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1390,2,'2018-03-27 14:31:22','2018-03-27 14:31:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:31:22','2018-03-27 14:31:22','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1391,2,'2018-03-27 14:31:39','2018-03-27 14:31:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-autosave-v1','','','2018-03-27 14:31:39','2018-03-27 14:31:39','',1379,'https://carpi2018.org/1379-autosave-v1/',0,'revision','',0),(1392,1,'2018-03-27 14:32:31','2018-03-27 14:32:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Plenary\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Macau\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Bologne\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Speakers','','publish','closed','closed','','speakers','','','2018-03-27 14:38:54','2018-03-27 14:38:54','',0,'https://carpi2018.org/?page_id=1392',0,'page','',0),(1405,1,'2018-03-27 14:38:54','2018-03-27 14:38:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Plenary\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Macau\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Bologne\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Speakers','','inherit','closed','closed','','1392-revision-v1','','','2018-03-27 14:38:54','2018-03-27 14:38:54','',1392,'https://carpi2018.org/1392-revision-v1/',0,'revision','',0),(1403,1,'2018-03-27 14:38:06','2018-03-27 14:38:06','','Participating','','publish','closed','closed','','participating','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1403',8,'nav_menu_item','',0),(1474,2,'2018-03-27 15:27:00','2018-03-27 15:27:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP Air Portugal\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"https://carpi2018.org/fly\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','publish','closed','closed','','registration','','','2018-05-04 16:32:16','2018-05-04 16:32:16','',0,'https://carpi2018.org/?page_id=1474',0,'page','',0),(1406,2,'2018-03-27 14:39:51','2018-03-27 14:39:51',' ','','','publish','closed','closed','','1406','','','2018-04-17 17:23:36','2018-04-17 17:23:36','',0,'https://carpi2018.org/?p=1406',3,'nav_menu_item','',0),(1409,2,'2018-03-27 14:44:01','2018-03-27 14:44:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:44:01','2018-03-27 14:44:01','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1393,2,'2018-03-27 14:32:10','2018-03-27 14:32:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#000000\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:32:10','2018-03-27 14:32:10','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1402,1,'2018-03-27 14:36:58','2018-03-27 14:36:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Plenary\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Macau\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Bologne\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Speakers','','inherit','closed','closed','','1392-revision-v1','','','2018-03-27 14:36:58','2018-03-27 14:36:58','',1392,'https://carpi2018.org/1392-revision-v1/',0,'revision','',0),(1394,1,'2018-03-27 14:32:31','2018-03-27 14:32:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Speakers','','inherit','closed','closed','','1392-revision-v1','','','2018-03-27 14:32:31','2018-03-27 14:32:31','',1392,'https://carpi2018.org/1392-revision-v1/',0,'revision','',0),(1395,2,'2018-03-27 14:33:02','2018-03-27 14:33:02','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e50000\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#000000\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:33:02','2018-03-27 14:33:02','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1396,2,'2018-03-27 14:33:44','2018-03-27 14:33:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e50000\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#000000\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:33:44','2018-03-27 14:33:44','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1397,2,'2018-03-27 14:34:31','2018-03-27 14:34:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e50000\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#000000\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:34:31','2018-03-27 14:34:31','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1407,2,'2018-03-27 14:40:54','2018-03-27 14:40:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:40:54','2018-03-27 14:40:54','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1398,2,'2018-03-27 14:35:01','2018-03-27 14:35:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e50000\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#000000\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:35:01','2018-03-27 14:35:01','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1399,1,'2018-03-27 14:38:48','2018-03-27 14:38:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Plenary\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Macau\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Serge Montambault\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Bologne\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Speakers','','inherit','closed','closed','','1392-autosave-v1','','','2018-03-27 14:38:48','2018-03-27 14:38:48','',1392,'https://carpi2018.org/1392-autosave-v1/',0,'revision','',0),(1401,2,'2018-03-27 14:36:51','2018-03-27 14:36:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 14:36:51','2018-03-27 14:36:51','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1400,2,'2018-03-27 14:36:24','2018-03-27 14:36:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 14:36:24','2018-03-27 14:36:24','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1408,2,'2018-03-27 14:42:02','2018-03-27 14:42:02','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:42:02','2018-03-27 14:42:02','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1410,2,'2018-03-27 14:44:44','2018-03-27 14:44:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:44:44','2018-03-27 14:44:44','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1411,2,'2018-03-27 14:48:24','2018-03-27 14:48:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:48:24','2018-03-27 14:48:24','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1412,2,'2018-03-27 14:49:42','2018-03-27 14:49:42','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#000000\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:49:42','2018-03-27 14:49:42','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1413,2,'2018-03-27 14:50:01','2018-03-27 14:50:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:50:01','2018-03-27 14:50:01','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1418,2,'2018-03-27 14:57:19','2018-03-27 14:57:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:57:19','2018-03-27 14:57:19','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1414,2,'2018-03-27 14:50:13','2018-03-27 14:50:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:50:13','2018-03-27 14:50:13','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1415,2,'2018-03-27 14:51:47','2018-03-27 14:51:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:51:47','2018-03-27 14:51:47','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1416,2,'2018-03-27 14:52:04','2018-03-27 14:52:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 14:52:04','2018-03-27 14:52:04','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1419,2,'2018-03-27 14:58:53','2018-03-27 14:58:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP-2.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Flyer','','publish','closed','closed','','flyer','','','2018-04-24 14:15:08','2018-04-24 14:15:08','',0,'https://carpi2018.org/?page_id=1419',0,'page','',0),(1420,2,'2018-03-27 14:58:53','2018-03-27 14:58:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-27 14:58:53','2018-03-27 14:58:53','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1421,2,'2018-03-27 14:59:55','2018-03-27 14:59:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Contacts','','publish','closed','closed','','contacts','','','2018-04-24 14:15:45','2018-04-24 14:15:45','',0,'https://carpi2018.org/?page_id=1421',0,'page','',0),(1422,2,'2018-03-27 14:59:55','2018-03-27 14:59:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 14:59:55','2018-03-27 14:59:55','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1423,2,'2018-03-27 15:00:52','2018-03-27 15:00:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"CIGRÉ 2018\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n<p style=\"text-align: left;\" align=\"center\">The leading event for Power Systems Experts.</p>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47 - Application of Robotics in Substations\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text][/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','publish','closed','closed','','related-meetings','','','2018-04-30 16:35:31','2018-04-30 16:35:31','',0,'https://carpi2018.org/?page_id=1423',0,'page','',0),(1424,2,'2018-03-27 15:00:52','2018-03-27 15:00:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-03-27 15:00:52','2018-03-27 15:00:52','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(1425,2,'2018-03-27 15:01:33','2018-03-27 15:01:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section]','Social Events','','publish','closed','closed','','social-events','','','2018-04-24 14:17:35','2018-04-24 14:17:35','',0,'https://carpi2018.org/?page_id=1425',0,'page','',0),(1426,2,'2018-03-27 15:01:33','2018-03-27 15:01:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 15:01:33','2018-03-27 15:01:33','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1427,2,'2018-03-27 15:02:41','2018-03-27 15:02:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Visa &amp; Travel Information\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Visa & Travel Information','','publish','closed','closed','','visa-travel','','','2018-03-27 15:20:22','2018-03-27 15:20:22','',0,'https://carpi2018.org/?page_id=1427',0,'page','',0),(1428,2,'2018-03-27 15:02:41','2018-03-27 15:02:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Visa &amp; Travel Information\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Visa & Travel Information','','inherit','closed','closed','','1427-revision-v1','','','2018-03-27 15:02:41','2018-03-27 15:02:41','',1427,'https://carpi2018.org/1427-revision-v1/',0,'revision','',0),(1429,2,'2018-03-27 15:04:46','2018-03-27 15:04:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>CARPI in Lisbon!</h5>\r\nThe beautiful city of Lisbon will receive the most important conference on Applied Robotics for the Power Industry. First of all note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\nCome and enjoy Lisbon, a historical city, where the sun shines almost 300 days a year and the temperature rarely drops below 15ºC. A city where you feel safe and where the cuisine has so much to offer.\r\n\r\nCARPI 2018 will take at the Instituto Superior Técnico (IST), located near of the historical center of Lisbon. Take the subway (three or four stations) or just go on foot, and you can visit sites like the Castle São Jorge, National Pantheon, Rua Augusta Arch and many others monuments.\r\n\r\nFor more information to what to do or see, and where to eat or sleep, visit Lisbon official website. <strong>Enjoy Lisbon.</strong>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"visitlisboa.com\" icon=\"\" url=\"https://www.visitlisboa.com/plan/useful-information\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section]','About Lisbon','','publish','closed','closed','','about-lisbon','','','2018-04-24 14:23:23','2018-04-24 14:23:23','',0,'https://carpi2018.org/?page_id=1429',0,'page','',0),(1430,2,'2018-03-27 15:04:46','2018-03-27 15:04:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-revision-v1','','','2018-03-27 15:04:46','2018-03-27 15:04:46','',1429,'https://carpi2018.org/1429-revision-v1/',0,'revision','',0),(1431,2,'2018-03-27 15:05:48','2018-03-27 15:05:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"_blank\" rel=\"noopener\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Important Links','','publish','closed','closed','','important-links','','','2018-04-24 14:20:54','2018-04-24 14:20:54','',0,'https://carpi2018.org/?page_id=1431',0,'page','',0),(1432,2,'2018-03-27 15:05:48','2018-03-27 15:05:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-27 15:05:48','2018-03-27 15:05:48','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1433,2,'2018-03-27 15:06:58','2018-03-27 15:06:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Welcome reception (conference check in and material collection): <strong>September 25, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Conference: <strong>September 26 &amp; 27, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Dinner banquet: <strong>September 26, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Demo day: <strong>September 28, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Session Program','','publish','closed','closed','','session-program','','','2018-04-24 14:21:30','2018-04-24 14:21:30','',0,'https://carpi2018.org/?page_id=1433',0,'page','',0),(1434,2,'2018-03-27 15:06:58','2018-03-27 15:06:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-03-27 15:06:58','2018-03-27 15:06:58','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1435,2,'2018-03-27 15:07:40','2018-03-27 15:07:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','publish','closed','closed','','keynote-speakers','','','2018-04-24 14:21:43','2018-04-24 14:21:43','',0,'https://carpi2018.org/?page_id=1435',0,'page','',0),(1436,2,'2018-03-27 15:07:40','2018-03-27 15:07:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 15:07:40','2018-03-27 15:07:40','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1437,2,'2018-03-27 15:08:24','2018-03-27 15:08:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Authors\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Authors','','publish','closed','closed','','authors','','','2018-03-27 22:32:12','2018-03-27 22:32:12','',0,'https://carpi2018.org/?page_id=1437',0,'page','',0),(1438,2,'2018-03-27 15:08:24','2018-03-27 15:08:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Authors\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Authors','','inherit','closed','closed','','1437-revision-v1','','','2018-03-27 15:08:24','2018-03-27 15:08:24','',1437,'https://carpi2018.org/1437-revision-v1/',0,'revision','',0),(1439,2,'2018-03-27 15:10:04','2018-03-27 15:10:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Sponsorship','','publish','closed','closed','','sponsorship','','','2018-04-24 14:22:10','2018-04-24 14:22:10','',0,'https://carpi2018.org/?page_id=1439',0,'page','',0),(1440,2,'2018-03-27 15:10:04','2018-03-27 15:10:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Sponsorship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 15:10:04','2018-03-27 15:10:04','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1448,2,'2018-03-27 15:16:12','2018-03-27 15:16:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 15:16:12','2018-03-27 15:16:12','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1443,2,'2018-03-27 15:13:38','2018-03-27 15:13:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 15:13:38','2018-03-27 15:13:38','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1441,2,'2018-03-27 15:12:02','2018-03-27 15:12:02','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 15:12:02','2018-03-27 15:12:02','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1442,2,'2018-03-27 15:13:01','2018-03-27 15:13:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 15:13:01','2018-03-27 15:13:01','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1446,2,'2018-03-27 15:15:21','2018-03-27 15:15:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 15:15:21','2018-03-27 15:15:21','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1445,2,'2018-03-27 15:14:58','2018-03-27 15:14:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 15:14:58','2018-03-27 15:14:58','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1444,2,'2018-03-27 15:14:26','2018-03-27 15:14:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 15:14:26','2018-03-27 15:14:26','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1447,2,'2018-03-27 15:15:38','2018-03-27 15:15:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 15:15:38','2018-03-27 15:15:38','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1449,2,'2018-03-27 15:16:49','2018-03-27 15:16:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-27 15:16:49','2018-03-27 15:16:49','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1450,2,'2018-03-27 15:17:19','2018-03-27 15:17:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 15:17:19','2018-03-27 15:17:19','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1772,2,'2018-03-28 15:27:33','2018-03-28 15:27:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-03-28 15:27:33','2018-03-28 15:27:33','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(1451,2,'2018-03-27 15:17:46','2018-03-27 15:17:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-03-27 15:17:46','2018-03-27 15:17:46','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(1452,2,'2018-03-27 15:20:09','2018-03-27 15:20:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Sponsorship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 15:20:09','2018-03-27 15:20:09','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1453,2,'2018-03-27 15:20:17','2018-03-27 15:20:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 15:20:17','2018-03-27 15:20:17','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1454,2,'2018-03-27 15:20:22','2018-03-27 15:20:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Visa &amp; Travel Information\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Visa & Travel Information','','inherit','closed','closed','','1427-revision-v1','','','2018-03-27 15:20:22','2018-03-27 15:20:22','',1427,'https://carpi2018.org/1427-revision-v1/',0,'revision','',0),(1455,2,'2018-03-27 15:20:27','2018-03-27 15:20:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-revision-v1','','','2018-03-27 15:20:27','2018-03-27 15:20:27','',1429,'https://carpi2018.org/1429-revision-v1/',0,'revision','',0),(1456,2,'2018-03-27 15:20:31','2018-03-27 15:20:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-27 15:20:31','2018-03-27 15:20:31','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1785,2,'2018-03-28 16:38:11','2018-03-28 16:38:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-03-28 16:38:11','2018-03-28 16:38:11','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1457,2,'2018-03-27 15:20:36','2018-03-27 15:20:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-03-27 15:20:36','2018-03-27 15:20:36','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1458,2,'2018-03-27 15:20:40','2018-03-27 15:20:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Keynote Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 15:20:40','2018-03-27 15:20:40','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1459,2,'2018-03-27 15:20:44','2018-03-27 15:20:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Authors\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Authors','','inherit','closed','closed','','1437-revision-v1','','','2018-03-27 15:20:44','2018-03-27 15:20:44','',1437,'https://carpi2018.org/1437-revision-v1/',0,'revision','',0),(1461,2,'2018-03-27 15:26:22','2018-03-27 15:26:22',' ','','','publish','closed','closed','','1461','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1461',19,'nav_menu_item','',0),(1463,2,'2018-03-27 15:26:22','2018-03-27 15:26:22',' ','','','publish','closed','closed','','1463','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1463',17,'nav_menu_item','',0),(1969,1,'2018-04-05 16:32:00','2018-04-05 16:32:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-04-05 16:32:00','2018-04-05 16:32:00','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1465,2,'2018-03-27 15:26:22','2018-03-27 15:26:22',' ','','','publish','closed','closed','','1465','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1465',14,'nav_menu_item','',0),(1593,2,'2018-03-27 21:47:50','2018-03-27 21:47:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 21:47:50','2018-03-27 21:47:50','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1468,2,'2018-03-27 15:26:22','2018-03-27 15:26:22',' ','','','publish','closed','closed','','1468','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1468',11,'nav_menu_item','',0),(1949,1,'2018-04-05 16:13:31','2018-04-05 16:13:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-05 16:13:31','2018-04-05 16:13:31','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1470,2,'2018-03-27 15:26:22','2018-03-27 15:26:22',' ','','','publish','closed','closed','','1470','','','2018-04-17 17:23:36','2018-04-17 17:23:36','',0,'https://carpi2018.org/?p=1470',6,'nav_menu_item','',0),(1471,2,'2018-03-27 15:26:22','2018-03-27 15:26:22',' ','','','publish','closed','closed','','1471','','','2018-04-17 17:23:36','2018-04-17 17:23:36','',0,'https://carpi2018.org/?p=1471',5,'nav_menu_item','',0),(1473,2,'2018-03-27 15:26:22','2018-03-27 15:26:22','','Sponsorship','','publish','closed','closed','','sponsorship','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1473',18,'nav_menu_item','',0),(1475,2,'2018-03-27 15:27:00','2018-03-27 15:27:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 15:27:00','2018-03-27 15:27:00','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1476,2,'2018-03-27 15:27:52','2018-03-27 15:27:52',' ','','','publish','closed','closed','','1476','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1476',9,'nav_menu_item','',0),(1778,2,'2018-03-28 16:31:33','2018-03-28 16:31:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 2px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 2px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 2px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 16:31:33','2018-03-28 16:31:33','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1522,2,'2018-03-27 17:10:24','2018-03-27 17:10:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committee','','inherit','closed','closed','','887-revision-v1','','','2018-03-27 17:10:24','2018-03-27 17:10:24','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1479,2,'2018-03-27 15:35:34','2018-03-27 15:35:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-03-27 15:35:34','2018-03-27 15:35:34','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1480,2,'2018-03-27 15:36:24','2018-03-27 15:36:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-27 15:36:24','2018-03-27 15:36:24','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1482,2,'2018-03-27 15:59:30','2018-03-27 15:59:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\nInternational Conference on Applied Robotics for the Power Industry\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Conference Banquet: 26 September\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-autosave-v1','','','2018-03-27 15:59:30','2018-03-27 15:59:30','',1425,'https://carpi2018.org/1425-autosave-v1/',0,'revision','',0),(1483,2,'2018-03-27 15:58:27','2018-03-27 15:58:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committee','','inherit','closed','closed','','887-revision-v1','','','2018-03-27 15:58:27','2018-03-27 15:58:27','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1484,2,'2018-03-27 16:00:25','2018-03-27 16:00:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:00:25','2018-03-27 16:00:25','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1485,2,'2018-03-27 16:01:34','2018-03-27 16:01:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\"The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:01:34','2018-03-27 16:01:34','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1486,2,'2018-03-27 16:02:07','2018-03-27 16:02:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\"The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:02:07','2018-03-27 16:02:07','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1487,2,'2018-03-27 16:03:33','2018-03-27 16:03:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:03:33','2018-03-27 16:03:33','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1488,2,'2018-03-27 16:06:02','2018-03-27 16:06:02','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:06:02','2018-03-27 16:06:02','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1490,2,'2018-03-27 16:08:35','2018-03-27 16:08:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:08:35','2018-03-27 16:08:35','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1491,2,'2018-03-27 16:13:09','2018-03-27 16:13:09','','seightseeing','','inherit','closed','closed','','seightseeing','','','2018-03-27 16:13:09','2018-03-27 16:13:09','',1425,'https://carpi2018.org/wp-content/uploads/seightseeing.png',0,'attachment','image/png',0);
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1489,2,'2018-03-27 16:07:43','2018-03-27 16:07:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ``ALAMEDA``.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:07:43','2018-03-27 16:07:43','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1492,2,'2018-03-27 16:14:10','2018-03-27 16:14:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:14:10','2018-03-27 16:14:10','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1493,2,'2018-03-27 16:14:58','2018-03-27 16:14:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:14:58','2018-03-27 16:14:58','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1494,2,'2018-03-27 16:15:23','2018-03-27 16:15:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:15:23','2018-03-27 16:15:23','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1495,2,'2018-03-27 16:17:06','2018-03-27 16:17:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:17:06','2018-03-27 16:17:06','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1496,2,'2018-03-27 16:17:36','2018-03-27 16:17:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:17:36','2018-03-27 16:17:36','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1497,2,'2018-03-27 16:19:35','2018-03-27 16:19:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:19:35','2018-03-27 16:19:35','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1498,2,'2018-03-27 16:20:55','2018-03-27 16:20:55','','opera1','','inherit','closed','closed','','opera1','','','2018-03-27 16:20:55','2018-03-27 16:20:55','',1425,'https://carpi2018.org/wp-content/uploads/opera1.png',0,'attachment','image/png',0),(1499,2,'2018-03-27 16:20:59','2018-03-27 16:20:59','','opera2','','inherit','closed','closed','','opera2','','','2018-03-27 16:20:59','2018-03-27 16:20:59','',1425,'https://carpi2018.org/wp-content/uploads/opera2.png',0,'attachment','image/png',0),(1500,2,'2018-03-27 16:21:04','2018-03-27 16:21:04','','opera3','','inherit','closed','closed','','opera3','','','2018-03-27 16:21:04','2018-03-27 16:21:04','',1425,'https://carpi2018.org/wp-content/uploads/opera3.png',0,'attachment','image/png',0),(1501,2,'2018-03-27 16:21:30','2018-03-27 16:21:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:21:30','2018-03-27 16:21:30','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1508,2,'2018-03-27 16:40:46','2018-03-27 16:40:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:40:46','2018-03-27 16:40:46','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1502,2,'2018-03-27 16:29:46','2018-03-27 16:29:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:29:46','2018-03-27 16:29:46','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1503,2,'2018-03-27 16:30:54','2018-03-27 16:30:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"large\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:30:54','2018-03-27 16:30:54','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1504,2,'2018-03-27 16:31:22','2018-03-27 16:31:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"medium\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:31:22','2018-03-27 16:31:22','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1505,2,'2018-03-27 16:32:06','2018-03-27 16:32:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:32:06','2018-03-27 16:32:06','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1506,2,'2018-03-27 16:34:53','2018-03-27 16:34:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"circle\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:34:53','2018-03-27 16:34:53','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1507,2,'2018-03-27 16:36:20','2018-03-27 16:36:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:36:20','2018-03-27 16:36:20','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1509,2,'2018-03-27 16:41:11','2018-03-27 16:41:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1491\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 16:41:11','2018-03-27 16:41:11','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1513,2,'2018-03-27 16:51:19','2018-03-27 16:51:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 16:51:19','2018-03-27 16:51:19','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1510,2,'2018-03-27 16:50:15','2018-03-27 16:50:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 16:50:15','2018-03-27 16:50:15','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1512,2,'2018-03-27 16:50:58','2018-03-27 16:50:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 16:50:58','2018-03-27 16:50:58','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1511,2,'2018-03-27 16:50:42','2018-03-27 16:50:42','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-27 16:50:42','2018-03-27 16:50:42','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1514,2,'2018-03-27 16:53:51','2018-03-27 16:53:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-27 16:53:51','2018-03-27 16:53:51','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1515,2,'2018-03-27 17:00:03','2018-03-27 17:00:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Plenary Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Macau - MO\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - MO\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ - CA\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - CA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 17:00:03','2018-03-27 17:00:03','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1517,2,'2018-03-27 17:02:06','2018-03-27 17:02:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Macau - MO\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - MO\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ - CA\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - CA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 17:02:06','2018-03-27 17:02:06','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1516,2,'2018-03-27 17:00:55','2018-03-27 17:00:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Plenary Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U. Macau - MO\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - MO\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ - CA\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - CA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 17:00:55','2018-03-27 17:00:55','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1518,2,'2018-03-27 17:02:37','2018-03-27 17:02:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - MO\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ - CA\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 17:02:37','2018-03-27 17:02:37','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1519,2,'2018-03-27 17:08:36','2018-03-27 17:08:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - MO\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IREQ - CA\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - IT\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 17:08:36','2018-03-27 17:08:36','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1520,2,'2018-03-27 17:08:55','2018-03-27 17:08:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - MO\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - CA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - IT\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-27 17:08:55','2018-03-27 17:08:55','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1521,2,'2018-03-27 17:09:52','2018-03-27 17:09:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committee','','inherit','closed','closed','','887-revision-v1','','','2018-03-27 17:09:52','2018-03-27 17:09:52','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1524,2,'2018-03-27 20:07:52','2018-03-27 20:07:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:07:52','2018-03-27 20:07:52','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1525,2,'2018-03-27 20:11:37','2018-03-27 20:11:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:11:37','2018-03-27 20:11:37','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1529,2,'2018-03-27 20:15:53','2018-03-27 20:15:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"btHighlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"btHighlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:15:53','2018-03-27 20:15:53','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1526,2,'2018-03-27 20:12:59','2018-03-27 20:12:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:12:59','2018-03-27 20:12:59','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1527,2,'2018-03-27 20:14:19','2018-03-27 20:14:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"btHighlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:14:19','2018-03-27 20:14:19','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1528,2,'2018-03-27 20:14:39','2018-03-27 20:14:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"btHighlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"btHighlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:14:39','2018-03-27 20:14:39','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1530,2,'2018-03-27 20:18:28','2018-03-27 20:18:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"btLeftBorder\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:18:28','2018-03-27 20:18:28','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1534,2,'2018-03-27 20:22:12','2018-03-27 20:22:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:22:12','2018-03-27 20:22:12','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1531,2,'2018-03-27 20:20:40','2018-03-27 20:20:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"p.solid {border-style: solid;}\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:20:40','2018-03-27 20:20:40','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1532,2,'2018-03-27 20:21:29','2018-03-27 20:21:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#000000\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:21:29','2018-03-27 20:21:29','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1533,2,'2018-03-27 20:21:54','2018-03-27 20:21:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"btTopVertical\" border=\"btRightBorder\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#000000\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:21:54','2018-03-27 20:21:54','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1537,2,'2018-03-27 20:25:59','2018-03-27 20:25:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"border:3px solid\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:25:59','2018-03-27 20:25:59','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1535,2,'2018-03-27 20:24:46','2018-03-27 20:24:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"border:3px solid\"][bt_column width=\"1/3\"][/bt_column][bt_column width=\"1/3\"][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:24:46','2018-03-27 20:24:46','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1536,2,'2018-03-27 20:25:21','2018-03-27 20:25:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"border:3px solid\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\"][/bt_column][bt_column width=\"1/3\"][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:25:21','2018-03-27 20:25:21','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1538,2,'2018-03-27 20:26:17','2018-03-27 20:26:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:26:17','2018-03-27 20:26:17','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1539,2,'2018-03-27 20:27:26','2018-03-27 20:27:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:27:26','2018-03-27 20:27:26','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1540,2,'2018-03-27 20:29:16','2018-03-27 20:29:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:29:16','2018-03-27 20:29:16','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1541,2,'2018-03-27 20:29:39','2018-03-27 20:29:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:29:39','2018-03-27 20:29:39','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1542,2,'2018-03-27 20:30:09','2018-03-27 20:30:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:30:09','2018-03-27 20:30:09','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1544,2,'2018-03-27 20:31:00','2018-03-27 20:31:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:31:00','2018-03-27 20:31:00','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1543,2,'2018-03-27 20:30:34','2018-03-27 20:30:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:30:34','2018-03-27 20:30:34','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1545,2,'2018-03-27 20:31:24','2018-03-27 20:31:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:31:24','2018-03-27 20:31:24','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1546,2,'2018-03-27 20:35:22','2018-03-27 20:35:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:35:22','2018-03-27 20:35:22','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1547,2,'2018-03-27 20:36:07','2018-03-27 20:36:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:36:07','2018-03-27 20:36:07','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1548,2,'2018-03-27 20:36:51','2018-03-27 20:36:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:36:51','2018-03-27 20:36:51','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1549,2,'2018-03-27 20:37:17','2018-03-27 20:37:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:37:17','2018-03-27 20:37:17','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1550,2,'2018-03-27 20:37:50','2018-03-27 20:37:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border-bottom:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:37:50','2018-03-27 20:37:50','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1551,2,'2018-03-27 20:38:04','2018-03-27 20:38:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border-bottom:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:38:04','2018-03-27 20:38:04','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1552,2,'2018-03-27 20:39:10','2018-03-27 20:39:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border-bottom:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:39:10','2018-03-27 20:39:10','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1553,2,'2018-03-27 20:39:36','2018-03-27 20:39:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border-bottom:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:39:36','2018-03-27 20:39:36','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1554,2,'2018-03-27 20:40:27','2018-03-27 20:40:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:40:27','2018-03-27 20:40:27','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1555,2,'2018-03-27 20:42:18','2018-03-27 20:42:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:42:18','2018-03-27 20:42:18','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1559,2,'2018-03-27 20:44:16','2018-03-27 20:44:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:44:16','2018-03-27 20:44:16','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1556,2,'2018-03-27 20:42:47','2018-03-27 20:42:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border-top:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:42:47','2018-03-27 20:42:47','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1558,2,'2018-03-27 20:43:37','2018-03-27 20:43:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border-left:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:43:37','2018-03-27 20:43:37','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1557,2,'2018-03-27 20:43:16','2018-03-27 20:43:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border-top:3px solid, border-left:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:43:16','2018-03-27 20:43:16','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1560,2,'2018-03-27 20:44:41','2018-03-27 20:44:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"border-top:3px solid\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:44:41','2018-03-27 20:44:41','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1561,2,'2018-03-27 20:44:56','2018-03-27 20:44:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:44:56','2018-03-27 20:44:56','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1562,2,'2018-03-27 20:46:04','2018-03-27 20:46:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:46:04','2018-03-27 20:46:04','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1563,2,'2018-03-27 20:46:25','2018-03-27 20:46:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:46:25','2018-03-27 20:46:25','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1564,2,'2018-03-27 20:47:49','2018-03-27 20:47:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:47:49','2018-03-27 20:47:49','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1565,2,'2018-03-27 20:49:30','2018-03-27 20:49:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:49:30','2018-03-27 20:49:30','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1566,2,'2018-03-27 20:50:19','2018-03-27 20:50:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\r\n\r\nTo proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration ( check box – página de Inscrição )\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:50:19','2018-03-27 20:50:19','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1567,2,'2018-03-27 20:50:55','2018-03-27 20:50:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration ( check box – página de Inscrição )\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:50:55','2018-03-27 20:50:55','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1568,2,'2018-03-27 20:51:14','2018-03-27 20:51:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration ( check box – página de Inscrição )\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:51:14','2018-03-27 20:51:14','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1570,2,'2018-03-27 20:59:33','2018-03-27 20:59:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration ( check box – página de Inscrição )\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Link\" icon=\"\" url=\"\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:59:33','2018-03-27 20:59:33','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1569,2,'2018-03-27 20:52:09','2018-03-27 20:52:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration ( check box – página de Inscrição )\" el_class=\"\" el_style=\"\"][/bt_header][bt_row_inner][bt_column_inner width=\"1/1\"][bt_button text=\"Link\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column_inner][/bt_row_inner][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 20:52:09','2018-03-27 20:52:09','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1571,2,'2018-03-27 21:00:04','2018-03-27 21:00:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration ( check box – página de Inscrição )\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Link\" icon=\"\" url=\"www.google.pt\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:00:04','2018-03-27 21:00:04','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1572,2,'2018-03-27 21:04:45','2018-03-27 21:04:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\nInternational Conference on Applied Robotics for the Power Industry\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\n\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\n(till 16th July)\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\n(after 17th July)\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"subheadline=\"To\" 1=\"proceed\" 2=\"with\" 3=\"your\" 4=\"registration,\" 5=\"you\" 6=\"will\" 7=\"have\" 8=\"to\" 9=\"agree\" 10=\"to\" 11=\"the\" 12=\"conference\" 13=\"refund\" 14=\"policy.\" 15=\"\" 16=\"\" 17=\"class=\"start-tag\"&gt;input\" 18=\"\" 19=\"\" 20=\"class=\"attribute-value\"&gt;document.getElementById(\'qual\').disabled\" 21=\"=\" 22=\"false\"\" 23=\"\" 24=\"\" 25=\"class=\"attribute-value\"&gt;radio\"\" 26=\"\" 27=\"\" 28=\"class=\"attribute-value\"&gt;praticou\"\" 29=\"\" 30=\"\" 31=\"class=\"attribute-value\"&gt;yes\"&gt;\" 32=\"Sim\n<pre id=\"line1\">&lt;<span class=\"start-tag\">input</span> <span class=\"attribute-name\">onclick</span>=\"<a class=\"attribute-value\">document.getElementById(\'qual\').disabled = false</a>\" <span class=\"attribute-name\">type</span>=\"<a class=\"attribute-value\">radio</a>\" <span class=\"attribute-name\">name</span>=\"<a class=\"attribute-value\">praticou</a>\" <span class=\"attribute-name\">value</span>=\"<a class=\"attribute-value\">yes</a>\"&gt; Sim</pre>\n\" 33=\"I\" 34=\"agree\" 35=\"with\" 36=\"the\" 37=\"Refund\" 38=\"policy\" 39=\"of\" 40=\"the\" 41=\"CARPI\" 42=\"2018\" 43=\"conference,\" 44=\"please\" 45=\"proceed\" 46=\"to\" 47=\"my\" 48=\"registration\" 49=\"(\" 50=\"check\" 51=\"box\" 52=\"–\" 53=\"página\" 54=\"de\" 55=\"Inscrição\" 56=\")\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Link\" icon=\"\" url=\"www.google.pt\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-autosave-v1','','','2018-03-27 21:04:45','2018-03-27 21:04:45','',1474,'https://carpi2018.org/1474-autosave-v1/',0,'revision','',0),(1574,2,'2018-03-27 21:05:01','2018-03-27 21:05:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration ( check box – página de Inscrição )\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Link\" icon=\"\" url=\"www.google.pt\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:05:01','2018-03-27 21:05:01','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1573,2,'2018-03-27 21:03:40','2018-03-27 21:03:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n<pre id=\"line1\">&lt;<span class=\"start-tag\">input</span> <span class=\"attribute-name\">onclick</span>=\"<a class=\"attribute-value\">document.getElementById(\'qual\').disabled = false</a>\" <span class=\"attribute-name\">type</span>=\"<a class=\"attribute-value\">radio</a>\" <span class=\"attribute-name\">name</span>=\"<a class=\"attribute-value\">praticou</a>\" <span class=\"attribute-name\">value</span>=\"<a class=\"attribute-value\">yes</a>\"&gt; Sim</pre>\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration ( check box – página de Inscrição )\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Link\" icon=\"\" url=\"www.google.pt\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:03:40','2018-03-27 21:03:40','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1575,2,'2018-03-27 21:08:38','2018-03-27 21:08:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Link\" icon=\"\" url=\"www.google.pt\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:08:38','2018-03-27 21:08:38','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1576,2,'2018-03-27 21:09:14','2018-03-27 21:09:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"http://www.google.pt\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:09:14','2018-03-27 21:09:14','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1577,2,'2018-03-27 21:12:16','2018-03-27 21:12:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"http://www.google.pt\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:12:16','2018-03-27 21:12:16','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1578,2,'2018-03-27 21:12:36','2018-03-27 21:12:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"http://www.google.pt\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:12:36','2018-03-27 21:12:36','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1579,2,'2018-03-27 21:14:56','2018-03-27 21:14:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration Form\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration Form','','publish','closed','closed','','registration-form','','','2018-04-05 16:37:43','2018-04-05 16:37:43','',0,'https://carpi2018.org/?page_id=1579',0,'page','',0),(1580,2,'2018-03-27 21:14:56','2018-03-27 21:14:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration Form\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration Link','','inherit','closed','closed','','1579-revision-v1','','','2018-03-27 21:14:56','2018-03-27 21:14:56','',1579,'https://carpi2018.org/1579-revision-v1/',0,'revision','',0),(1581,2,'2018-03-27 21:15:25','2018-03-27 21:15:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration Form\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration Form','','inherit','closed','closed','','1579-revision-v1','','','2018-03-27 21:15:25','2018-03-27 21:15:25','',1579,'https://carpi2018.org/1579-revision-v1/',0,'revision','',0),(1582,2,'2018-03-27 21:16:15','2018-03-27 21:16:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:16:15','2018-03-27 21:16:15','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1583,2,'2018-03-27 21:17:15','2018-03-27 21:17:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:17:15','2018-03-27 21:17:15','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1584,2,'2018-03-27 21:17:39','2018-03-27 21:17:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:17:39','2018-03-27 21:17:39','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1585,2,'2018-03-27 21:18:55','2018-03-27 21:18:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border-bottom:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:18:55','2018-03-27 21:18:55','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1586,2,'2018-03-27 21:20:31','2018-03-27 21:20:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\r\n\r\nI agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:20:31','2018-03-27 21:20:31','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1587,2,'2018-03-27 21:22:50','2018-03-27 21:22:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:22:50','2018-03-27 21:22:50','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1588,2,'2018-03-27 21:24:46','2018-03-27 21:24:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:24:46','2018-03-27 21:24:46','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1589,2,'2018-03-27 21:25:17','2018-03-27 21:25:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:25:17','2018-03-27 21:25:17','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1590,2,'2018-03-27 21:25:31','2018-03-27 21:25:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee. Payments with credit card have a 2% additional fee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- Unfortunately, we will not be able to refund the registration fees. If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Force Majeure: Unexpected cancellation of the conference. The CARPI 2018 Committee reserves itself the right to cancel without notice or compensation the conference in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the CARPI 2018 Committee is freed of all responsibility.\r\n- Limitation of liability of the CARPI 2018 Committee - In the event of it being impossible the realization of the conference for force majeure cases, so long as this arises from a cause not attributable to the Committee of the conference, this Committee shall only be obliged to reimburse the payments received, after subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 and not to payments made by the attendees to the hotel or airlines.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 21:25:31','2018-03-27 21:25:31','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1591,2,'2018-03-27 21:39:18','2018-03-27 21:39:18','','Visa & Travel Information','','publish','closed','closed','','visa-travel-information','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1591',12,'nav_menu_item','',0),(1594,2,'2018-03-27 21:51:42','2018-03-27 21:51:42','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 21:51:42','2018-03-27 21:51:42','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1595,2,'2018-03-27 21:53:09','2018-03-27 21:53:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 21:53:09','2018-03-27 21:53:09','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1596,2,'2018-03-27 21:53:37','2018-03-27 21:53:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"subheadline=\"If\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"mailto\" subheadline=\"info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 21:53:37','2018-03-27 21:53:37','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1597,2,'2018-03-27 21:54:38','2018-03-27 21:54:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"subheadline=\"If\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"mailto\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to mailto:info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 21:54:38','2018-03-27 21:54:38','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1598,2,'2018-03-27 22:02:46','2018-03-27 22:02:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\nInternational Conference on Applied Robotics for the Power Industry\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to &lt;a href=\"mailto:info@carpi2018.org\"&gt;info@corgarpi2018.\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-autosave-v1','','','2018-03-27 22:02:46','2018-03-27 22:02:46','',1421,'https://carpi2018.org/1421-autosave-v1/',0,'revision','',0),(1599,2,'2018-03-27 21:56:22','2018-03-27 21:56:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"subheadline=\"If\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"mailto:info@carpi2018.org\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 21:56:22','2018-03-27 21:56:22','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1600,2,'2018-03-27 21:56:50','2018-03-27 21:56:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 21:56:50','2018-03-27 21:56:50','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1601,2,'2018-03-27 21:57:16','2018-03-27 21:57:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 21:57:16','2018-03-27 21:57:16','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1603,2,'2018-03-27 22:00:03','2018-03-27 22:00:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"15=\"href=\"ailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 22:00:03','2018-03-27 22:00:03','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1602,2,'2018-03-27 21:58:23','2018-03-27 21:58:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]\r\n\r\n&nbsp;\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 21:58:23','2018-03-27 21:58:23','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1604,2,'2018-03-27 22:00:41','2018-03-27 22:00:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;href=\"mailto:info@carpi2018.org\"\"\"\"\"\"\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 22:00:41','2018-03-27 22:00:41','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1605,2,'2018-03-27 22:03:25','2018-03-27 22:03:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to &lt;a href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org&lt;/a&gt;.\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 22:03:25','2018-03-27 22:03:25','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1606,2,'2018-03-27 22:04:37','2018-03-27 22:04:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\" 16=\"subheadline=\"If\" 17=\"you\" 18=\"intend\" 19=\"to\" 20=\"contact\" 21=\"the\" 22=\"CARPI\" 23=\"2018\" 24=\"organizers,\" 25=\"please\" 26=\"send\" 27=\"an\" 28=\"email\" 29=\"to\" 30=\"&lt;a\" 31=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org&lt;/a&gt;.\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"href=``mailto:info@carpi2018.org``\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 22:04:37','2018-03-27 22:04:37','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1607,2,'2018-03-27 22:05:35','2018-03-27 22:05:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"large\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-27 22:05:35','2018-03-27 22:05:35','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1608,2,'2018-03-27 22:06:12','2018-03-27 22:06:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.\r\n\r\nInstituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-27 22:06:12','2018-03-27 22:06:12','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1609,2,'2018-03-27 22:12:18','2018-03-27 22:12:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\nInternational Conference on Applied Robotics for the Power Industry\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Sponsorship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsor','','inherit','closed','closed','','1439-autosave-v1','','','2018-03-27 22:12:18','2018-03-27 22:12:18','',1439,'https://carpi2018.org/1439-autosave-v1/',0,'revision','',0),(1610,2,'2018-03-27 22:12:36','2018-03-27 22:12:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\r\n\r\ninfo@carpi2018.org\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:12:36','2018-03-27 22:12:36','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1611,2,'2018-03-27 22:12:59','2018-03-27 22:12:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\r\n\r\ninfo@carpi2018.org\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:12:59','2018-03-27 22:12:59','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1612,2,'2018-03-27 22:15:05','2018-03-27 22:15:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text][/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','publish','closed','closed','','tests','','','2018-04-04 09:16:14','2018-04-04 09:16:14','',0,'https://carpi2018.org/?page_id=1612',0,'page','',0),(1613,2,'2018-03-27 22:15:05','2018-03-27 22:15:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"info@carpi2018.org\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:15:05','2018-03-27 22:15:05','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1614,2,'2018-03-27 22:15:27','2018-03-27 22:15:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"info@carpi2018.org\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"href\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:15:27','2018-03-27 22:15:27','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1617,2,'2018-03-27 22:17:39','2018-03-27 22:17:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"info@carpi2018.org\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:17:39','2018-03-27 22:17:39','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1616,2,'2018-03-27 22:16:51','2018-03-27 22:16:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"&lt;a href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org&lt;/a&gt;\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:16:51','2018-03-27 22:16:51','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1618,2,'2018-03-27 22:18:29','2018-03-27 22:18:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"<a href=\"&#96;&#96;mailto:info@carpi2018.org&#96;&#96;\">info@carpi2018.org</a>\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:18:29','2018-03-27 22:18:29','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1619,2,'2018-03-27 22:19:13','2018-03-27 22:19:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"\" 1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"<a href=\"&#96;&#96;mailto:info@carpi2018.org&#96;&#96;\">info@carpi2018.org</a>\" el_class=\"\" el_style=\"\" headline=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:19:13','2018-03-27 22:19:13','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1620,2,'2018-03-27 22:19:39','2018-03-27 22:19:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\" 1=\"\" 2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"href=``mailto:info@carpi2018.org``info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:19:39','2018-03-27 22:19:39','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1621,2,'2018-03-27 22:21:10','2018-03-27 22:21:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\" 1=\"\" 2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" el_style=\"<a href=\"&#96;&#96;mailto:info@carpi2018.org&#96;&#96;\">\" headline=\"info@carpi2018.org\" subheadline=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]</a>','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:21:10','2018-03-27 22:21:10','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1622,2,'2018-03-27 22:21:40','2018-03-27 22:21:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\" 3=\"\" 4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" headline=\"info@carpi2018.org\" subheadline=\"\" el_style=\"href=``mailto:info@carpi2018.org``\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:21:40','2018-03-27 22:21:40','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1623,2,'2018-03-27 22:22:40','2018-03-27 22:22:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\" 3=\"\" 4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" headline=\"info@carpi2018.org\" subheadline=\"\" el_style=\"mailto:info@carpi2018.org\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:22:40','2018-03-27 22:22:40','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1624,2,'2018-03-27 22:27:34','2018-03-27 22:27:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" headline=\"info@carpi2018.org\" subheadline=\"\" el_style=\"<a href=\"&#96;&#96;mailto:someone@yoursite.com&#96;&#96;\">Email Us</a> \"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:27:34','2018-03-27 22:27:34','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1625,2,'2018-03-27 22:28:03','2018-03-27 22:28:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\" 5=\"\" 6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\" 7=\"Us\" 8=\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" headline=\"<a href=\"&#96;&#96;mailto:someone@yoursite.com&#96;&#96;\">Email Us</a> \" subheadline=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:28:03','2018-03-27 22:28:03','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1626,2,'2018-03-27 22:28:40','2018-03-27 22:28:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"WalterFetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-03-27 22:28:40','2018-03-27 22:28:40','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1627,2,'2018-03-27 22:30:45','2018-03-27 22:30:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Authors\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Authors','','inherit','closed','closed','','1437-revision-v1','','','2018-03-27 22:30:45','2018-03-27 22:30:45','',1437,'https://carpi2018.org/1437-revision-v1/',0,'revision','',0),(1628,2,'2018-03-27 22:32:12','2018-03-27 22:32:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Authors\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Authors','','inherit','closed','closed','','1437-revision-v1','','','2018-03-27 22:32:12','2018-03-27 22:32:12','',1437,'https://carpi2018.org/1437-revision-v1/',0,'revision','',0),(1630,2,'2018-03-27 22:36:40','2018-03-27 22:36:40','','CARPI2018-CFP','','inherit','closed','closed','','carpi2018-cfp','','','2018-03-27 22:36:40','2018-03-27 22:36:40','',1419,'https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf',0,'attachment','application/pdf',0),(1634,2,'2018-03-27 22:39:10','2018-03-27 22:39:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-27 22:39:10','2018-03-27 22:39:10','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1632,2,'2018-03-27 22:36:56','2018-03-27 22:36:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon<a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\">CARPI2018-CFP</a>\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-27 22:36:56','2018-03-27 22:36:56','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(2111,2,'2018-04-30 15:59:04','2018-04-30 15:59:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47 - Application of Robotics in Substations\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text][/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-30 15:59:04','2018-04-30 15:59:04','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0);
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2112,2,'2018-04-30 16:33:55','2018-04-30 16:33:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n<h2 align=\"center\"><strong>The leading event for</strong><strong> Pow</strong><strong>er</strong><strong> Systems Experts</strong></h2>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47 - Application of Robotics in Substations\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text][/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-30 16:33:55','2018-04-30 16:33:55','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(1635,2,'2018-03-27 22:41:43','2018-03-27 22:41:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\" 5=\"\" 6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\" 7=\"Us\" 8=\"8=\"\"\"\" 9=\"\" 10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\" 11=\"Us\" 12=\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"PDF\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoSmallSize\" url=\"\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:41:43','2018-03-27 22:41:43','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1636,2,'2018-03-27 22:42:21','2018-03-27 22:42:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\" 7=\"Us\" 8=\"8=\"8=\"\"\"\"\" 9=\"\" 10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\" 11=\"Us\" 12=\"12=\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"PDF\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoSmallSize\" url=\"<a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\">CARPI2018-CFP</a>\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:42:21','2018-03-27 22:42:21','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1673,2,'2018-03-28 12:52:40','2018-03-28 12:52:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"8=\"\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\" 11=\"Us\" 12=\"12=\"12=\"12=\"\"\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\" headline=\"<a href=\"&#96;&#96;mailto:info@carpi2018.org&#96;&#96;\">info@carpi2018.org</a>\"][/bt_header][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-28 12:52:40','2018-03-28 12:52:40','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1637,2,'2018-03-27 22:42:39','2018-03-27 22:42:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\" 11=\"Us\" 12=\"12=\"12=\"\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon 0=\"\" 1=\"href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\"&gt;CARPI2018-CFP\"\" icon=\"\" icon_title=\"PDF\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoSmallSize\" target=\"no_target\" el_class=\"\" el_style=\"\" url=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-27 22:42:39','2018-03-27 22:42:39','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1655,2,'2018-03-27 23:09:39','2018-03-27 23:09:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_icon icon=\"\" icon_title=\"Call for Papers\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoMediumSize\" url=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-27 23:09:39','2018-03-27 23:09:39','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1638,2,'2018-03-27 22:45:33','2018-03-27 22:45:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"Call for Papers\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"PDF\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoSmallSize\" url=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-27 22:45:33','2018-03-27 22:45:33','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1639,2,'2018-03-27 22:46:32','2018-03-27 22:46:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"Call for Papers\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"PDF\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoMediumSize\" url=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-27 22:46:32','2018-03-27 22:46:32','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1640,2,'2018-03-27 22:46:57','2018-03-27 22:46:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"Call for Papers\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"CFP\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoMediumSize\" url=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-27 22:46:57','2018-03-27 22:46:57','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1645,2,'2018-03-27 22:51:51','2018-03-27 22:51:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:51:51','2018-03-27 22:51:51','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1641,2,'2018-03-27 22:50:41','2018-03-27 22:50:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoMediumSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:50:41','2018-03-27 22:50:41','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1642,2,'2018-03-27 22:51:00','2018-03-27 22:51:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoBigSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:51:00','2018-03-27 22:51:00','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1643,2,'2018-03-27 22:51:17','2018-03-27 22:51:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:51:17','2018-03-27 22:51:17','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1644,2,'2018-03-27 22:51:36','2018-03-27 22:51:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:51:36','2018-03-27 22:51:36','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1648,2,'2018-03-27 22:57:27','2018-03-27 22:57:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:57:27','2018-03-27 22:57:27','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1646,2,'2018-03-27 22:54:59','2018-03-27 22:54:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_button text=\"info@carpi2018.org\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Borderless\" icon_position=\"Right\" color=\"Normal\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:54:59','2018-03-27 22:54:59','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1647,2,'2018-03-27 22:56:14','2018-03-27 22:56:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_button text=\"info@carpi2018.org\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Borderless\" icon_position=\"Left\" color=\"Normal\" size=\"Big\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-27 22:56:14','2018-03-27 22:56:14','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1649,2,'2018-03-27 23:00:05','2018-03-27 23:00:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\" 16=\"16=\"subheadline=\"If\"\" 17=\"you\" 18=\"intend\" 19=\"to\" 20=\"contact\" 21=\"the\" 22=\"CARPI\" 23=\"2018\" 24=\"organizers,\" 25=\"please\" 26=\"send\" 27=\"an\" 28=\"email\" 29=\"to\" 30=\"&lt;a\" 31=\"31=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org&lt;/a&gt;.\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"href=``mailto:info@carpi2018.org``\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to info@carpi2018.org\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 23:00:05','2018-03-27 23:00:05','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1650,2,'2018-03-27 23:02:07','2018-03-27 23:02:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\"\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\" 16=\"16=\"16=\"subheadline=\"If\"\"\" 17=\"you\" 18=\"intend\" 19=\"to\" 20=\"contact\" 21=\"the\" 22=\"CARPI\" 23=\"2018\" 24=\"organizers,\" 25=\"please\" 26=\"send\" 27=\"an\" 28=\"email\" 29=\"to\" 30=\"&lt;a\" 31=\"31=\"31=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org&lt;/a&gt;.\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"href=``mailto:info@carpi2018.org``\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-27 23:02:07','2018-03-27 23:02:07','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1651,2,'2018-03-27 23:05:47','2018-03-27 23:05:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"o If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\no Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n Requests till July 16, 2018: 90% of the fee will be refunded\r\n Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 23:05:47','2018-03-27 23:05:47','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1652,2,'2018-03-27 23:06:24','2018-03-27 23:06:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-27 23:06:24','2018-03-27 23:06:24','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1653,2,'2018-03-27 23:08:23','2018-03-27 23:08:23','','seightseeing_path','','inherit','closed','closed','','seightseeing_path','','','2018-03-27 23:08:23','2018-03-27 23:08:23','',1425,'https://carpi2018.org/wp-content/uploads/seightseeing_path.jpg',0,'attachment','image/jpeg',0),(1654,2,'2018-03-27 23:08:31','2018-03-27 23:08:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-27 23:08:31','2018-03-27 23:08:31','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1656,2,'2018-03-27 23:13:09','2018-03-27 23:13:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"In Portugal use 00351 or +351 as a prefix to all phone calls.\r\n\r\nThe general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.\r\n\r\nLisbon Central Police Tourist Department - 213 421 634\r\n\r\nOther Hospitals in Lisbon:\r\n\r\nAmadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00\r\n\r\nAnti-Poison/Intoxications: 808 250 143\r\n\r\nPharmacies on duty - http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-27 23:13:09','2018-03-27 23:13:09','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1657,2,'2018-03-27 23:17:15','2018-03-27 23:17:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_text]\r\n<h6>Papers must be written in English following the <a href=\"http://www.ieee.org/conferences_events/conferences/pu blishing/templates.html\" target=\"_blank\" rel=\"noopener\">standard IEEE guidelines</a></h6>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','publish','closed','closed','','submissions','','','2018-04-24 14:17:09','2018-04-24 14:17:09','',0,'https://carpi2018.org/?page_id=1657',0,'page','',0),(1782,2,'2018-03-28 16:34:38','2018-03-28 16:34:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-03-28 16:34:38','2018-03-28 16:34:38','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(1658,2,'2018-03-27 23:17:15','2018-03-27 23:17:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-03-27 23:17:15','2018-03-27 23:17:15','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(1659,2,'2018-03-27 23:17:45','2018-03-27 23:17:45',' ','','','publish','closed','closed','','1659','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1659',10,'nav_menu_item','',0),(1660,2,'2018-03-27 23:18:55','2018-03-27 23:18:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"In Portugal use 00351 or +351 as a prefix to all phone calls.\r\n\r\nThe general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.\r\n\r\nLisbon Central Police Tourist Department - 213 421 634\r\n\r\nOther Hospitals in Lisbon:\r\n\r\nAmadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00\r\n\r\nAnti-Poison/Intoxications: 808 250 143\r\n\r\nPharmacies on duty:\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-27 23:18:55','2018-03-27 23:18:55','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1661,2,'2018-03-27 23:22:16','2018-03-27 23:22:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:22:16','2018-03-27 23:22:16','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1662,2,'2018-03-27 23:23:16','2018-03-27 23:23:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:23:16','2018-03-27 23:23:16','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1663,2,'2018-03-27 23:23:38','2018-03-27 23:23:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:23:38','2018-03-27 23:23:38','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1664,2,'2018-03-27 23:24:16','2018-03-27 23:24:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"color:black\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:24:16','2018-03-27 23:24:16','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1665,2,'2018-03-27 23:25:32','2018-03-27 23:25:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"color:red\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:25:32','2018-03-27 23:25:32','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1666,2,'2018-03-27 23:25:53','2018-03-27 23:25:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"color:#ff0000\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:25:53','2018-03-27 23:25:53','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1667,2,'2018-04-18 16:13:42','2018-04-18 16:13:42','[bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_image image=\"2044\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logos-header-home\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-autosave-v1','','','2018-04-18 16:13:42','2018-04-18 16:13:42','',1077,'https://carpi2018.org/1077-autosave-v1/',0,'revision','',0),(1668,2,'2018-03-27 23:26:50','2018-03-27 23:26:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"color:black\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:26:50','2018-03-27 23:26:50','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1669,2,'2018-03-27 23:27:16','2018-03-27 23:27:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:27:16','2018-03-27 23:27:16','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1670,2,'2018-03-27 23:29:04','2018-03-27 23:29:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-27 23:29:04','2018-03-27 23:29:04','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1671,2,'2018-03-28 12:50:24','2018-03-28 12:50:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"<a href=\"&#96;&#96;mailto:info@carpi2018.org&#96;&#96;\">info@carpi2018.org</a>\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information <a href=\"&#96;&#96;mailto:info@carpi2018.org&#96;&#96;\">info@carpi2018.org</a>\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 12:50:24','2018-03-28 12:50:24','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1672,2,'2018-03-28 12:50:55','2018-03-28 12:50:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"\" 1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\" 2=\"subheadline=\"You\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 12:50:55','2018-03-28 12:50:55','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1674,2,'2018-03-28 12:55:56','2018-03-28 12:55:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\" 1=\"2=\"subheadline=\"You\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n\r\nYou are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 12:55:56','2018-03-28 12:55:56','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1675,2,'2018-03-28 12:59:23','2018-03-28 12:59:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\" 1=\"1=\"2=\"subheadline=\"You\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n<h3>You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</h3>\r\n<h3>Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></h3>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 12:59:23','2018-03-28 12:59:23','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1676,2,'2018-03-28 12:59:41','2018-03-28 12:59:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\" 1=\"1=\"1=\"2=\"subheadline=\"You\"\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n<h4>You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</h4>\r\n<h4>Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></h4>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 12:59:41','2018-03-28 12:59:41','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1677,2,'2018-03-28 13:00:14','2018-03-28 13:00:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\" 1=\"1=\"1=\"1=\"2=\"subheadline=\"You\"\"\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n<h5>You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</h5>\r\n<h5>Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></h5>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:00:14','2018-03-28 13:00:14','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1678,2,'2018-03-28 13:02:37','2018-03-28 13:02:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\" 1=\"1=\"1=\"1=\"1=\"2=\"subheadline=\"You\"\"\"\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n\r\n<span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span>\r\n\r\n<span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:02:37','2018-03-28 13:02:37','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1679,2,'2018-03-28 13:03:09','2018-03-28 13:03:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\" 1=\"1=\"1=\"1=\"1=\"1=\"2=\"subheadline=\"You\"\"\"\"\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"41=\"41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span>\r\n\r\n<span style=\"font-size: x-large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:03:09','2018-03-28 13:03:09','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1680,2,'2018-03-28 13:03:35','2018-03-28 13:03:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\" 1=\"1=\"1=\"1=\"1=\"1=\"1=\"2=\"subheadline=\"You\"\"\"\"\"\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n\r\n<strong><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></strong>\r\n\r\n<span style=\"font-size: large;\"><strong>Please contact the CARPI 2018 organizers, to received further information </strong><a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:03:35','2018-03-28 13:03:35','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1684,2,'2018-03-28 13:06:11','2018-03-28 13:06:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span>\r\n\r\n<span style=\"font-size: x-large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:06:11','2018-03-28 13:06:11','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1681,2,'2018-03-28 13:04:07','2018-03-28 13:04:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\" 1=\"1=\"1=\"1=\"1=\"1=\"1=\"1=\"2=\"subheadline=\"You\"\"\"\"\"\"\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n\r\n<strong><span style=\"font-size: x-large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></strong>\r\n\r\n<span style=\"font-size: large;\"><strong>Please contact the CARPI 2018 organizers, to received further information </strong><a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:04:07','2018-03-28 13:04:07','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1682,2,'2018-03-28 13:04:37','2018-03-28 13:04:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\" 1=\"1=\"1=\"1=\"1=\"1=\"1=\"1=\"1=\"2=\"subheadline=\"You\"\"\"\"\"\"\"\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span>\r\n\r\n<span style=\"font-size: large;\"><strong>Please contact the CARPI 2018 organizers, to received further information </strong><a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:04:37','2018-03-28 13:04:37','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1683,2,'2018-03-28 13:05:37','2018-03-28 13:05:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\" 1=\"1=\"1=\"1=\"1=\"1=\"1=\"1=\"1=\"1=\"2=\"subheadline=\"You\"\"\"\"\"\"\"\"\"\"\" 3=\"are\" 4=\"invited\" 5=\"to\" 6=\"support\" 7=\"the\" 8=\"the\" 9=\"5th\" 10=\"International\" 11=\"Conference\" 12=\"on\" 13=\"Applied\" 14=\"Robotics\" 15=\"for\" 16=\"the\" 17=\"Power\" 18=\"Industry\" 19=\"(CARPI\" 20=\"2018),\" 21=\"organized\" 22=\"by\" 23=\"the\" 24=\"Instituto\" 25=\"Superior\" 26=\"Técnico\" 27=\"and\" 28=\"Albatroz\" 29=\"Engenharia\" 30=\"Please\" 31=\"contact\" 32=\"the\" 33=\"CARPI\" 34=\"2018\" 35=\"organizers,\" 36=\"to\" 37=\"received\" 38=\"further\" 39=\"information\" 40=\"\" 41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"41=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\" superheadline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"\" headline=\"\" subheadline=\"You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia\r\n\r\nPlease contact the CARPI 2018 organizers, to received further information\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span>\r\n\r\n<span style=\"font-size: x-large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:05:37','2018-03-28 13:05:37','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1685,2,'2018-03-28 13:13:16','2018-03-28 13:13:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span>\r\n\r\n<span style=\"font-size: x-large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span>\r\n\r\n<span style=\"font-size: x-large;\">Lisbon Central Police Tourist Department - 213 421 634</span>\r\n\r\n<span style=\"font-size: x-large;\">Other Hospitals in Lisbon:</span>\r\n\r\n<span style=\"font-size: x-large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span>\r\n\r\n<span style=\"font-size: x-large;\">Anti-Poison/Intoxications: 808 250 143</span>\r\n\r\n<span style=\"font-size: x-large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"In Portugal use 00351 or +351 as a prefix to all phone calls.\r\n\r\nThe general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.\r\n\r\nLisbon Central Police Tourist Department - 213 421 634\r\n\r\nOther Hospitals in Lisbon:\r\n\r\nAmadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00\r\n\r\nAnti-Poison/Intoxications: 808 250 143\r\n\r\nPharmacies on duty:\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-28 13:13:16','2018-03-28 13:13:16','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1687,2,'2018-03-28 13:17:28','2018-03-28 13:17:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span>\r\n\r\n<span style=\"font-size: x-large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span>\r\n\r\n<span style=\"font-size: x-large;\">Lisbon Central Police Tourist Department - 213 421 634</span>\r\n\r\n<span style=\"font-size: x-large;\">Other Hospitals in Lisbon:</span>\r\n\r\n<span style=\"font-size: x-large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span>\r\n\r\n<span style=\"font-size: x-large;\">Anti-Poison/Intoxications: 808 250 143</span>\r\n\r\n<span style=\"font-size: x-large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"In Portugal use 00351 or +351 as a prefix to all phone calls.\r\n\r\nThe general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.\r\n\r\nLisbon Central Police Tourist Department - 213 421 634\r\n\r\nOther Hospitals in Lisbon:\r\n\r\nAmadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00\r\n\r\nAnti-Poison/Intoxications: 808 250 143\r\n\r\nPharmacies on duty:\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-28 13:17:28','2018-03-28 13:17:28','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1686,2,'2018-03-28 13:16:35','2018-03-28 13:16:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: verdana;\"><span style=\"font-size: x-large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-size: x-large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span>\r\n\r\n<span style=\"font-size: x-large;\">Lisbon Central Police Tourist Department - 213 421 634</span>\r\n\r\n<span style=\"font-size: x-large;\">Other Hospitals in Lisbon:</span>\r\n\r\n<span style=\"font-size: x-large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span>\r\n\r\n<span style=\"font-size: x-large;\">Anti-Poison/Intoxications: 808 250 143</span>\r\n\r\n<span style=\"font-size: x-large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"In Portugal use 00351 or +351 as a prefix to all phone calls.\r\n\r\nThe general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.\r\n\r\nLisbon Central Police Tourist Department - 213 421 634\r\n\r\nOther Hospitals in Lisbon:\r\n\r\nAmadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00\r\n\r\nAnti-Poison/Intoxications: 808 250 143\r\n\r\nPharmacies on duty:\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-28 13:16:35','2018-03-28 13:16:35','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1688,2,'2018-03-28 13:18:01','2018-03-28 13:18:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-size: x-large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span>\r\n\r\n<span style=\"font-size: x-large;\">Lisbon Central Police Tourist Department - 213 421 634</span>\r\n\r\n<span style=\"font-size: x-large;\">Other Hospitals in Lisbon:</span>\r\n\r\n<span style=\"font-size: x-large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span>\r\n\r\n<span style=\"font-size: x-large;\">Anti-Poison/Intoxications: 808 250 143</span>\r\n\r\n<span style=\"font-size: x-large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"In Portugal use 00351 or +351 as a prefix to all phone calls.\r\n\r\nThe general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.\r\n\r\nLisbon Central Police Tourist Department - 213 421 634\r\n\r\nOther Hospitals in Lisbon:\r\n\r\nAmadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00\r\n\r\nAnti-Poison/Intoxications: 808 250 143\r\n\r\nPharmacies on duty:\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-28 13:18:01','2018-03-28 13:18:01','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1690,2,'2018-03-28 13:19:20','2018-03-28 13:19:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-28 13:19:20','2018-03-28 13:19:20','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1689,2,'2018-03-28 13:18:46','2018-03-28 13:18:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"In Portugal use 00351 or +351 as a prefix to all phone calls.\r\n\r\nThe general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.\r\n\r\nLisbon Central Police Tourist Department - 213 421 634\r\n\r\nOther Hospitals in Lisbon:\r\n\r\nAmadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00\r\n\r\nAnti-Poison/Intoxications: 808 250 143\r\n\r\nPharmacies on duty:\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-28 13:18:46','2018-03-28 13:18:46','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1788,2,'2018-03-28 16:41:50','2018-03-28 16:41:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 16:41:50','2018-03-28 16:41:50','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1691,2,'2018-03-28 13:21:07','2018-03-28 13:21:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:21:07','2018-03-28 13:21:07','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1693,2,'2018-03-28 13:24:29','2018-03-28 13:24:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-28 13:24:29','2018-03-28 13:24:29','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1692,2,'2018-03-28 13:23:49','2018-03-28 13:23:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\" The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-28 13:23:49','2018-03-28 13:23:49','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1694,2,'2018-03-28 13:26:05','2018-03-28 13:26:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-28 13:26:05','2018-03-28 13:26:05','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1695,2,'2018-03-28 13:26:32','2018-03-28 13:26:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-28 13:26:32','2018-03-28 13:26:32','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1696,2,'2018-03-28 13:27:37','2018-03-28 13:27:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-28 13:27:37','2018-03-28 13:27:37','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1697,2,'2018-03-28 13:28:05','2018-03-28 13:28:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-28 13:28:05','2018-03-28 13:28:05','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1698,2,'2018-03-28 13:28:53','2018-03-28 13:28:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 13:28:53','2018-03-28 13:28:53','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1699,2,'2018-03-28 13:30:05','2018-03-28 13:30:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-28 13:30:05','2018-03-28 13:30:05','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1700,2,'2018-03-28 13:32:01','2018-03-28 13:32:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-28 13:32:01','2018-03-28 13:32:01','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1701,2,'2018-03-28 13:34:13','2018-03-28 13:34:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"large\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-28 13:34:13','2018-03-28 13:34:13','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1783,2,'2018-03-28 16:36:38','2018-03-28 16:36:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-28 16:36:38','2018-03-28 16:36:38','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1702,2,'2018-03-28 13:34:36','2018-03-28 13:34:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-28 13:34:36','2018-03-28 13:34:36','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1706,2,'2018-03-28 13:36:48','2018-03-28 13:36:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-28 13:36:48','2018-03-28 13:36:48','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1703,2,'2018-03-28 13:35:50','2018-03-28 13:35:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-28 13:35:50','2018-03-28 13:35:50','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1704,2,'2018-03-28 13:36:04','2018-03-28 13:36:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-28 13:36:04','2018-03-28 13:36:04','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1705,2,'2018-03-28 13:36:35','2018-03-28 13:36:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-28 13:36:35','2018-03-28 13:36:35','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1707,2,'2018-03-28 13:38:38','2018-03-28 13:38:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:38:38','2018-03-28 13:38:38','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1708,2,'2018-03-28 13:41:06','2018-03-28 13:41:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<ul>\r\n 	<li>- Requests till July 16, 2018: 90% of the fee will be refunded</li>\r\n 	<li>- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded</li>\r\n 	<li>- Requests after August 31, 2018: There will be no refunds</li>\r\n</ul>\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:41:06','2018-03-28 13:41:06','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1709,2,'2018-03-28 13:42:43','2018-03-28 13:42:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\">- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:42:43','2018-03-28 13:42:43','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1710,2,'2018-03-28 13:43:49','2018-03-28 13:43:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\">- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: medium;\">- Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:43:49','2018-03-28 13:43:49','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1711,2,'2018-03-28 13:45:33','2018-03-28 13:45:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: medium;\">- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">- Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">- Requests after August 31, 2018: There will be no refunds\r\n<span style=\"font-family: arial;\"><span style=\"font-size: medium;\">- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:45:33','2018-03-28 13:45:33','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1712,2,'2018-03-28 13:46:18','2018-03-28 13:46:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: small;\">- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">- Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">- Requests after August 31, 2018: There will be no refunds\r\n<span style=\"font-family: arial;\"><span style=\"font-size: small;\">- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:46:18','2018-03-28 13:46:18','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1713,2,'2018-03-28 13:52:36','2018-03-28 13:52:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: small;\">- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">   - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">- Requests after August 31, 2018: There will be no refunds\r\n<span style=\"font-family: arial;\"><span style=\"font-size: small;\">- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:52:36','2018-03-28 13:52:36','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1714,2,'2018-03-28 13:53:06','2018-03-28 13:53:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: small;\">- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n<span style=\"font-family: arial;\"><span style=\"font-size: small;\">- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:53:06','2018-03-28 13:53:06','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1716,2,'2018-03-28 13:54:40','2018-03-28 13:54:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:54:40','2018-03-28 13:54:40','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1715,2,'2018-03-28 13:54:25','2018-03-28 13:54:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"large\" dash=\"bottom\" subheadline=\"- If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n- Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n- Requests till July 16, 2018: 90% of the fee will be refunded\r\n- Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n- Requests after August 31, 2018: There will be no refunds\r\n- Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n- Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:54:25','2018-03-28 13:54:25','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1722,2,'2018-03-28 14:01:10','2018-03-28 14:01:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:01:10','2018-03-28 14:01:10','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1717,2,'2018-03-28 13:56:31','2018-03-28 13:56:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:56:31','2018-03-28 13:56:31','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1719,2,'2018-03-28 13:59:38','2018-03-28 13:59:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:59:38','2018-03-28 13:59:38','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1718,2,'2018-03-28 13:58:07','2018-03-28 13:58:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"- CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (www.tecnico.ulisboa.pt) and Albatroz Engineering (http://www.albatroz.engineering/en/).\r\n- The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.\r\n- Any additional transaction costs arising from money transfer will be charged to the attendee.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:58:07','2018-03-28 13:58:07','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1720,2,'2018-03-28 13:59:56','2018-03-28 13:59:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 13:59:56','2018-03-28 13:59:56','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1721,2,'2018-03-28 14:00:15','2018-03-28 14:00:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"To proceed with your registration, you will have to agree to the conference refund policy.\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"border:3px solid\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.\" el_class=\"\" el_style=\"\"][/bt_header][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:00:15','2018-03-28 14:00:15','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1723,2,'2018-03-28 14:02:19','2018-03-28 14:02:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:02:19','2018-03-28 14:02:19','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1724,2,'2018-03-28 14:04:23','2018-03-28 14:04:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n\r\n<span style=\"border-bottom: 3px solid;\">Registration fees</span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:04:23','2018-03-28 14:04:23','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1731,2,'2018-03-28 14:17:04','2018-03-28 14:17:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n\r\n&lt;tablestyle=\"border: none;\"&gt;\r\n\r\nFirstname&lt;thstyle=\"border: none;\"&gt;Lastname&lt;thstyle=\"border: none;\"&gt;AgeJillSmith50EveJackson94JohnDoe80\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:17:04','2018-03-28 14:17:04','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1726,2,'2018-03-28 14:14:09','2018-03-28 14:14:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table style=\"border: 1px solid #cccccc;\">\r\n<tbody>\r\n<tr>\r\n<th>Firstname</th>\r\n<th>Lastname</th>\r\n<th>Age</th>\r\n</tr>\r\n<tr>\r\n<td>Jill</td>\r\n<td>Smith</td>\r\n<td>50</td>\r\n</tr>\r\n<tr>\r\n<td>Eve</td>\r\n<td>Jackson</td>\r\n<td>94</td>\r\n</tr>\r\n<tr>\r\n<td>John</td>\r\n<td>Doe</td>\r\n<td>80</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:14:09','2018-03-28 14:14:09','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1725,2,'2018-03-28 14:10:03','2018-03-28 14:10:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table>\r\n<tbody>\r\n<tr style=\"border-bottom: 1px solid black;\">\r\n<th>Firstname</th>\r\n<th>Lastname</th>\r\n<th>Age</th>\r\n</tr>\r\n<tr style=\"border-bottom: 1px solid black;\">\r\n<td>Jill</td>\r\n<td>Smith</td>\r\n<td>50</td>\r\n</tr>\r\n<tr style=\"border-bottom: 1px solid black;\">\r\n<td>Eve</td>\r\n<td>Jackson</td>\r\n<td>94</td>\r\n</tr>\r\n<tr style=\"border-bottom: 1px solid black;\">\r\n<td>John</td>\r\n<td>Doe</td>\r\n<td>80</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:10:03','2018-03-28 14:10:03','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1727,2,'2018-03-28 14:14:42','2018-03-28 14:14:42','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table style=\"border-bottom: 1px solid #cccccc;\">\r\n<tbody>\r\n<tr>\r\n<th>Firstname</th>\r\n<th>Lastname</th>\r\n<th>Age</th>\r\n</tr>\r\n<tr>\r\n<td>Jill</td>\r\n<td>Smith</td>\r\n<td>50</td>\r\n</tr>\r\n<tr>\r\n<td>Eve</td>\r\n<td>Jackson</td>\r\n<td>94</td>\r\n</tr>\r\n<tr>\r\n<td>John</td>\r\n<td>Doe</td>\r\n<td>80</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:14:42','2018-03-28 14:14:42','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1728,2,'2018-03-28 14:15:12','2018-03-28 14:15:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table style=\"border: none;\">\r\n<tbody>\r\n<tr>\r\n<th>Firstname</th>\r\n<th>Lastname</th>\r\n<th>Age</th>\r\n</tr>\r\n<tr>\r\n<td>Jill</td>\r\n<td>Smith</td>\r\n<td>50</td>\r\n</tr>\r\n<tr>\r\n<td>Eve</td>\r\n<td>Jackson</td>\r\n<td>94</td>\r\n</tr>\r\n<tr>\r\n<td>John</td>\r\n<td>Doe</td>\r\n<td>80</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:15:12','2018-03-28 14:15:12','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1730,2,'2018-03-28 14:16:40','2018-03-28 14:16:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none;\">Firstname</th>\r\n<th>Lastname</th>\r\n<th>Age</th>\r\n</tr>\r\n<tr>\r\n<td>Jill</td>\r\n<td>Smith</td>\r\n<td>50</td>\r\n</tr>\r\n<tr>\r\n<td>Eve</td>\r\n<td>Jackson</td>\r\n<td>94</td>\r\n</tr>\r\n<tr>\r\n<td>John</td>\r\n<td>Doe</td>\r\n<td>80</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:16:40','2018-03-28 14:16:40','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1729,2,'2018-03-28 14:16:07','2018-03-28 14:16:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table style=\"border: none;\">\r\n<tbody style=\"border: none;\">\r\n<tr style=\"border: none;\">\r\n<th style=\"border: none;\">Firstname</th>\r\n<th>Lastname</th>\r\n<th>Age</th>\r\n</tr>\r\n<tr>\r\n<td>Jill</td>\r\n<td>Smith</td>\r\n<td>50</td>\r\n</tr>\r\n<tr>\r\n<td>Eve</td>\r\n<td>Jackson</td>\r\n<td>94</td>\r\n</tr>\r\n<tr>\r\n<td>John</td>\r\n<td>Doe</td>\r\n<td>80</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:16:07','2018-03-28 14:16:07','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1732,2,'2018-03-28 14:17:51','2018-03-28 14:17:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Company</th>\r\n<th>Contact</th>\r\n<th>Country</th>\r\n</tr>\r\n<tr>\r\n<td>Alfreds Futterkiste</td>\r\n<td>Maria Anders</td>\r\n<td>Germany</td>\r\n</tr>\r\n<tr>\r\n<td>Centro comercial Moctezuma</td>\r\n<td>Francisco Chang</td>\r\n<td>Mexico</td>\r\n</tr>\r\n<tr>\r\n<td>Ernst Handel</td>\r\n<td>Roland Mendel</td>\r\n<td>Austria</td>\r\n</tr>\r\n<tr>\r\n<td>Island Trading</td>\r\n<td>Helen Bennett</td>\r\n<td>UK</td>\r\n</tr>\r\n<tr>\r\n<td>Laughing Bacchus Winecellars</td>\r\n<td>Yoshi Tannamuri</td>\r\n<td>Canada</td>\r\n</tr>\r\n<tr>\r\n<td>Magazzini Alimentari Riuniti</td>\r\n<td>Giovanni Rovelli</td>\r\n<td>Italy</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:17:51','2018-03-28 14:17:51','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1733,2,'2018-03-28 14:19:30','2018-03-28 14:19:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table style=\"border: none;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border-bottom: 3px solid;\">Company</th>\r\n<th style=\"border: none;\">Contact</th>\r\n<th style=\"border: none;\">Country</th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Alfreds Futterkiste</td>\r\n<td style=\"border: none;\">Maria Anders</td>\r\n<td style=\"border: none;\">Germany</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Centro comercial Moctezuma</td>\r\n<td style=\"border: none;\">Francisco Chang</td>\r\n<td style=\"border: none;\">Mexico</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Ernst Handel</td>\r\n<td style=\"border: none;\">Roland Mendel</td>\r\n<td style=\"border: none;\">Austria</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Island Trading</td>\r\n<td style=\"border: none;\">Helen Bennett</td>\r\n<td style=\"border: none;\">UK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:19:30','2018-03-28 14:19:30','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1734,2,'2018-03-28 14:20:17','2018-03-28 14:20:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table style=\"border: none;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">Company</th>\r\n<th style=\"border: none;\">Contact</th>\r\n<th style=\"border: none;\">Country</th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Alfreds Futterkiste</td>\r\n<td style=\"border: none;\">Maria Anders</td>\r\n<td style=\"border: none;\">Germany</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Centro comercial Moctezuma</td>\r\n<td style=\"border: none;\">Francisco Chang</td>\r\n<td style=\"border: none;\">Mexico</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Ernst Handel</td>\r\n<td style=\"border: none;\">Roland Mendel</td>\r\n<td style=\"border: none;\">Austria</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Island Trading</td>\r\n<td style=\"border: none;\">Helen Bennett</td>\r\n<td style=\"border: none;\">UK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:20:17','2018-03-28 14:20:17','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1735,2,'2018-03-28 14:22:38','2018-03-28 14:22:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">Company</th>\r\n<th style=\"border: none;\">Contact</th>\r\n<th style=\"border: none;\">Country</th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Alfreds Futterkiste</td>\r\n<td style=\"border: none;\">Maria Anders</td>\r\n<td style=\"border: none;\">Germany</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Centro comercial Moctezuma</td>\r\n<td style=\"border: none;\">Francisco Chang</td>\r\n<td style=\"border: none;\">Mexico</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Ernst Handel</td>\r\n<td style=\"border: none;\">Roland Mendel</td>\r\n<td style=\"border: none;\">Austria</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Island Trading</td>\r\n<td style=\"border: none;\">Helen Bennett</td>\r\n<td style=\"border: none;\">UK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:22:38','2018-03-28 14:22:38','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1736,2,'2018-03-28 14:24:04','2018-03-28 14:24:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">Company</th>\r\n<th style=\"border: none;\">Contact</th>\r\n<th style=\"border: none;\">Country</th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Alfreds Futterkiste</td>\r\n<td style=\"border: none;\">Maria Anders</td>\r\n<td style=\"border: none;\">Germany</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Centro comercial Moctezuma</td>\r\n<td style=\"border: none;\">Francisco Chang</td>\r\n<td style=\"border: none;\">Mexico</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Ernst Handel</td>\r\n<td style=\"border: none;\">Roland Mendel</td>\r\n<td style=\"border: none;\">Austria</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Island Trading</td>\r\n<td style=\"border: none;\">Helen Bennett</td>\r\n<td style=\"border: none;\">UK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">Company</th>\r\n<th style=\"border: none;\">Contact</th>\r\n<th style=\"border: none;\">Country</th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Alfreds Futterkiste</td>\r\n<td style=\"border: none;\">Maria Anders</td>\r\n<td style=\"border: none;\">Germany</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Centro comercial Moctezuma</td>\r\n<td style=\"border: none;\">Francisco Chang</td>\r\n<td style=\"border: none;\">Mexico</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Ernst Handel</td>\r\n<td style=\"border: none;\">Roland Mendel</td>\r\n<td style=\"border: none;\">Austria</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\">Island Trading</td>\r\n<td style=\"border: none;\">Helen Bennett</td>\r\n<td style=\"border: none;\">UK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:24:04','2018-03-28 14:24:04','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1737,2,'2018-03-28 14:27:26','2018-03-28 14:27:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\">Registration fees</p>\r\n</th>\r\n<th style=\"border: none; border-bottom: 3px solid;\">Early registration\r\n(till 16th July)</th>\r\n<th style=\"border: none; border-bottom: 3px solid;\">Late registration\r\n(after 17th July)</th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\">Regular, IEEE member</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">650€</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">750€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\">Regular, non IEEE member</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">750€</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">850€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\">Student, IEEE member</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">450€</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">500€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\">Student, non IEEE member</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">500€</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">550€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:27:26','2018-03-28 14:27:26','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0);
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1738,2,'2018-03-28 14:27:55','2018-03-28 14:27:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\">Registration fees</p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">Early registration\r\n(till 16th July)</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">Late registration\r\n(after 17th July)</th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\">Regular, IEEE member</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">650€</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">750€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\">Regular, non IEEE member</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">750€</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">850€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\">Student, IEEE member</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">450€</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">500€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\">Student, non IEEE member</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">500€</td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\">550€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:27:55','2018-03-28 14:27:55','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1739,2,'2018-03-28 14:30:30','2018-03-28 14:30:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:30:30','2018-03-28 14:30:30','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1741,2,'2018-03-28 14:31:30','2018-03-28 14:31:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:31:30','2018-03-28 14:31:30','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1740,2,'2018-03-28 14:31:13','2018-03-28 14:31:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Registration fees\r\n\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Regular, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, IEEE member\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Student, non IEEE member\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration\r\n(till 16th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"650€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"450€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Late registration\r\n(after 17th July)\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"750€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"850€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"500€\r\n\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"550€\" el_class=\"\" el_style=\"border-bottom:3px solid\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:31:13','2018-03-28 14:31:13','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1742,2,'2018-03-28 14:31:47','2018-03-28 14:31:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:31:47','2018-03-28 14:31:47','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1743,2,'2018-03-28 14:32:03','2018-03-28 14:32:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 14:32:03','2018-03-28 14:32:03','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1745,2,'2018-03-28 14:34:00','2018-03-28 14:34:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-28 14:34:00','2018-03-28 14:34:00','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1744,2,'2018-03-28 14:33:44','2018-03-28 14:33:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"subheadline=\"If\"\"\"\"\"\"\"\"\"\"\"\"\" 1=\"you\" 2=\"intend\" 3=\"to\" 4=\"contact\" 5=\"the\" 6=\"CARPI\" 7=\"2018\" 8=\"organizers,\" 9=\"please\" 10=\"send\" 11=\"an\" 12=\"email\" 13=\"to\" 14=\"\" 15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"15=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 16=\"16=\"16=\"16=\"subheadline=\"If\"\"\"\" 17=\"you\" 18=\"intend\" 19=\"to\" 20=\"contact\" 21=\"the\" 22=\"CARPI\" 23=\"2018\" 24=\"organizers,\" 25=\"please\" 26=\"send\" 27=\"an\" 28=\"email\" 29=\"to\" 30=\"&lt;a\" 31=\"31=\"31=\"31=\"href=\"mailto:info@carpi2018.org\"&gt;info@carpi2018.org&lt;/a&gt;.\"\"\"\"\" superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" el_class=\"\" el_style=\"href=``mailto:info@carpi2018.org``\" subheadline=\"If you intend to contact the CARPI 2018 organizers, please send an email to\"][/bt_header][bt_icons][bt_icon icon=\"\" icon_title=\"info@carpi2018.org\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoLargeSize\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-28 14:33:44','2018-03-28 14:33:44','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1746,2,'2018-03-28 14:35:09','2018-03-28 14:35:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_icon icon=\"\" icon_title=\"Call for Papers\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoMediumSize\" url=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-28 14:35:09','2018-03-28 14:35:09','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1748,2,'2018-03-28 14:36:24','2018-03-28 14:36:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-28 14:36:24','2018-03-28 14:36:24','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1747,2,'2018-03-28 14:36:06','2018-03-28 14:36:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_icons][bt_icon icon=\"\" icon_title=\"Call for Papers\" icon_type=\"btIcoDefaultType\" icon_color=\"btIcoDefaultColor\" icon_size=\"btIcoMediumSize\" url=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_icon][/bt_icons][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-28 14:36:06','2018-03-28 14:36:06','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1769,2,'2018-03-28 15:23:20','2018-03-28 15:23:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Abstract submission deadline                                                              May 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Notification to authors                                                                          June 18, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration deadline                                                                   July 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Final full paper submission                                                                  July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:23:20','2018-03-28 15:23:20','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1768,2,'2018-03-28 15:22:52','2018-03-28 15:22:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Abstract submission deadline                                                              May 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Notification to authors                                                                          June 18, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration deadline                                                                   July 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Final full paper submission                                                                  July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:22:52','2018-03-28 15:22:52','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1750,2,'2018-03-28 14:44:47','2018-03-28 14:44:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></td>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></td>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></td>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Final full paper submission </span></span></td>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 14:44:47','2018-03-28 14:44:47','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1749,2,'2018-03-28 14:42:38','2018-03-28 14:42:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Final full paper submission </span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 14:42:38','2018-03-28 14:42:38','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1765,2,'2018-03-28 15:21:10','2018-03-28 15:21:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Abstract submission deadline                                                                 May 16, 2018</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Notification to authors                                                                            June 18, 2018\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration deadline                                                                      July 16, 2018\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Final full paper submission                                                                        July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:21:10','2018-03-28 15:21:10','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1751,2,'2018-03-28 14:46:01','2018-03-28 14:46:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 14:46:01','2018-03-28 14:46:01','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1752,2,'2018-03-28 14:46:43','2018-03-28 14:46:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 14:46:43','2018-03-28 14:46:43','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1754,2,'2018-03-28 14:48:33','2018-03-28 14:48:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 14:48:33','2018-03-28 14:48:33','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1753,2,'2018-03-28 14:48:17','2018-03-28 14:48:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%; height: 5%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 14:48:17','2018-03-28 14:48:17','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1764,2,'2018-03-28 15:19:45','2018-03-28 15:19:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Abstract submission deadline                                                                 May 16, 2018</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\"><strong>Notification to authors                                                                                                    June 18, 2018\r\n</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Early registration deadline                                                                                                    July 16, 2018\r\n</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission                                                                                                    July 31, 2018\r\n</strong></span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:19:45','2018-03-28 15:19:45','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1755,2,'2018-03-28 15:10:54','2018-03-28 15:10:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr style=\"height: 200px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:10:54','2018-03-28 15:10:54','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1756,2,'2018-03-28 15:11:19','2018-03-28 15:11:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr style=\"height: 5px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:11:19','2018-03-28 15:11:19','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1757,2,'2018-03-28 15:11:35','2018-03-28 15:11:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:11:35','2018-03-28 15:11:35','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1763,2,'2018-03-28 15:19:01','2018-03-28 15:19:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Abstract submission deadline                                                                                                    May 16, 2018</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\"><strong>Notification to authors                                                                                                    June 18, 2018\r\n</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Early registration deadline                                                                                                    July 16, 2018\r\n</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission                                                                                                    July 31, 2018\r\n</strong></span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:19:01','2018-03-28 15:19:01','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1758,2,'2018-03-28 15:12:00','2018-03-28 15:12:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:12:00','2018-03-28 15:12:00','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1759,2,'2018-03-28 15:16:27','2018-03-28 15:16:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<strong>Abstract submission deadline                                                                                                    May 16, 2018</strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:16:27','2018-03-28 15:16:27','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1760,2,'2018-03-28 15:17:37','2018-03-28 15:17:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<strong>Abstract submission deadline                                                                                                    May 16, 2018</strong>\r\n\r\n<strong>Notification to authors                                                                                                    June 18, 2018\r\n</strong>\r\n\r\n<strong>Early registration deadline                                                                                                    July 16, 2018\r\n</strong>\r\n\r\n<strong>Final full paper submission                                                                                                    July 31, 2018\r\n</strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:17:37','2018-03-28 15:17:37','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1762,2,'2018-03-28 15:18:28','2018-03-28 15:18:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Abstract submission deadline                                                                                                    May 16, 2018</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Notification to authors                                                                                                    June 18, 2018\r\n</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Early registration deadline                                                                                                    July 16, 2018\r\n</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission                                                                                                    July 31, 2018\r\n</strong></span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:18:28','2018-03-28 15:18:28','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1761,2,'2018-03-28 15:18:07','2018-03-28 15:18:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Abstract submission deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">May 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Notification to authors </span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">June 18, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Early registration deadline</span></span></strong></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 16, 2018</span></span></strong></td>\r\n</tr>\r\n<tr style=\"height: 2px;\">\r\n<td style=\"border: none;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission</strong> </span></span></td>\r\n<td style=\"border: none;\"><strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">July 31, 2018</span></span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Abstract submission deadline                                                                                                    May 16, 2018</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Notification to authors                                                                                                    June 18, 2018\r\n</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Early registration deadline                                                                                                    July 16, 2018\r\n</strong></span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><strong>Final full paper submission                                                                                                    July 31, 2018\r\n</strong></span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:18:07','2018-03-28 15:18:07','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1766,2,'2018-03-28 15:21:39','2018-03-28 15:21:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Abstract submission deadline                                                                May 16, 2018</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Notification to authors                                                                            June 18, 2018\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration deadline                                                                     July 16, 2018\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Final full paper submission                                                                    July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:21:39','2018-03-28 15:21:39','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1767,2,'2018-03-28 15:22:28','2018-03-28 15:22:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Abstract submission deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Notification to authors\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Early registration deadline\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"Final full paper submission\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"May 16, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"June 18, 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 16, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"July 31, 2018\r\n\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Abstract submission deadline                                                                May 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Notification to authors                                                                            June 18, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration deadline                                                                     July 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Final full paper submission                                                                    July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-28 15:22:28','2018-03-28 15:22:28','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1770,2,'2018-03-28 15:25:56','2018-03-28 15:25:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-28 15:25:56','2018-03-28 15:25:56','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1771,2,'2018-03-28 15:26:38','2018-03-28 15:26:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-28 15:26:38','2018-03-28 15:26:38','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1773,2,'2018-03-28 15:28:18','2018-03-28 15:28:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Blank Page\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Blank Page','','publish','closed','closed','','blank-page','','','2018-03-28 15:28:43','2018-03-28 15:28:43','',0,'https://carpi2018.org/?page_id=1773',0,'page','',0),(1774,2,'2018-03-28 15:28:18','2018-03-28 15:28:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Blank\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Blank','','inherit','closed','closed','','1773-revision-v1','','','2018-03-28 15:28:18','2018-03-28 15:28:18','',1773,'https://carpi2018.org/1773-revision-v1/',0,'revision','',0),(1775,2,'2018-03-28 15:28:43','2018-03-28 15:28:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Blank Page\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Blank Page','','inherit','closed','closed','','1773-revision-v1','','','2018-03-28 15:28:43','2018-03-28 15:28:43','',1773,'https://carpi2018.org/1773-revision-v1/',0,'revision','',0),(1776,2,'2018-03-28 16:13:41','2018-03-28 16:13:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-03-28 16:13:41','2018-03-28 16:13:41','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1777,2,'2018-03-28 16:14:56','2018-03-28 16:14:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\n\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\n\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\n\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\n\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\n\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-autosave-v1','','','2018-03-28 16:14:56','2018-03-28 16:14:56','',12,'https://carpi2018.org/12-autosave-v1/',0,'revision','',0),(1779,2,'2018-03-28 16:31:57','2018-03-28 16:31:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 16:31:57','2018-03-28 16:31:57','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1780,2,'2018-03-28 16:33:36','2018-03-28 16:33:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/pt/\">www.tecnico.ulisboa.pt</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-28 16:33:36','2018-03-28 16:33:36','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1781,2,'2018-03-28 16:34:19','2018-03-28 16:34:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\nInternational Conference on Applied Robotics for the Power Industry\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-autosave-v1','','','2018-03-28 16:34:19','2018-03-28 16:34:19','',1657,'https://carpi2018.org/1657-autosave-v1/',0,'revision','',0),(1784,2,'2018-03-28 16:37:21','2018-03-28 16:37:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-28 16:37:21','2018-03-28 16:37:21','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1786,2,'2018-03-28 16:40:20','2018-03-28 16:40:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-28 16:40:20','2018-03-28 16:40:20','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1787,2,'2018-03-28 16:41:39','2018-03-28 16:41:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-28 16:41:39','2018-03-28 16:41:39','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1790,2,'2018-03-29 11:49:20','2018-03-29 11:49:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-small;\">- Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-29 11:49:20','2018-03-29 11:49:20','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1789,2,'2018-03-29 11:44:21','2018-03-29 11:44:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n<span style=\"font-size: x-small;\">     - </span></span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\">Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: x-small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-29 11:44:21','2018-03-29 11:44:21','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1791,2,'2018-03-29 11:51:04','2018-03-29 11:51:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-29 11:51:04','2018-03-29 11:51:04','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1792,2,'2018-03-29 11:52:15','2018-03-29 11:52:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 11:52:15','2018-03-29 11:52:15','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1793,2,'2018-03-29 11:52:45','2018-03-29 11:52:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"medium\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 11:52:45','2018-03-29 11:52:45','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1794,2,'2018-03-29 11:53:03','2018-03-29 11:53:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 11:53:03','2018-03-29 11:53:03','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1795,2,'2018-03-29 11:53:20','2018-03-29 11:53:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"thumbnail\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 11:53:20','2018-03-29 11:53:20','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1796,2,'2018-03-29 11:53:34','2018-03-29 11:53:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 11:53:34','2018-03-29 11:53:34','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1797,2,'2018-03-29 11:54:27','2018-03-29 11:54:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/4\"][/bt_column][bt_column width=\"2/4\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/4\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 11:54:27','2018-03-29 11:54:27','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1798,2,'2018-03-29 11:56:11','2018-03-29 11:56:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 11:56:11','2018-03-29 11:56:11','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1880,2,'2018-03-29 14:40:12','2018-03-29 14:40:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\"><img class=\"alignnone wp-image-1830 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist-Cópia.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\"><img class=\"alignnone size-full wp-image-1826\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz-Cópia.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\"><img class=\"alignnone size-full wp-image-1804\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:40:12','2018-03-29 14:40:12','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1804,2,'2018-03-29 12:22:24','2018-03-29 12:22:24','','sponsors-cgd','','inherit','closed','closed','','sponsors-cgd','','','2018-03-29 12:22:24','2018-03-29 12:22:24','',1612,'https://carpi2018.org/wp-content/uploads/sponsors-cgd.png',0,'attachment','image/png',0),(1802,2,'2018-03-29 12:14:11','2018-03-29 12:14:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"8=\"8=\"\"\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\" 11=\"Us\" 12=\"12=\"12=\"12=\"12=\"\"\"\"\"\"\" 13=\"\" 14=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1799\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1800\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1801\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:14:11','2018-03-29 12:14:11','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1881,2,'2018-03-29 14:41:13','2018-03-29 14:41:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\"><img class=\"alignnone wp-image-1830 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist-Cópia.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\"><img class=\"alignnone size-full wp-image-1826\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz-Cópia.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\"><img class=\"alignnone size-full wp-image-1804\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:41:13','2018-03-29 14:41:13','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1806,2,'2018-03-29 12:22:44','2018-03-29 12:22:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"8=\"8=\"8=\"\"\"\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\" 11=\"Us\" 12=\"12=\"12=\"12=\"12=\"12=\"\"\"\"\"\"\"\" 13=\"\" 14=\"14=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1803\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:22:44','2018-03-29 12:22:44','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1807,2,'2018-03-29 12:23:43','2018-03-29 12:23:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"\"\"\"\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"10=\"10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\" 11=\"Us\" 12=\"12=\"12=\"12=\"12=\"12=\"12=\"\"\"\"\"\"\"\"\" 13=\"\" 14=\"14=\"14=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1803\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:23:43','2018-03-29 12:23:43','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1809,2,'2018-03-29 12:25:34','2018-03-29 12:25:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"\"\"\"\"\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\" 11=\"Us\" 12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"\"\"\"\"\"\"\"\"\" 13=\"\" 14=\"14=\"14=\"14=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:25:34','2018-03-29 12:25:34','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1810,2,'2018-03-29 12:27:13','2018-03-29 12:27:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"\"\"\"\"\"\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\"\" 11=\"Us\" 12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"\"\"\"\"\"\"\"\"\"\" 13=\"\" 14=\"14=\"14=\"14=\"14=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"medium\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:27:13','2018-03-29 12:27:13','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1811,2,'2018-03-29 12:27:43','2018-03-29 12:27:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"\"\"\"\"\"\"\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\"\"\" 11=\"Us\" 12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"\"\"\"\"\"\"\"\"\"\"\" 13=\"\" 14=\"14=\"14=\"14=\"14=\"14=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:27:43','2018-03-29 12:27:43','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1813,2,'2018-03-29 12:29:24','2018-03-29 12:29:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:29:24','2018-03-29 12:29:24','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1812,2,'2018-03-29 12:28:49','2018-03-29 12:28:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header 0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"0=\"1=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 1=\"\" 2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"2=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 3=\"\" 4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"4=\"href=\"``mailto:info@carpi2018.org``\"&gt;\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\" 5=\"\" 6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"6=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\"\"\"\"\" 7=\"Us\" 8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"8=\"\"\"\"\"\"\"\"\"\"\"\"\"\" 9=\"\" 10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"10=\"href=\"``mailto:someone@yoursite.com``\"&gt;Email\"\"\"\"\"\"\"\"\"\"\" 11=\"Us\" 12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"12=\"\"\"\"\"\"\"\"\"\"\"\"\" 13=\"\" 14=\"14=\"14=\"14=\"14=\"14=\"14=\"href=\"``mailto:info@carpi2018.org``\"&gt;info@carpi2018.org\"\"\"\"\"\"\"\" superheadline=\"\" headline_size=\"small\" dash=\"no\" el_class=\"\" subheadline=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:28:49','2018-03-29 12:28:49','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1817,2,'2018-03-29 12:33:11','2018-03-29 12:33:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:33:11','2018-03-29 12:33:11','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1815,2,'2018-03-29 12:32:11','2018-03-29 12:32:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1814\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:32:11','2018-03-29 12:32:11','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1816,2,'2018-03-29 12:32:29','2018-03-29 12:32:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1805\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1814\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"medium\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:32:29','2018-03-29 12:32:29','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1883,2,'2018-03-29 14:42:01','2018-03-29 14:42:01','','sponsors-ist','','inherit','closed','closed','','sponsors-ist','','','2018-03-29 14:42:01','2018-03-29 14:42:01','',1612,'https://carpi2018.org/wp-content/uploads/sponsors-ist.png',0,'attachment','image/png',0),(1819,2,'2018-03-29 12:34:17','2018-03-29 12:34:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1818\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:34:17','2018-03-29 12:34:17','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1821,2,'2018-03-29 12:35:02','2018-03-29 12:35:02','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1820\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:35:02','2018-03-29 12:35:02','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1823,2,'2018-03-29 12:35:49','2018-03-29 12:35:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1822\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1808\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:35:49','2018-03-29 12:35:49','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1882,2,'2018-03-29 14:41:53','2018-03-29 14:41:53','','sponsors-albtrz','','inherit','closed','closed','','sponsors-albtrz','','','2018-03-29 14:41:53','2018-03-29 14:41:53','',1612,'https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png',0,'attachment','image/png',0),(1825,2,'2018-03-29 12:36:43','2018-03-29 12:36:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1822\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1824\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:36:43','2018-03-29 12:36:43','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1827,2,'2018-03-29 12:37:57','2018-03-29 12:37:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1822\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:37:57','2018-03-29 12:37:57','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1829,2,'2018-03-29 12:38:55','2018-03-29 12:38:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1828\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:38:55','2018-03-29 12:38:55','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1831,2,'2018-03-29 12:39:35','2018-03-29 12:39:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:39:35','2018-03-29 12:39:35','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1832,2,'2018-03-29 12:40:29','2018-03-29 12:40:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:40:29','2018-03-29 12:40:29','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1833,2,'2018-03-29 12:41:20','2018-03-29 12:41:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:41:20','2018-03-29 12:41:20','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1834,2,'2018-03-29 12:42:02','2018-03-29 12:42:02','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:42:02','2018-03-29 12:42:02','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1835,2,'2018-03-29 12:42:41','2018-03-29 12:42:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-29 12:42:41','2018-03-29 12:42:41','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1836,2,'2018-03-29 12:43:00','2018-03-29 12:43:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-29 12:43:00','2018-03-29 12:43:00','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1837,2,'2018-03-29 12:43:09','2018-03-29 12:43:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:43:09','2018-03-29 12:43:09','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1838,2,'2018-04-03 12:08:40','2018-04-03 12:08:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\nInternational Conference on Applied Robotics for the Power Industry\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\n\n<script>// <![CDATA[\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n// ]]></script>\n\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\n\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\n\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\n\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\n\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\n\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\n\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-autosave-v1','','','2018-04-03 12:08:40','2018-04-03 12:08:40','',1612,'https://carpi2018.org/1612-autosave-v1/',0,'revision','',0),(1839,2,'2018-03-29 12:43:40','2018-03-29 12:43:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"          Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:43:40','2018-03-29 12:43:40','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1850,2,'2018-03-29 12:49:28','2018-03-29 12:49:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:49:28','2018-03-29 12:49:28','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1840,2,'2018-03-29 12:44:30','2018-03-29 12:44:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nTechnically Co-Sponsored by:\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nAnd Sponsored by:\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:44:30','2018-03-29 12:44:30','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1841,2,'2018-03-29 12:45:31','2018-03-29 12:45:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:45:31','2018-03-29 12:45:31','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1842,2,'2018-03-29 12:45:55','2018-03-29 12:45:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">And Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:45:55','2018-03-29 12:45:55','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1843,2,'2018-03-29 12:46:13','2018-03-29 12:46:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">And Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:46:13','2018-03-29 12:46:13','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1844,2,'2018-03-29 12:46:53','2018-03-29 12:46:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">And Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:46:53','2018-03-29 12:46:53','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1845,2,'2018-03-29 12:47:23','2018-03-29 12:47:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">          Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">And Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:47:23','2018-03-29 12:47:23','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1846,2,'2018-03-29 12:47:46','2018-03-29 12:47:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">                    Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">And Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:47:46','2018-03-29 12:47:46','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1847,2,'2018-03-29 12:48:06','2018-03-29 12:48:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">                                   Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">And Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:48:06','2018-03-29 12:48:06','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1849,2,'2018-03-29 12:48:58','2018-03-29 12:48:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">                                        Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">And Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:48:58','2018-03-29 12:48:58','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1848,2,'2018-03-29 12:48:42','2018-03-29 12:48:42','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\" Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">                                        Technically Co-Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\n<strong><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">And Sponsored by:</span></span></strong>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"align:center\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:48:42','2018-03-29 12:48:42','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1851,2,'2018-03-29 12:52:18','2018-03-29 12:52:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:52:18','2018-03-29 12:52:18','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1852,2,'2018-03-29 12:55:59','2018-03-29 12:55:59','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:55:59','2018-03-29 12:55:59','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1854,2,'2018-03-29 12:56:40','2018-03-29 12:56:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:56:40','2018-03-29 12:56:40','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1853,2,'2018-03-29 12:56:26','2018-03-29 12:56:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:56:26','2018-03-29 12:56:26','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1855,2,'2018-03-29 12:57:00','2018-03-29 12:57:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:57:00','2018-03-29 12:57:00','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1856,2,'2018-03-29 12:57:26','2018-03-29 12:57:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                         Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:57:26','2018-03-29 12:57:26','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1857,2,'2018-03-29 12:57:45','2018-03-29 12:57:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                  Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:57:45','2018-03-29 12:57:45','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1858,2,'2018-03-29 12:58:03','2018-03-29 12:58:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:58:03','2018-03-29 12:58:03','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1859,2,'2018-03-29 12:58:25','2018-03-29 12:58:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 12:58:25','2018-03-29 12:58:25','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1860,2,'2018-03-29 14:12:19','2018-03-29 14:12:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:12:19','2018-03-29 14:12:19','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1861,2,'2018-03-29 14:12:57','2018-03-29 14:12:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:12:57','2018-03-29 14:12:57','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1862,2,'2018-03-29 14:19:48','2018-03-29 14:19:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"image-overlay:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:19:48','2018-03-29 14:19:48','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1863,2,'2018-03-29 14:20:05','2018-03-29 14:20:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"overlay:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:20:05','2018-03-29 14:20:05','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1864,2,'2018-03-29 14:20:26','2018-03-29 14:20:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"hover:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:20:26','2018-03-29 14:20:26','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1865,2,'2018-03-29 14:22:17','2018-03-29 14:22:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"display:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:22:17','2018-03-29 14:22:17','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1867,2,'2018-03-29 14:23:19','2018-03-29 14:23:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"hover-display:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:23:19','2018-03-29 14:23:19','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1866,2,'2018-03-29 14:23:04','2018-03-29 14:23:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"overlay-display:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:23:04','2018-03-29 14:23:04','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1868,2,'2018-03-29 14:25:15','2018-03-29 14:25:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"effect-hover:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"display:block\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:25:15','2018-03-29 14:25:15','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1869,2,'2018-03-29 14:27:31','2018-03-29 14:27:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"effect:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"display:block\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:27:31','2018-03-29 14:27:31','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1870,2,'2018-03-29 14:29:42','2018-03-29 14:29:42','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"hvrbox:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:29:42','2018-03-29 14:29:42','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1871,2,'2018-03-29 14:30:23','2018-03-29 14:30:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_blank\" el_class=\"\" el_style=\"url:http://www.albatroz.engineering/en/\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:30:23','2018-03-29 14:30:23','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1872,2,'2018-03-29 14:30:47','2018-03-29 14:30:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_blank\" el_class=\"\" el_style=\"href:http://www.albatroz.engineering/en/\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:30:47','2018-03-29 14:30:47','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1873,2,'2018-03-29 14:31:10','2018-03-29 14:31:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:31:10','2018-03-29 14:31:10','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1874,2,'2018-03-29 14:31:40','2018-03-29 14:31:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"box-shadow:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:31:40','2018-03-29 14:31:40','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1875,2,'2018-03-29 14:32:15','2018-03-29 14:32:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"img-hover:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:32:15','2018-03-29 14:32:15','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1877,2,'2018-03-29 14:34:34','2018-03-29 14:34:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:34:34','2018-03-29 14:34:34','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1876,2,'2018-03-29 14:33:55','2018-03-29 14:33:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"hover-background:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"hover:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:33:55','2018-03-29 14:33:55','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1878,2,'2018-03-29 14:35:14','2018-03-29 14:35:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"front.hover:none\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:35:14','2018-03-29 14:35:14','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1879,2,'2018-03-29 14:37:18','2018-03-29 14:37:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1830\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\"><img class=\"alignnone size-medium wp-image-1830\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist-Cópia-320x90.png\" alt=\"\" width=\"320\" height=\"90\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1826\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"href:http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:37:18','2018-03-29 14:37:18','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1884,2,'2018-03-29 14:44:05','2018-03-29 14:44:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\"><img class=\"alignnone size-full wp-image-1804\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:44:05','2018-03-29 14:44:05','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1885,2,'2018-03-29 14:44:49','2018-03-29 14:44:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n<h4><span class=\"headline\">And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:44:49','2018-03-29 14:44:49','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1927,2,'2018-04-03 12:10:33','2018-04-03 12:10:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text][hoops name=\"RegCheck\"][/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-03 12:10:33','2018-04-03 12:10:33','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1888,2,'2018-03-29 14:47:50','2018-03-29 14:47:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:47:50','2018-03-29 14:47:50','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1886,2,'2018-03-29 14:47:20','2018-03-29 14:47:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                                              And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:47:20','2018-03-29 14:47:20','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1887,2,'2018-03-29 14:47:34','2018-03-29 14:47:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                                    And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:47:34','2018-03-29 14:47:34','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1889,2,'2018-03-29 14:48:13','2018-03-29 14:48:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                     And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:48:13','2018-03-29 14:48:13','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1890,2,'2018-03-29 14:49:07','2018-03-29 14:49:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                       And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:49:07','2018-03-29 14:49:07','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1891,2,'2018-03-29 14:49:39','2018-03-29 14:49:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-03-29 14:49:39','2018-03-29 14:49:39','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1892,2,'2018-03-29 14:52:22','2018-03-29 14:52:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-03-29 14:52:22','2018-03-29 14:52:22','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(2079,1,'2018-04-24 14:14:29','2018-04-24 14:14:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Abstract submission deadline: <strong>May 16, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Notification to authors: <strong>June 18, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Early registration deadline: <strong>July 16, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Final full paper submission: <strong>July 31, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-24 14:14:29','2018-04-24 14:14:29','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1982,1,'2018-04-05 17:03:30','2018-04-05 17:03:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\"><strong>Abstract submission deadline</strong>     May 16, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Notification to authors</strong>      June 18, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Early registration deadline</strong>      July 16, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Final full paper submission</strong>      July 31, 2018</span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-05 17:03:30','2018-04-05 17:03:30','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1981,1,'2018-04-05 17:02:11','2018-04-05 17:02:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Abstract submission deadline                                                       May 16, 2018</span>\r\n<span style=\"font-size: x-large;\">Notification to authors                                                                   June 18, 2018</span>\r\n<span style=\"font-size: x-large;\">Early registration deadline                                                            July 16, 2018</span>\r\n<span style=\"font-size: x-large;\">Final full paper submission                                                           July 31, 2018</span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-05 17:02:11','2018-04-05 17:02:11','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1893,2,'2018-03-29 14:54:39','2018-03-29 14:54:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Abstract submission deadline                                                              May 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Notification to authors                                                                          June 18, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Early registration deadline                                                                   July 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Final full paper submission                                                                  July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-03-29 14:54:39','2018-03-29 14:54:39','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1894,2,'2018-03-29 14:56:22','2018-03-29 14:56:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-29 14:56:22','2018-03-29 14:56:22','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1895,2,'2018-03-29 14:57:49','2018-03-29 14:57:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-03-29 14:57:49','2018-03-29 14:57:49','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1896,2,'2018-03-29 14:58:26','2018-03-29 14:58:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-03-29 14:58:26','2018-03-29 14:58:26','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1897,2,'2018-03-29 14:59:04','2018-03-29 14:59:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-03-29 14:59:04','2018-03-29 14:59:04','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0);
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1898,2,'2018-03-29 14:59:40','2018-03-29 14:59:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-03-29 14:59:40','2018-03-29 14:59:40','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2085,1,'2018-04-24 14:16:16','2018-04-24 14:16:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-04-24 14:16:16','2018-04-24 14:16:16','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1930,2,'2018-04-03 12:52:17','2018-04-03 12:52:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-04-03 12:52:17','2018-04-03 12:52:17','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1899,2,'2018-03-29 14:59:58','2018-03-29 14:59:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-03-29 14:59:58','2018-03-29 14:59:58','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1900,2,'2018-03-29 15:00:32','2018-03-29 15:00:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-03-29 15:00:32','2018-03-29 15:00:32','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(1904,2,'2018-03-29 15:03:48','2018-03-29 15:03:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 15:03:48','2018-03-29 15:03:48','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1902,2,'2018-03-29 15:02:48','2018-03-29 15:02:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 15:02:48','2018-03-29 15:02:48','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1901,2,'2018-03-29 15:02:05','2018-03-29 15:02:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 15:02:05','2018-03-29 15:02:05','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1903,2,'2018-03-29 15:03:19','2018-03-29 15:03:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-29 15:03:19','2018-03-29 15:03:19','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1905,2,'2018-03-29 15:04:39','2018-03-29 15:04:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1653\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-03-29 15:04:39','2018-03-29 15:04:39','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1906,2,'2018-03-29 15:04:45','2018-03-29 15:04:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-03-29 15:04:45','2018-03-29 15:04:45','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(2095,1,'2018-04-24 14:21:43','2018-04-24 14:21:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-04-24 14:21:43','2018-04-24 14:21:43','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1907,2,'2018-03-29 15:04:51','2018-03-29 15:04:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-03-29 15:04:51','2018-03-29 15:04:51','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(1908,2,'2018-03-29 15:04:58','2018-03-29 15:04:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-03-29 15:04:58','2018-03-29 15:04:58','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1909,2,'2018-03-29 15:08:25','2018-03-29 15:08:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-03-29 15:08:25','2018-03-29 15:08:25','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(1910,2,'2018-03-29 15:09:26','2018-03-29 15:09:26','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-03-29 15:09:26','2018-03-29 15:09:26','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(1911,2,'2018-03-29 15:10:15','2018-03-29 15:10:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-03-29 15:10:15','2018-03-29 15:10:15','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(1912,2,'2018-03-29 15:15:49','2018-03-29 15:15:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration Form\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration Form','','inherit','closed','closed','','1579-revision-v1','','','2018-03-29 15:15:49','2018-03-29 15:15:49','',1579,'https://carpi2018.org/1579-revision-v1/',0,'revision','',0),(1913,2,'2018-03-29 15:16:55','2018-03-29 15:16:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-03-29 15:16:55','2018-03-29 15:16:55','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(1914,2,'2018-03-29 15:17:05','2018-03-29 15:17:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-03-29 15:17:05','2018-03-29 15:17:05','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1915,2,'2018-03-29 15:18:10','2018-03-29 15:18:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"_blank\" rel=\"noopener\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-03-29 15:18:10','2018-03-29 15:18:10','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1918,2,'2018-04-02 15:46:25','2018-04-02 15:46:25','','Mapa_Cruzeiro','','inherit','closed','closed','','mapa_cruzeiro','','','2018-04-02 15:46:25','2018-04-02 15:46:25','',1425,'https://carpi2018.org/wp-content/uploads/Mapa_Cruzeiro.jpg',0,'attachment','image/jpeg',0),(1917,2,'2018-04-02 15:32:25','2018-04-02 15:32:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1916\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-02 15:32:25','2018-04-02 15:32:25','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1919,2,'2018-04-02 15:46:48','2018-04-02 15:46:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-02 15:46:48','2018-04-02 15:46:48','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1920,2,'2018-04-03 11:30:14','2018-04-03 11:30:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<a href=\"mailto:info@carpi2018.org\">&lt;input type=\"checkbox\" id=\"myCheck\" onclick=\"myFunction()\"&gt;</a>\r\n\r\n<a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-03 11:30:14','2018-04-03 11:30:14','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1921,2,'2018-04-03 11:56:05','2018-04-03 11:56:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<input id=\"agree\" type=\"checkbox\" />I Agree with the terms and condition\r\n<input id=\"regbutton\" disabled=\"disabled\" type=\"button\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-03 11:56:05','2018-04-03 11:56:05','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1922,2,'2018-04-03 11:59:37','2018-04-03 11:59:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\nDisplay some text when the checkbox is checked:\r\n\r\nCheckbox: <input id=\"myCheck\" type=\"checkbox\" />\r\n<p id=\"text\" style=\"display: none;\">Checkbox is CHECKED!</p>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-03 11:59:37','2018-04-03 11:59:37','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1926,2,'2018-04-03 12:02:36','2018-04-03 12:02:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<script>// <![CDATA[\r\n</p>\r\n<p>\r\n// ]]></script>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-03 12:02:36','2018-04-03 12:02:36','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1924,2,'2018-04-03 12:01:45','2018-04-03 12:01:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\nDisplay some text when the checkbox is checked:\r\n\r\nCheckbox: <input id=\"myCheck\" type=\"checkbox\" />\r\n<p id=\"text\" style=\"display: none;\">Checkbox is CHECKED!</p>\r\n<script>// <![CDATA[\r\n</p>\r\n<p>\r\n// ]]></script>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-03 12:01:45','2018-04-03 12:01:45','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1923,2,'2018-04-03 12:01:07','2018-04-03 12:01:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\nDisplay some text when the checkbox is checked:\r\n<script>// <![CDATA[\r\n<br />\r\nCheckbox: <input id=\"myCheck\" type=\"checkbox\" /></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p id=\"text\" style=\"display: none;\">Checkbox is CHECKED!</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-03 12:01:07','2018-04-03 12:01:07','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1925,2,'2018-04-03 12:02:05','2018-04-03 12:02:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\nDisplay some text when the checkbox is checked:\r\n\r\nCheckbox: <input id=\"myCheck\" type=\"checkbox\" />\r\n<p id=\"text\" style=\"display: none;\">Checkbox is CHECKED!</p>\r\n<script>// <![CDATA[\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-03 12:02:05','2018-04-03 12:02:05','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1929,2,'2018-04-03 12:51:45','2018-04-03 12:51:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-04-03 12:51:45','2018-04-03 12:51:45','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1928,2,'2018-04-03 12:50:17','2018-04-03 12:50:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">I agree with the Refund policy of the CARPI 2018 conference, please proceed to my registration.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"Registration\" icon=\"\" url=\"/registration-form\" target=\"_blank\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"ExtraSmall\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-04-03 12:50:17','2018-04-03 12:50:17','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1935,2,'2018-04-04 08:33:30','2018-04-04 08:33:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text][hoops name=\"RegTest\"][/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-04 08:33:30','2018-04-04 08:33:30','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1932,2,'2018-04-04 08:27:03','2018-04-04 08:27:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text][hoops name=\"RegTest\"][/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<input id=\"regbutton\" style=\"width: 150px;\" disabled=\"disabled\" type=\"button\" value=\"Registration\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-04 08:27:03','2018-04-04 08:27:03','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1933,2,'2018-04-04 08:27:32','2018-04-04 08:27:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text][hoops name=\"RegTest\"][/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<input id=\"regbutton\" style=\"width: 150px;\" type=\"button\" value=\"Registration\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-04 08:27:32','2018-04-04 08:27:32','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1934,2,'2018-04-04 08:29:15','2018-04-04 08:29:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text][hoops name=\"RegTest\"][/bt_text][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<input style=\"width: 150px; color: gray;\" type=\"button\" value=\"Registration\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-04 08:29:15','2018-04-04 08:29:15','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(1936,2,'2018-04-04 09:16:14','2018-04-04 09:16:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Tests\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"align:center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text][/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','tests','','inherit','closed','closed','','1612-revision-v1','','','2018-04-04 09:16:14','2018-04-04 09:16:14','',1612,'https://carpi2018.org/1612-revision-v1/',0,'revision','',0),(2198,2,'2018-07-23 11:38:21','2018-07-23 11:38:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"We’ll be back soon!\" headline=\"Sorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always contact us, otherwise we’ll be back online shortly!\" headline_size=\"small\" dash=\"bottom\" subheadline=\"— The Team\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section]','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-23 11:38:21','2018-07-23 11:38:21','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(2199,2,'2018-07-23 11:38:49','2018-07-23 11:38:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"We’ll be back soon!\r\n\r\nSorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always contact us, otherwise we’ll be back online shortly!\" headline_size=\"small\" dash=\"bottom\" subheadline=\"— The Team\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section]','Maintenance','','inherit','closed','closed','','2186-revision-v1','','','2018-07-23 11:38:49','2018-07-23 11:38:49','',2186,'https://carpi2018.org/2186-revision-v1/',0,'revision','',0),(1980,1,'2018-04-05 17:00:35','2018-04-05 17:00:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Abstract submission deadline                                                              May 16, 2018</span>\r\n<span style=\"font-size: x-large;\">Notification to authors                                                                          June 18, 2018\r\n</span><span style=\"font-size: x-large;\">Early registration deadline                                                                   July 16, 2018\r\n</span><span style=\"font-size: x-large;\">Final full paper submission                                                                  July 31, 2018\r\n</span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-05 17:00:35','2018-04-05 17:00:35','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1940,1,'2018-04-05 16:06:12','2018-04-05 16:06:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Abstract submission deadline                                                              May 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Notification to authors                                                                          June 18, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Early registration deadline                                                                   July 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Final full paper submission                                                                  July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-05 16:06:12','2018-04-05 16:06:12','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(2080,1,'2018-04-24 14:14:48','2018-04-24 14:14:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-04-24 14:14:48','2018-04-24 14:14:48','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1941,1,'2018-04-05 16:06:45','2018-04-05 16:06:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-04-05 16:06:45','2018-04-05 16:06:45','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1942,1,'2018-04-05 16:07:29','2018-04-05 16:07:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-04-05 16:07:29','2018-04-05 16:07:29','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0),(1943,1,'2018-04-05 16:08:14','2018-04-05 16:08:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-04-05 16:08:14','2018-04-05 16:08:14','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1944,1,'2018-04-24 14:15:16','2018-04-24 14:15:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-autosave-v1','','','2018-04-24 14:15:16','2018-04-24 14:15:16','',1421,'https://carpi2018.org/1421-autosave-v1/',0,'revision','',0),(1945,1,'2018-04-05 16:09:05','2018-04-05 16:09:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-04-05 16:09:05','2018-04-05 16:09:05','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(1946,1,'2018-04-05 16:09:54','2018-04-05 16:09:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-04-05 16:09:54','2018-04-05 16:09:54','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1989,2,'2018-04-07 20:09:05','2018-04-07 20:09:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-04-07 20:09:05','2018-04-07 20:09:05','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(1947,1,'2018-04-05 16:10:57','2018-04-05 16:10:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-05 16:10:57','2018-04-05 16:10:57','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(1948,1,'2018-04-24 14:15:53','2018-04-24 14:15:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-autosave-v1','','','2018-04-24 14:15:53','2018-04-24 14:15:53','',1423,'https://carpi2018.org/1423-autosave-v1/',0,'revision','',0),(1950,1,'2018-04-05 16:14:35','2018-04-05 16:14:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-05 16:14:35','2018-04-05 16:14:35','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(1951,1,'2018-04-05 16:15:29','2018-04-05 16:15:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-04-05 16:15:29','2018-04-05 16:15:29','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1952,1,'2018-04-05 16:16:29','2018-04-05 16:16:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-04-05 16:16:29','2018-04-05 16:16:29','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(1953,1,'2018-04-05 16:19:29','2018-04-05 16:19:29','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-05 16:19:29','2018-04-05 16:19:29','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(1954,1,'2018-04-05 16:21:05','2018-04-05 16:21:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"text-align: center\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:21:05','2018-04-05 16:21:05','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1955,1,'2018-04-05 16:21:32','2018-04-05 16:21:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:21:32','2018-04-05 16:21:32','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1956,1,'2018-04-05 16:22:27','2018-04-05 16:22:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:22:27','2018-04-05 16:22:27','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1957,1,'2018-04-05 16:22:49','2018-04-05 16:22:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:22:49','2018-04-05 16:22:49','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1958,1,'2018-04-05 16:23:15','2018-04-05 16:23:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:23:15','2018-04-05 16:23:15','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1959,1,'2018-04-05 16:23:38','2018-04-05 16:23:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:23:38','2018-04-05 16:23:38','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1960,1,'2018-04-05 16:23:54','2018-04-05 16:23:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:23:54','2018-04-05 16:23:54','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1961,1,'2018-04-05 16:24:16','2018-04-05 16:24:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:24:16','2018-04-05 16:24:16','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1962,1,'2018-04-05 16:24:58','2018-04-05 16:24:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:24:58','2018-04-05 16:24:58','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1964,1,'2018-04-05 16:26:49','2018-04-05 16:26:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:26:49','2018-04-05 16:26:49','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1963,1,'2018-04-05 16:25:57','2018-04-05 16:25:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:25:57','2018-04-05 16:25:57','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1965,1,'2018-04-05 16:28:12','2018-04-05 16:28:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-05 16:28:12','2018-04-05 16:28:12','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(1966,1,'2018-04-05 16:29:09','2018-04-05 16:29:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"_blank\" rel=\"noopener\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-04-05 16:29:09','2018-04-05 16:29:09','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(1967,1,'2018-04-05 16:30:03','2018-04-05 16:30:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-04-05 16:30:03','2018-04-05 16:30:03','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(1968,1,'2018-04-05 16:30:43','2018-04-05 16:30:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-05 16:30:43','2018-04-05 16:30:43','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1972,1,'2018-04-05 16:37:43','2018-04-05 16:37:43','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration Form\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration Form','','inherit','closed','closed','','1579-revision-v1','','','2018-04-05 16:37:43','2018-04-05 16:37:43','',1579,'https://carpi2018.org/1579-revision-v1/',0,'revision','',0),(1971,1,'2018-04-05 16:35:00','2018-04-05 16:35:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Abstract submission deadline                                                              May 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Notification to authors                                                                          June 18, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Early registration deadline                                                                   July 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">   Final full paper submission                                                                  July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-05 16:35:00','2018-04-05 16:35:00','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(2168,1,'2018-05-07 09:46:15','2018-05-07 09:46:15','','sponsors-banner-2','','inherit','closed','closed','','sponsors-banner-2','','','2018-05-07 09:46:15','2018-05-07 09:46:15','',0,'https://carpi2018.org/wp-content/uploads/sponsors-banner-2.jpg',0,'attachment','image/jpeg',0),(2169,1,'2018-05-07 10:05:37','2018-05-07 10:05:37','[bt_section layout=\"boxed\" top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomExtraSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.cigre.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer - não apagar','','private','closed','closed','','footer','','','2018-05-07 10:34:52','2018-05-07 10:34:52','',0,'https://carpi2018.org/?page_id=2169',0,'page','',0),(2170,1,'2018-05-07 09:47:46','2018-05-07 09:47:46','','Footer','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 09:47:46','2018-05-07 09:47:46','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(2171,1,'2018-05-07 10:05:37','2018-05-07 10:05:37','[bt_section][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 10:05:37','2018-05-07 10:05:37','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(2172,1,'2018-05-07 10:08:08','2018-05-07 10:08:08','[bt_section][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"http://www.cigre.org/\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 10:08:08','2018-05-07 10:08:08','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(2173,1,'2018-05-07 10:26:46','2018-05-07 10:26:46','[bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"http://www.cigre.org/\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer','','inherit','closed','closed','','2169-revision-v1','','','2018-05-07 10:26:46','2018-05-07 10:26:46','',2169,'https://carpi2018.org/2169-revision-v1/',0,'revision','',0),(1979,1,'2018-04-05 16:58:04','2018-04-05 16:58:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<h4>Abstract submission deadline: May 16, 2018</h4>\r\n<h4>Notification to authors: June 18, 2018</h4>\r\n<h4>Early registration deadline: July 16, 2018</h4>\r\n<h4>Final full paper submission: July 31, 2018</h4>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-05 16:58:04','2018-04-05 16:58:04','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1976,1,'2018-04-05 16:55:35','2018-04-05 16:55:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<strong>Abstract submission deadline</strong> May 16, 2018\r\n<strong>Notification to authors</strong> June 18, 2018\r\n<strong>Early registration deadline</strong> July 16, 2018\r\n<strong>Final full paper submission</strong> July 31, 2018\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-05 16:55:35','2018-04-05 16:55:35','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1975,1,'2018-04-05 16:48:13','2018-04-05 16:48:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: x-large;\"> Abstract submission deadline May 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\"> Notification to authors June 18, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\"> Early registration deadline July 16, 2018\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\"> Final full paper submission July 31, 2018\r\n</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-05 16:48:13','2018-04-05 16:48:13','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1977,1,'2018-04-05 16:56:25','2018-04-05 16:56:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<h3><strong>Abstract submission deadline</strong> May 16, 2018</h3>\r\n<strong>Notification to authors</strong> June 18, 2018\r\n<strong>Early registration deadline</strong> July 16, 2018\r\n<strong>Final full paper submission</strong> July 31, 2018\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-05 16:56:25','2018-04-05 16:56:25','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1978,1,'2018-04-05 16:56:56','2018-04-05 16:56:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<h4><strong>Abstract submission deadline</strong> May 16, 2018</h4>\r\n<strong>Notification to authors</strong> June 18, 2018\r\n<strong>Early registration deadline</strong> July 16, 2018\r\n<strong>Final full paper submission</strong> July 31, 2018\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-05 16:56:56','2018-04-05 16:56:56','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1983,1,'2018-04-05 17:04:07','2018-04-05 17:04:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\"><strong>Abstract submission deadline</strong>     May 16, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Notification to authors</strong>      June 18, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Early registration deadline</strong>      July 16, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Final full paper submission</strong>      July 31, 2018</span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-05 17:04:07','2018-04-05 17:04:07','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(2094,1,'2018-04-24 14:21:30','2018-04-24 14:21:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Welcome reception (conference check in and material collection): <strong>September 25, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Conference: <strong>September 26 &amp; 27, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Dinner banquet: <strong>September 26, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Demo day: <strong>September 28, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-24 14:21:30','2018-04-24 14:21:30','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1984,1,'2018-04-05 17:08:10','2018-04-05 17:08:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-size: x-large;\"><strong>Welcome reception</strong> (conference check in and material collection) September 25, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Conference (and Dinner banquet)</strong> September 26, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Conference</strong> September 27, 2018</span>\r\n<span style=\"font-size: x-large;\"><strong>Demo day</strong> September 28, 2018</span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-05 17:08:10','2018-04-05 17:08:10','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(2013,2,'2018-04-16 15:41:25','2018-04-16 15:41:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Welcome reception (conference check in and material collection): <strong>September 25, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Conference: <strong>September 26 &amp; 27, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Dinner banquet: <strong>September 26, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Demo day: <strong>September 28, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-16 15:41:25','2018-04-16 15:41:25','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1985,1,'2018-04-05 17:10:16','2018-04-05 17:10:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Welcome reception (conference check in and material collection): <strong>September 25, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Conference (and Dinner banquet): <strong>September 26, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Conference: <strong>September 27, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Demo day: <strong>September 28, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-05 17:10:16','2018-04-05 17:10:16','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(1986,1,'2018-04-05 17:12:13','2018-04-05 17:12:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Abstract submission deadline: <strong>May 16, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Notification to authors: <strong>June 18, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Early registration deadline: <strong>July 16, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Final full paper submission: <strong>July 31, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-05 17:12:13','2018-04-05 17:12:13','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(1987,1,'2018-04-05 17:13:43','2018-04-05 17:13:43',' ','','','publish','closed','closed','','1987','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=1987',16,'nav_menu_item','',0),(1990,2,'2018-04-09 15:55:41','2018-04-09 15:55:41','','CARPI_2018-CFP','','inherit','closed','closed','','carpi_2018-cfp','','','2018-04-09 15:55:41','2018-04-09 15:55:41','',1419,'https://carpi2018.org/wp-content/uploads/CARPI_2018-CFP.pdf',0,'attachment','application/pdf',0),(1991,2,'2018-04-09 15:56:25','2018-04-09 15:56:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI_2018-CFP.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-04-09 15:56:25','2018-04-09 15:56:25','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1992,1,'2018-04-10 14:19:14','2018-04-10 14:19:14','','Teste Noticias','','publish','closed','closed','','teste-noticias','','','2018-04-10 14:19:14','2018-04-10 14:19:14','',0,'https://carpi2018.org/?page_id=1992',0,'page','',0),(1993,1,'2018-04-10 14:19:14','2018-04-10 14:19:14','','Teste Noticias','','inherit','closed','closed','','1992-revision-v1','','','2018-04-10 14:19:14','2018-04-10 14:19:14','',1992,'https://carpi2018.org/1992-revision-v1/',0,'revision','',0),(1994,1,'2018-04-10 14:23:53','2018-04-10 14:23:53','Praesent a tellus a arcu pellentesque vestibulum non sed neque. Phasellus et sodales elit. Nunc sem dolor, dictum nec nulla non, consectetur venenatis velit. Nam ligula elit, molestie quis hendrerit eu, condimentum sit amet augue. Ut mattis libero sed elit ornare, nec finibus ligula consequat. Aliquam pulvinar risus at est dictum convallis. Cras suscipit rutrum lorem, sed pretium nisi faucibus quis. Sed vel dictum mi, eget pulvinar eros. Nullam at tincidunt magna. Donec pulvinar vel metus quis consectetur. Pellentesque sed odio et lectus scelerisque blandit sed quis lacus. Pellentesque non nisi ornare velit interdum hendrerit. In vulputate ante ligula, non placerat dui tincidunt vel. Integer auctor rhoncus orci, id laoreet diam mollis a.','Lorem ipsum dolor sit amet','','publish','closed','closed','','lorem-ipsum-dolor-sit-amet','','','2018-04-10 14:23:53','2018-04-10 14:23:53','',0,'https://carpi2018.org/?p=1994',0,'post','',0),(1995,1,'2018-04-10 14:23:53','2018-04-10 14:23:53','Praesent a tellus a arcu pellentesque vestibulum non sed neque. Phasellus et sodales elit. Nunc sem dolor, dictum nec nulla non, consectetur venenatis velit. Nam ligula elit, molestie quis hendrerit eu, condimentum sit amet augue. Ut mattis libero sed elit ornare, nec finibus ligula consequat. Aliquam pulvinar risus at est dictum convallis. Cras suscipit rutrum lorem, sed pretium nisi faucibus quis. Sed vel dictum mi, eget pulvinar eros. Nullam at tincidunt magna. Donec pulvinar vel metus quis consectetur. Pellentesque sed odio et lectus scelerisque blandit sed quis lacus. Pellentesque non nisi ornare velit interdum hendrerit. In vulputate ante ligula, non placerat dui tincidunt vel. Integer auctor rhoncus orci, id laoreet diam mollis a.','Lorem ipsum dolor sit amet','','inherit','closed','closed','','1994-revision-v1','','','2018-04-10 14:23:53','2018-04-10 14:23:53','',1994,'https://carpi2018.org/1994-revision-v1/',0,'revision','',0),(1996,2,'2018-04-10 16:15:55','2018-04-10 16:15:55','','CARPI2018-CFP','','inherit','closed','closed','','carpi2018-cfp-2','','','2018-04-10 16:15:55','2018-04-10 16:15:55','',1419,'https://carpi2018.org/wp-content/uploads/CARPI2018-CFP-1.pdf',0,'attachment','application/pdf',0),(1997,2,'2018-04-10 16:16:18','2018-04-10 16:16:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP-1.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-04-10 16:16:18','2018-04-10 16:16:18','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(1999,2,'2018-04-12 17:03:18','2018-04-12 17:03:18','','CARPI2018-CFP','','inherit','closed','closed','','carpi2018-cfp-3','','','2018-04-12 17:03:18','2018-04-12 17:03:18','',1419,'https://carpi2018.org/wp-content/uploads/CARPI2018-CFP-2.pdf',0,'attachment','application/pdf',0),(2000,2,'2018-04-12 17:03:56','2018-04-12 17:03:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP-2.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-04-12 17:03:56','2018-04-12 17:03:56','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(2002,1,'2018-04-24 14:16:45','2018-04-24 14:16:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_text]\r\n<h6>Papers must be written in English following the <a href=\"http://www.ieee.org/conferences_events/conferences/pu blishing/templates.html\" target=\"_blank\" rel=\"noopener\">standard IEEE guidelines</a></h6>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-autosave-v1','','','2018-04-24 14:16:45','2018-04-24 14:16:45','',1657,'https://carpi2018.org/1657-autosave-v1/',0,'revision','',0),(2003,1,'2018-04-13 16:46:57','2018-04-13 16:46:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"large\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-13 16:46:57','2018-04-13 16:46:57','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2005,1,'2018-04-13 16:47:39','2018-04-13 16:47:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-13 16:47:39','2018-04-13 16:47:39','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2004,1,'2018-04-13 16:47:19','2018-04-13 16:47:19','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-13 16:47:19','2018-04-13 16:47:19','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2006,1,'2018-04-13 16:48:34','2018-04-13 16:48:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#cda100\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-13 16:48:34','2018-04-13 16:48:34','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2007,1,'2018-04-13 16:49:04','2018-04-13 16:49:04','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#cda100\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-13 16:49:04','2018-04-13 16:49:04','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2008,1,'2018-04-13 16:49:48','2018-04-13 16:49:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-13 16:49:48','2018-04-13 16:49:48','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2087,1,'2018-04-24 14:17:09','2018-04-24 14:17:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_text]\r\n<h6>Papers must be written in English following the <a href=\"http://www.ieee.org/conferences_events/conferences/pu blishing/templates.html\" target=\"_blank\" rel=\"noopener\">standard IEEE guidelines</a></h6>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-24 14:17:09','2018-04-24 14:17:09','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2010,1,'2018-04-13 16:54:53','2018-04-13 16:54:53','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_text]\r\n<h6>Papers must be written in English following the <a href=\"http://www.ieee.org/conferences_events/conferences/pu blishing/templates.html\" target=\"_blank\" rel=\"noopener\">standard IEEE guidelines</a></h6>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-13 16:54:53','2018-04-13 16:54:53','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2009,1,'2018-04-13 16:52:31','2018-04-13 16:52:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_header superheadline=\"Papers must be written in English following the standard IEEE guidelines: (http://www.ieee.org/conferences_events/conferences/pu blishing/templates.html)\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-13 16:52:31','2018-04-13 16:52:31','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2012,2,'2018-04-16 15:37:42','2018-04-16 15:37:42','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Dingsheng Luo\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Peking University\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-04-16 15:37:42','2018-04-16 15:37:42','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(2070,1,'2018-04-24 13:36:21','2018-04-24 13:36:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-24 13:36:21','2018-04-24 13:36:21','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2015,1,'2018-04-16 18:21:11','2018-04-16 18:21:11','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-16 18:21:11','2018-04-16 18:21:11','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2016,1,'2018-04-16 18:21:28','2018-04-16 18:21:28','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-16 18:21:28','2018-04-16 18:21:28','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2017,1,'2018-04-16 18:24:51','2018-04-16 18:24:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-16 18:24:51','2018-04-16 18:24:51','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2019,2,'2018-04-17 14:59:23','2018-04-17 14:59:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-17 14:59:23','2018-04-17 14:59:23','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2018,2,'2018-04-17 14:56:58','2018-04-17 14:56:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is now open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-17 14:56:58','2018-04-17 14:56:58','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2020,2,'2018-04-17 15:01:25','2018-04-17 15:01:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_text]\r\n<h6>Papers must be written in English following the <a href=\"http://www.ieee.org/conferences_events/conferences/pu blishing/templates.html\" target=\"_blank\" rel=\"noopener\">standard IEEE guidelines</a></h6>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-17 15:01:25','2018-04-17 15:01:25','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2078,1,'2018-04-24 14:14:09','2018-04-24 14:14:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Dingsheng Luo\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Peking University\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-04-24 14:14:09','2018-04-24 14:14:09','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(2021,2,'2018-04-17 15:02:15','2018-04-17 15:02:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Dingsheng Luo\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Peking University\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-revision-v1','','','2018-04-17 15:02:15','2018-04-17 15:02:15','',887,'https://carpi2018.org/887-revision-v1/',0,'revision','',0),(2022,2,'2018-04-17 15:03:12','2018-04-17 15:03:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Abstract submission deadline: <strong>May 16, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Notification to authors: <strong>June 18, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Early registration deadline: <strong>July 16, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Final full paper submission: <strong>July 31, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Dates','','inherit','closed','closed','','1379-revision-v1','','','2018-04-17 15:03:12','2018-04-17 15:03:12','',1379,'https://carpi2018.org/1379-revision-v1/',0,'revision','',0),(2023,2,'2018-04-17 15:03:38','2018-04-17 15:03:38','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1321\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"venue-intro-wrapper\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Venue\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI2018 will be held at Instituto Superior Técnico (IST), located right in the center of Lisbon.\r\nInstituto Superior Técnico (IST) is a school of engineering, part of the Universidade de Lisboa (University of Lisbon). Founded in 1911, IST is the largest and most prestigious school of engineering in Portugal and Europe.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Instituto Superior Técnico aims to contribute to the development of society, promoting and sharing excellence in higher education in the fields of Architecture, Engineering, Science and Technology. The research in IST is done in 23 centers and institutes.\r\nDuring the event you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events. We strongly advise you to book your hotel well in advance.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1308\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Transportation\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon enjoys an excellent urban transport network. The portuguese capital Metro consists of 50 stations on 4 lines. These are complemented by 3 express train lines (CP) connecting Lisbon city centre to surrounding suburbs. A few dozen bus lines complete the urban transportation system. In recent years, bus corridors have been created across most of the town, making buses (much) faster.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"wide\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"venue-map-wrapper\" el_class=\"\" el_style=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_gmaps latitude=\"38.736819\" longitude=\"-9.138705\" zoom=\"15\" icon=\"306\" height=\"700px\" primary_color=\"\" secondary_color=\"\" water_color=\"\" custom_style=\"W3siZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJnYW1tYSI6IjEuODIifV19LHsiZmVhdHVyZVR5cGUiOiJhZG1pbmlzdHJhdGl2ZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiZ2FtbWEiOiIxLjk2In0seyJsaWdodG5lc3MiOiItOSJ9XX0seyJmZWF0dXJlVHlwZSI6ImFkbWluaXN0cmF0aXZlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoiYWRtaW5pc3RyYXRpdmUuY291bnRyeSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJzaW1wbGlmaWVkIn0seyJzYXR1cmF0aW9uIjoiLTMwIn0seyJsaWdodG5lc3MiOiI3MiJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn0seyJsaWdodG5lc3MiOiIyNSJ9LHsiZ2FtbWEiOiIxLjAwIn0seyJzYXR1cmF0aW9uIjoiLTEwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiaHVlIjoiIzQ5ZmYwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3siaHVlIjoiI2ZmMDAwMCJ9XX0seyJmZWF0dXJlVHlwZSI6ImxhbmRzY2FwZSIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuZmlsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJsYW5kc2NhcGUiLCJlbGVtZW50VHlwZSI6ImxhYmVscy50ZXh0LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsiY29sb3IiOiIjNmMwMDAwIn0seyJ3ZWlnaHQiOiIwLjY1In1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5maWxsIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9uIn1dfSx7ImZlYXR1cmVUeXBlIjoibGFuZHNjYXBlLm1hbl9tYWRlIiwiZWxlbWVudFR5cGUiOiJsYWJlbHMudGV4dC5maWxsIiwic3R5bGVycyI6W3siY29sb3IiOiIjOTAwOTA5In1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLmJ1c2luZXNzIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicG9pLnBhcmsiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkIiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeS5zdHJva2UiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZCIsImVsZW1lbnRUeXBlIjoibGFiZWxzLmljb24iLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5oaWdod2F5IiwiZWxlbWVudFR5cGUiOiJnZW9tZXRyeSIsInN0eWxlcnMiOlt7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNDMifSx7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoiZ2VvbWV0cnkuc3Ryb2tlIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6Im9mZiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuaGlnaHdheSIsImVsZW1lbnRUeXBlIjoibGFiZWxzIiwic3R5bGVycyI6W3sidmlzaWJpbGl0eSI6InNpbXBsaWZpZWQifSx7Imh1ZSI6IiNmZmFhMDAifSx7InNhdHVyYXRpb24iOiItNzAifV19LHsiZmVhdHVyZVR5cGUiOiJyb2FkLmhpZ2h3YXkuY29udHJvbGxlZF9hY2Nlc3MiLCJlbGVtZW50VHlwZSI6ImxhYmVscyIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9XX0seyJmZWF0dXJlVHlwZSI6InJvYWQuYXJ0ZXJpYWwiLCJlbGVtZW50VHlwZSI6ImFsbCIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvbiJ9LHsic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjMwIn1dfSx7ImZlYXR1cmVUeXBlIjoicm9hZC5sb2NhbCIsImVsZW1lbnRUeXBlIjoiYWxsIiwic3R5bGVycyI6W3sic2F0dXJhdGlvbiI6Ii0xMDAifSx7ImxpZ2h0bmVzcyI6IjQwIn0seyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoidHJhbnNpdC5zdGF0aW9uLmFpcnBvcnQiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImdhbW1hIjoiMC44MCJ9XX0seyJmZWF0dXJlVHlwZSI6IndhdGVyIiwiZWxlbWVudFR5cGUiOiJhbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib2ZmIn1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LmZpbGwiLCJzdHlsZXJzIjpbeyJ2aXNpYmlsaXR5Ijoib24ifSx7ImNvbG9yIjoiI2Q5ZWFmZiJ9LHsic2F0dXJhdGlvbiI6IjE5In0seyJ3ZWlnaHQiOiIwLjg0In1dfSx7ImZlYXR1cmVUeXBlIjoid2F0ZXIiLCJlbGVtZW50VHlwZSI6Imdlb21ldHJ5LnN0cm9rZSIsInN0eWxlcnMiOlt7InZpc2liaWxpdHkiOiJvZmYifV19LHsiZmVhdHVyZVR5cGUiOiJ3YXRlciIsImVsZW1lbnRUeXBlIjoibGFiZWxzLnRleHQuc3Ryb2tlIiwic3R5bGVycyI6W3siY29sb3IiOiIjZGViNDhjIn0seyJ3ZWlnaHQiOiIyLjg1In0seyJnYW1tYSI6IjIuMTMifSx7ImxpZ2h0bmVzcyI6Ii0xNiJ9XX1d\" el_class=\"\" el_style=\"\" api_key=\"AIzaSyDI_YLOrg5c2VLLbyHOLGKSK9hlB4ilLGM \"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Instituto Superior Técnico\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM HUMBERTO DELGADO AIRPORT (LISBON AIRPORT) \" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"FROM GARE DO ORIENTE\" headline_size=\"small\" dash=\"bottom\" subheadline=\"Take metro RED LINE direction SÃO SEBASTIÃO and get off at ALAMEDA.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_gmaps][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Venue','','inherit','closed','closed','','12-revision-v1','','','2018-04-17 15:03:38','2018-04-17 15:03:38','',12,'https://carpi2018.org/12-revision-v1/',0,'revision','',0);
INSERT INTO `carpi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2082,1,'2018-04-24 14:15:08','2018-04-24 14:15:08','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP-2.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-04-24 14:15:08','2018-04-24 14:15:08','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(2024,2,'2018-04-17 15:03:55','2018-04-17 15:03:55','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP-2.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-revision-v1','','','2018-04-17 15:03:55','2018-04-17 15:03:55','',1419,'https://carpi2018.org/1419-revision-v1/',0,'revision','',0),(2083,1,'2018-04-24 14:15:24','2018-04-24 14:15:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-04-24 14:15:24','2018-04-24 14:15:24','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(2025,2,'2018-04-17 15:04:18','2018-04-17 15:04:18','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Contacts\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">If you intend to contact the CARPI 2018 organizers, please send an email to <a href=\"mailto:info@carpi2018.org\">info@carpi2018.org</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Contacts','','inherit','closed','closed','','1421-revision-v1','','','2018-04-17 15:04:18','2018-04-17 15:04:18','',1421,'https://carpi2018.org/1421-revision-v1/',0,'revision','',0),(2026,2,'2018-04-17 15:05:15','2018-04-17 15:05:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Welcome reception (conference check in and material collection): <strong>September 25, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Conference: <strong>September 26 &amp; 27, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Dinner banquet: <strong>September 26, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Demo day: <strong>September 28, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-revision-v1','','','2018-04-17 15:05:15','2018-04-17 15:05:15','',1433,'https://carpi2018.org/1433-revision-v1/',0,'revision','',0),(2027,2,'2018-04-17 15:05:36','2018-04-17 15:05:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Speakers\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Carlos Silvestre\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Macau - Macau\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Serge Montambault \" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"IREQ - Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PLENARY SPEAKER\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Lorenzo Marconi\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"U. Bologne - Italy\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Keynote Speakers','','inherit','closed','closed','','1435-revision-v1','','','2018-04-17 15:05:36','2018-04-17 15:05:36','',1435,'https://carpi2018.org/1435-revision-v1/',0,'revision','',0),(2096,1,'2018-04-24 14:22:10','2018-04-24 14:22:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-04-24 14:22:10','2018-04-24 14:22:10','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(2028,2,'2018-04-17 15:06:07','2018-04-17 15:06:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Sponsors and Exhibits\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">You are invited to support the the 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018), organized by the Instituto Superior Técnico and Albatroz Engenharia</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Please contact the CARPI 2018 organizers, to received further information <a href=\"mailto:info@carpi2018.org\"><strong>info@carpi2018.org</strong></a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Sponsorship','','inherit','closed','closed','','1439-revision-v1','','','2018-04-17 15:06:07','2018-04-17 15:06:07','',1439,'https://carpi2018.org/1439-revision-v1/',0,'revision','',0),(2092,1,'2018-04-24 14:20:54','2018-04-24 14:20:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"_blank\" rel=\"noopener\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-04-24 14:20:54','2018-04-24 14:20:54','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(2029,2,'2018-04-17 15:06:27','2018-04-17 15:06:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"_blank\" rel=\"noopener\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-revision-v1','','','2018-04-17 15:06:27','2018-04-17 15:06:27','',1431,'https://carpi2018.org/1431-revision-v1/',0,'revision','',0),(2089,1,'2018-04-24 14:17:35','2018-04-24 14:17:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-24 14:17:35','2018-04-24 14:17:35','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(2030,2,'2018-04-17 15:06:56','2018-04-17 15:06:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\r\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-revision-v1','','','2018-04-17 15:06:56','2018-04-17 15:06:56','',1425,'https://carpi2018.org/1425-revision-v1/',0,'revision','',0),(2031,1,'2018-04-17 15:08:24','2018-04-17 15:08:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_text]\r\n<h6>Papers must be written in English following the <a href=\"http://www.ieee.org/conferences_events/conferences/pu blishing/templates.html\" target=\"_blank\" rel=\"noopener\">standard IEEE guidelines</a></h6>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-17 15:08:24','2018-04-17 15:08:24','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2032,2,'2018-04-17 15:50:34','2018-04-17 15:50:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-04-17 15:50:34','2018-04-17 15:50:34','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2037,1,'2018-04-17 16:16:40','2018-04-17 16:16:40','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>CARPI in Lisbon!</h5>\r\nThe beautiful city of Lisbon will receive the most important conference on Applied Robotics for the Power Industry. First of all note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\nCome and enjoy Lisbon, a historical city, where the sun shines almost 300 days a year and the temperature rarely drops below 15ºC. A city where you feel safe and where the cuisine has so much to offer.\r\n\r\nCARPI 2018 will take at the Instituto Superior Técnico (IST), located near of the historical center of Lisbon. Take the subway (three or four stations) or just go on foot, and you can visit sites like the Castle São Jorge, National Pantheon, Rua Augusta Arch and many others monuments.\r\n\r\nFor more information to what to do or see, and where to eat or sleep, visit Lisbon official website.\r\n\r\n[/bt_text][bt_button text=\"visitlisboa.com\" icon=\"\" url=\"https://www.visitlisboa.com\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-revision-v1','','','2018-04-17 16:16:40','2018-04-17 16:16:40','',1429,'https://carpi2018.org/1429-revision-v1/',0,'revision','',0),(2038,1,'2018-04-17 16:17:15','2018-04-17 16:17:15','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>CARPI in Lisbon!</h5>\r\nThe beautiful city of Lisbon will receive the most important conference on Applied Robotics for the Power Industry. First of all note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\nCome and enjoy Lisbon, a historical city, where the sun shines almost 300 days a year and the temperature rarely drops below 15ºC. A city where you feel safe and where the cuisine has so much to offer.\r\n\r\nCARPI 2018 will take at the Instituto Superior Técnico (IST), located near of the historical center of Lisbon. Take the subway (three or four stations) or just go on foot, and you can visit sites like the Castle São Jorge, National Pantheon, Rua Augusta Arch and many others monuments.\r\n\r\nFor more information to what to do or see, and where to eat or sleep, visit Lisbon official website.\r\n\r\n[/bt_text][bt_button text=\"visitlisboa.com\" icon=\"\" url=\"https://www.visitlisboa.com\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-revision-v1','','','2018-04-17 16:17:15','2018-04-17 16:17:15','',1429,'https://carpi2018.org/1429-revision-v1/',0,'revision','',0),(2039,1,'2018-04-17 16:18:03','2018-04-17 16:18:03','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>CARPI in Lisbon!</h5>\r\nThe beautiful city of Lisbon will receive the most important conference on Applied Robotics for the Power Industry. First of all note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\nCome and enjoy Lisbon, a historical city, where the sun shines almost 300 days a year and the temperature rarely drops below 15ºC. A city where you feel safe and where the cuisine has so much to offer.\r\n\r\nCARPI 2018 will take at the Instituto Superior Técnico (IST), located near of the historical center of Lisbon. Take the subway (three or four stations) or just go on foot, and you can visit sites like the Castle São Jorge, National Pantheon, Rua Augusta Arch and many others monuments.\r\n\r\nFor more information to what to do or see, and where to eat or sleep, visit Lisbon official website.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"visitlisboa.com\" icon=\"\" url=\"https://www.visitlisboa.com\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-revision-v1','','','2018-04-17 16:18:03','2018-04-17 16:18:03','',1429,'https://carpi2018.org/1429-revision-v1/',0,'revision','',0),(2040,1,'2018-04-17 16:18:35','2018-04-17 16:18:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>CARPI in Lisbon!</h5>\r\nThe beautiful city of Lisbon will receive the most important conference on Applied Robotics for the Power Industry. First of all note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\nCome and enjoy Lisbon, a historical city, where the sun shines almost 300 days a year and the temperature rarely drops below 15ºC. A city where you feel safe and where the cuisine has so much to offer.\r\n\r\nCARPI 2018 will take at the Instituto Superior Técnico (IST), located near of the historical center of Lisbon. Take the subway (three or four stations) or just go on foot, and you can visit sites like the Castle São Jorge, National Pantheon, Rua Augusta Arch and many others monuments.\r\n\r\nFor more information to what to do or see, and where to eat or sleep, visit Lisbon official website. <strong>Enjoy Lisbon.</strong>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"visitlisboa.com\" icon=\"\" url=\"https://www.visitlisboa.com\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-revision-v1','','','2018-04-17 16:18:35','2018-04-17 16:18:35','',1429,'https://carpi2018.org/1429-revision-v1/',0,'revision','',0),(2090,1,'2018-04-24 14:23:16','2018-04-24 14:23:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>CARPI in Lisbon!</h5>\r\nThe beautiful city of Lisbon will receive the most important conference on Applied Robotics for the Power Industry. First of all note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\nCome and enjoy Lisbon, a historical city, where the sun shines almost 300 days a year and the temperature rarely drops below 15ºC. A city where you feel safe and where the cuisine has so much to offer.\r\n\r\nCARPI 2018 will take at the Instituto Superior Técnico (IST), located near of the historical center of Lisbon. Take the subway (three or four stations) or just go on foot, and you can visit sites like the Castle São Jorge, National Pantheon, Rua Augusta Arch and many others monuments.\r\n\r\nFor more information to what to do or see, and where to eat or sleep, visit Lisbon official website. <strong>Enjoy Lisbon.</strong>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"visitlisboa.com\" icon=\"\" url=\"https://www.visitlisboa.com/plan/useful-information\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-autosave-v1','','','2018-04-24 14:23:16','2018-04-24 14:23:16','',1429,'https://carpi2018.org/1429-autosave-v1/',0,'revision','',0),(2098,1,'2018-04-24 14:23:23','2018-04-24 14:23:23','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>CARPI in Lisbon!</h5>\r\nThe beautiful city of Lisbon will receive the most important conference on Applied Robotics for the Power Industry. First of all note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\nCome and enjoy Lisbon, a historical city, where the sun shines almost 300 days a year and the temperature rarely drops below 15ºC. A city where you feel safe and where the cuisine has so much to offer.\r\n\r\nCARPI 2018 will take at the Instituto Superior Técnico (IST), located near of the historical center of Lisbon. Take the subway (three or four stations) or just go on foot, and you can visit sites like the Castle São Jorge, National Pantheon, Rua Augusta Arch and many others monuments.\r\n\r\nFor more information to what to do or see, and where to eat or sleep, visit Lisbon official website. <strong>Enjoy Lisbon.</strong>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"visitlisboa.com\" icon=\"\" url=\"https://www.visitlisboa.com/plan/useful-information\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-revision-v1','','','2018-04-24 14:23:23','2018-04-24 14:23:23','',1429,'https://carpi2018.org/1429-revision-v1/',0,'revision','',0),(2041,1,'2018-04-17 16:19:16','2018-04-17 16:19:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"About Lisbon\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>CARPI in Lisbon!</h5>\r\nThe beautiful city of Lisbon will receive the most important conference on Applied Robotics for the Power Industry. First of all note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\nCome and enjoy Lisbon, a historical city, where the sun shines almost 300 days a year and the temperature rarely drops below 15ºC. A city where you feel safe and where the cuisine has so much to offer.\r\n\r\nCARPI 2018 will take at the Instituto Superior Técnico (IST), located near of the historical center of Lisbon. Take the subway (three or four stations) or just go on foot, and you can visit sites like the Castle São Jorge, National Pantheon, Rua Augusta Arch and many others monuments.\r\n\r\nFor more information to what to do or see, and where to eat or sleep, visit Lisbon official website. <strong>Enjoy Lisbon.</strong>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"visitlisboa.com\" icon=\"\" url=\"https://www.visitlisboa.com/plan/useful-information\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','About Lisbon','','inherit','closed','closed','','1429-revision-v1','','','2018-04-17 16:19:16','2018-04-17 16:19:16','',1429,'https://carpi2018.org/1429-revision-v1/',0,'revision','',0),(2042,1,'2018-04-17 16:20:17','2018-04-17 16:20:17',' ','','','publish','closed','closed','','2042','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/?p=2042',13,'nav_menu_item','',0),(2044,1,'2018-04-17 16:52:39','2018-04-17 16:52:39','','sponsors-header-home','','inherit','closed','closed','','sponsors-header-home','','','2018-04-17 16:52:39','2018-04-17 16:52:39','',1077,'https://carpi2018.org/wp-content/uploads/sponsors-header-home.png',0,'attachment','image/png',0),(2046,1,'2018-04-17 16:55:46','2018-04-17 16:55:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-17 16:55:46','2018-04-17 16:55:46','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2045,1,'2018-04-17 16:55:09','2018-04-17 16:55:09','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_image image=\"2044\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"medium\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-17 16:55:09','2018-04-17 16:55:09','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2049,1,'2018-04-17 17:02:35','2018-04-17 17:02:35','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_image image=\"2044\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logos-header-home\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-17 17:02:35','2018-04-17 17:02:35','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2053,2,'2018-04-18 16:49:45','2018-04-18 16:49:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-18 16:49:45','2018-04-18 16:49:45','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2048,1,'2018-04-17 17:01:50','2018-04-17 17:01:50','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_image image=\"2044\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logos-header-home\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-17 17:01:50','2018-04-17 17:01:50','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2047,1,'2018-04-17 16:58:13','2018-04-17 16:58:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_image image=\"2044\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logos-header-home\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-17 16:58:13','2018-04-17 16:58:13','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2050,1,'2018-04-17 17:20:45','2018-04-17 17:20:45','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Submissions\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, mobile robotics, teleoperation, manipulator, automation, field robotics</li>\r\n 	<li>Utilities roadmap, field experience, benefits and implementation</li>\r\n 	<li>Design, simulation and prototype</li>\r\n 	<li>Sensor, vision, control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_text]\r\n<h6>Papers must be written in English following the <a href=\"http://www.ieee.org/conferences_events/conferences/pu blishing/templates.html\" target=\"_blank\" rel=\"noopener\">standard IEEE guidelines</a></h6>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"center\" vertical_align=\"btMiddleVertical\" border=\"no_border\" cell_padding=\"btDoublePadding\" animation=\"animate animate-fadein\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"#bababa\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Accepted papers will be published by IEEE and available through IEEE Xplore\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Submissions','','inherit','closed','closed','','1657-revision-v1','','','2018-04-17 17:20:45','2018-04-17 17:20:45','',1657,'https://carpi2018.org/1657-revision-v1/',0,'revision','',0),(2052,2,'2018-04-18 16:18:01','2018-04-18 16:18:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_image image=\"2044\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logos-header-home\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-18 16:18:01','2018-04-18 16:18:01','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2051,2,'2018-04-18 16:14:52','2018-04-18 16:14:52','[bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1155\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"btBottomVertical\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_image image=\"2044\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"logos-header-home\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#eeeeee\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"margin-bottom: 40px;\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"extralarge\" dash=\"no\" subheadline=\"The 5th International Conference on Applied Robotics for the Power Industry (CARPI 2018) is a three-day event that will bring together stakeholders interested in robotics applications in the power industry. The program will include presentations of robotics solutions for construction, refurbishment, inspection, and maintenance of power systems. R&amp;D decision makers and robotics scientists and developers will have the chance to meet in a forum that allows them to share high-value solutions.\r\nThe conference, expected to draw approximately 300 people from major organizations around the world, is intended for innovation-driven decision makers, system operators, end users, R&amp;D development teams from electric utilities, research centers, manufacturers, universities, and service providers.\r\nResearchers enthusiastic to show field test results of their new robots or with new algorithms have a day devoted to those activities. Industrial people proudly presenting their newest implementations or looking for new methods are warmly welcome to participate and contribute.\" el_class=\"home-intro\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"Important Dates\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Abstract submission\r\n<b>16/05/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Notification to authors\r\n<b>18/06/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Early registration\r\n<b>16/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"Full paper submission\r\n<b>31/07/2018</b>\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#3d97c0\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Call for Papers - Abstract submission is open\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"The CARPI 2018 submissions are now open – you may submit your abstract for consideration to the 2018 conference.\r\n\r\n<b>The deadline for abstract submission is on May 16, 2018.</b>\" el_class=\"call-papers-home-cta\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Topics of interest include, but are not restricted to:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Robotics applied to</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>Hydro, Nuclear, Thermal, Wind, and Solar Power Generation Systems</li>\r\n 	<li>Transmission Lines and Substations</li>\r\n 	<li>Underground and Overhead Distribution Systems</li>\r\n 	<li>Underwater Structures</li>\r\n 	<li>Construction, Inspection, Maintenance, Refurbishment, Security</li>\r\n 	<li>AI and Big Data</li>\r\n 	<li>Substation and Plant Robots</li>\r\n 	<li>Unmanned Aerial and Ground Vehicles</li>\r\n 	<li>Sensor Fusion</li>\r\n 	<li>Automated Diagnosis</li>\r\n 	<li>Smart Grids</li>\r\n 	<li>Wind Farm Technology</li>\r\n</ul>\r\n[/bt_text][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<h5>Scope of contributions may be</h5>\r\n[/bt_text][bt_text]\r\n<ul>\r\n 	<li>UAV, ROV, Mobile Robotics, Teleoperation, Manipulator, Automation, Field Robotics</li>\r\n 	<li>Utilities Roadmap, Field Experience, Benefits and Implementation</li>\r\n 	<li>Design, Simulation and Prototyping</li>\r\n 	<li>Sensor, Vision, Control</li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"SUBMIT YOUR ABSTRACT HERE\" icon=\"\" url=\"https://easychair.org/conferences/?conf=carpi2018\" target=\"_blank\" style=\"Filled\" icon_position=\"Left\" color=\"Accent\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_button text=\"EMAIL US FOR MORE INFORMATION\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"About\" headline=\"Lisbon\" headline_size=\"extralarge\" dash=\"bottom\" subheadline=\"During CARPI 2018 you will have the opportunity to discover the charm of the city of Lisbon with some extra-conference activities. Please note that Lisbon has become a popular location for many congresses and other major events.\r\n\r\n<b>We strongly advise you to book your hotel well in advance.</b>\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSmallSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"1372\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Carpi 2018','','inherit','closed','closed','','1077-revision-v1','','','2018-04-18 16:14:52','2018-04-18 16:14:52','',1077,'https://carpi2018.org/1077-revision-v1/',0,'revision','',0),(2056,1,'2018-04-18 18:17:43','2018-04-18 18:17:43','','sponsors-topo-1','','inherit','closed','closed','','sponsors-topo-1','','','2018-04-18 18:17:43','2018-04-18 18:17:43','',0,'https://carpi2018.org/wp-content/uploads/sponsors-topo-1.jpg',0,'attachment','image/jpeg',0),(2057,1,'2018-04-18 18:33:07','2018-04-18 18:33:07','','logo-white-carpi','','inherit','closed','closed','','logo-white-carpi','','','2018-04-18 18:33:07','2018-04-18 18:33:07','',0,'https://carpi2018.org/wp-content/uploads/logo-white-carpi.png',0,'attachment','image/png',0),(2060,2,'2018-04-23 15:37:36','2018-04-23 15:37:36',' ','','','publish','closed','closed','','2060','','','2018-04-23 15:37:36','2018-04-23 15:37:36','',0,'https://carpi2018.org/2060/',7,'nav_menu_item','',0),(2061,2,'2018-04-23 16:06:20','2018-04-23 16:06:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-23 16:06:20','2018-04-23 16:06:20','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2062,2,'2018-04-23 16:09:33','2018-04-23 16:09:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"All information will be available soon\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-23 16:09:33','2018-04-23 16:09:33','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2065,2,'2018-04-23 16:22:31','2018-04-23 16:22:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-23 16:22:31','2018-04-23 16:22:31','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2063,2,'2018-04-23 16:20:56','2018-04-23 16:20:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-23 16:20:56','2018-04-23 16:20:56','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2064,2,'2018-04-23 16:21:27','2018-04-23 16:21:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"CIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-23 16:21:27','2018-04-23 16:21:27','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2066,2,'2018-04-23 16:40:00','2018-04-23 16:40:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"CIGRÉ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-23 16:40:00','2018-04-23 16:40:00','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2071,1,'2018-04-24 13:38:28','2018-04-24 13:38:28','','sponsors-banner','','inherit','closed','closed','','sponsors-banner','','','2018-04-24 13:38:28','2018-04-24 13:38:28','',0,'https://carpi2018.org/wp-content/uploads/sponsors-banner.jpg',0,'attachment','image/jpeg',0),(2084,1,'2018-04-24 14:16:00','2018-04-24 14:16:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-24 14:16:00','2018-04-24 14:16:00','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2073,2,'2018-04-24 13:47:02','2018-04-24 13:47:02','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"26-31 August 2018\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-24 13:47:02','2018-04-24 13:47:02','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2074,1,'2018-04-24 13:49:59','2018-04-24 13:49:59','','logo-ieee','','inherit','closed','closed','','logo-ieee','','','2018-04-24 13:49:59','2018-04-24 13:49:59','',0,'https://carpi2018.org/wp-content/uploads/logo-ieee.png',0,'attachment','image/png',0),(2075,2,'2018-04-24 13:56:20','2018-04-24 13:56:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSemiSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#e5e5e5\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_text]\r\n<h4><span class=\"headline\">                                                            Technically Co-Sponsored by:</span><span class=\"headline\">                                                                                      And Sponsored by:</span></h4>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1883 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-ist.png\" alt=\"\" width=\"426\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1882 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-albtrz.png\" alt=\"\" width=\"403\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<a href=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1804 size-full\" src=\"https://carpi2018.org/wp-content/uploads/sponsors-cgd.png\" alt=\"\" width=\"436\" height=\"120\" /></a>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-24 13:56:20','2018-04-24 13:56:20','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2077,1,'2018-04-24 14:14:01','2018-04-24 14:14:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"Organizing\" headline=\"Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"GENERAL CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Gomes Mota\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"FINANCE CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"João Sequeira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"PROGRAM CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Paulo Oliveira\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"LOCAL ARRANGEMENTS CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Alexandra Moutinho\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST - U. Lisboa\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"WEB CONTACT CHAIR\" headline=\"\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"\" headline=\"Luis Monteiro\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Albatroz\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"International\" headline=\"Program Committee\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Hongguang Wang\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Shenyang IA \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"John Lindberg\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"EPRI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"USA\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Catalão\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UBI\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Walter Fetter Lages\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UFRGS\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Brasil\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Debenest\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"HiBot\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Japan\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Nicolas Pouliot\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Hydro-Québec IREQ\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Janos Toth\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Enginomix\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Canada\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Paulo Branco\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"IST \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Rui Melício\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Évora \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Pascal Morin\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"UPMC\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"France\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"João Luiz Afonso\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"U Minho \" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"Portugal\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"btTextIndent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"#ffffff\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Dingsheng Luo\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_header superheadline=\"Peking University\" headline=\"\" headline_size=\"small\" dash=\"no\" subheadline=\"China\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topLargeSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Committees','','inherit','closed','closed','','887-autosave-v1','','','2018-04-24 14:14:01','2018-04-24 14:14:01','',887,'https://carpi2018.org/887-autosave-v1/',0,'revision','',0),(2081,1,'2018-04-24 14:14:58','2018-04-24 14:14:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Flyer\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\"><a href=\"https://carpi2018.org/wp-content/uploads/CARPI2018-CFP-2.pdf\" target=\"_blank\" rel=\"noopener\">Call for Papers</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Flyer','','inherit','closed','closed','','1419-autosave-v1','','','2018-04-24 14:14:58','2018-04-24 14:14:58','',1419,'https://carpi2018.org/1419-autosave-v1/',0,'revision','',0),(2116,2,'2018-05-02 17:08:13','2018-05-02 17:08:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:08:13','2018-05-02 17:08:13','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2088,1,'2018-04-24 14:17:33','2018-04-24 14:17:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\n5th International Conference on Applied Robotics for the Power Industry\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Social Events\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Conference Banquet: 26 September\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\n\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conference banquet will take place onboard the Ópera ship on 26 September. It will give the participants the opportunity to relax and meet outside the scientific programme, while enjoying the magnificent view of Lisbon seen from the Tagus river.\nDuring 3 hours, the participants will see some of the most iconic places in Lisbon (see map), while having a welcome drink, followed by dinner.</span></span>\n\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Seightseeing Path\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_image image=\"1918\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/3\"][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"Ópera Ship\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1498\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1499\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_image image=\"1500\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 10px\"][/bt_image][/bt_column][/bt_row][/bt_section]','Social Events','','inherit','closed','closed','','1425-autosave-v1','','','2018-04-24 14:17:33','2018-04-24 14:17:33','',1425,'https://carpi2018.org/1425-autosave-v1/',0,'revision','',0),(2091,1,'2018-04-24 14:20:44','2018-04-24 14:20:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Important Links\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">In Portugal use 00351 or +351 as a prefix to all phone calls.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">The general emergency number is 112 - this will give you access to a centralized service that will take care or redirecting your call to the most suitable/near emergency service. This number also provides you to contact Police.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Lisbon Central Police Tourist Department - 213 421 634</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Other Hospitals in Lisbon:</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Amadora Sintra Hospital: 21 434 82 00 / 21 434 84 44\r\nCascais Hospital: 21 482 77 00\r\nBritish Hospital: 21 394 31 00 / 21 721 34 00\r\nSanta Maria Hospital: 21 780 50 00 / 21 780 51 11 / 21 780 52 22\r\nSão José Hospital: 21 884 10 00\r\nCUF Hospital: 21 392 61 00 / 21 002 52 00</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Anti-Poison/Intoxications: 808 250 143</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Pharmacies on duty: <a href=\"http://www.farmaciasdeservico.net/localidade/lisboa/lisboa\" target=\"_blank\" rel=\"noopener\">http://www.farmaciasdeservico.net/localidade/lisboa/lisboa</a></span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Important Links','','inherit','closed','closed','','1431-autosave-v1','','','2018-04-24 14:20:44','2018-04-24 14:20:44','',1431,'https://carpi2018.org/1431-autosave-v1/',0,'revision','',0),(2093,1,'2018-04-24 14:21:13','2018-04-24 14:21:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Session Program\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-size: x-large;\">Welcome reception (conference check in and material collection): <strong>September 25, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Conference: <strong>September 26 &amp; 27, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Dinner banquet: <strong>September 26, 2018</strong></span>\r\n<span style=\"font-size: x-large;\">Demo day: <strong>September 28, 2018</strong></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Session Program','','inherit','closed','closed','','1433-autosave-v1','','','2018-04-24 14:21:13','2018-04-24 14:21:13','',1433,'https://carpi2018.org/1433-autosave-v1/',0,'revision','',0),(2193,2,'2018-07-23 11:27:58','2018-07-23 11:27:58','[bt_section layout=\"boxed\" top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"2/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Technically Co-Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"center\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"And Sponsored by:\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"bottomExtraSmallSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#e4e4e4\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/6\"][bt_image image=\"1883\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1882\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.albatroz.engineering/en/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2074\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.ieee-pt.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][/bt_column][bt_column width=\"1/6\"][bt_image image=\"1804\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"https://www.cgd.pt/English/Institutional/Pages/Institutional_v2.aspx\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][bt_column width=\"1/6\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"http://www.cigre.org/\" target=\"_blank\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Footer - não apagar','','inherit','closed','closed','','2169-autosave-v1','','','2018-07-23 11:27:58','2018-07-23 11:27:58','',2169,'https://carpi2018.org/2169-autosave-v1/',0,'revision','',0),(2099,2,'2018-04-26 14:35:21','2018-04-26 14:35:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:35:21','2018-04-26 14:35:21','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2100,2,'2018-04-26 14:35:49','2018-04-26 14:35:49','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:35:49','2018-04-26 14:35:49','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2101,2,'2018-04-26 14:36:13','2018-04-26 14:36:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:36:13','2018-04-26 14:36:13','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2102,2,'2018-04-26 14:36:44','2018-04-26 14:36:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:36:44','2018-04-26 14:36:44','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2103,2,'2018-04-26 14:37:12','2018-04-26 14:37:12','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:37:12','2018-04-26 14:37:12','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2110,2,'2018-04-30 15:58:56','2018-04-30 15:58:56','','CIGRE_logo_RGB','','inherit','closed','closed','','cigre_logo_rgb','','','2018-04-30 15:58:56','2018-04-30 15:58:56','',1423,'https://carpi2018.org/wp-content/uploads/CIGRE_logo_RGB.png',0,'attachment','image/png',0),(2113,2,'2018-04-30 16:34:56','2018-04-30 16:34:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n<p style=\"text-align: left;\" align=\"center\">The leading event for Power Systems Experts.</p>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47 - Application of Robotics in Substations\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text][/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"2110\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-30 16:34:56','2018-04-30 16:34:56','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2106,2,'2018-04-26 14:50:57','2018-04-26 14:50:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\"][bt_image image=\"2104\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:50:57','2018-04-26 14:50:57','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2105,2,'2018-04-26 14:50:13','2018-04-26 14:50:13','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][bt_column width=\"1/2\"][bt_image image=\"2104\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:50:13','2018-04-26 14:50:13','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2107,2,'2018-04-26 14:52:07','2018-04-26 14:52:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"2104\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:52:07','2018-04-26 14:52:07','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2108,2,'2018-04-26 14:53:30','2018-04-26 14:53:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nApplication of Robotics in Substations\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"2104\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:53:30','2018-04-26 14:53:30','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2109,2,'2018-04-26 14:53:56','2018-04-26 14:53:56','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\nInternational Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Related Meetings\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\"][bt_header superheadline=\"\" headline=\"CIGRÉ\" headline_size=\"small\" dash=\"no\" subheadline=\"26-31 August 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text]\r\n\r\nCIGRE (International Council on Large Electric Systems) is a permanent non-governmental and non-profit-making international association based in France.\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"CIGRÉ 2018\" icon=\"\" url=\"http://www.cigre-exhibition.com/\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_header superheadline=\"\" headline=\"CIGRÉ working group, WG B3.47 - Application of Robotics in Substations\" headline_size=\"small\" dash=\"no\" subheadline=\"25-26 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][bt_text][/bt_text][/bt_column][bt_column width=\"1/3\"][bt_image image=\"2104\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][/bt_section]','Related Meetings','','inherit','closed','closed','','1423-revision-v1','','','2018-04-26 14:53:56','2018-04-26 14:53:56','',1423,'https://carpi2018.org/1423-revision-v1/',0,'revision','',0),(2119,2,'2018-05-02 17:13:07','2018-05-02 17:13:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:13:07','2018-05-02 17:13:07','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2120,2,'2018-05-02 17:13:30','2018-05-02 17:13:30','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:13:30','2018-05-02 17:13:30','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2122,2,'2018-05-02 17:14:36','2018-05-02 17:14:36','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:14:36','2018-05-02 17:14:36','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2121,2,'2018-05-02 17:14:01','2018-05-02 17:14:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:14:01','2018-05-02 17:14:01','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2123,2,'2018-05-02 17:15:05','2018-05-02 17:15:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:15:05','2018-05-02 17:15:05','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2124,2,'2018-05-02 17:15:47','2018-05-02 17:15:47','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:15:47','2018-05-02 17:15:47','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2125,2,'2018-05-02 17:16:32','2018-05-02 17:16:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:16:32','2018-05-02 17:16:32','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2126,2,'2018-05-02 17:17:43','2018-05-02 17:17:43','','TAP_horizontal_POS','','inherit','closed','closed','','tap_horizontal_pos','','','2018-05-02 17:17:43','2018-05-02 17:17:43','',1474,'https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png',0,'attachment','image/png',0),(2138,2,'2018-05-02 17:26:01','2018-05-02 17:26:01','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:26:01','2018-05-02 17:26:01','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2135,2,'2018-05-02 17:24:54','2018-05-02 17:24:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:24:54','2018-05-02 17:24:54','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2127,2,'2018-05-02 17:17:52','2018-05-02 17:17:52','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:17:52','2018-05-02 17:17:52','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2130,2,'2018-05-02 17:19:44','2018-05-02 17:19:44','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:19:44','2018-05-02 17:19:44','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2128,2,'2018-05-02 17:18:24','2018-05-02 17:18:24','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"thumbnail\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:18:24','2018-05-02 17:18:24','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2129,2,'2018-05-02 17:18:46','2018-05-02 17:18:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"medium\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:18:46','2018-05-02 17:18:46','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2132,2,'2018-05-02 17:21:14','2018-05-02 17:21:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"155×54\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:21:14','2018-05-02 17:21:14','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2131,2,'2018-05-02 17:20:14','2018-05-02 17:20:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"small\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:20:14','2018-05-02 17:20:14','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2133,2,'2018-05-02 17:22:05','2018-05-02 17:22:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:22:05','2018-05-02 17:22:05','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2134,2,'2018-05-02 17:23:54','2018-05-02 17:23:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/4\"][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"full\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"margin-top: 116px\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:23:54','2018-05-02 17:23:54','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2136,2,'2018-05-02 17:25:31','2018-05-02 17:25:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"small\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:25:31','2018-05-02 17:25:31','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2137,2,'2018-05-02 17:25:48','2018-05-02 17:25:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][bt_image image=\"2126\" caption_text=\"\" caption_title=\"\" show_titles=\"no\" size=\"medium\" shape=\"square\" url=\"\" target=\"_self\" el_class=\"\" el_style=\"\"][/bt_image][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:25:48','2018-05-02 17:25:48','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2139,2,'2018-05-02 17:35:14','2018-05-02 17:35:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP Air Portugal\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the CARPI 2018 - Conference on Applied Robotics for the Power Industry, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_button text=\"ASK YOUR DISCOUNT BY EMAIL\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FlyTAP','','publish','closed','closed','','fly','','','2018-05-04 16:35:34','2018-05-04 16:35:34','',0,'https://carpi2018.org/?page_id=2139',0,'page','',0),(2140,2,'2018-05-02 17:27:51','2018-05-02 17:27:51','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section]','Fly With TAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:27:51','2018-05-02 17:27:51','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2141,2,'2018-05-02 17:34:25','2018-05-02 17:34:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section]','Fly','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:34:25','2018-05-02 17:34:25','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2142,2,'2018-05-02 17:35:14','2018-05-02 17:35:14','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the\r\n“CARPI 2018-Conference on Applied Robotics for the Power industry”,\r\nwho make their flight booking and buy their ticket exclusively through TAP Air\r\nPortugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through\r\nTAP Portugal’s website www.flytap.com and with payment by credit card. The ticket\r\nwill always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for\r\nthis discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the\r\ndiscount and all related taxes. The discount is applicable only over the fare, excluding\r\nall taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which\r\ninclude code-share flights operated by other airlines or on other airlines do not benefit\r\nfrom the discount. Code-share flights are identified on online bookings with the\r\nmessage “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant\r\n/senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys\r\nfrom any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended\r\nin the period of 10 days before / 10 days after the event dates. The dates of the event\r\nmust be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the\r\napplicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Fly','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:35:14','2018-05-02 17:35:14','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2143,2,'2018-05-02 17:37:07','2018-05-02 17:37:07','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Fly','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:37:07','2018-05-02 17:37:07','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2144,2,'2018-05-02 17:43:25','2018-05-02 17:43:25','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-autosave-v1','','','2018-05-02 17:43:25','2018-05-02 17:43:25','',2139,'https://carpi2018.org/2139-autosave-v1/',0,'revision','',0),(2145,2,'2018-05-02 17:39:10','2018-05-02 17:39:10','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"small\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Fly','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:39:10','2018-05-02 17:39:10','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2147,2,'2018-05-02 17:39:57','2018-05-02 17:39:57','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"large\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Fly','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:39:57','2018-05-02 17:39:57','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2146,2,'2018-05-02 17:39:33','2018-05-02 17:39:33','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Fly','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:39:33','2018-05-02 17:39:33','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2148,2,'2018-05-02 17:40:32','2018-05-02 17:40:32','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"large\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:40:32','2018-05-02 17:40:32','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2149,2,'2018-05-02 17:41:00','2018-05-02 17:41:00','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:41:00','2018-05-02 17:41:00','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2150,2,'2018-05-02 17:43:20','2018-05-02 17:43:20','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:43:20','2018-05-02 17:43:20','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2151,2,'2018-05-02 17:43:48','2018-05-02 17:43:48','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:43:48','2018-05-02 17:43:48','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2152,2,'2018-05-02 17:45:17','2018-05-02 17:45:17','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/2\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:45:17','2018-05-02 17:45:17','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2153,2,'2018-05-02 17:45:54','2018-05-02 17:45:54','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"1/2\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/2\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:45:54','2018-05-02 17:45:54','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2154,2,'2018-05-02 17:46:21','2018-05-02 17:46:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:46:21','2018-05-02 17:46:21','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2156,2,'2018-05-02 17:48:06','2018-05-02 17:48:06','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"https://carpi2018.org/fly\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:48:06','2018-05-02 17:48:06','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2155,2,'2018-05-02 17:47:31','2018-05-02 17:47:31','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"https://carpi2018.org/fly\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][bt_row][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-02 17:47:31','2018-05-02 17:47:31','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2157,2,'2018-05-02 17:53:21','2018-05-02 17:53:21','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text][/bt_text][bt_button text=\"Ask us for your discount code by e-mail!\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:53:21','2018-05-02 17:53:21','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2158,2,'2018-05-02 17:54:08','2018-05-02 17:54:08','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text][/bt_text][bt_button text=\"Ask us for your discount code by e-mail!\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:54:08','2018-05-02 17:54:08','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2162,2,'2018-05-04 16:30:46','2018-05-04 16:30:46','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_button text=\"ASK YOUR DISCOUNT BY EMAIL\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-04 16:30:46','2018-05-04 16:30:46','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2159,2,'2018-05-02 17:54:41','2018-05-02 17:54:41','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text][/bt_text][bt_button text=\"Ask us for your discount code by e-mail!\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:54:41','2018-05-02 17:54:41','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2160,2,'2018-05-02 17:55:05','2018-05-02 17:55:05','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_button text=\"Ask us for your discount code by e-mail!\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-02 17:55:05','2018-05-02 17:55:05','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2161,2,'2018-05-04 16:30:27','2018-05-04 16:30:27','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the “CARPI 2018-Conference on Applied Robotics for the Power industry”, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_button text=\"ASK YOUR DISCOUNT BY EMAIL\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-04 16:30:27','2018-05-04 16:30:27','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2163,2,'2018-05-04 16:31:39','2018-05-04 16:31:39','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"https://carpi2018.org/fly\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-04 16:31:39','2018-05-04 16:31:39','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2164,2,'2018-05-04 16:32:16','2018-05-04 16:32:16','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP Air Portugal\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">Come to CARPI2018 with TAP Air Portugal and get a discount on your trip to Lisbon.</span></span>\r\n\r\n[/bt_text][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_button text=\"TAP Air Portugal Discount\" icon=\"\" url=\"https://carpi2018.org/fly\" target=\"no_target\" style=\"Outline\" icon_position=\"Right\" color=\"Normal\" size=\"Small\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSemiSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" parallax=\"\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Registration\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"btNoPadding\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_text]\r\n<table style=\"border: none; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<th style=\"border: none; border-bottom: 3px solid;\">\r\n<p style=\"text-align: left;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Registration fees</span></span></p>\r\n</th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Early registration\r\n(till 16th July)</span></span></th>\r\n<th style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: x-large;\">Late registration\r\n(after 17th July)</span></span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">650€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Regular, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">750€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">850€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">450€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: none; border-bottom: 3px solid;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Student, non IEEE member</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">500€</span></span></td>\r\n<td style=\"border-color: currentcolor; border-style: none none solid; border-width: medium medium 3px; border-image: none 100% / 1 / 0 stretch; text-align: center;\"><span style=\"font-family: arial;\"><span style=\"font-size: large;\">550€</span></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Terms and Conditions:\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">CARPI 2018 is organized by Instituto Superior Técnico, Universidade de Lisboa (<a href=\"https://tecnico.ulisboa.pt/en/\" target=\"_blank\" rel=\"noopener\">https://tecnico.ulisboa.pt/en/</a>) and Albatroz Engineering (<a href=\"http://www.albatroz.engineering/en/\" target=\"_blank\" rel=\"noopener\">http://www.albatroz.engineering/en/</a>).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The registration fee covers all conference activities held during September 25 - September 28, 2018 (including banquet) and a soft copy of the conference proceedings.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Any additional transaction costs arising from money transfer will be charged to the attendee.</span></span></li>\r\n</ul>\r\n[/bt_text][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">To proceed with your registration, you will have to agree to the conference refund policy.</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">[hoops name=\"RegCheck\"]</span></span>\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSemiSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row el_class=\"\" el_style=\"\"][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Refund Policy:\" headline_size=\"small\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">If an author has uploaded a paper using his/her registration, the registration will not be refunded, even if the paper is withdrawn.\r\n</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Those who register and later find they cannot attend the conference may request a refund of the registration fee:\r\n</span></span><span style=\"font-family: arial;\"><span style=\"font-size: small;\">     - Requests till July 16, 2018: 90% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests between July 17 and August 31, 2018: 50% of the fee will be refunded\r\n<span style=\"font-size: small;\">     - Requests after August 31, 2018: There will be no refunds\r\n</span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Force Majeure: Unexpected cancellation of the conference. The Organization Committee reserves itself the right to cancel without notice or compensation the CARPI 2018 in the event of force majeure cases (for example, but not limited to acts of nature such as fire, earthquake, hurricane, flood or terrorist attacks). In such cases, the Organization is freed of all responsibility.\r\n</span></span></span></span></span></span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-size: x-small;\"><span style=\"font-family: arial;\"><span style=\"font-size: small;\">Limitation of liability of the Organization Committee: In the event of it being impossible for the Organization to carry out the CARPI 2018 for force majeure cases, so long as this arises from a cause not attributable to the Organization, the Organization shall only be obliged to reimburse the payments received subject to deduction of any costs it has incurred in preparing the event. This liability only extends to the payments made directly to the CARPI 2018 Organization and not to payments made by the attendees to the hotel or airlines.</span></span></span></span></span></span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section]','Registration','','inherit','closed','closed','','1474-revision-v1','','','2018-05-04 16:32:16','2018-05-04 16:32:16','',1474,'https://carpi2018.org/1474-revision-v1/',0,'revision','',0),(2165,2,'2018-05-04 16:34:22','2018-05-04 16:34:22','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the CARPI 2018 - Conference on Applied Robotics for the Power Industry, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_button text=\"ASK YOUR DISCOUNT BY EMAIL\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-04 16:34:22','2018-05-04 16:34:22','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0),(2166,2,'2018-05-04 16:35:34','2018-05-04 16:35:34','[bt_section layout=\"boxed\" top_spaced=\"topExtraSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"dark\" full_screen=\"no\" divider=\"no\" back_image=\"1154\" back_color=\"\" back_video=\"\" video_settings=\"\" parallax=\"0.1\" parallax_offset=\"\" el_id=\"\" el_class=\"\" el_style=\"\" vertical_align=\"inherit\" animation=\"\" animation_back=\"\" animation_impress=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\"][bt_row][bt_column width=\"1/1\"][bt_hr top_spaced=\"topSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][bt_row][bt_column width=\"2/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\"][bt_header superheadline=\"LISBON\" headline=\"CARPI <b>2018</b>\r\n5th International Conference on Applied Robotics for the Power Industry\r\n\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"25 – 28 September 2018\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][bt_column width=\"1/3\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"no_animation\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"topSpaced\" bottom_spaced=\"bottomSpaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" el_class=\"\" el_style=\"\" background_image=\"\" inner_background_color=\"\"][bt_header superheadline=\"\" headline=\"Fly With TAP Air Portugal\" headline_size=\"medium\" dash=\"bottom\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][/bt_column][/bt_row][bt_row][bt_column width=\"3/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_hr top_spaced=\"topExtraSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">TAP Air Portugal has agreed to offer a discount to the participants of the CARPI 2018 - Conference on Applied Robotics for the Power Industry, who make their flight booking and buy their ticket exclusively through TAP Air Portugal’s website.</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">\r\nThe discounts offered are the following:\r\n</span></span>\r\n\r\n<span style=\"font-family: arial;\"><span style=\"font-size: large;\">- 10% in economy class\r\n- 15% in business class</span></span>\r\n\r\n[/bt_text][bt_hr top_spaced=\"not-spaced\" bottom_spaced=\"bottomSemiSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][bt_column width=\"1/4\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_text]\r\n\r\n<img class=\"size-full wp-image-2126 aligncenter\" src=\"https://carpi2018.org/wp-content/uploads/TAP_horizontal_POS.png\" alt=\"\" width=\"155\" height=\"54\" />\r\n\r\n[/bt_text][/bt_column][/bt_row][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_header superheadline=\"\" headline=\"Important Imformation\" headline_size=\"medium\" dash=\"no\" subheadline=\"\" el_class=\"\" el_style=\"\"][/bt_header][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"not-spaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][bt_text]\r\n<ul>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount applicable to this event is only valid for online bookings made through TAP Portugal’s website www.flytap.com and with payment by credit card. The ticket will always be an electronic ticket.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">Bookings made previously by travel agencies or at our desks are not eligible for this discount.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The final price shown at the end of the booking is the final fare, including the discount and all related taxes. The discount is applicable only over the fare, excluding all taxes related to the voyage.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount only applies to TAP operated flights. Bookings on or which include code-share flights operated by other airlines or on other airlines do not benefit from the discount. Code-share flights are identified on online bookings with the message “OAL” or the Star Alliance symbol.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The discount is not accumulative with fares for resident / student / child / infant /senior, etc.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount applies only for travel to the event. It is valid for round trip journeys from any TAP destination to Lisboa.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The booking can be made at any time. The travel dates must be comprehended in the period of 10 days before / 10 days after the event dates. The dates of the event must be comprehended in the period of travel.</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\"> The discount is also extended to the participants accompanying persons (adults).</span></span></li>\r\n 	<li><span style=\"font-family: arial;\"><span style=\"font-size: large;\">The conditions and restrictions regarding changes and refunds are those of the applicable fare. Please check the fare details before ending your booking. </span></span></li>\r\n</ul>\r\n[/bt_text][/bt_column][/bt_row][/bt_section][bt_section layout=\"boxed\" top_spaced=\"not-spaced\" bottom_spaced=\"not-spaced\" skin=\"inherit\" full_screen=\"no\" vertical_align=\"inherit\" divider=\"no\" back_image=\"\" back_color=\"#f1f1f1\" back_video=\"\" video_settings=\"\" back_video_mp4=\"\" back_video_ogg=\"\" back_video_webm=\"\" parallax=\"\" parallax_offset=\"\" animation=\"\" animation_back=\"\" animation_impress=\"\" el_id=\"\" el_class=\"\" el_style=\"\"][bt_row][bt_column width=\"1/1\" align=\"left\" vertical_align=\"inherit\" border=\"no_border\" cell_padding=\"default\" animation=\"animate animate-fadein animate-moveup\" text_indent=\"no_text_indent\" highlight=\"no_highlight\" background_color=\"\" transparent=\"\" inner_background_color=\"\" background_image=\"\" el_class=\"\" el_style=\"\"][bt_button text=\"ASK YOUR DISCOUNT BY EMAIL\" icon=\"\" url=\"mailto:info@carpi2018.org\" target=\"no_target\" style=\"Filled\" icon_position=\"Left\" color=\"Light\" size=\"Medium\" width=\"Normal\" el_class=\"\" el_style=\"\"][/bt_button][bt_hr top_spaced=\"topSmallSpaced\" bottom_spaced=\"bottomSpaced\" transparent_border=\"noBorder\" el_class=\"\" el_style=\"\"][/bt_hr][/bt_column][/bt_row][/bt_section]','FlyTAP','','inherit','closed','closed','','2139-revision-v1','','','2018-05-04 16:35:34','2018-05-04 16:35:34','',2139,'https://carpi2018.org/2139-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `carpi_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_simple_history`
--

DROP TABLE IF EXISTS `carpi_simple_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_simple_history` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `logger` varchar(30) DEFAULT NULL,
  `level` varchar(20) DEFAULT NULL,
  `message` varchar(255) DEFAULT NULL,
  `occasionsID` varchar(32) DEFAULT NULL,
  `initiator` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `date` (`date`),
  KEY `loggerdate` (`logger`,`date`)
) ENGINE=MyISAM AUTO_INCREMENT=124948 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_simple_history`
--

LOCK TABLES `carpi_simple_history` WRITE;
/*!40000 ALTER TABLE `carpi_simple_history` DISABLE KEYS */;
INSERT INTO `carpi_simple_history` (`id`, `date`, `logger`, `level`, `message`, `occasionsID`, `initiator`) VALUES (124947,'2018-12-14 19:55:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124946,'2018-12-14 19:55:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124945,'2018-12-14 16:32:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124944,'2018-12-14 16:32:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124943,'2018-12-14 12:58:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124942,'2018-12-14 12:58:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124941,'2018-12-14 10:33:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124940,'2018-12-14 10:33:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124939,'2018-12-14 08:05:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124938,'2018-12-14 08:05:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124937,'2018-12-14 05:45:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124936,'2018-12-14 05:45:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124935,'2018-12-14 01:54:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124934,'2018-12-14 01:54:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124933,'2018-12-13 23:14:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124932,'2018-12-13 23:14:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124931,'2018-12-13 12:28:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124930,'2018-12-13 12:27:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124929,'2018-12-13 12:26:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124928,'2018-12-13 12:25:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124927,'2018-12-13 12:23:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124926,'2018-12-13 12:22:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124925,'2018-12-13 12:21:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124924,'2018-12-13 12:20:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124923,'2018-12-13 12:19:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124922,'2018-12-13 12:18:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124921,'2018-12-13 12:17:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124920,'2018-12-13 12:16:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124919,'2018-12-13 12:14:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124918,'2018-12-13 12:13:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124917,'2018-12-13 12:12:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124916,'2018-12-13 12:10:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124915,'2018-12-13 12:09:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124914,'2018-12-13 12:08:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124913,'2018-12-13 12:07:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124912,'2018-12-13 12:06:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124911,'2018-12-13 12:04:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124910,'2018-12-13 12:03:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124909,'2018-12-13 12:02:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124908,'2018-12-13 12:00:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124907,'2018-12-13 11:59:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124906,'2018-12-13 11:58:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124905,'2018-12-13 11:57:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124904,'2018-12-13 11:56:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124903,'2018-12-13 11:55:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124902,'2018-12-13 11:51:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124901,'2018-12-13 11:50:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124900,'2018-12-13 11:48:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124899,'2018-12-13 11:47:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124898,'2018-12-13 11:46:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124897,'2018-12-13 11:45:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124896,'2018-12-13 11:44:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124895,'2018-12-13 11:42:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124894,'2018-12-13 11:41:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124893,'2018-12-13 11:39:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124892,'2018-12-13 11:38:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124891,'2018-12-13 11:37:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124890,'2018-12-13 11:36:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124889,'2018-12-13 11:36:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124888,'2018-12-13 11:34:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124887,'2018-12-13 11:33:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124886,'2018-12-13 11:32:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124885,'2018-12-13 11:31:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124884,'2018-12-13 11:31:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124883,'2018-12-13 11:30:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124882,'2018-12-13 11:29:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124881,'2018-12-13 11:27:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124880,'2018-12-13 11:26:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124879,'2018-12-13 11:25:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124878,'2018-12-13 11:24:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124877,'2018-12-13 11:21:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124876,'2018-12-13 11:20:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124875,'2018-12-13 11:19:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124874,'2018-12-13 11:18:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124873,'2018-12-13 11:17:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124872,'2018-12-13 11:16:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124871,'2018-12-13 11:15:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124870,'2018-12-13 11:14:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124869,'2018-12-13 11:13:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124868,'2018-12-13 11:13:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124867,'2018-12-13 11:12:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124866,'2018-12-13 11:11:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124865,'2018-12-13 11:10:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124864,'2018-12-13 11:09:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124863,'2018-12-13 11:08:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124862,'2018-12-13 11:07:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124861,'2018-12-13 11:07:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124860,'2018-12-13 11:06:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124859,'2018-12-13 11:05:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124858,'2018-12-13 11:04:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124857,'2018-12-13 11:03:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124856,'2018-12-13 11:02:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124855,'2018-12-13 11:02:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124854,'2018-12-13 10:59:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124853,'2018-12-13 10:58:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124852,'2018-12-13 10:57:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124851,'2018-12-13 10:57:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124850,'2018-12-13 10:56:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124849,'2018-12-13 10:56:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124848,'2018-12-13 10:53:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124847,'2018-12-13 10:53:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124846,'2018-12-13 10:52:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124845,'2018-12-13 10:51:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124844,'2018-12-13 10:49:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124843,'2018-12-13 10:48:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124842,'2018-12-13 10:48:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124841,'2018-12-13 10:48:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124840,'2018-12-13 10:47:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124839,'2018-12-13 10:45:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124838,'2018-12-13 10:44:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124837,'2018-12-13 10:43:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124836,'2018-12-13 10:42:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124835,'2018-12-13 10:41:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124834,'2018-12-13 10:40:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124833,'2018-12-13 10:40:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124832,'2018-12-13 10:39:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124831,'2018-12-13 10:36:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124830,'2018-12-13 10:35:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124829,'2018-12-13 10:34:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124828,'2018-12-13 10:33:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124827,'2018-12-13 10:33:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124826,'2018-12-13 10:32:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124825,'2018-12-13 10:32:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124824,'2018-12-13 10:31:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124823,'2018-12-13 10:30:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124822,'2018-12-13 10:29:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124821,'2018-12-13 10:27:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124820,'2018-12-13 10:26:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124819,'2018-12-13 10:26:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124818,'2018-12-13 10:25:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124817,'2018-12-13 10:24:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124816,'2018-12-13 10:23:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124815,'2018-12-13 10:21:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124814,'2018-12-13 10:20:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124813,'2018-12-13 10:18:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124812,'2018-12-13 10:18:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124811,'2018-12-13 10:18:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124810,'2018-12-13 10:17:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124809,'2018-12-13 10:17:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124808,'2018-12-13 10:15:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124807,'2018-12-13 10:13:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124806,'2018-12-13 10:12:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124805,'2018-12-13 10:11:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124804,'2018-12-13 10:10:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124803,'2018-12-13 10:09:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124802,'2018-12-13 10:08:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124801,'2018-12-13 10:06:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124800,'2018-12-13 10:06:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124799,'2018-12-13 10:05:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124798,'2018-12-13 10:03:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124797,'2018-12-13 10:01:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124796,'2018-12-13 10:00:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124795,'2018-12-13 09:59:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124794,'2018-12-13 09:57:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124793,'2018-12-13 09:56:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124792,'2018-12-13 09:55:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124791,'2018-12-13 09:53:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124790,'2018-12-13 09:52:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124789,'2018-12-13 09:51:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124788,'2018-12-13 09:49:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124787,'2018-12-13 09:48:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124786,'2018-12-13 09:47:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124785,'2018-12-13 09:46:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124784,'2018-12-13 09:44:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124783,'2018-12-13 09:43:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124782,'2018-12-13 09:42:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124781,'2018-12-13 09:41:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124780,'2018-12-13 09:40:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124779,'2018-12-13 09:38:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124778,'2018-12-13 09:37:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124777,'2018-12-13 09:36:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124776,'2018-12-13 09:36:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124775,'2018-12-13 09:34:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124774,'2018-12-13 09:33:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124773,'2018-12-13 09:32:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124772,'2018-12-13 09:30:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124771,'2018-12-13 09:29:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124770,'2018-12-13 09:28:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124769,'2018-12-13 09:27:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124768,'2018-12-13 09:26:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124767,'2018-12-13 09:25:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124766,'2018-12-13 08:37:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124765,'2018-12-13 08:36:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124764,'2018-12-13 08:35:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124763,'2018-12-13 08:34:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124762,'2018-12-13 08:33:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124761,'2018-12-13 08:32:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124760,'2018-12-13 08:31:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124759,'2018-12-13 08:30:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124758,'2018-12-13 08:29:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124757,'2018-12-13 08:28:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124756,'2018-12-13 08:27:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124755,'2018-12-13 08:26:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124754,'2018-12-13 08:25:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124753,'2018-12-13 08:23:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124752,'2018-12-13 08:22:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124751,'2018-12-13 08:21:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124750,'2018-12-13 08:20:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124749,'2018-12-13 08:18:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124748,'2018-12-13 08:17:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124747,'2018-12-13 08:15:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124746,'2018-12-13 08:14:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124745,'2018-12-13 08:13:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124744,'2018-12-13 08:12:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124743,'2018-12-13 08:10:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124742,'2018-12-13 08:09:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124741,'2018-12-13 08:07:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124740,'2018-12-13 08:07:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124739,'2018-12-13 08:06:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124738,'2018-12-13 08:04:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124737,'2018-12-13 08:04:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124736,'2018-12-13 08:02:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124735,'2018-12-13 08:01:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124734,'2018-12-13 08:00:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124733,'2018-12-13 07:59:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124732,'2018-12-13 07:58:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124731,'2018-12-13 07:57:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124730,'2018-12-13 07:56:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124729,'2018-12-13 07:56:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124728,'2018-12-13 07:55:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124727,'2018-12-13 07:53:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124726,'2018-12-13 07:52:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124725,'2018-12-13 07:52:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124724,'2018-12-13 07:51:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124723,'2018-12-13 07:50:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124722,'2018-12-13 07:48:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124721,'2018-12-13 07:47:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124720,'2018-12-13 07:46:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124719,'2018-12-13 07:46:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124718,'2018-12-13 07:45:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124717,'2018-12-13 07:43:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124716,'2018-12-13 07:42:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124715,'2018-12-13 07:41:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124714,'2018-12-13 07:40:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124713,'2018-12-13 07:39:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124712,'2018-12-13 07:39:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124711,'2018-12-13 07:38:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124710,'2018-12-13 07:36:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124709,'2018-12-13 07:35:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124708,'2018-12-13 07:34:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124707,'2018-12-13 07:32:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124706,'2018-12-13 07:31:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124705,'2018-12-13 07:30:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124704,'2018-12-13 07:29:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124703,'2018-12-13 07:28:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124702,'2018-12-13 07:28:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124701,'2018-12-13 07:27:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124700,'2018-12-13 07:26:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124699,'2018-12-13 07:25:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124698,'2018-12-13 07:24:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124697,'2018-12-13 07:22:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124696,'2018-12-13 07:21:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124695,'2018-12-13 07:20:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124694,'2018-12-13 07:18:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124693,'2018-12-13 07:17:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124692,'2018-12-13 07:16:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124691,'2018-12-13 07:15:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124690,'2018-12-13 07:14:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124689,'2018-12-13 07:13:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124688,'2018-12-13 07:11:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124687,'2018-12-13 07:10:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124686,'2018-12-13 07:09:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124685,'2018-12-13 07:07:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124684,'2018-12-13 07:06:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124683,'2018-12-13 07:04:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124682,'2018-12-13 07:03:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124681,'2018-12-13 07:01:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124680,'2018-12-13 07:00:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124679,'2018-12-13 06:59:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124678,'2018-12-13 06:58:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124677,'2018-12-13 06:57:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124676,'2018-12-13 06:55:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124675,'2018-12-13 06:54:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124674,'2018-12-13 06:53:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124673,'2018-12-13 06:52:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124672,'2018-12-13 06:51:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124671,'2018-12-13 06:50:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124670,'2018-12-13 06:49:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124669,'2018-12-13 06:48:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124668,'2018-12-13 06:47:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124667,'2018-12-13 06:46:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124666,'2018-12-13 06:46:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124665,'2018-12-13 06:45:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124664,'2018-12-13 06:45:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124663,'2018-12-13 06:44:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124662,'2018-12-13 06:43:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124661,'2018-12-13 06:42:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124660,'2018-12-13 06:42:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124659,'2018-12-13 06:41:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124658,'2018-12-13 05:55:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124657,'2018-12-13 05:51:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124656,'2018-12-13 05:47:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124655,'2018-12-13 05:47:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124654,'2018-12-13 05:44:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124653,'2018-12-13 05:33:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124652,'2018-12-13 05:28:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124651,'2018-12-13 05:25:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124650,'2018-12-13 05:12:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124649,'2018-12-13 05:11:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124648,'2018-12-13 05:10:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124647,'2018-12-13 05:08:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124646,'2018-12-13 05:06:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124645,'2018-12-13 05:05:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124644,'2018-12-13 05:04:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124643,'2018-12-13 05:02:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124642,'2018-12-13 05:01:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124641,'2018-12-13 05:00:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124640,'2018-12-13 04:57:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124639,'2018-12-13 04:56:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124638,'2018-12-13 04:55:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124637,'2018-12-13 04:54:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124636,'2018-12-13 04:52:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124635,'2018-12-13 04:52:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124634,'2018-12-13 04:51:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124633,'2018-12-13 04:50:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124632,'2018-12-13 04:48:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124631,'2018-12-13 04:47:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124630,'2018-12-13 04:46:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124629,'2018-12-13 04:45:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124628,'2018-12-13 04:42:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124627,'2018-12-13 04:41:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124626,'2018-12-13 04:40:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124625,'2018-12-13 04:39:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124624,'2018-12-13 04:36:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124623,'2018-12-13 04:35:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124622,'2018-12-13 04:34:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124621,'2018-12-13 04:34:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124620,'2018-12-13 04:33:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124619,'2018-12-13 04:33:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124618,'2018-12-13 04:32:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124617,'2018-12-13 04:31:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124616,'2018-12-13 04:30:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124615,'2018-12-13 04:29:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124614,'2018-12-13 04:28:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124613,'2018-12-13 04:27:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124612,'2018-12-13 04:27:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124611,'2018-12-13 04:27:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124610,'2018-12-13 03:52:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124609,'2018-12-13 03:52:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124608,'2018-12-13 03:52:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124607,'2018-12-13 03:52:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124606,'2018-12-13 03:52:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124605,'2018-12-13 03:51:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124604,'2018-12-13 03:51:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124603,'2018-12-13 03:51:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124602,'2018-12-13 03:51:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124601,'2018-12-13 03:51:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124600,'2018-12-13 03:51:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124599,'2018-12-13 03:50:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124598,'2018-12-13 03:50:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124597,'2018-12-13 03:50:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124596,'2018-12-13 03:49:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124595,'2018-12-13 03:49:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124594,'2018-12-13 03:49:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124593,'2018-12-13 03:49:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124592,'2018-12-13 03:48:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124591,'2018-12-13 03:48:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124590,'2018-12-13 03:47:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124589,'2018-12-13 03:46:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124588,'2018-12-13 03:46:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124587,'2018-12-13 03:46:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124586,'2018-12-13 03:46:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124585,'2018-12-13 03:46:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124584,'2018-12-13 03:45:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124583,'2018-12-13 03:45:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124582,'2018-12-13 03:45:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124581,'2018-12-13 03:45:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124580,'2018-12-13 03:45:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124579,'2018-12-13 03:45:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124578,'2018-12-13 03:45:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124577,'2018-12-13 03:44:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124576,'2018-12-13 03:44:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124575,'2018-12-13 03:44:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124574,'2018-12-13 03:44:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124573,'2018-12-13 03:44:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124572,'2018-12-13 03:44:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124571,'2018-12-13 03:43:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124570,'2018-12-13 03:43:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124569,'2018-12-13 03:43:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124568,'2018-12-13 03:42:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124567,'2018-12-13 03:42:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124566,'2018-12-13 03:41:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124565,'2018-12-13 03:41:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124564,'2018-12-13 03:40:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124563,'2018-12-13 03:40:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124562,'2018-12-13 03:39:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124561,'2018-12-13 03:39:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124560,'2018-12-13 03:39:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124559,'2018-12-13 03:39:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124558,'2018-12-13 03:39:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124557,'2018-12-13 03:38:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124556,'2018-12-13 03:37:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124555,'2018-12-13 03:37:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124554,'2018-12-13 03:35:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124553,'2018-12-13 03:35:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124552,'2018-12-13 03:35:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124551,'2018-12-13 03:34:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124550,'2018-12-13 03:33:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124549,'2018-12-13 03:32:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124548,'2018-12-13 03:32:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124547,'2018-12-13 03:32:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124546,'2018-12-13 03:32:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124545,'2018-12-13 03:31:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124544,'2018-12-13 03:30:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124543,'2018-12-13 03:28:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124542,'2018-12-13 03:27:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124541,'2018-12-13 03:26:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124540,'2018-12-13 03:25:16','SimpleCoreUpdatesLogger','notice','WordPress auto-updated to {new_version} from {prev_version}','cbb382bce9b92eb80a0320a3529cf297','wp'),(124538,'2018-12-13 03:25:10','AvailableUpdatesLogger','notice','Found an update to WordPress.','e8c6670a6dbe37924d2d93e5d888a579','wp'),(124539,'2018-12-13 03:25:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124537,'2018-12-13 03:24:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124536,'2018-12-13 03:23:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124535,'2018-12-13 03:22:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124534,'2018-12-13 03:21:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124533,'2018-12-13 03:20:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124532,'2018-12-13 03:17:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124531,'2018-12-13 03:16:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124530,'2018-12-13 03:16:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124529,'2018-12-13 03:14:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124528,'2018-12-13 03:13:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124527,'2018-12-13 03:11:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124526,'2018-12-13 03:10:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124525,'2018-12-13 03:09:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124524,'2018-12-13 03:08:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124523,'2018-12-13 03:06:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124522,'2018-12-13 03:05:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124521,'2018-12-13 03:04:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124520,'2018-12-13 03:03:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124519,'2018-12-13 03:02:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124518,'2018-12-13 02:59:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124517,'2018-12-13 02:58:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124516,'2018-12-13 02:57:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124515,'2018-12-13 02:56:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124514,'2018-12-13 02:55:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124513,'2018-12-13 02:54:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124512,'2018-12-13 02:53:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124511,'2018-12-13 02:52:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124510,'2018-12-13 02:51:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124509,'2018-12-13 02:50:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124508,'2018-12-13 02:49:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124507,'2018-12-13 02:47:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124506,'2018-12-13 02:46:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124505,'2018-12-13 02:45:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124504,'2018-12-13 02:44:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124503,'2018-12-13 02:42:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124502,'2018-12-13 02:41:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124501,'2018-12-13 02:39:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124500,'2018-12-13 02:38:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124499,'2018-12-13 02:37:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124498,'2018-12-13 02:36:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124497,'2018-12-13 02:34:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124496,'2018-12-13 02:33:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124495,'2018-12-13 02:32:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124494,'2018-12-13 02:31:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124493,'2018-12-13 02:31:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124492,'2018-12-13 02:30:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124491,'2018-12-13 02:29:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124490,'2018-12-13 02:27:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124489,'2018-12-13 02:26:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124488,'2018-12-13 02:25:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124487,'2018-12-13 02:24:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124486,'2018-12-13 02:23:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124485,'2018-12-13 02:22:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124484,'2018-12-13 02:21:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124483,'2018-12-13 02:19:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124482,'2018-12-13 02:18:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124481,'2018-12-13 02:17:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124480,'2018-12-13 02:15:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124479,'2018-12-13 02:14:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124478,'2018-12-13 02:13:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124477,'2018-12-13 02:12:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124476,'2018-12-13 02:11:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124475,'2018-12-13 02:10:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124474,'2018-12-13 02:09:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124473,'2018-12-13 02:07:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124472,'2018-12-13 02:06:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124471,'2018-12-13 02:04:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124470,'2018-12-13 02:03:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124469,'2018-12-13 02:01:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124468,'2018-12-13 02:00:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124467,'2018-12-13 01:58:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124466,'2018-12-13 01:57:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124465,'2018-12-13 01:56:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124464,'2018-12-13 01:55:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124463,'2018-12-13 01:54:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124462,'2018-12-13 01:53:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124461,'2018-12-13 01:51:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124460,'2018-12-13 01:51:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124459,'2018-12-13 01:50:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124458,'2018-12-13 01:49:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124457,'2018-12-13 01:48:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124456,'2018-12-13 01:47:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124455,'2018-12-13 01:46:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124454,'2018-12-13 01:45:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124453,'2018-12-13 01:45:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124452,'2018-12-13 01:45:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124451,'2018-12-13 01:43:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124450,'2018-12-13 01:43:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124449,'2018-12-13 01:42:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124448,'2018-12-13 01:40:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124447,'2018-12-13 01:40:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124446,'2018-12-13 01:39:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124445,'2018-12-13 01:37:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124444,'2018-12-13 01:36:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124443,'2018-12-13 01:34:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124442,'2018-12-13 01:34:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124441,'2018-12-13 01:33:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124440,'2018-12-13 01:31:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124439,'2018-12-13 01:31:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124438,'2018-12-13 01:29:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124437,'2018-12-13 01:28:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124436,'2018-12-13 01:27:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124435,'2018-12-13 01:26:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124434,'2018-12-13 01:24:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124433,'2018-12-13 01:24:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124432,'2018-12-13 01:23:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124431,'2018-12-13 01:21:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124430,'2018-12-13 01:20:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124429,'2018-12-13 01:19:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124428,'2018-12-13 01:18:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124427,'2018-12-13 01:17:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124426,'2018-12-13 01:16:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124425,'2018-12-13 01:15:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124424,'2018-12-13 01:14:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124423,'2018-12-13 01:14:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124422,'2018-12-13 01:13:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124421,'2018-12-13 01:12:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124420,'2018-12-13 01:10:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124419,'2018-12-13 01:10:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124418,'2018-12-13 01:08:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124417,'2018-12-13 01:08:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124416,'2018-12-13 01:07:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124415,'2018-12-13 01:06:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124414,'2018-12-13 01:05:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124413,'2018-12-13 01:02:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124412,'2018-12-13 01:00:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124411,'2018-12-13 00:59:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124410,'2018-12-13 00:58:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124409,'2018-12-13 00:57:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124408,'2018-12-13 00:56:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124407,'2018-12-13 00:56:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124406,'2018-12-13 00:55:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124405,'2018-12-13 00:54:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124404,'2018-12-13 00:53:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124403,'2018-12-13 00:52:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124402,'2018-12-13 00:51:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124401,'2018-12-13 00:50:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124400,'2018-12-13 00:49:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124399,'2018-12-13 00:48:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124398,'2018-12-13 00:48:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124397,'2018-12-13 00:46:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124396,'2018-12-13 00:46:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124395,'2018-12-13 00:45:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124394,'2018-12-13 00:44:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124393,'2018-12-13 00:43:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124392,'2018-12-13 00:42:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124391,'2018-12-13 00:40:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124390,'2018-12-13 00:38:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124389,'2018-12-13 00:37:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124388,'2018-12-13 00:36:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124387,'2018-12-13 00:35:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124386,'2018-12-13 00:33:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124385,'2018-12-13 00:32:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124384,'2018-12-13 00:31:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124383,'2018-12-13 00:30:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124382,'2018-12-13 00:29:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124381,'2018-12-13 00:29:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124380,'2018-12-13 00:28:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124379,'2018-12-13 00:27:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124378,'2018-12-13 00:25:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124377,'2018-12-13 00:24:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124376,'2018-12-13 00:23:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124375,'2018-12-13 00:23:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124374,'2018-12-13 00:22:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124373,'2018-12-13 00:21:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124372,'2018-12-13 00:20:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124371,'2018-12-13 00:19:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124370,'2018-12-13 00:18:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124369,'2018-12-13 00:17:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124368,'2018-12-13 00:16:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124367,'2018-12-13 00:15:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124366,'2018-12-13 00:14:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124365,'2018-12-13 00:14:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124364,'2018-12-13 00:12:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124363,'2018-12-13 00:11:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124362,'2018-12-13 00:10:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124361,'2018-12-13 00:09:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124360,'2018-12-13 00:07:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124359,'2018-12-13 00:06:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124358,'2018-12-13 00:05:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124357,'2018-12-13 00:04:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124356,'2018-12-13 00:03:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124355,'2018-12-13 00:02:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124354,'2018-12-13 00:00:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124353,'2018-12-12 23:59:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124352,'2018-12-12 23:58:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124351,'2018-12-12 23:56:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124350,'2018-12-12 23:55:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124349,'2018-12-12 23:55:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124348,'2018-12-12 23:54:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124347,'2018-12-12 23:53:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124346,'2018-12-12 18:05:52','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','54c0a8aee361f55cb8530efe75070460','wp'),(124345,'2018-12-11 18:50:00','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','f750a92cdaef8d4d8a8f57566bc808d8','wp'),(124344,'2018-12-11 14:23:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124343,'2018-12-11 14:23:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124342,'2018-12-11 14:23:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124341,'2018-12-11 14:23:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124340,'2018-12-11 14:23:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124339,'2018-12-11 14:23:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124338,'2018-12-11 14:23:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124337,'2018-12-11 14:23:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124336,'2018-12-11 14:23:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124335,'2018-12-11 14:23:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124334,'2018-12-11 14:23:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124333,'2018-12-11 14:23:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124332,'2018-12-11 14:23:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124331,'2018-12-11 14:23:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124330,'2018-12-11 14:23:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124329,'2018-12-11 14:23:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124328,'2018-12-11 14:23:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124327,'2018-12-11 14:23:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124326,'2018-12-11 14:23:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124325,'2018-12-11 14:23:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124324,'2018-12-11 14:23:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124323,'2018-12-11 14:23:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124322,'2018-12-11 14:23:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124321,'2018-12-11 14:23:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124320,'2018-12-11 14:23:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124319,'2018-12-11 14:23:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124318,'2018-12-11 14:23:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124317,'2018-12-11 14:23:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124316,'2018-12-11 14:23:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124315,'2018-12-11 14:22:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124314,'2018-12-11 14:22:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124313,'2018-12-11 14:22:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124312,'2018-12-11 14:22:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124311,'2018-12-11 14:22:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124310,'2018-12-11 14:22:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124309,'2018-12-11 14:22:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124308,'2018-12-11 14:22:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124307,'2018-12-11 14:22:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124306,'2018-12-11 14:22:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124305,'2018-12-11 14:22:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124304,'2018-12-11 14:22:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124303,'2018-12-11 14:22:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124302,'2018-12-11 14:22:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124301,'2018-12-11 14:22:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124300,'2018-12-11 14:22:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124299,'2018-12-11 14:22:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124298,'2018-12-11 14:22:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124297,'2018-12-11 14:22:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124296,'2018-12-11 14:22:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124295,'2018-12-11 14:22:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124294,'2018-12-11 14:22:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124293,'2018-12-11 14:22:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124292,'2018-12-11 14:22:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124291,'2018-12-11 14:22:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124290,'2018-12-11 14:22:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124289,'2018-12-11 14:22:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124288,'2018-12-11 14:22:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124287,'2018-12-11 14:22:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124286,'2018-12-11 14:22:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124285,'2018-12-11 14:22:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124284,'2018-12-11 14:22:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124283,'2018-12-11 14:22:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124282,'2018-12-11 14:22:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124281,'2018-12-11 14:22:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124280,'2018-12-11 14:22:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124279,'2018-12-11 14:22:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124278,'2018-12-11 14:22:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124277,'2018-12-11 14:21:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124276,'2018-12-11 14:21:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124275,'2018-12-11 14:21:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124274,'2018-12-11 14:21:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124273,'2018-12-11 14:21:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124272,'2018-12-11 14:21:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124271,'2018-12-11 14:21:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124270,'2018-12-11 14:21:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124269,'2018-12-11 14:21:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124268,'2018-12-11 14:21:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124267,'2018-12-11 14:21:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124266,'2018-12-11 14:21:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124265,'2018-12-11 14:21:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124264,'2018-12-11 14:21:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124263,'2018-12-11 14:21:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124262,'2018-12-11 14:21:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124261,'2018-12-11 14:21:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124260,'2018-12-11 14:21:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124259,'2018-12-11 14:21:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124258,'2018-12-11 14:21:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124257,'2018-12-11 14:21:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124256,'2018-12-11 14:21:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124255,'2018-12-11 14:21:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124254,'2018-12-11 14:21:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124253,'2018-12-11 14:21:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124252,'2018-12-11 14:21:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124251,'2018-12-11 14:21:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124250,'2018-12-11 14:21:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124249,'2018-12-11 14:21:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124248,'2018-12-11 14:21:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124247,'2018-12-11 14:21:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124246,'2018-12-11 14:21:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124245,'2018-12-11 14:21:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124244,'2018-12-11 14:21:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124243,'2018-12-11 14:21:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124242,'2018-12-11 14:21:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124241,'2018-12-11 14:21:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124240,'2018-12-11 14:21:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124239,'2018-12-11 14:21:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124238,'2018-12-11 14:21:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124237,'2018-12-11 14:21:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124236,'2018-12-11 14:21:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124235,'2018-12-11 14:21:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124234,'2018-12-11 14:21:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124233,'2018-12-11 14:21:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124232,'2018-12-11 14:21:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124231,'2018-12-11 14:21:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124230,'2018-12-11 14:21:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124229,'2018-12-11 14:21:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124228,'2018-12-11 14:21:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124227,'2018-12-11 14:21:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124226,'2018-12-11 14:21:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124225,'2018-12-11 14:21:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124224,'2018-12-11 14:21:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124223,'2018-12-11 14:21:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124222,'2018-12-11 14:21:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124221,'2018-12-11 14:21:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124220,'2018-12-11 14:20:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124219,'2018-12-11 14:20:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124218,'2018-12-11 14:20:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124217,'2018-12-11 14:20:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124216,'2018-12-11 14:20:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124215,'2018-12-11 14:20:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124214,'2018-12-11 14:20:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124213,'2018-12-11 14:20:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124212,'2018-12-11 14:20:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124211,'2018-12-11 14:20:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124210,'2018-12-11 14:20:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124209,'2018-12-11 14:20:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124208,'2018-12-11 14:20:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124207,'2018-12-11 14:20:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124206,'2018-12-11 14:20:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124205,'2018-12-11 14:20:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124204,'2018-12-11 14:20:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124203,'2018-12-11 14:20:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124202,'2018-12-11 14:20:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124201,'2018-12-11 14:20:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124200,'2018-12-11 14:20:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124199,'2018-12-11 14:20:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124198,'2018-12-11 14:20:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124197,'2018-12-11 14:20:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124196,'2018-12-11 14:20:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124195,'2018-12-11 14:20:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124194,'2018-12-11 14:20:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124193,'2018-12-11 14:20:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124192,'2018-12-11 14:20:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124191,'2018-12-11 14:20:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124190,'2018-12-11 14:20:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124189,'2018-12-11 14:20:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124188,'2018-12-11 14:20:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124187,'2018-12-11 14:20:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124186,'2018-12-11 14:20:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124185,'2018-12-11 14:20:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124184,'2018-12-11 14:20:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124183,'2018-12-11 14:20:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124182,'2018-12-11 14:20:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124181,'2018-12-11 14:20:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124180,'2018-12-11 14:20:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124179,'2018-12-11 14:20:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124178,'2018-12-11 14:20:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124177,'2018-12-11 14:20:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124176,'2018-12-11 14:20:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124175,'2018-12-11 14:20:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124174,'2018-12-11 14:20:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124173,'2018-12-11 14:20:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124172,'2018-12-11 14:20:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124171,'2018-12-11 14:20:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124170,'2018-12-11 14:20:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124169,'2018-12-11 14:20:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124168,'2018-12-11 14:20:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124167,'2018-12-11 14:20:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124166,'2018-12-11 14:20:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124165,'2018-12-11 14:20:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124164,'2018-12-11 14:20:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124163,'2018-12-11 14:20:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124162,'2018-12-11 14:20:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124161,'2018-12-11 14:20:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124160,'2018-12-11 14:20:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124159,'2018-12-11 14:20:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124158,'2018-12-11 14:20:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124157,'2018-12-11 14:20:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124156,'2018-12-11 14:20:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124155,'2018-12-11 14:20:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124154,'2018-12-11 14:20:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124153,'2018-12-11 14:20:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124152,'2018-12-11 14:20:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124151,'2018-12-11 14:20:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124150,'2018-12-11 14:20:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124149,'2018-12-11 14:20:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124148,'2018-12-11 14:20:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124147,'2018-12-11 14:20:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124146,'2018-12-11 14:20:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124145,'2018-12-11 14:20:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124144,'2018-12-11 02:54:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124143,'2018-12-11 02:54:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124142,'2018-12-10 18:18:50','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','8a28c5785d373dd10192af55d67e44ae','wp'),(124141,'2018-12-10 06:20:45','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','146f694371703aba9dca5fd025230f8c','wp'),(124140,'2018-12-08 23:32:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124139,'2018-12-08 23:32:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124138,'2018-12-08 23:32:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124137,'2018-12-08 23:32:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124136,'2018-12-08 23:32:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124135,'2018-12-08 23:32:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124134,'2018-12-08 23:32:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124133,'2018-12-08 23:32:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124132,'2018-12-08 23:32:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124131,'2018-12-08 23:32:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124130,'2018-12-08 23:32:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124129,'2018-12-08 23:32:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124128,'2018-12-08 23:32:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124127,'2018-12-08 23:32:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124126,'2018-12-08 23:32:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124125,'2018-12-08 23:32:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124124,'2018-12-08 23:32:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124123,'2018-12-08 23:32:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124122,'2018-12-08 23:32:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124121,'2018-12-08 23:32:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124120,'2018-12-08 23:32:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124119,'2018-12-08 23:32:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124118,'2018-12-08 23:31:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124117,'2018-12-08 23:31:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124116,'2018-12-08 23:31:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124115,'2018-12-08 23:31:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124114,'2018-12-08 23:31:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124113,'2018-12-08 23:31:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124112,'2018-12-08 23:31:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124111,'2018-12-08 23:31:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124110,'2018-12-08 23:31:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124109,'2018-12-08 23:31:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124108,'2018-12-08 23:31:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124107,'2018-12-08 23:31:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124106,'2018-12-08 23:31:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124105,'2018-12-08 23:31:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124104,'2018-12-08 23:31:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124103,'2018-12-08 23:31:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124102,'2018-12-08 23:31:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124101,'2018-12-08 23:31:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124100,'2018-12-08 23:31:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124099,'2018-12-08 23:31:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124098,'2018-12-08 23:31:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124097,'2018-12-08 23:31:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124096,'2018-12-08 23:31:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124095,'2018-12-08 23:30:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124094,'2018-12-08 23:30:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124093,'2018-12-08 23:30:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124092,'2018-12-08 23:30:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124091,'2018-12-08 23:30:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124090,'2018-12-08 23:30:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124089,'2018-12-08 23:30:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124088,'2018-12-08 23:30:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124087,'2018-12-08 23:30:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124086,'2018-12-08 23:30:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124085,'2018-12-08 23:30:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124084,'2018-12-08 23:30:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124083,'2018-12-08 23:30:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124082,'2018-12-08 23:30:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124081,'2018-12-08 23:30:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124080,'2018-12-08 23:30:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124079,'2018-12-08 23:30:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124078,'2018-12-08 23:30:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124077,'2018-12-08 23:30:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124076,'2018-12-08 23:30:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124075,'2018-12-08 23:30:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124074,'2018-12-08 23:30:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124073,'2018-12-08 23:30:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124072,'2018-12-08 23:30:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124071,'2018-12-08 23:29:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124070,'2018-12-08 23:29:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124069,'2018-12-08 23:29:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124068,'2018-12-08 23:29:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124067,'2018-12-08 23:29:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124066,'2018-12-08 23:29:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124065,'2018-12-08 23:29:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124064,'2018-12-08 23:29:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124063,'2018-12-08 23:29:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124062,'2018-12-08 23:29:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124061,'2018-12-08 23:29:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124060,'2018-12-08 23:29:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124059,'2018-12-08 23:29:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124058,'2018-12-08 23:29:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124057,'2018-12-08 23:29:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124056,'2018-12-08 23:29:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124055,'2018-12-08 23:29:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124054,'2018-12-08 23:29:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124053,'2018-12-08 23:29:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124052,'2018-12-08 23:29:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124051,'2018-12-08 23:29:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124050,'2018-12-08 23:29:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124049,'2018-12-08 23:29:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124048,'2018-12-08 23:29:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124047,'2018-12-08 23:29:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124046,'2018-12-08 23:28:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124045,'2018-12-08 23:28:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124044,'2018-12-08 23:28:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124043,'2018-12-08 23:28:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124042,'2018-12-08 23:28:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124041,'2018-12-08 23:28:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124040,'2018-12-08 23:28:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124039,'2018-12-08 23:28:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124038,'2018-12-08 23:28:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124037,'2018-12-08 23:28:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124036,'2018-12-08 23:28:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124035,'2018-12-08 23:27:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124034,'2018-12-08 23:27:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124033,'2018-12-08 23:27:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124032,'2018-12-08 23:27:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124031,'2018-12-08 23:27:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124030,'2018-12-08 23:27:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124029,'2018-12-08 23:27:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124028,'2018-12-08 23:27:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124027,'2018-12-08 23:27:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124026,'2018-12-08 23:27:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124025,'2018-12-08 23:27:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124024,'2018-12-08 23:27:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124023,'2018-12-08 23:27:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124022,'2018-12-08 23:27:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124021,'2018-12-08 23:27:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124020,'2018-12-08 23:27:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124019,'2018-12-08 23:27:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124018,'2018-12-08 23:27:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124017,'2018-12-08 23:26:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124016,'2018-12-08 23:26:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124015,'2018-12-08 23:26:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124014,'2018-12-08 23:26:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124013,'2018-12-08 23:26:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124012,'2018-12-08 23:26:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124011,'2018-12-08 23:26:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124010,'2018-12-08 23:26:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124009,'2018-12-08 23:26:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124008,'2018-12-08 23:26:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124007,'2018-12-08 23:26:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124006,'2018-12-08 23:26:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124005,'2018-12-08 23:26:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124004,'2018-12-08 23:26:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124003,'2018-12-08 23:26:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124002,'2018-12-08 23:26:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124001,'2018-12-08 23:26:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(124000,'2018-12-08 23:26:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123999,'2018-12-08 23:26:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123998,'2018-12-08 23:26:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123997,'2018-12-08 23:26:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123996,'2018-12-08 23:26:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123995,'2018-12-08 23:26:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123994,'2018-12-08 23:26:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123993,'2018-12-08 23:26:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123992,'2018-12-08 23:26:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123991,'2018-12-08 23:25:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123990,'2018-12-08 23:25:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123989,'2018-12-08 23:25:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123988,'2018-12-08 23:25:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123987,'2018-12-08 23:25:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123986,'2018-12-08 23:25:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123985,'2018-12-08 23:25:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123984,'2018-12-08 23:25:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123983,'2018-12-08 23:25:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123982,'2018-12-08 23:25:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123981,'2018-12-08 23:25:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123980,'2018-12-08 23:25:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123979,'2018-12-08 23:25:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123978,'2018-12-08 23:25:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123977,'2018-12-08 23:25:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123976,'2018-12-08 23:25:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123975,'2018-12-08 23:25:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123974,'2018-12-08 23:25:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123973,'2018-12-08 23:25:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123972,'2018-12-08 23:25:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123971,'2018-12-08 23:25:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123970,'2018-12-08 23:25:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123969,'2018-12-08 23:25:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123968,'2018-12-08 23:24:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123967,'2018-12-08 23:24:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123966,'2018-12-08 23:24:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123965,'2018-12-08 23:24:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123964,'2018-12-08 23:24:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123963,'2018-12-08 23:24:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123962,'2018-12-08 23:24:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123961,'2018-12-08 23:24:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123960,'2018-12-08 23:24:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123959,'2018-12-08 23:24:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123958,'2018-12-08 23:24:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123957,'2018-12-08 23:24:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123956,'2018-12-08 23:24:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123955,'2018-12-08 23:24:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123954,'2018-12-08 23:24:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123953,'2018-12-08 23:24:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123952,'2018-12-08 23:24:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123951,'2018-12-08 23:24:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123950,'2018-12-08 23:23:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123949,'2018-12-08 23:23:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123948,'2018-12-08 23:23:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123947,'2018-12-08 23:23:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123946,'2018-12-08 23:23:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123945,'2018-12-08 23:23:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123944,'2018-12-08 23:23:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123943,'2018-12-08 23:23:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123942,'2018-12-08 23:23:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123941,'2018-12-08 23:23:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123940,'2018-12-08 23:23:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123939,'2018-12-08 23:23:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123938,'2018-12-08 23:23:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123937,'2018-12-08 23:23:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123936,'2018-12-08 23:23:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123935,'2018-12-08 23:19:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123934,'2018-12-08 23:19:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123933,'2018-12-08 23:19:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123932,'2018-12-08 23:19:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123931,'2018-12-08 23:19:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123930,'2018-12-08 23:19:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123929,'2018-12-08 23:19:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123928,'2018-12-08 23:19:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123927,'2018-12-08 23:19:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123926,'2018-12-08 23:19:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123925,'2018-12-08 23:19:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123924,'2018-12-08 23:19:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123923,'2018-12-08 23:19:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123922,'2018-12-08 23:19:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123921,'2018-12-08 23:19:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123920,'2018-12-08 23:19:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123919,'2018-12-08 23:19:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123918,'2018-12-08 23:19:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123917,'2018-12-08 23:19:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123916,'2018-12-08 23:19:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123915,'2018-12-08 23:19:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123914,'2018-12-08 23:19:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123913,'2018-12-08 23:19:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123912,'2018-12-08 23:19:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123911,'2018-12-08 23:19:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123910,'2018-12-08 23:19:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123909,'2018-12-08 23:18:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123908,'2018-12-08 23:18:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123907,'2018-12-08 23:18:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123906,'2018-12-08 23:18:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123905,'2018-12-08 23:18:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123904,'2018-12-08 23:18:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123903,'2018-12-08 23:18:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123902,'2018-12-08 23:18:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123901,'2018-12-08 23:18:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123900,'2018-12-08 23:18:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123899,'2018-12-08 23:18:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123898,'2018-12-08 23:18:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123897,'2018-12-08 23:18:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123896,'2018-12-08 23:18:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123895,'2018-12-08 23:18:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123894,'2018-12-08 23:18:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123893,'2018-12-08 23:18:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123892,'2018-12-08 23:18:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123891,'2018-12-08 23:18:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123890,'2018-12-08 23:18:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123889,'2018-12-08 23:18:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123888,'2018-12-08 23:18:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123887,'2018-12-08 23:17:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123886,'2018-12-08 23:17:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123885,'2018-12-08 23:17:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123884,'2018-12-08 23:17:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123883,'2018-12-08 23:17:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123882,'2018-12-08 23:17:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123881,'2018-12-08 23:17:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123880,'2018-12-08 23:17:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123879,'2018-12-08 23:17:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123878,'2018-12-08 23:17:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123877,'2018-12-08 23:17:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123876,'2018-12-08 23:17:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123875,'2018-12-08 23:17:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123874,'2018-12-08 23:17:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123873,'2018-12-08 23:17:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123872,'2018-12-08 23:17:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123871,'2018-12-08 23:17:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123870,'2018-12-08 23:17:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123869,'2018-12-08 23:17:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123868,'2018-12-08 23:17:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123867,'2018-12-08 23:17:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123866,'2018-12-08 23:16:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123865,'2018-12-08 23:16:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123864,'2018-12-08 23:16:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123863,'2018-12-08 23:16:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123862,'2018-12-08 23:16:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123861,'2018-12-08 23:16:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123860,'2018-12-08 23:16:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123859,'2018-12-08 23:16:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123858,'2018-12-08 23:16:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123857,'2018-12-08 23:16:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123856,'2018-12-08 23:16:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123855,'2018-12-08 23:16:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123854,'2018-12-08 23:16:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123853,'2018-12-08 23:16:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123852,'2018-12-08 23:16:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123851,'2018-12-08 23:16:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123850,'2018-12-08 23:16:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123849,'2018-12-08 23:16:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123848,'2018-12-08 23:11:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123847,'2018-12-08 23:11:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123846,'2018-12-08 23:11:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123845,'2018-12-08 23:11:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123844,'2018-12-08 23:11:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123843,'2018-12-08 23:11:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123842,'2018-12-08 23:11:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123841,'2018-12-08 23:11:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123840,'2018-12-08 23:11:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123839,'2018-12-08 23:11:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123838,'2018-12-08 23:11:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123837,'2018-12-08 23:11:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123836,'2018-12-08 23:11:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123835,'2018-12-08 23:11:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123834,'2018-12-08 23:11:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123833,'2018-12-08 23:10:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123832,'2018-12-08 23:10:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123831,'2018-12-08 23:10:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123830,'2018-12-08 23:10:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123829,'2018-12-08 23:10:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123828,'2018-12-08 23:10:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123827,'2018-12-08 23:10:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123826,'2018-12-08 23:10:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123825,'2018-12-08 23:10:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123824,'2018-12-08 23:10:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123823,'2018-12-08 23:10:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123822,'2018-12-08 23:10:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123821,'2018-12-08 23:10:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123820,'2018-12-08 23:10:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123819,'2018-12-08 23:10:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123818,'2018-12-08 23:10:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123817,'2018-12-08 23:10:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123816,'2018-12-08 23:10:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123815,'2018-12-08 23:10:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123814,'2018-12-08 23:10:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123813,'2018-12-08 23:10:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123812,'2018-12-08 23:10:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123811,'2018-12-08 23:10:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123810,'2018-12-08 23:10:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123809,'2018-12-08 23:10:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123808,'2018-12-08 23:10:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123807,'2018-12-08 23:10:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123806,'2018-12-08 23:10:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123805,'2018-12-08 23:10:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123804,'2018-12-08 23:10:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123803,'2018-12-08 23:10:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123802,'2018-12-08 23:09:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123801,'2018-12-08 23:09:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123800,'2018-12-08 23:09:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123799,'2018-12-08 23:09:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123798,'2018-12-08 23:09:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123797,'2018-12-08 23:09:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123796,'2018-12-08 23:09:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123795,'2018-12-08 23:09:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123794,'2018-12-08 23:09:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123793,'2018-12-08 23:09:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123792,'2018-12-08 23:09:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123791,'2018-12-08 23:09:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123790,'2018-12-08 23:09:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123789,'2018-12-08 23:09:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123788,'2018-12-08 23:09:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123787,'2018-12-08 23:09:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123786,'2018-12-08 23:09:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123785,'2018-12-08 23:09:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123784,'2018-12-08 23:09:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123783,'2018-12-08 23:09:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123782,'2018-12-08 23:09:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123781,'2018-12-08 23:09:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123780,'2018-12-08 23:09:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123779,'2018-12-08 23:09:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123778,'2018-12-08 23:09:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123777,'2018-12-08 23:09:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123776,'2018-12-08 23:09:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123775,'2018-12-08 23:09:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123774,'2018-12-08 23:09:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123773,'2018-12-08 23:09:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123772,'2018-12-08 23:09:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123771,'2018-12-08 23:08:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123770,'2018-12-08 23:08:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123769,'2018-12-08 23:08:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123768,'2018-12-08 23:08:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123767,'2018-12-08 23:08:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123766,'2018-12-08 23:08:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123765,'2018-12-08 23:08:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123764,'2018-12-08 23:08:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123763,'2018-12-08 23:08:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123762,'2018-12-08 23:08:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123761,'2018-12-08 23:08:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123760,'2018-12-08 23:08:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123759,'2018-12-08 23:08:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123758,'2018-12-08 23:08:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123757,'2018-12-08 23:08:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123756,'2018-12-08 23:08:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123755,'2018-12-08 23:08:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123754,'2018-12-08 23:08:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123753,'2018-12-08 23:08:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123752,'2018-12-08 23:08:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123751,'2018-12-08 23:08:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123750,'2018-12-08 23:08:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123749,'2018-12-08 23:08:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123748,'2018-12-08 23:07:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123747,'2018-12-08 23:07:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123746,'2018-12-08 23:07:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123745,'2018-12-08 23:07:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123744,'2018-12-08 23:07:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123743,'2018-12-08 23:07:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123742,'2018-12-08 23:07:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123741,'2018-12-08 23:07:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123740,'2018-12-08 23:07:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123739,'2018-12-08 23:07:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123738,'2018-12-08 23:07:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123737,'2018-12-08 23:07:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123736,'2018-12-08 23:07:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123735,'2018-12-08 23:07:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123734,'2018-12-08 23:07:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123733,'2018-12-08 23:07:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123732,'2018-12-08 23:07:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123731,'2018-12-08 23:07:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123730,'2018-12-08 23:07:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123729,'2018-12-08 23:07:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123728,'2018-12-08 23:07:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123727,'2018-12-08 23:07:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123726,'2018-12-08 23:07:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123725,'2018-12-08 23:07:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123724,'2018-12-08 23:07:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123723,'2018-12-08 23:07:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123722,'2018-12-08 23:07:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123721,'2018-12-08 23:07:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123720,'2018-12-08 23:07:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123719,'2018-12-08 23:07:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123718,'2018-12-08 23:07:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123717,'2018-12-08 23:06:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123716,'2018-12-08 23:06:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123715,'2018-12-08 23:06:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123714,'2018-12-08 23:06:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123713,'2018-12-08 23:06:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123712,'2018-12-08 23:06:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123711,'2018-12-08 23:06:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123710,'2018-12-08 23:06:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123709,'2018-12-08 23:06:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123708,'2018-12-08 23:06:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123707,'2018-12-08 23:06:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123706,'2018-12-08 23:06:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123705,'2018-12-08 23:06:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123704,'2018-12-08 23:06:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123703,'2018-12-08 23:06:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123702,'2018-12-08 23:06:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123701,'2018-12-08 23:06:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123700,'2018-12-08 23:06:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123699,'2018-12-08 23:06:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123698,'2018-12-08 23:06:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123697,'2018-12-08 23:06:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123696,'2018-12-08 23:06:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123695,'2018-12-08 23:06:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123694,'2018-12-08 23:06:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123693,'2018-12-08 23:06:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123692,'2018-12-08 23:06:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123691,'2018-12-08 23:06:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123690,'2018-12-08 23:06:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123689,'2018-12-08 23:06:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123688,'2018-12-08 23:06:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123687,'2018-12-08 23:05:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123686,'2018-12-08 23:05:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123685,'2018-12-08 23:05:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123684,'2018-12-08 23:05:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123683,'2018-12-08 23:05:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123682,'2018-12-08 23:05:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123681,'2018-12-08 23:05:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123680,'2018-12-08 23:05:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123679,'2018-12-08 23:05:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123678,'2018-12-08 23:05:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123677,'2018-12-08 23:05:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123676,'2018-12-08 23:05:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123675,'2018-12-08 23:05:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123674,'2018-12-08 23:05:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123673,'2018-12-08 23:05:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123672,'2018-12-08 23:05:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123671,'2018-12-08 23:05:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123670,'2018-12-08 23:05:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123669,'2018-12-08 23:05:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123668,'2018-12-08 23:05:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123667,'2018-12-08 23:05:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123666,'2018-12-08 23:05:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123665,'2018-12-08 23:05:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123664,'2018-12-08 23:05:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123663,'2018-12-08 23:05:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123662,'2018-12-08 23:05:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123661,'2018-12-08 23:05:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123660,'2018-12-08 23:05:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123659,'2018-12-08 23:05:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123658,'2018-12-08 23:05:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123657,'2018-12-08 23:03:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123656,'2018-12-08 23:03:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123655,'2018-12-08 23:03:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123654,'2018-12-08 23:03:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123653,'2018-12-08 23:03:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123652,'2018-12-08 23:03:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123651,'2018-12-08 23:03:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123650,'2018-12-08 23:03:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123649,'2018-12-08 23:03:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123648,'2018-12-08 23:03:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123647,'2018-12-08 23:03:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123646,'2018-12-08 23:03:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123645,'2018-12-08 23:03:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123644,'2018-12-08 23:03:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123643,'2018-12-08 23:03:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123642,'2018-12-08 23:03:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123641,'2018-12-08 23:03:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123640,'2018-12-08 23:03:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123639,'2018-12-08 23:03:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123638,'2018-12-08 23:02:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123637,'2018-12-08 23:02:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123636,'2018-12-08 23:02:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123635,'2018-12-08 23:02:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123634,'2018-12-08 23:02:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123633,'2018-12-08 23:02:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123632,'2018-12-08 23:02:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123631,'2018-12-08 23:02:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123630,'2018-12-08 23:02:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123629,'2018-12-08 23:02:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123628,'2018-12-08 23:02:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123627,'2018-12-08 23:02:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123626,'2018-12-08 23:02:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123625,'2018-12-08 23:02:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123624,'2018-12-08 23:02:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123623,'2018-12-08 23:02:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123622,'2018-12-08 23:02:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123621,'2018-12-08 23:02:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123620,'2018-12-08 23:02:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123619,'2018-12-08 23:02:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123618,'2018-12-08 23:02:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123617,'2018-12-08 23:02:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123616,'2018-12-08 23:02:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123615,'2018-12-08 23:02:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123614,'2018-12-08 23:02:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123613,'2018-12-08 23:01:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123612,'2018-12-08 23:01:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123611,'2018-12-08 23:01:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123610,'2018-12-08 23:01:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123609,'2018-12-08 23:01:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123608,'2018-12-08 23:01:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123607,'2018-12-08 23:01:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123606,'2018-12-08 23:01:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123605,'2018-12-08 23:01:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123604,'2018-12-08 23:01:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123603,'2018-12-08 23:01:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123602,'2018-12-08 23:01:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123601,'2018-12-08 23:01:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123600,'2018-12-08 23:01:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123599,'2018-12-08 23:01:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123598,'2018-12-08 23:01:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123597,'2018-12-08 23:01:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123596,'2018-12-08 23:01:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123595,'2018-12-08 23:01:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123594,'2018-12-08 23:00:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123593,'2018-12-08 23:00:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123592,'2018-12-08 23:00:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123591,'2018-12-08 23:00:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123590,'2018-12-08 23:00:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123589,'2018-12-08 23:00:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123588,'2018-12-08 23:00:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123587,'2018-12-08 23:00:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123586,'2018-12-08 23:00:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123585,'2018-12-08 23:00:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123584,'2018-12-08 23:00:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123583,'2018-12-08 23:00:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123582,'2018-12-08 23:00:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123581,'2018-12-08 23:00:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123580,'2018-12-08 23:00:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123579,'2018-12-08 23:00:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123578,'2018-12-08 23:00:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123577,'2018-12-08 23:00:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123576,'2018-12-08 23:00:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123575,'2018-12-08 23:00:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123574,'2018-12-08 23:00:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123573,'2018-12-08 23:00:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123572,'2018-12-08 23:00:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123571,'2018-12-08 22:59:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123570,'2018-12-08 22:59:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123569,'2018-12-08 22:59:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123568,'2018-12-08 22:59:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123567,'2018-12-08 22:59:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123566,'2018-12-08 22:59:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123565,'2018-12-08 22:59:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123564,'2018-12-08 22:59:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123563,'2018-12-08 22:59:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123562,'2018-12-08 22:59:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123561,'2018-12-08 22:59:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123560,'2018-12-08 22:59:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123559,'2018-12-08 22:59:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123558,'2018-12-08 22:59:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123557,'2018-12-08 22:59:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123556,'2018-12-08 22:59:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123555,'2018-12-08 22:58:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123554,'2018-12-08 22:58:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123553,'2018-12-08 22:58:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123552,'2018-12-08 22:58:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123551,'2018-12-08 22:58:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123550,'2018-12-08 22:58:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123549,'2018-12-08 22:58:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123548,'2018-12-08 22:58:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123547,'2018-12-08 22:58:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123546,'2018-12-08 22:58:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123545,'2018-12-08 22:58:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123544,'2018-12-08 22:57:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123543,'2018-12-08 22:57:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123542,'2018-12-08 22:57:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123541,'2018-12-08 22:57:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123540,'2018-12-08 22:57:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123539,'2018-12-08 22:57:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123538,'2018-12-08 22:57:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123537,'2018-12-08 22:57:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123536,'2018-12-08 22:57:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123535,'2018-12-08 22:57:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123534,'2018-12-08 22:57:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123533,'2018-12-08 22:57:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123532,'2018-12-08 22:57:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123531,'2018-12-08 22:57:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123530,'2018-12-08 22:57:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123529,'2018-12-08 22:57:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123528,'2018-12-08 22:57:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123527,'2018-12-08 22:57:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123526,'2018-12-08 22:57:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123525,'2018-12-08 22:57:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123524,'2018-12-08 22:57:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123523,'2018-12-08 22:57:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123522,'2018-12-08 22:57:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123521,'2018-12-08 22:57:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123520,'2018-12-08 22:57:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123519,'2018-12-08 22:57:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123518,'2018-12-08 22:57:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123517,'2018-12-08 22:57:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123516,'2018-12-08 22:57:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123515,'2018-12-08 22:57:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123514,'2018-12-08 22:57:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123513,'2018-12-08 22:56:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123512,'2018-12-08 22:56:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123511,'2018-12-08 22:56:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123510,'2018-12-08 22:56:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123509,'2018-12-08 22:56:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123508,'2018-12-08 22:56:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123507,'2018-12-08 22:56:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123506,'2018-12-08 22:56:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123505,'2018-12-08 22:56:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123504,'2018-12-08 22:56:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123503,'2018-12-08 22:56:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123502,'2018-12-08 22:56:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123501,'2018-12-08 22:56:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123500,'2018-12-08 22:56:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123499,'2018-12-08 22:56:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123498,'2018-12-08 22:55:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123497,'2018-12-08 22:55:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123496,'2018-12-08 22:55:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123495,'2018-12-08 22:55:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123494,'2018-12-08 22:55:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123493,'2018-12-08 22:55:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123492,'2018-12-08 22:55:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123491,'2018-12-08 22:55:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123490,'2018-12-08 22:55:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123489,'2018-12-08 22:55:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123488,'2018-12-08 22:55:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123487,'2018-12-08 22:55:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123486,'2018-12-08 22:55:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123485,'2018-12-08 22:55:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123484,'2018-12-08 22:55:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123483,'2018-12-08 22:55:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123482,'2018-12-08 22:55:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123481,'2018-12-08 22:55:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123480,'2018-12-08 22:55:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123479,'2018-12-08 22:55:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123478,'2018-12-08 22:55:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123477,'2018-12-08 22:55:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123476,'2018-12-08 22:55:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123475,'2018-12-08 22:55:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123474,'2018-12-08 22:55:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123473,'2018-12-08 22:55:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123472,'2018-12-08 22:55:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123471,'2018-12-08 22:55:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123470,'2018-12-08 22:55:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123469,'2018-12-08 22:55:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123468,'2018-12-08 22:55:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123467,'2018-12-08 22:55:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123466,'2018-12-08 22:55:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123465,'2018-12-08 22:55:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123464,'2018-12-08 22:55:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123463,'2018-12-08 22:55:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123462,'2018-12-08 22:55:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123461,'2018-12-08 22:55:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123460,'2018-12-08 22:55:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123459,'2018-12-08 22:55:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123458,'2018-12-08 22:55:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123457,'2018-12-08 22:55:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123456,'2018-12-08 22:54:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123455,'2018-12-08 22:54:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123454,'2018-12-08 22:54:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123453,'2018-12-08 22:54:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123452,'2018-12-08 22:54:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123451,'2018-12-08 22:54:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123450,'2018-12-08 22:54:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123449,'2018-12-08 22:54:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123448,'2018-12-08 22:54:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123447,'2018-12-08 22:54:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123446,'2018-12-08 22:54:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123445,'2018-12-08 22:54:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123444,'2018-12-08 22:54:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123443,'2018-12-08 22:54:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123442,'2018-12-08 22:54:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123441,'2018-12-08 22:54:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123440,'2018-12-08 22:54:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123439,'2018-12-08 22:54:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123438,'2018-12-08 22:54:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123437,'2018-12-08 22:54:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123436,'2018-12-08 22:54:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123435,'2018-12-08 22:54:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123434,'2018-12-08 22:54:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123433,'2018-12-08 22:54:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123432,'2018-12-08 22:54:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123431,'2018-12-08 22:54:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123430,'2018-12-08 22:54:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123429,'2018-12-08 22:54:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123428,'2018-12-08 22:54:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123427,'2018-12-08 22:54:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123426,'2018-12-08 22:54:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123425,'2018-12-08 22:54:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123424,'2018-12-08 19:02:46','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','5997e253c45b6db3165eea4c000538bd','wp'),(123423,'2018-12-08 11:20:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123422,'2018-12-08 11:20:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123421,'2018-12-08 11:20:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123420,'2018-12-08 11:20:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123419,'2018-12-08 11:20:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123418,'2018-12-08 11:20:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123417,'2018-12-08 06:18:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123416,'2018-12-08 06:17:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123415,'2018-12-08 06:17:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123414,'2018-12-08 06:17:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123413,'2018-12-08 06:17:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123412,'2018-12-08 06:17:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123411,'2018-12-08 06:17:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123410,'2018-12-08 06:17:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123409,'2018-12-08 06:17:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123408,'2018-12-08 06:17:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123407,'2018-12-08 06:16:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123406,'2018-12-08 06:16:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123405,'2018-12-08 06:16:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123404,'2018-12-08 06:16:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123403,'2018-12-08 06:16:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123402,'2018-12-08 06:16:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123401,'2018-12-08 06:16:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123400,'2018-12-08 06:16:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123399,'2018-12-08 06:16:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123398,'2018-12-08 06:16:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123397,'2018-12-08 06:15:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123396,'2018-12-08 06:15:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123395,'2018-12-08 06:15:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123394,'2018-12-08 06:14:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123393,'2018-12-08 06:13:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123392,'2018-12-08 06:13:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123391,'2018-12-08 06:13:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123390,'2018-12-08 06:13:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123389,'2018-12-08 06:13:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123388,'2018-12-08 06:13:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123387,'2018-12-08 06:13:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123386,'2018-12-08 06:12:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123385,'2018-12-08 06:11:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123384,'2018-12-08 06:10:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123383,'2018-12-08 06:10:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123382,'2018-12-08 06:10:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123381,'2018-12-08 06:10:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123380,'2018-12-08 06:09:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123379,'2018-12-08 06:09:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123378,'2018-12-08 06:09:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123377,'2018-12-08 06:09:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123376,'2018-12-08 06:09:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123375,'2018-12-08 06:09:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123374,'2018-12-08 06:08:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123373,'2018-12-08 06:08:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123372,'2018-12-08 06:08:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123371,'2018-12-08 06:08:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123370,'2018-12-08 06:08:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123369,'2018-12-08 06:08:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123368,'2018-12-08 06:08:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123367,'2018-12-08 06:08:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123366,'2018-12-08 06:08:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123365,'2018-12-08 06:08:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123364,'2018-12-08 06:08:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123363,'2018-12-08 06:08:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123362,'2018-12-08 06:07:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123361,'2018-12-08 06:07:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123360,'2018-12-08 06:07:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123359,'2018-12-08 06:07:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123358,'2018-12-08 06:07:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123357,'2018-12-08 06:07:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123356,'2018-12-08 06:07:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123355,'2018-12-08 06:07:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123354,'2018-12-08 06:07:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123353,'2018-12-08 06:07:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123352,'2018-12-08 06:06:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123351,'2018-12-08 06:06:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123350,'2018-12-08 06:06:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123349,'2018-12-08 06:06:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123348,'2018-12-08 06:06:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123347,'2018-12-08 06:06:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123346,'2018-12-08 06:06:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123345,'2018-12-08 06:06:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123344,'2018-12-08 06:06:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123343,'2018-12-08 06:06:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123342,'2018-12-08 06:06:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123341,'2018-12-08 06:05:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123340,'2018-12-08 06:05:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123339,'2018-12-08 06:05:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123338,'2018-12-08 06:05:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123337,'2018-12-08 06:05:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123336,'2018-12-08 06:05:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123335,'2018-12-08 06:05:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123334,'2018-12-08 06:05:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123333,'2018-12-08 06:04:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123332,'2018-12-08 06:04:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123331,'2018-12-08 06:04:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123330,'2018-12-08 06:04:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123329,'2018-12-08 06:04:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123328,'2018-12-08 06:04:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123327,'2018-12-08 06:03:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123326,'2018-12-08 06:03:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123325,'2018-12-08 06:02:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123324,'2018-12-08 06:02:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123323,'2018-12-08 06:02:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123322,'2018-12-08 06:01:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123321,'2018-12-08 06:01:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123320,'2018-12-08 06:01:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123319,'2018-12-08 06:01:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123318,'2018-12-08 06:01:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123317,'2018-12-08 06:01:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123316,'2018-12-08 06:00:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123315,'2018-12-08 06:00:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123314,'2018-12-08 06:00:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123313,'2018-12-08 05:58:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123312,'2018-12-08 05:58:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123311,'2018-12-08 05:58:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123310,'2018-12-08 05:58:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123309,'2018-12-08 05:58:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123308,'2018-12-08 05:57:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123307,'2018-12-08 05:57:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123306,'2018-12-08 05:57:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123305,'2018-12-08 05:57:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123304,'2018-12-08 05:57:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123303,'2018-12-08 05:57:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123302,'2018-12-08 05:57:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123301,'2018-12-08 05:57:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123300,'2018-12-08 05:56:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123299,'2018-12-08 05:56:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123298,'2018-12-08 05:56:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123297,'2018-12-08 05:56:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123296,'2018-12-08 05:56:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123295,'2018-12-08 05:56:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123294,'2018-12-08 05:56:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123293,'2018-12-08 05:56:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123292,'2018-12-08 05:55:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123291,'2018-12-08 05:55:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123290,'2018-12-08 05:55:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123289,'2018-12-08 05:55:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123288,'2018-12-08 05:55:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123287,'2018-12-08 05:55:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123286,'2018-12-08 05:55:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123285,'2018-12-08 05:55:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123284,'2018-12-08 05:55:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123283,'2018-12-08 05:55:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123282,'2018-12-08 05:55:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123281,'2018-12-08 05:55:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123280,'2018-12-08 05:54:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123279,'2018-12-08 05:54:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123278,'2018-12-08 05:54:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123277,'2018-12-08 05:54:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123276,'2018-12-08 05:53:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123275,'2018-12-08 05:53:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123274,'2018-12-08 05:53:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123273,'2018-12-08 05:53:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123272,'2018-12-08 05:52:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123271,'2018-12-08 05:52:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123270,'2018-12-08 05:52:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123269,'2018-12-08 05:52:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123268,'2018-12-08 05:52:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123267,'2018-12-08 05:52:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123266,'2018-12-08 05:51:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123265,'2018-12-08 05:51:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123264,'2018-12-08 05:51:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123263,'2018-12-08 05:51:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123262,'2018-12-08 05:51:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123261,'2018-12-08 05:51:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123260,'2018-12-08 05:51:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123259,'2018-12-08 05:51:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123258,'2018-12-08 05:51:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123257,'2018-12-08 05:50:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123256,'2018-12-08 05:50:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123255,'2018-12-08 05:50:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123254,'2018-12-08 05:50:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123253,'2018-12-08 05:49:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123252,'2018-12-08 05:49:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123251,'2018-12-08 05:49:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123250,'2018-12-08 05:49:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123249,'2018-12-08 05:49:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123248,'2018-12-08 05:49:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123247,'2018-12-08 05:49:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123246,'2018-12-08 05:49:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123245,'2018-12-08 05:48:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123244,'2018-12-08 05:48:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123243,'2018-12-08 05:48:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123242,'2018-12-08 05:48:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123241,'2018-12-08 05:48:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123240,'2018-12-08 05:48:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123239,'2018-12-08 05:48:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123238,'2018-12-08 05:48:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123237,'2018-12-08 05:48:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123236,'2018-12-08 05:48:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123235,'2018-12-08 05:47:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123234,'2018-12-08 05:47:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123233,'2018-12-08 05:47:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123232,'2018-12-08 05:47:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123231,'2018-12-08 05:47:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123230,'2018-12-08 05:47:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123229,'2018-12-08 05:47:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123228,'2018-12-08 05:46:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123227,'2018-12-08 05:46:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123226,'2018-12-08 05:46:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123225,'2018-12-08 05:46:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123224,'2018-12-08 05:45:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123223,'2018-12-08 05:44:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123222,'2018-12-08 05:44:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123221,'2018-12-08 05:44:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123220,'2018-12-08 05:44:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123219,'2018-12-08 05:44:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123218,'2018-12-08 05:44:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123217,'2018-12-08 05:44:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123216,'2018-12-08 05:44:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123215,'2018-12-08 05:43:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123214,'2018-12-08 05:43:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123213,'2018-12-08 05:43:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123212,'2018-12-08 05:43:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123211,'2018-12-08 05:43:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123210,'2018-12-08 05:43:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123209,'2018-12-08 05:43:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123208,'2018-12-08 05:43:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123207,'2018-12-08 05:42:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123206,'2018-12-08 05:42:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123205,'2018-12-08 05:42:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123204,'2018-12-08 05:42:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123203,'2018-12-08 05:42:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123202,'2018-12-08 05:42:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123201,'2018-12-08 05:42:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123200,'2018-12-08 05:42:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123199,'2018-12-08 05:42:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123198,'2018-12-08 05:42:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123197,'2018-12-08 05:42:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123196,'2018-12-08 05:42:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123195,'2018-12-08 05:42:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123194,'2018-12-08 05:42:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123193,'2018-12-08 05:42:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123192,'2018-12-08 05:42:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123191,'2018-12-08 05:42:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123190,'2018-12-08 05:41:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123189,'2018-12-08 05:41:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123188,'2018-12-08 05:41:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123187,'2018-12-08 05:41:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123186,'2018-12-08 05:41:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123185,'2018-12-08 05:41:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123184,'2018-12-08 05:40:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123183,'2018-12-08 05:40:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123182,'2018-12-08 05:40:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123181,'2018-12-08 05:40:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123180,'2018-12-08 05:40:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123179,'2018-12-08 05:40:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123178,'2018-12-08 05:40:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123177,'2018-12-08 05:39:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123176,'2018-12-08 05:39:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123175,'2018-12-08 05:39:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123174,'2018-12-08 05:39:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123173,'2018-12-08 05:39:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123172,'2018-12-08 05:39:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123171,'2018-12-08 05:39:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123170,'2018-12-08 05:39:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123169,'2018-12-08 05:39:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123168,'2018-12-08 05:39:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123167,'2018-12-08 05:39:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123166,'2018-12-08 05:38:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123165,'2018-12-08 05:38:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123164,'2018-12-08 05:38:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123163,'2018-12-08 05:37:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123162,'2018-12-08 05:37:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123161,'2018-12-08 05:37:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123160,'2018-12-08 05:37:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123159,'2018-12-08 05:37:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123158,'2018-12-08 05:37:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123157,'2018-12-08 05:37:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123156,'2018-12-08 05:37:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123155,'2018-12-08 05:37:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123154,'2018-12-08 05:36:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123153,'2018-12-08 05:36:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123152,'2018-12-08 05:36:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123151,'2018-12-08 05:36:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123150,'2018-12-08 05:35:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123149,'2018-12-08 05:35:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123148,'2018-12-08 05:35:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123147,'2018-12-08 05:35:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123146,'2018-12-08 05:35:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123145,'2018-12-08 05:35:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123144,'2018-12-08 05:35:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123143,'2018-12-08 05:35:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123142,'2018-12-08 05:35:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123141,'2018-12-08 05:35:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123140,'2018-12-08 05:35:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123139,'2018-12-08 05:34:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123138,'2018-12-08 05:34:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123137,'2018-12-08 05:34:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123136,'2018-12-08 05:34:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123135,'2018-12-08 05:33:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123134,'2018-12-08 05:33:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123133,'2018-12-08 05:33:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123132,'2018-12-08 05:33:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123131,'2018-12-08 05:33:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123130,'2018-12-08 05:33:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123129,'2018-12-08 05:33:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123128,'2018-12-08 05:33:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123127,'2018-12-08 05:33:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123126,'2018-12-08 05:33:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123125,'2018-12-08 05:33:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123124,'2018-12-08 05:33:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123123,'2018-12-08 05:33:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123122,'2018-12-08 05:33:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123121,'2018-12-07 16:53:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123120,'2018-12-07 16:53:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123119,'2018-12-07 16:53:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123118,'2018-12-07 16:53:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123117,'2018-12-07 16:53:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123116,'2018-12-07 16:53:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123115,'2018-12-07 16:53:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123114,'2018-12-07 16:53:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123113,'2018-12-07 16:53:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123112,'2018-12-07 16:53:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123111,'2018-12-07 16:53:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123110,'2018-12-07 16:53:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123109,'2018-12-07 16:53:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123108,'2018-12-07 16:53:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123107,'2018-12-07 16:53:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123106,'2018-12-07 16:53:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123105,'2018-12-07 16:53:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123104,'2018-12-07 16:53:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123103,'2018-12-07 16:53:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123102,'2018-12-07 16:53:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123101,'2018-12-07 16:53:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123100,'2018-12-07 16:53:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123099,'2018-12-07 16:53:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123098,'2018-12-07 16:53:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123097,'2018-12-07 16:53:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123096,'2018-12-07 16:53:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123095,'2018-12-07 16:53:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123094,'2018-12-07 16:53:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123093,'2018-12-07 16:53:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123092,'2018-12-07 16:53:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123091,'2018-12-07 16:53:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123090,'2018-12-07 16:53:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123089,'2018-12-07 16:53:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123088,'2018-12-07 16:53:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123087,'2018-12-07 16:53:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123086,'2018-12-07 16:53:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123085,'2018-12-07 16:53:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123084,'2018-12-07 16:53:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123083,'2018-12-07 16:53:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123082,'2018-12-07 16:53:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123081,'2018-12-07 16:53:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123080,'2018-12-07 16:53:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123079,'2018-12-07 16:53:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123078,'2018-12-07 16:53:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123077,'2018-12-07 16:53:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123076,'2018-12-07 16:53:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123075,'2018-12-07 16:53:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123074,'2018-12-07 16:53:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123073,'2018-12-07 16:53:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123072,'2018-12-07 16:53:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123071,'2018-12-07 16:53:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123070,'2018-12-07 16:53:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123069,'2018-12-07 16:53:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123068,'2018-12-07 16:53:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123067,'2018-12-07 16:53:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123066,'2018-12-07 16:53:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123065,'2018-12-07 16:53:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123064,'2018-12-07 16:53:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123063,'2018-12-07 16:53:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123062,'2018-12-07 16:53:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123061,'2018-12-07 16:53:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123060,'2018-12-07 16:53:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123059,'2018-12-07 16:53:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123058,'2018-12-07 16:53:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123057,'2018-12-07 16:53:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123056,'2018-12-07 16:53:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123055,'2018-12-07 16:53:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123054,'2018-12-07 16:53:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123053,'2018-12-07 16:53:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123052,'2018-12-07 16:53:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123051,'2018-12-07 16:53:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123050,'2018-12-07 16:53:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123049,'2018-12-07 16:53:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123048,'2018-12-07 16:53:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123047,'2018-12-07 16:53:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123046,'2018-12-07 16:53:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123045,'2018-12-07 16:53:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123044,'2018-12-07 16:53:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123043,'2018-12-07 16:53:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123042,'2018-12-07 16:53:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123041,'2018-12-07 16:53:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123040,'2018-12-07 16:53:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123039,'2018-12-07 16:53:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123038,'2018-12-07 16:52:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123037,'2018-12-07 16:52:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123036,'2018-12-07 16:52:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123035,'2018-12-07 16:52:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123034,'2018-12-07 16:52:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123033,'2018-12-07 16:52:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123032,'2018-12-07 16:52:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123031,'2018-12-07 16:52:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123030,'2018-12-07 16:52:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123029,'2018-12-07 16:52:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123028,'2018-12-07 16:52:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123027,'2018-12-07 16:52:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123026,'2018-12-07 16:52:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123025,'2018-12-07 16:52:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123024,'2018-12-07 16:52:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123023,'2018-12-07 16:52:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123022,'2018-12-07 16:52:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123021,'2018-12-07 16:52:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123020,'2018-12-07 16:52:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123019,'2018-12-07 16:52:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123018,'2018-12-07 16:52:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123017,'2018-12-07 16:52:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123016,'2018-12-07 16:52:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123015,'2018-12-07 16:52:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123014,'2018-12-07 16:52:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123013,'2018-12-07 16:52:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123012,'2018-12-07 16:52:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123011,'2018-12-07 16:52:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123010,'2018-12-07 16:52:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123009,'2018-12-07 16:52:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123008,'2018-12-07 16:52:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123007,'2018-12-07 16:52:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123006,'2018-12-07 16:52:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123005,'2018-12-07 16:52:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123004,'2018-12-07 16:52:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123003,'2018-12-07 16:52:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123002,'2018-12-07 16:52:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123001,'2018-12-07 16:52:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(123000,'2018-12-07 16:52:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122999,'2018-12-07 16:52:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122998,'2018-12-07 16:52:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122997,'2018-12-07 16:52:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122996,'2018-12-07 16:52:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122995,'2018-12-07 16:52:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122994,'2018-12-07 16:52:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122993,'2018-12-07 16:52:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122992,'2018-12-07 16:52:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122991,'2018-12-07 16:52:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122990,'2018-12-07 16:52:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122989,'2018-12-07 16:52:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122988,'2018-12-07 16:52:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122987,'2018-12-07 16:52:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122986,'2018-12-07 16:52:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122985,'2018-12-07 16:52:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122984,'2018-12-07 16:52:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122983,'2018-12-07 16:52:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122982,'2018-12-07 16:52:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122981,'2018-12-07 16:52:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122980,'2018-12-07 16:52:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122979,'2018-12-07 16:52:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122978,'2018-12-07 16:52:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122977,'2018-12-07 16:52:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122976,'2018-12-07 16:52:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122975,'2018-12-07 16:52:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122974,'2018-12-07 16:52:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122973,'2018-12-07 16:52:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122972,'2018-12-07 16:52:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122971,'2018-12-07 16:52:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122970,'2018-12-07 16:52:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122969,'2018-12-07 16:52:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122968,'2018-12-07 16:52:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122967,'2018-12-07 16:52:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122966,'2018-12-07 16:52:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122965,'2018-12-07 16:52:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122964,'2018-12-07 16:52:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122963,'2018-12-07 16:52:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122962,'2018-12-07 16:52:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122961,'2018-12-07 16:52:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122960,'2018-12-07 16:52:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122959,'2018-12-07 16:52:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122958,'2018-12-07 16:52:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122957,'2018-12-07 16:52:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122956,'2018-12-07 16:52:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122955,'2018-12-07 16:52:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122954,'2018-12-07 16:52:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122953,'2018-12-07 16:52:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122952,'2018-12-07 16:52:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122951,'2018-12-07 16:52:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122950,'2018-12-07 16:52:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122949,'2018-12-07 16:52:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122948,'2018-12-07 16:52:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122947,'2018-12-07 16:52:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122946,'2018-12-07 16:51:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122945,'2018-12-07 16:51:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122944,'2018-12-07 16:51:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122943,'2018-12-07 16:51:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122942,'2018-12-07 16:51:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122941,'2018-12-07 16:51:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122940,'2018-12-07 16:51:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122939,'2018-12-07 16:51:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122938,'2018-12-07 16:51:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122937,'2018-12-07 16:51:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122936,'2018-12-07 16:51:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122935,'2018-12-07 16:51:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122934,'2018-12-07 16:51:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122933,'2018-12-07 16:51:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122932,'2018-12-07 16:51:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122931,'2018-12-07 16:51:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122930,'2018-12-07 16:51:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122929,'2018-12-07 16:51:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122928,'2018-12-07 16:51:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122927,'2018-12-07 16:51:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122926,'2018-12-07 16:51:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122925,'2018-12-07 16:51:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122924,'2018-12-07 16:51:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122923,'2018-12-07 16:51:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122922,'2018-12-07 16:51:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122921,'2018-12-07 16:51:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122920,'2018-12-07 16:51:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122919,'2018-12-07 16:51:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122918,'2018-12-07 16:51:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122917,'2018-12-07 16:51:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122916,'2018-12-07 16:51:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122915,'2018-12-07 16:51:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122914,'2018-12-07 16:51:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122913,'2018-12-07 16:51:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122912,'2018-12-07 16:51:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122911,'2018-12-07 16:51:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122910,'2018-12-07 16:51:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122909,'2018-12-07 16:51:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122908,'2018-12-07 16:51:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122907,'2018-12-07 16:51:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122906,'2018-12-07 16:51:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122905,'2018-12-07 16:51:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122904,'2018-12-07 16:51:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122903,'2018-12-07 16:51:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122902,'2018-12-07 16:51:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122901,'2018-12-07 16:51:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122900,'2018-12-07 16:51:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122899,'2018-12-07 16:51:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122898,'2018-12-07 16:51:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122897,'2018-12-07 16:51:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122896,'2018-12-07 16:51:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122895,'2018-12-07 16:51:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122894,'2018-12-07 16:51:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122893,'2018-12-07 16:51:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122892,'2018-12-07 16:51:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122891,'2018-12-07 16:51:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122890,'2018-12-07 16:51:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122889,'2018-12-07 16:51:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122888,'2018-12-07 16:51:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122887,'2018-12-07 16:51:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122886,'2018-12-07 16:51:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122885,'2018-12-07 16:51:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122884,'2018-12-07 16:51:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122883,'2018-12-07 16:51:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122882,'2018-12-07 16:51:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122881,'2018-12-07 16:51:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122880,'2018-12-07 16:51:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122879,'2018-12-07 16:51:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122878,'2018-12-07 16:51:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122877,'2018-12-07 16:51:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122876,'2018-12-07 16:51:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122875,'2018-12-07 16:51:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122874,'2018-12-07 16:51:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122873,'2018-12-07 16:51:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122872,'2018-12-07 16:51:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122871,'2018-12-07 16:51:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122870,'2018-12-07 16:51:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122869,'2018-12-07 16:51:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122868,'2018-12-07 16:51:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122867,'2018-12-07 16:51:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122866,'2018-12-07 16:51:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122865,'2018-12-07 16:51:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122864,'2018-12-07 16:51:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122863,'2018-12-07 16:51:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122862,'2018-12-07 16:51:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122861,'2018-12-07 16:51:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122860,'2018-12-07 16:51:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122859,'2018-12-07 16:51:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122858,'2018-12-07 16:51:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122857,'2018-12-07 16:50:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122856,'2018-12-07 16:50:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122855,'2018-12-07 16:50:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122854,'2018-12-07 16:50:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122853,'2018-12-07 16:50:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122852,'2018-12-07 16:50:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122851,'2018-12-07 16:50:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122850,'2018-12-07 16:50:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122849,'2018-12-07 16:50:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122848,'2018-12-07 16:50:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122847,'2018-12-07 16:50:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122846,'2018-12-07 16:50:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122845,'2018-12-07 16:50:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122844,'2018-12-07 16:50:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122843,'2018-12-07 16:50:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122842,'2018-12-07 16:50:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122841,'2018-12-07 16:50:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122840,'2018-12-07 16:50:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122839,'2018-12-07 16:50:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122838,'2018-12-07 16:50:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122837,'2018-12-07 16:50:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122836,'2018-12-07 16:50:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122835,'2018-12-07 16:50:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122834,'2018-12-07 16:50:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122833,'2018-12-07 16:50:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122832,'2018-12-07 16:50:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122831,'2018-12-07 16:50:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122830,'2018-12-07 16:50:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122829,'2018-12-07 16:50:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122828,'2018-12-07 16:50:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122827,'2018-12-07 16:50:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122826,'2018-12-07 16:50:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122825,'2018-12-07 16:50:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122824,'2018-12-07 16:50:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122823,'2018-12-07 16:50:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122822,'2018-12-07 16:50:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122821,'2018-12-07 16:50:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122820,'2018-12-07 16:50:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122819,'2018-12-07 16:50:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122818,'2018-12-07 16:50:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122817,'2018-12-07 16:50:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122816,'2018-12-07 16:50:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122815,'2018-12-07 16:50:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122814,'2018-12-07 16:50:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122813,'2018-12-07 16:50:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122812,'2018-12-07 16:50:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122811,'2018-12-07 16:50:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122810,'2018-12-07 16:50:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122809,'2018-12-07 16:50:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122808,'2018-12-07 16:50:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122807,'2018-12-07 16:50:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122806,'2018-12-07 16:50:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122805,'2018-12-07 16:50:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122804,'2018-12-07 16:50:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122803,'2018-12-07 16:50:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122802,'2018-12-07 16:50:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122801,'2018-12-07 16:50:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122800,'2018-12-07 16:50:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122799,'2018-12-07 16:50:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122798,'2018-12-07 16:50:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122797,'2018-12-07 16:50:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122796,'2018-12-07 16:50:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122795,'2018-12-07 16:50:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122794,'2018-12-07 16:50:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122793,'2018-12-07 16:50:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122792,'2018-12-07 16:50:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122791,'2018-12-07 16:50:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122790,'2018-12-07 16:50:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122789,'2018-12-07 16:50:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122788,'2018-12-07 16:50:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122787,'2018-12-07 16:50:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122786,'2018-12-07 16:50:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122785,'2018-12-07 16:50:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122784,'2018-12-07 16:50:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122783,'2018-12-07 16:50:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122782,'2018-12-07 16:50:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122781,'2018-12-07 16:50:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122780,'2018-12-07 16:50:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122779,'2018-12-07 16:50:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122778,'2018-12-07 16:50:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122777,'2018-12-07 16:50:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122776,'2018-12-07 16:50:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122775,'2018-12-07 16:50:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122774,'2018-12-07 16:50:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122773,'2018-12-07 16:50:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122772,'2018-12-07 16:50:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122771,'2018-12-07 16:50:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122770,'2018-12-07 16:50:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122769,'2018-12-07 16:50:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122768,'2018-12-07 16:50:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122767,'2018-12-07 16:50:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122766,'2018-12-07 16:50:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122765,'2018-12-07 16:50:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122764,'2018-12-07 16:50:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122763,'2018-12-07 16:50:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122762,'2018-12-07 16:49:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122761,'2018-12-07 16:49:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122760,'2018-12-07 16:49:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122759,'2018-12-07 16:49:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122758,'2018-12-07 16:49:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122757,'2018-12-07 16:49:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122756,'2018-12-07 16:49:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122755,'2018-12-07 16:49:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122754,'2018-12-07 16:49:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122753,'2018-12-07 16:49:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122752,'2018-12-07 16:49:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122751,'2018-12-07 16:49:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122750,'2018-12-07 16:49:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122749,'2018-12-07 16:49:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122748,'2018-12-07 16:49:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122747,'2018-12-07 16:49:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122746,'2018-12-07 16:49:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122745,'2018-12-07 16:49:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122744,'2018-12-07 16:49:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122743,'2018-12-07 16:49:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122742,'2018-12-07 16:49:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122741,'2018-12-07 16:49:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122740,'2018-12-07 16:49:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122739,'2018-12-07 16:49:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122738,'2018-12-07 16:49:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122737,'2018-12-07 16:49:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122736,'2018-12-07 16:49:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122735,'2018-12-07 16:49:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122734,'2018-12-07 16:49:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122733,'2018-12-07 16:49:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122732,'2018-12-07 16:49:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122731,'2018-12-07 16:49:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122730,'2018-12-07 16:49:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122729,'2018-12-07 16:49:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122728,'2018-12-07 16:49:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122727,'2018-12-07 16:49:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122726,'2018-12-07 16:49:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122725,'2018-12-07 16:49:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122724,'2018-12-07 16:49:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122723,'2018-12-07 16:49:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122722,'2018-12-07 16:49:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122721,'2018-12-07 16:49:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122720,'2018-12-07 16:49:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122719,'2018-12-07 16:49:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122718,'2018-12-07 16:49:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122717,'2018-12-07 16:49:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122716,'2018-12-07 16:49:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122715,'2018-12-07 16:49:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122714,'2018-12-07 16:49:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122713,'2018-12-07 16:49:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122712,'2018-12-07 16:49:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122711,'2018-12-07 16:49:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122710,'2018-12-07 16:49:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122709,'2018-12-07 16:49:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122708,'2018-12-07 16:49:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122707,'2018-12-07 16:49:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122706,'2018-12-07 16:49:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122705,'2018-12-07 16:49:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122704,'2018-12-07 16:49:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122703,'2018-12-07 16:49:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122702,'2018-12-07 16:49:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122701,'2018-12-07 16:49:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122700,'2018-12-07 16:49:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122699,'2018-12-07 16:49:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122698,'2018-12-07 16:49:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122697,'2018-12-07 16:49:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122696,'2018-12-07 16:49:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122695,'2018-12-07 16:49:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122694,'2018-12-07 16:49:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122693,'2018-12-07 16:49:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122692,'2018-12-07 16:49:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122691,'2018-12-07 16:49:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122690,'2018-12-07 16:49:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122689,'2018-12-07 16:49:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122688,'2018-12-07 16:49:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122687,'2018-12-07 16:49:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122686,'2018-12-07 16:49:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122685,'2018-12-07 16:49:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122684,'2018-12-07 16:49:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122683,'2018-12-07 16:49:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122682,'2018-12-07 16:49:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122681,'2018-12-07 16:49:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122680,'2018-12-07 16:49:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122679,'2018-12-07 16:49:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122678,'2018-12-07 16:49:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122677,'2018-12-07 16:49:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122676,'2018-12-07 16:49:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122675,'2018-12-07 16:48:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122674,'2018-12-07 16:48:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122673,'2018-12-07 16:48:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122672,'2018-12-07 16:48:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122671,'2018-12-07 16:48:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122670,'2018-12-07 16:48:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122669,'2018-12-07 16:48:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122668,'2018-12-07 16:48:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122667,'2018-12-07 16:48:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122666,'2018-12-07 16:48:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122665,'2018-12-07 16:48:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122664,'2018-12-07 16:48:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122663,'2018-12-07 16:48:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122662,'2018-12-07 16:48:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122661,'2018-12-07 16:48:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122660,'2018-12-07 16:48:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122659,'2018-12-07 16:48:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122658,'2018-12-07 16:48:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122657,'2018-12-07 16:48:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122656,'2018-12-07 16:48:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122655,'2018-12-07 16:48:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122654,'2018-12-07 16:48:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122653,'2018-12-07 16:48:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122652,'2018-12-07 16:48:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122651,'2018-12-07 16:48:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122650,'2018-12-07 16:48:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122649,'2018-12-07 16:48:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122648,'2018-12-07 16:48:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122647,'2018-12-07 16:48:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122646,'2018-12-07 16:48:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122645,'2018-12-07 16:48:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122644,'2018-12-07 16:48:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122643,'2018-12-07 16:48:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122642,'2018-12-07 16:48:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122641,'2018-12-07 16:48:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122640,'2018-12-07 16:48:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122639,'2018-12-07 16:48:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122638,'2018-12-07 16:48:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122637,'2018-12-07 16:48:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122636,'2018-12-07 16:48:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122635,'2018-12-07 16:48:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122634,'2018-12-07 16:48:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122633,'2018-12-07 16:48:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122632,'2018-12-07 16:48:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122631,'2018-12-07 16:48:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122630,'2018-12-07 16:48:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122629,'2018-12-07 16:48:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122628,'2018-12-07 16:48:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122627,'2018-12-07 16:48:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122626,'2018-12-07 16:48:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122625,'2018-12-07 16:48:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122624,'2018-12-07 16:48:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122623,'2018-12-07 16:48:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122622,'2018-12-07 16:48:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122621,'2018-12-07 16:48:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122620,'2018-12-07 16:48:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122619,'2018-12-07 16:48:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122618,'2018-12-07 16:48:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122617,'2018-12-07 16:48:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122616,'2018-12-07 16:48:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122615,'2018-12-07 16:48:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122614,'2018-12-07 16:48:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122613,'2018-12-07 16:48:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122612,'2018-12-07 16:48:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122611,'2018-12-07 16:48:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122610,'2018-12-07 16:48:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122609,'2018-12-07 16:48:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122608,'2018-12-07 16:48:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122607,'2018-12-07 16:48:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122606,'2018-12-07 16:48:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122605,'2018-12-07 16:48:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122604,'2018-12-07 16:48:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122603,'2018-12-07 16:48:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122602,'2018-12-07 16:48:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122601,'2018-12-07 16:48:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122600,'2018-12-07 16:48:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122599,'2018-12-07 16:48:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122598,'2018-12-07 16:48:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122597,'2018-12-07 16:48:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122596,'2018-12-07 16:48:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122595,'2018-12-07 16:48:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122594,'2018-12-07 16:48:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122593,'2018-12-07 16:48:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122592,'2018-12-07 16:48:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122591,'2018-12-07 16:48:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122590,'2018-12-07 16:48:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122589,'2018-12-07 16:48:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122588,'2018-12-07 16:47:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122587,'2018-12-07 16:47:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122586,'2018-12-07 16:47:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122585,'2018-12-07 16:47:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122584,'2018-12-07 16:47:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122583,'2018-12-07 16:47:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122582,'2018-12-07 16:47:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122581,'2018-12-07 16:47:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122580,'2018-12-07 16:47:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122579,'2018-12-07 16:47:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122578,'2018-12-07 16:47:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122577,'2018-12-07 16:47:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122576,'2018-12-07 16:47:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122575,'2018-12-07 16:47:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122574,'2018-12-07 16:47:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122573,'2018-12-07 16:47:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122572,'2018-12-07 16:47:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122571,'2018-12-07 16:47:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122570,'2018-12-07 16:47:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122569,'2018-12-07 16:47:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122568,'2018-12-07 16:47:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122567,'2018-12-07 16:47:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122566,'2018-12-07 16:47:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122565,'2018-12-07 16:47:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122564,'2018-12-07 16:47:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122563,'2018-12-07 16:47:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122562,'2018-12-07 16:47:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122561,'2018-12-07 16:47:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122560,'2018-12-07 16:47:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122559,'2018-12-07 16:47:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122558,'2018-12-07 16:47:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122557,'2018-12-07 16:47:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122556,'2018-12-07 16:47:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122555,'2018-12-07 16:47:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122554,'2018-12-07 16:47:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122553,'2018-12-07 16:47:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122552,'2018-12-07 16:47:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122551,'2018-12-07 16:47:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122550,'2018-12-07 16:47:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122549,'2018-12-07 16:47:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122548,'2018-12-07 16:47:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122547,'2018-12-07 16:47:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122546,'2018-12-07 16:47:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122545,'2018-12-07 16:47:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122544,'2018-12-07 16:47:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122543,'2018-12-07 16:47:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122542,'2018-12-07 16:47:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122541,'2018-12-07 16:47:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122540,'2018-12-07 16:47:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122539,'2018-12-07 16:47:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122538,'2018-12-07 16:47:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122537,'2018-12-07 16:47:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122536,'2018-12-07 16:47:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122535,'2018-12-07 16:47:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122534,'2018-12-07 16:47:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122533,'2018-12-07 16:47:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122532,'2018-12-07 16:47:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122531,'2018-12-07 16:47:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122530,'2018-12-07 16:47:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122529,'2018-12-07 16:47:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122528,'2018-12-07 16:47:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122527,'2018-12-07 16:47:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122526,'2018-12-07 16:47:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122525,'2018-12-07 16:47:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122524,'2018-12-07 16:47:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122523,'2018-12-07 16:47:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122522,'2018-12-07 16:47:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122521,'2018-12-07 16:47:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122520,'2018-12-07 16:47:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122519,'2018-12-07 16:47:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122518,'2018-12-07 16:47:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122517,'2018-12-07 16:47:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122516,'2018-12-07 16:47:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122515,'2018-12-07 16:47:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122514,'2018-12-07 16:47:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122513,'2018-12-07 16:47:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122512,'2018-12-07 16:47:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122511,'2018-12-07 16:47:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122510,'2018-12-07 16:47:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122509,'2018-12-07 16:47:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122508,'2018-12-07 16:47:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122507,'2018-12-07 16:47:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122506,'2018-12-07 16:47:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122505,'2018-12-07 16:47:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122504,'2018-12-07 16:47:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122503,'2018-12-07 16:47:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122502,'2018-12-07 16:47:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122501,'2018-12-07 16:47:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122500,'2018-12-07 16:47:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122499,'2018-12-07 16:47:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122498,'2018-12-07 16:47:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122497,'2018-12-07 16:47:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122496,'2018-12-07 16:47:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122495,'2018-12-07 16:47:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122494,'2018-12-07 16:46:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122493,'2018-12-07 16:46:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122492,'2018-12-07 16:46:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122491,'2018-12-07 16:46:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122490,'2018-12-07 16:46:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122489,'2018-12-07 16:46:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122488,'2018-12-07 16:46:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122487,'2018-12-07 16:46:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122486,'2018-12-07 16:46:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122485,'2018-12-07 16:46:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122484,'2018-12-07 16:46:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122483,'2018-12-07 16:46:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122482,'2018-12-07 16:46:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122481,'2018-12-07 16:46:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122480,'2018-12-07 16:46:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122479,'2018-12-07 16:46:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122478,'2018-12-07 16:46:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122477,'2018-12-07 16:46:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122476,'2018-12-07 16:46:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122475,'2018-12-07 16:46:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122474,'2018-12-07 16:46:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122473,'2018-12-07 16:46:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122472,'2018-12-07 16:46:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122471,'2018-12-07 16:46:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122470,'2018-12-07 16:46:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122469,'2018-12-07 16:46:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122468,'2018-12-07 16:46:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122467,'2018-12-07 16:46:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122466,'2018-12-07 16:46:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122465,'2018-12-07 16:46:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122464,'2018-12-07 16:46:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122463,'2018-12-07 16:46:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122462,'2018-12-07 16:46:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122461,'2018-12-07 16:46:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122460,'2018-12-07 16:46:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122459,'2018-12-07 16:46:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122458,'2018-12-07 16:46:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122457,'2018-12-07 16:46:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122456,'2018-12-07 16:46:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122455,'2018-12-07 16:46:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122454,'2018-12-07 16:46:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122453,'2018-12-07 16:46:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122452,'2018-12-07 16:46:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122451,'2018-12-07 16:46:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122450,'2018-12-07 16:46:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122449,'2018-12-07 16:46:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122448,'2018-12-07 16:46:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122447,'2018-12-07 16:46:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122446,'2018-12-07 16:46:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122445,'2018-12-07 16:46:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122444,'2018-12-07 16:46:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122443,'2018-12-07 16:46:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122442,'2018-12-07 16:46:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122441,'2018-12-07 16:46:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122440,'2018-12-07 16:46:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122439,'2018-12-07 16:46:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122438,'2018-12-07 16:46:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122437,'2018-12-07 16:46:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122436,'2018-12-07 16:46:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122435,'2018-12-07 16:46:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122434,'2018-12-07 16:46:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122433,'2018-12-07 16:46:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122432,'2018-12-07 16:46:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122431,'2018-12-07 16:46:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122430,'2018-12-07 16:46:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122429,'2018-12-07 16:46:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122428,'2018-12-07 16:46:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122427,'2018-12-07 16:46:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122426,'2018-12-07 16:46:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122425,'2018-12-07 16:46:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122424,'2018-12-07 16:46:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122423,'2018-12-07 16:46:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122422,'2018-12-07 16:46:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122421,'2018-12-07 16:46:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122420,'2018-12-07 16:46:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122419,'2018-12-07 16:46:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122418,'2018-12-07 16:46:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122417,'2018-12-07 16:46:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122416,'2018-12-07 16:46:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122415,'2018-12-07 16:46:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122414,'2018-12-07 16:46:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122413,'2018-12-07 16:46:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122412,'2018-12-07 16:46:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122411,'2018-12-07 16:46:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122410,'2018-12-07 16:46:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122409,'2018-12-07 16:46:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122408,'2018-12-07 16:46:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122407,'2018-12-07 16:46:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122406,'2018-12-07 16:46:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122405,'2018-12-07 16:46:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122404,'2018-12-07 16:45:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122403,'2018-12-07 16:45:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122402,'2018-12-07 16:45:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122401,'2018-12-07 16:45:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122400,'2018-12-07 16:45:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122399,'2018-12-07 16:45:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122398,'2018-12-07 16:45:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122397,'2018-12-07 16:45:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122396,'2018-12-07 16:45:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122395,'2018-12-07 16:45:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122394,'2018-12-07 16:45:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122393,'2018-12-07 16:45:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122392,'2018-12-07 16:45:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122391,'2018-12-07 16:45:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122390,'2018-12-07 16:45:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122389,'2018-12-07 16:45:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122388,'2018-12-07 16:45:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122387,'2018-12-07 16:45:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122386,'2018-12-07 16:45:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122385,'2018-12-07 16:45:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122384,'2018-12-07 16:45:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122383,'2018-12-07 16:45:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122382,'2018-12-07 16:45:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122381,'2018-12-07 16:45:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122380,'2018-12-07 16:45:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122379,'2018-12-07 16:45:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122378,'2018-12-07 16:45:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122377,'2018-12-07 16:45:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122376,'2018-12-07 16:45:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122375,'2018-12-07 16:45:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122374,'2018-12-07 16:45:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122373,'2018-12-07 16:45:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122372,'2018-12-07 16:45:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122371,'2018-12-07 16:45:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122370,'2018-12-07 16:45:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122369,'2018-12-07 16:45:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122368,'2018-12-07 16:45:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122367,'2018-12-07 16:45:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122366,'2018-12-07 16:45:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122365,'2018-12-07 16:45:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122364,'2018-12-07 16:45:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122363,'2018-12-07 16:45:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122362,'2018-12-07 16:45:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122361,'2018-12-07 16:45:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122360,'2018-12-07 16:45:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122359,'2018-12-07 16:45:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122358,'2018-12-07 16:45:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122357,'2018-12-07 16:45:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122356,'2018-12-07 16:45:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122355,'2018-12-07 16:45:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122354,'2018-12-07 16:45:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122353,'2018-12-07 16:45:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122352,'2018-12-07 16:45:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122351,'2018-12-07 16:45:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122350,'2018-12-07 16:45:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122349,'2018-12-07 16:45:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122348,'2018-12-07 16:45:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122347,'2018-12-07 16:45:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122346,'2018-12-07 16:45:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122345,'2018-12-07 16:45:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122344,'2018-12-07 16:45:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122343,'2018-12-07 16:45:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122342,'2018-12-07 16:45:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122341,'2018-12-07 16:45:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122340,'2018-12-07 16:45:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122339,'2018-12-07 16:45:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122338,'2018-12-07 16:45:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122337,'2018-12-07 16:45:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122336,'2018-12-07 16:45:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122335,'2018-12-07 16:45:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122334,'2018-12-07 16:45:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122333,'2018-12-07 16:45:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122332,'2018-12-07 16:45:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122331,'2018-12-07 16:45:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122330,'2018-12-07 16:45:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122329,'2018-12-07 16:45:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122328,'2018-12-07 16:45:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122327,'2018-12-07 16:45:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122326,'2018-12-07 16:45:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122325,'2018-12-07 16:45:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122324,'2018-12-07 16:45:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122323,'2018-12-07 16:45:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122322,'2018-12-07 16:45:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122321,'2018-12-07 16:45:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122320,'2018-12-07 16:45:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122319,'2018-12-07 16:45:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122318,'2018-12-07 16:44:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122317,'2018-12-07 16:44:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122316,'2018-12-07 16:44:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122315,'2018-12-07 16:44:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122314,'2018-12-07 16:44:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122313,'2018-12-07 16:44:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122312,'2018-12-07 16:44:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122311,'2018-12-07 16:44:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122310,'2018-12-07 16:44:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122309,'2018-12-07 16:44:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122308,'2018-12-07 16:44:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122307,'2018-12-07 16:44:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122306,'2018-12-07 16:44:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122305,'2018-12-07 16:44:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122304,'2018-12-07 16:44:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122303,'2018-12-07 16:44:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122302,'2018-12-07 16:44:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122301,'2018-12-07 16:44:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122300,'2018-12-07 16:44:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122299,'2018-12-07 16:44:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122298,'2018-12-07 16:44:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122297,'2018-12-07 16:44:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122296,'2018-12-07 16:44:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122295,'2018-12-07 16:44:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122294,'2018-12-07 16:44:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122293,'2018-12-07 16:44:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122292,'2018-12-07 16:44:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122291,'2018-12-07 16:44:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122290,'2018-12-07 16:44:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122289,'2018-12-07 16:44:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122288,'2018-12-07 16:44:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122287,'2018-12-07 16:44:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122286,'2018-12-07 16:44:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122285,'2018-12-07 16:44:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122284,'2018-12-07 16:44:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122283,'2018-12-07 16:44:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122282,'2018-12-07 16:44:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122281,'2018-12-07 16:44:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122280,'2018-12-07 16:44:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122279,'2018-12-07 16:44:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122278,'2018-12-07 16:44:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122277,'2018-12-07 16:44:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122276,'2018-12-07 16:44:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122275,'2018-12-07 16:44:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122274,'2018-12-07 16:44:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122273,'2018-12-07 16:44:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122272,'2018-12-07 16:44:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122271,'2018-12-07 16:44:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122270,'2018-12-07 16:44:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122269,'2018-12-07 16:44:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122268,'2018-12-07 16:44:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122267,'2018-12-07 16:44:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122266,'2018-12-07 16:44:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122265,'2018-12-07 16:44:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122264,'2018-12-07 16:44:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122263,'2018-12-07 16:44:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122262,'2018-12-07 16:44:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122261,'2018-12-07 16:44:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122260,'2018-12-07 16:44:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122259,'2018-12-07 16:44:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122258,'2018-12-07 16:44:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122257,'2018-12-07 16:44:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122256,'2018-12-07 16:44:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122255,'2018-12-07 16:44:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122254,'2018-12-07 16:44:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122253,'2018-12-07 16:44:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122252,'2018-12-07 16:44:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122251,'2018-12-07 16:44:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122250,'2018-12-07 16:44:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122249,'2018-12-07 16:44:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122248,'2018-12-07 16:44:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122247,'2018-12-07 16:44:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122246,'2018-12-07 16:44:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122245,'2018-12-07 16:44:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122244,'2018-12-07 16:44:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122243,'2018-12-07 16:44:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122242,'2018-12-07 16:44:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122241,'2018-12-07 16:44:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122240,'2018-12-07 16:44:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122239,'2018-12-07 16:44:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122238,'2018-12-07 16:44:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122237,'2018-12-07 16:44:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122236,'2018-12-07 06:05:25','AvailableUpdatesLogger','notice','Found an update to theme \"{theme_name}\"','958f46900779cdd4735dde2e4b424184','wp'),(122235,'2018-12-07 06:05:25','AvailableUpdatesLogger','notice','Found an update to theme \"{theme_name}\"','29ea82e7d5e8feecf262358054bd143b','wp'),(122233,'2018-12-07 06:05:23','AvailableUpdatesLogger','notice','Found an update to WordPress.','1f6bed5120a1cc19ffa2983f390d7b4e','wp'),(122234,'2018-12-07 06:05:25','AvailableUpdatesLogger','notice','Found an update to theme \"{theme_name}\"','7f4386738f488ea23661c5fc4e4b3ee3','wp'),(122232,'2018-12-07 00:56:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122231,'2018-12-07 00:56:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122230,'2018-12-07 00:56:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122229,'2018-12-07 00:56:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122228,'2018-12-07 00:56:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122227,'2018-12-07 00:56:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122226,'2018-12-07 00:56:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122225,'2018-12-07 00:56:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122224,'2018-12-07 00:56:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122223,'2018-12-07 00:56:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122222,'2018-12-07 00:56:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122221,'2018-12-07 00:56:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122220,'2018-12-07 00:56:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122219,'2018-12-07 00:55:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122218,'2018-12-07 00:52:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122217,'2018-12-07 00:52:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122216,'2018-12-07 00:52:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122215,'2018-12-07 00:52:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122214,'2018-12-07 00:52:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122213,'2018-12-07 00:52:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122212,'2018-12-07 00:52:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122211,'2018-12-07 00:52:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122210,'2018-12-07 00:52:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122209,'2018-12-07 00:52:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122208,'2018-12-07 00:52:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122207,'2018-12-07 00:52:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122206,'2018-12-07 00:52:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122205,'2018-12-07 00:52:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122204,'2018-12-07 00:52:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122203,'2018-12-07 00:52:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122202,'2018-12-07 00:52:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122201,'2018-12-07 00:52:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122200,'2018-12-07 00:52:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122199,'2018-12-07 00:52:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122198,'2018-12-07 00:52:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122197,'2018-12-07 00:51:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122196,'2018-12-07 00:51:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122195,'2018-12-07 00:51:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122194,'2018-12-07 00:51:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122193,'2018-12-07 00:51:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122192,'2018-12-07 00:51:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122191,'2018-12-07 00:51:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122190,'2018-12-07 00:51:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122189,'2018-12-07 00:51:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122188,'2018-12-07 00:51:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122187,'2018-12-07 00:51:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122186,'2018-12-07 00:51:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122185,'2018-12-07 00:51:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122184,'2018-12-07 00:51:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122183,'2018-12-07 00:51:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122182,'2018-12-07 00:51:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122181,'2018-12-07 00:51:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122180,'2018-12-07 00:51:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122179,'2018-12-07 00:51:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122178,'2018-12-07 00:51:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122177,'2018-12-07 00:51:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122176,'2018-12-07 00:51:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122175,'2018-12-07 00:51:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122174,'2018-12-07 00:51:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122173,'2018-12-07 00:48:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122172,'2018-12-07 00:48:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122171,'2018-12-07 00:48:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122170,'2018-12-07 00:48:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122169,'2018-12-07 00:48:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122168,'2018-12-07 00:48:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122167,'2018-12-07 00:48:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122166,'2018-12-07 00:48:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122165,'2018-12-07 00:48:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122164,'2018-12-07 00:48:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122163,'2018-12-07 00:48:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122162,'2018-12-07 00:48:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122161,'2018-12-07 00:48:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122160,'2018-12-07 00:48:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122159,'2018-12-07 00:48:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122158,'2018-12-07 00:48:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122157,'2018-12-07 00:47:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122156,'2018-12-07 00:47:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122155,'2018-12-07 00:47:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122154,'2018-12-07 00:47:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122153,'2018-12-07 00:47:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122152,'2018-12-07 00:47:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122151,'2018-12-07 00:47:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122150,'2018-12-07 00:47:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122149,'2018-12-07 00:47:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122148,'2018-12-07 00:47:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122147,'2018-12-07 00:47:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122146,'2018-12-07 00:47:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122145,'2018-12-07 00:47:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122144,'2018-12-07 00:47:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122143,'2018-12-07 00:47:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122142,'2018-12-07 00:47:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122141,'2018-12-07 00:47:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122140,'2018-12-07 00:47:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122139,'2018-12-07 00:47:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122138,'2018-12-07 00:47:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122137,'2018-12-07 00:47:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122136,'2018-12-07 00:47:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122135,'2018-12-07 00:47:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122134,'2018-12-07 00:47:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122133,'2018-12-07 00:47:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122132,'2018-12-07 00:47:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122131,'2018-12-07 00:47:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122130,'2018-12-07 00:47:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122129,'2018-12-07 00:47:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122128,'2018-12-07 00:47:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122127,'2018-12-07 00:47:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122126,'2018-12-07 00:47:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122125,'2018-12-07 00:47:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122124,'2018-12-07 00:47:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122123,'2018-12-07 00:47:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122122,'2018-12-07 00:47:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122121,'2018-12-07 00:47:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122120,'2018-12-07 00:47:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122119,'2018-12-07 00:47:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122118,'2018-12-07 00:47:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122117,'2018-12-07 00:47:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122116,'2018-12-07 00:47:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122115,'2018-12-07 00:47:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122114,'2018-12-07 00:47:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122113,'2018-12-07 00:47:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122112,'2018-12-07 00:47:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122111,'2018-12-07 00:47:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122110,'2018-12-07 00:47:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122109,'2018-12-07 00:47:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122108,'2018-12-07 00:47:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122107,'2018-12-07 00:47:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122106,'2018-12-07 00:46:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122105,'2018-12-07 00:46:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122104,'2018-12-07 00:46:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122103,'2018-12-07 00:46:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122102,'2018-12-07 00:46:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122101,'2018-12-07 00:46:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122100,'2018-12-07 00:46:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122099,'2018-12-07 00:46:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122098,'2018-12-07 00:46:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122097,'2018-12-07 00:46:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122096,'2018-12-07 00:46:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122095,'2018-12-07 00:46:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122094,'2018-12-07 00:46:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122093,'2018-12-07 00:46:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122092,'2018-12-07 00:46:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122091,'2018-12-07 00:46:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122090,'2018-12-07 00:46:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122089,'2018-12-07 00:46:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122088,'2018-12-07 00:46:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122087,'2018-12-07 00:46:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122086,'2018-12-07 00:46:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122085,'2018-12-07 00:46:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122084,'2018-12-07 00:46:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122083,'2018-12-07 00:46:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122082,'2018-12-07 00:46:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122081,'2018-12-07 00:46:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122080,'2018-12-07 00:46:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122079,'2018-12-07 00:46:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122078,'2018-12-07 00:46:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122077,'2018-12-07 00:46:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122076,'2018-12-07 00:46:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122075,'2018-12-07 00:46:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122074,'2018-12-07 00:46:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122073,'2018-12-07 00:45:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122072,'2018-12-07 00:45:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122071,'2018-12-07 00:45:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122070,'2018-12-07 00:45:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122069,'2018-12-07 00:45:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122068,'2018-12-07 00:45:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122067,'2018-12-07 00:45:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122066,'2018-12-07 00:45:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122065,'2018-12-07 00:45:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122064,'2018-12-07 00:45:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122063,'2018-12-07 00:45:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122062,'2018-12-07 00:45:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122061,'2018-12-07 00:45:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122060,'2018-12-07 00:44:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122059,'2018-12-07 00:44:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122058,'2018-12-07 00:44:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122057,'2018-12-07 00:44:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122056,'2018-12-07 00:44:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122055,'2018-12-07 00:44:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122054,'2018-12-07 00:44:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122053,'2018-12-07 00:44:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122052,'2018-12-07 00:44:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122051,'2018-12-07 00:44:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122050,'2018-12-07 00:44:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122049,'2018-12-07 00:44:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122048,'2018-12-07 00:44:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122047,'2018-12-07 00:44:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122046,'2018-12-07 00:44:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122045,'2018-12-07 00:44:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122044,'2018-12-07 00:44:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122043,'2018-12-07 00:44:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122042,'2018-12-07 00:44:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122041,'2018-12-07 00:44:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122040,'2018-12-07 00:44:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122039,'2018-12-07 00:44:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122038,'2018-12-07 00:44:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122037,'2018-12-07 00:44:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122036,'2018-12-07 00:44:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122035,'2018-12-07 00:44:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122034,'2018-12-07 00:44:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122033,'2018-12-07 00:44:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122032,'2018-12-07 00:44:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122031,'2018-12-07 00:44:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122030,'2018-12-07 00:44:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122029,'2018-12-07 00:44:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122028,'2018-12-07 00:44:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122027,'2018-12-07 00:44:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122026,'2018-12-07 00:44:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122025,'2018-12-07 00:44:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122024,'2018-12-07 00:44:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122023,'2018-12-07 00:44:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122022,'2018-12-07 00:44:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122021,'2018-12-07 00:44:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122020,'2018-12-07 00:44:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122019,'2018-12-07 00:44:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122018,'2018-12-07 00:44:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122017,'2018-12-07 00:44:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122016,'2018-12-07 00:44:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122015,'2018-12-07 00:44:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122014,'2018-12-07 00:44:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122013,'2018-12-07 00:44:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122012,'2018-12-07 00:43:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122011,'2018-12-07 00:43:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122010,'2018-12-07 00:43:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122009,'2018-12-07 00:43:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122008,'2018-12-07 00:43:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122007,'2018-12-07 00:43:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122006,'2018-12-07 00:43:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122005,'2018-12-07 00:43:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122004,'2018-12-07 00:43:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122003,'2018-12-07 00:43:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122002,'2018-12-07 00:43:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122001,'2018-12-07 00:43:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(122000,'2018-12-07 00:43:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121999,'2018-12-07 00:43:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121998,'2018-12-07 00:43:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121997,'2018-12-07 00:43:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121996,'2018-12-07 00:43:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121995,'2018-12-07 00:43:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121994,'2018-12-07 00:43:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121993,'2018-12-07 00:43:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121992,'2018-12-07 00:43:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121991,'2018-12-07 00:43:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121990,'2018-12-07 00:43:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121989,'2018-12-07 00:43:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121988,'2018-12-07 00:43:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121987,'2018-12-07 00:43:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121986,'2018-12-07 00:43:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121985,'2018-12-07 00:43:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121984,'2018-12-07 00:43:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121983,'2018-12-07 00:43:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121982,'2018-12-07 00:43:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121981,'2018-12-07 00:43:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121980,'2018-12-07 00:43:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121979,'2018-12-07 00:43:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121978,'2018-12-07 00:43:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121977,'2018-12-07 00:43:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121976,'2018-12-07 00:43:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121975,'2018-12-07 00:43:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121974,'2018-12-07 00:43:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121973,'2018-12-07 00:43:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121972,'2018-12-07 00:43:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121971,'2018-12-07 00:43:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121970,'2018-12-07 00:43:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121969,'2018-12-07 00:43:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121968,'2018-12-07 00:42:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121967,'2018-12-07 00:42:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121966,'2018-12-07 00:42:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121965,'2018-12-07 00:42:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121964,'2018-12-07 00:42:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121963,'2018-12-07 00:42:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121962,'2018-12-07 00:42:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121961,'2018-12-07 00:42:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121960,'2018-12-07 00:42:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121959,'2018-12-07 00:42:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121958,'2018-12-07 00:42:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121957,'2018-12-07 00:42:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121956,'2018-12-07 00:42:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121955,'2018-12-07 00:42:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121954,'2018-12-07 00:42:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121953,'2018-12-07 00:42:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121952,'2018-12-07 00:42:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121951,'2018-12-07 00:42:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121950,'2018-12-07 00:42:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121949,'2018-12-07 00:42:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121948,'2018-12-07 00:42:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121947,'2018-12-07 00:42:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121946,'2018-12-07 00:42:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121945,'2018-12-07 00:42:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121944,'2018-12-07 00:42:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121943,'2018-12-07 00:42:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121942,'2018-12-07 00:42:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121941,'2018-12-07 00:42:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121940,'2018-12-07 00:42:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121939,'2018-12-07 00:42:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121938,'2018-12-07 00:41:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121937,'2018-12-07 00:41:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121936,'2018-12-07 00:41:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121935,'2018-12-07 00:41:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121934,'2018-12-07 00:41:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121933,'2018-12-07 00:41:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121932,'2018-12-07 00:41:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121931,'2018-12-07 00:41:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121930,'2018-12-07 00:41:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121929,'2018-12-07 00:41:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121928,'2018-12-07 00:41:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121927,'2018-12-07 00:41:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121926,'2018-12-07 00:41:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121925,'2018-12-07 00:41:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121924,'2018-12-07 00:41:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121923,'2018-12-07 00:41:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121922,'2018-12-07 00:41:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121921,'2018-12-07 00:41:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121920,'2018-12-07 00:41:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121919,'2018-12-07 00:41:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121918,'2018-12-07 00:41:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121917,'2018-12-07 00:40:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121916,'2018-12-07 00:40:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121915,'2018-12-07 00:40:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121914,'2018-12-07 00:40:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121913,'2018-12-07 00:40:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121912,'2018-12-07 00:40:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121911,'2018-12-07 00:40:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121910,'2018-12-07 00:40:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121909,'2018-12-07 00:40:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121908,'2018-12-07 00:40:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121907,'2018-12-07 00:40:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121906,'2018-12-07 00:40:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121905,'2018-12-07 00:40:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121904,'2018-12-07 00:40:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121903,'2018-12-07 00:40:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121902,'2018-12-07 00:40:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121901,'2018-12-07 00:40:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121900,'2018-12-07 00:40:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121899,'2018-12-07 00:40:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121898,'2018-12-07 00:40:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121897,'2018-12-07 00:39:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121896,'2018-12-07 00:39:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121895,'2018-12-07 00:39:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121894,'2018-12-07 00:39:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121893,'2018-12-07 00:39:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121892,'2018-12-07 00:39:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121891,'2018-12-07 00:39:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121890,'2018-12-07 00:39:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121889,'2018-12-07 00:38:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121888,'2018-12-07 00:38:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121887,'2018-12-07 00:38:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121886,'2018-12-07 00:38:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121885,'2018-12-07 00:38:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121884,'2018-12-07 00:38:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121883,'2018-12-07 00:38:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121882,'2018-12-07 00:38:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121881,'2018-12-07 00:38:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121880,'2018-12-07 00:38:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121879,'2018-12-07 00:38:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121878,'2018-12-07 00:38:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121877,'2018-12-07 00:38:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121876,'2018-12-07 00:38:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121875,'2018-12-07 00:38:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121874,'2018-12-07 00:38:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121873,'2018-12-07 00:38:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121872,'2018-12-07 00:38:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121871,'2018-12-07 00:38:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121870,'2018-12-07 00:38:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121869,'2018-12-07 00:38:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121868,'2018-12-07 00:38:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121867,'2018-12-07 00:38:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121866,'2018-12-07 00:38:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121865,'2018-12-07 00:38:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121864,'2018-12-07 00:38:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121863,'2018-12-07 00:38:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121862,'2018-12-07 00:38:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121861,'2018-12-07 00:38:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121860,'2018-12-07 00:38:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121859,'2018-12-07 00:38:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121858,'2018-12-07 00:37:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121857,'2018-12-07 00:37:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121856,'2018-12-07 00:37:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121855,'2018-12-07 00:37:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121854,'2018-12-07 00:37:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121853,'2018-12-07 00:37:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121852,'2018-12-07 00:37:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121851,'2018-12-07 00:37:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121850,'2018-12-07 00:37:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121849,'2018-12-07 00:37:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121848,'2018-12-07 00:37:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121847,'2018-12-07 00:37:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121846,'2018-12-07 00:37:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121845,'2018-12-07 00:37:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121844,'2018-12-07 00:37:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121843,'2018-12-07 00:37:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121842,'2018-12-07 00:37:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121841,'2018-12-07 00:37:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121840,'2018-12-07 00:37:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121839,'2018-12-07 00:37:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121838,'2018-12-07 00:37:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121837,'2018-12-07 00:37:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121836,'2018-12-07 00:37:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121835,'2018-12-07 00:37:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121834,'2018-12-07 00:37:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121833,'2018-12-07 00:37:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121832,'2018-12-07 00:37:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121831,'2018-12-07 00:37:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121830,'2018-12-07 00:37:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121829,'2018-12-07 00:37:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121828,'2018-12-07 00:37:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121827,'2018-12-07 00:36:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121826,'2018-12-07 00:36:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121825,'2018-12-07 00:36:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121824,'2018-12-07 00:36:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121823,'2018-12-07 00:36:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121822,'2018-12-07 00:36:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121821,'2018-12-07 00:36:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121820,'2018-12-07 00:36:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121819,'2018-12-07 00:36:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121818,'2018-12-07 00:36:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121817,'2018-12-07 00:36:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121816,'2018-12-07 00:36:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121815,'2018-12-07 00:36:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121814,'2018-12-07 00:36:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121813,'2018-12-07 00:36:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121812,'2018-12-07 00:36:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121811,'2018-12-07 00:36:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121810,'2018-12-07 00:36:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121809,'2018-12-07 00:36:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121808,'2018-12-07 00:36:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121807,'2018-12-07 00:36:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121806,'2018-12-07 00:36:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121805,'2018-12-07 00:36:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121804,'2018-12-07 00:36:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121803,'2018-12-07 00:36:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121802,'2018-12-07 00:36:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121801,'2018-12-07 00:36:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121800,'2018-12-07 00:36:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121799,'2018-12-07 00:36:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121798,'2018-12-07 00:36:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121797,'2018-12-07 00:34:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121796,'2018-12-07 00:34:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121795,'2018-12-07 00:34:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121794,'2018-12-07 00:34:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121793,'2018-12-07 00:34:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121792,'2018-12-07 00:34:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121791,'2018-12-07 00:34:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121790,'2018-12-07 00:34:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121789,'2018-12-07 00:34:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121788,'2018-12-07 00:34:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121787,'2018-12-07 00:34:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121786,'2018-12-07 00:34:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121785,'2018-12-07 00:34:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121784,'2018-12-07 00:33:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121783,'2018-12-07 00:33:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121782,'2018-12-07 00:33:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121781,'2018-12-07 00:33:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121780,'2018-12-07 00:33:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121779,'2018-12-07 00:33:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121778,'2018-12-07 00:33:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121777,'2018-12-07 00:33:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121776,'2018-12-07 00:33:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121775,'2018-12-07 00:33:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121774,'2018-12-07 00:33:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121773,'2018-12-07 00:33:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121772,'2018-12-07 00:33:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121771,'2018-12-07 00:33:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121770,'2018-12-07 00:33:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121769,'2018-12-07 00:33:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121768,'2018-12-07 00:33:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121767,'2018-12-07 00:33:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121766,'2018-12-07 00:33:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121765,'2018-12-07 00:33:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121764,'2018-12-07 00:33:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121763,'2018-12-07 00:33:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121762,'2018-12-07 00:33:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121761,'2018-12-07 00:33:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121760,'2018-12-07 00:33:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121759,'2018-12-07 00:33:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121758,'2018-12-07 00:33:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121757,'2018-12-07 00:33:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121756,'2018-12-07 00:33:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121755,'2018-12-07 00:33:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121754,'2018-12-07 00:33:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121753,'2018-12-07 00:33:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121752,'2018-12-07 00:32:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121751,'2018-12-07 00:32:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121750,'2018-12-07 00:32:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121749,'2018-12-07 00:32:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121748,'2018-12-07 00:32:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121747,'2018-12-07 00:32:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121746,'2018-12-07 00:32:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121745,'2018-12-07 00:32:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121744,'2018-12-07 00:32:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121743,'2018-12-07 00:32:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121742,'2018-12-07 00:32:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121741,'2018-12-07 00:32:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121740,'2018-12-07 00:32:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121739,'2018-12-07 00:32:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121738,'2018-12-07 00:32:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121737,'2018-12-07 00:32:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121736,'2018-12-07 00:32:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121735,'2018-12-07 00:32:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121734,'2018-12-07 00:32:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121733,'2018-12-07 00:32:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121732,'2018-12-07 00:32:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121731,'2018-12-07 00:32:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121730,'2018-12-07 00:32:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121729,'2018-12-07 00:32:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121728,'2018-12-07 00:32:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121727,'2018-12-07 00:32:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121726,'2018-12-07 00:32:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121725,'2018-12-07 00:32:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121724,'2018-12-07 00:32:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121723,'2018-12-07 00:32:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121722,'2018-12-07 00:32:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121721,'2018-12-07 00:31:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121720,'2018-12-07 00:31:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121719,'2018-12-07 00:31:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121718,'2018-12-07 00:31:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121717,'2018-12-07 00:31:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121716,'2018-12-07 00:31:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121715,'2018-12-07 00:31:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121714,'2018-12-07 00:31:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121713,'2018-12-07 00:31:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121712,'2018-12-07 00:31:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121711,'2018-12-07 00:31:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121710,'2018-12-07 00:31:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121709,'2018-12-07 00:31:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121708,'2018-12-07 00:31:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121707,'2018-12-07 00:31:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121706,'2018-12-07 00:31:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121705,'2018-12-07 00:31:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121704,'2018-12-07 00:31:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121703,'2018-12-07 00:31:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121702,'2018-12-07 00:31:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121701,'2018-12-07 00:31:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121700,'2018-12-07 00:31:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121699,'2018-12-07 00:31:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121698,'2018-12-07 00:31:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121697,'2018-12-07 00:31:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121696,'2018-12-07 00:31:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121695,'2018-12-07 00:31:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121694,'2018-12-07 00:30:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121693,'2018-12-07 00:30:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121692,'2018-12-07 00:30:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121691,'2018-12-07 00:30:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121690,'2018-12-07 00:30:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121689,'2018-12-07 00:30:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121688,'2018-12-07 00:30:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121687,'2018-12-07 00:30:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121686,'2018-12-07 00:30:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121685,'2018-12-07 00:30:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121684,'2018-12-07 00:30:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121683,'2018-12-07 00:30:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121682,'2018-12-07 00:30:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121681,'2018-12-07 00:30:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121680,'2018-12-07 00:30:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121679,'2018-12-07 00:30:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121678,'2018-12-07 00:30:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121677,'2018-12-07 00:30:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121676,'2018-12-07 00:30:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121675,'2018-12-07 00:30:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121674,'2018-12-07 00:30:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121673,'2018-12-07 00:30:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121672,'2018-12-07 00:30:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121671,'2018-12-07 00:30:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121670,'2018-12-07 00:30:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121669,'2018-12-07 00:30:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121668,'2018-12-07 00:29:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121667,'2018-12-07 00:29:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121666,'2018-12-07 00:29:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121665,'2018-12-07 00:29:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121664,'2018-12-07 00:29:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121663,'2018-12-07 00:29:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121662,'2018-12-07 00:29:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121661,'2018-12-07 00:29:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121660,'2018-12-07 00:29:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121659,'2018-12-07 00:29:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121658,'2018-12-07 00:29:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121657,'2018-12-07 00:29:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121656,'2018-12-07 00:29:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121655,'2018-12-07 00:29:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121654,'2018-12-07 00:29:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121653,'2018-12-07 00:29:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121652,'2018-12-07 00:29:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121651,'2018-12-07 00:29:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121650,'2018-12-07 00:29:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121649,'2018-12-07 00:29:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121648,'2018-12-07 00:29:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121647,'2018-12-07 00:29:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121646,'2018-12-07 00:29:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121645,'2018-12-07 00:29:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121644,'2018-12-07 00:29:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121643,'2018-12-07 00:29:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121642,'2018-12-07 00:29:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121641,'2018-12-07 00:28:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121640,'2018-12-07 00:28:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121639,'2018-12-07 00:28:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121638,'2018-12-07 00:28:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121637,'2018-12-07 00:28:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121636,'2018-12-07 00:28:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121635,'2018-12-07 00:28:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121634,'2018-12-07 00:28:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121633,'2018-12-07 00:28:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121632,'2018-12-07 00:28:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121631,'2018-12-07 00:28:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121630,'2018-12-07 00:28:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121629,'2018-12-07 00:28:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121628,'2018-12-07 00:28:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121627,'2018-12-07 00:28:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121626,'2018-12-07 00:28:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121625,'2018-12-07 00:28:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121624,'2018-12-07 00:28:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121623,'2018-12-07 00:28:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121622,'2018-12-07 00:28:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121621,'2018-12-07 00:28:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121620,'2018-12-07 00:28:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121619,'2018-12-07 00:28:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121618,'2018-12-07 00:28:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121617,'2018-12-07 00:28:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121616,'2018-12-07 00:28:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121615,'2018-12-07 00:28:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121614,'2018-12-07 00:27:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121613,'2018-12-07 00:27:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121612,'2018-12-07 00:27:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121611,'2018-12-07 00:27:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121610,'2018-12-07 00:27:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121609,'2018-12-07 00:27:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121608,'2018-12-07 00:27:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121607,'2018-12-07 00:27:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121606,'2018-12-07 00:27:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121605,'2018-12-07 00:27:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121604,'2018-12-07 00:27:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121603,'2018-12-07 00:27:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121602,'2018-12-07 00:27:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121601,'2018-12-07 00:27:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121600,'2018-12-07 00:27:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121599,'2018-12-07 00:27:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121598,'2018-12-07 00:27:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121597,'2018-12-07 00:27:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121596,'2018-12-07 00:27:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121595,'2018-12-07 00:27:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121594,'2018-12-07 00:23:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121593,'2018-12-07 00:23:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121592,'2018-12-07 00:23:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121591,'2018-12-07 00:23:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121590,'2018-12-07 00:23:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121589,'2018-12-07 00:23:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121588,'2018-12-07 00:23:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121587,'2018-12-07 00:23:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121586,'2018-12-07 00:22:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121585,'2018-12-07 00:22:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121584,'2018-12-07 00:22:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121583,'2018-12-07 00:22:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121582,'2018-12-07 00:22:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121581,'2018-12-07 00:22:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121580,'2018-12-07 00:22:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121579,'2018-12-07 00:22:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121578,'2018-12-07 00:22:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121577,'2018-12-07 00:22:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121576,'2018-12-07 00:22:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121575,'2018-12-07 00:22:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121574,'2018-12-07 00:22:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121573,'2018-12-07 00:22:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121572,'2018-12-07 00:22:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121571,'2018-12-07 00:22:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121570,'2018-12-07 00:22:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121569,'2018-12-07 00:22:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121568,'2018-12-07 00:22:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121567,'2018-12-07 00:22:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121566,'2018-12-07 00:22:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121565,'2018-12-07 00:22:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121564,'2018-12-07 00:21:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121563,'2018-12-07 00:21:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121562,'2018-12-07 00:21:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121561,'2018-12-07 00:21:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121560,'2018-12-07 00:21:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121559,'2018-12-07 00:21:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121558,'2018-12-07 00:21:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121557,'2018-12-07 00:21:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121556,'2018-12-07 00:21:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121555,'2018-12-07 00:21:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121554,'2018-12-07 00:21:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121553,'2018-12-07 00:21:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121552,'2018-12-07 00:21:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121551,'2018-12-07 00:21:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121550,'2018-12-07 00:21:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121549,'2018-12-07 00:21:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121548,'2018-12-07 00:21:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121547,'2018-12-07 00:21:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121546,'2018-12-07 00:20:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121545,'2018-12-07 00:20:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121544,'2018-12-07 00:20:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121543,'2018-12-07 00:20:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121542,'2018-12-07 00:20:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121541,'2018-12-07 00:18:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121540,'2018-12-07 00:18:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121539,'2018-12-07 00:18:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121538,'2018-12-07 00:18:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121537,'2018-12-07 00:18:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121536,'2018-12-07 00:18:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121535,'2018-12-07 00:18:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121534,'2018-12-07 00:18:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121533,'2018-12-07 00:18:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121532,'2018-12-07 00:18:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121531,'2018-12-07 00:18:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121530,'2018-12-07 00:18:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121529,'2018-12-07 00:18:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121528,'2018-12-07 00:18:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121527,'2018-12-07 00:18:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121526,'2018-12-07 00:18:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121525,'2018-12-07 00:17:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121524,'2018-12-07 00:17:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121523,'2018-12-07 00:17:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121522,'2018-12-07 00:17:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121521,'2018-12-07 00:17:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121520,'2018-12-07 00:17:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121519,'2018-12-07 00:17:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121518,'2018-12-07 00:17:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121517,'2018-12-07 00:17:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121516,'2018-12-07 00:17:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121515,'2018-12-06 23:18:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121514,'2018-12-06 23:17:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121513,'2018-12-06 23:17:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121512,'2018-12-06 23:17:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121511,'2018-12-06 23:17:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121510,'2018-12-06 23:16:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121509,'2018-12-06 23:16:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121508,'2018-12-06 23:16:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121507,'2018-12-06 23:16:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121506,'2018-12-06 23:15:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121505,'2018-12-06 23:15:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121504,'2018-12-06 23:14:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121503,'2018-12-06 23:14:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121502,'2018-12-06 23:13:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121501,'2018-12-06 23:13:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121500,'2018-12-06 23:13:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121499,'2018-12-06 23:11:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121498,'2018-12-06 23:11:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121497,'2018-12-06 23:11:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121496,'2018-12-06 23:11:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121495,'2018-12-06 23:11:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121494,'2018-12-06 23:11:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121493,'2018-12-06 23:11:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121492,'2018-12-06 23:11:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121491,'2018-12-06 23:11:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121490,'2018-12-06 23:11:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121489,'2018-12-06 23:10:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121488,'2018-12-06 23:10:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121487,'2018-12-06 23:09:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121486,'2018-12-06 23:09:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121485,'2018-12-06 23:09:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121484,'2018-12-06 23:09:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121483,'2018-12-06 23:09:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121482,'2018-12-06 23:08:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121481,'2018-12-06 23:07:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121480,'2018-12-06 23:06:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121479,'2018-12-06 23:06:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121478,'2018-12-06 23:06:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121477,'2018-12-06 23:06:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121476,'2018-12-06 23:05:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121475,'2018-12-06 23:05:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121474,'2018-12-06 23:05:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121473,'2018-12-06 23:05:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121472,'2018-12-06 23:04:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121471,'2018-12-06 23:04:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121470,'2018-12-06 23:03:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121469,'2018-12-06 23:03:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121468,'2018-12-06 23:02:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121467,'2018-12-06 23:02:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121466,'2018-12-06 23:02:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121465,'2018-12-06 23:01:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121464,'2018-12-06 23:01:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121463,'2018-12-06 23:00:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121462,'2018-12-06 23:00:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121461,'2018-12-06 22:59:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121460,'2018-12-06 22:59:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121459,'2018-12-06 22:59:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121458,'2018-12-06 22:58:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121457,'2018-12-06 22:58:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121456,'2018-12-06 22:58:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121455,'2018-12-06 22:58:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121454,'2018-12-06 22:57:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121453,'2018-12-06 22:57:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121452,'2018-12-06 22:57:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121451,'2018-12-06 22:57:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121450,'2018-12-06 22:56:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121449,'2018-12-06 22:55:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121448,'2018-12-06 22:55:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121447,'2018-12-06 22:55:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121446,'2018-12-06 22:54:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121445,'2018-12-06 22:54:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121444,'2018-12-06 22:54:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121443,'2018-12-06 22:53:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121442,'2018-12-06 22:53:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121441,'2018-12-06 22:53:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121440,'2018-12-06 22:52:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121439,'2018-12-06 22:52:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121438,'2018-12-06 22:52:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121437,'2018-12-06 22:52:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121436,'2018-12-06 22:52:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121435,'2018-12-06 22:52:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121434,'2018-12-06 22:52:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121433,'2018-12-06 22:52:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121432,'2018-12-06 22:52:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121431,'2018-12-06 22:52:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121430,'2018-12-06 22:51:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121429,'2018-12-06 22:51:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121428,'2018-12-06 22:51:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121427,'2018-12-06 22:50:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121426,'2018-12-06 22:50:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121425,'2018-12-06 22:49:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121424,'2018-12-06 22:49:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121423,'2018-12-06 22:49:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121422,'2018-12-06 22:49:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121421,'2018-12-06 22:49:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121420,'2018-12-06 22:48:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121419,'2018-12-06 22:48:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121418,'2018-12-06 22:48:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121417,'2018-12-06 22:47:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121416,'2018-12-06 22:47:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121415,'2018-12-06 22:47:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121414,'2018-12-06 22:47:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121413,'2018-12-06 22:47:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121412,'2018-12-06 22:47:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121411,'2018-12-06 22:47:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121410,'2018-12-06 22:47:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121409,'2018-12-06 22:47:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121408,'2018-12-06 22:46:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121407,'2018-12-06 22:46:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121406,'2018-12-06 22:46:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121405,'2018-12-06 22:46:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121404,'2018-12-06 22:46:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121403,'2018-12-06 22:46:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121402,'2018-12-06 22:46:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121401,'2018-12-06 22:46:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121400,'2018-12-06 22:46:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121399,'2018-12-06 22:46:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121398,'2018-12-06 22:45:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121397,'2018-12-06 22:44:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121396,'2018-12-06 22:44:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121395,'2018-12-06 22:44:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121394,'2018-12-06 22:44:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121393,'2018-12-06 22:44:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121392,'2018-12-06 22:44:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121391,'2018-12-06 22:44:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121390,'2018-12-06 22:44:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121389,'2018-12-06 22:44:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121388,'2018-12-06 22:44:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121387,'2018-12-06 22:44:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121386,'2018-12-06 22:44:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121385,'2018-12-06 22:44:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121384,'2018-12-06 22:43:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121383,'2018-12-06 22:43:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121382,'2018-12-06 22:43:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121381,'2018-12-06 22:43:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121380,'2018-12-06 22:43:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121379,'2018-12-06 22:42:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121378,'2018-12-06 22:42:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121377,'2018-12-06 22:42:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121376,'2018-12-06 22:42:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121375,'2018-12-06 22:42:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121374,'2018-12-06 22:42:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121373,'2018-12-06 22:42:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121372,'2018-12-06 22:42:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121371,'2018-12-06 22:42:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121370,'2018-12-06 22:42:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121369,'2018-12-06 22:42:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121368,'2018-12-06 22:42:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121367,'2018-12-06 22:41:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121366,'2018-12-06 22:41:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121365,'2018-12-06 22:40:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121364,'2018-12-06 22:40:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121363,'2018-12-06 22:40:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121362,'2018-12-06 22:40:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121361,'2018-12-06 22:39:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121360,'2018-12-06 22:39:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121359,'2018-12-06 22:38:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121358,'2018-12-06 22:38:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121357,'2018-12-06 22:38:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121356,'2018-12-06 22:37:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121355,'2018-12-06 22:37:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121354,'2018-12-06 22:37:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121353,'2018-12-06 22:37:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121352,'2018-12-06 22:36:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121351,'2018-12-06 22:35:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121350,'2018-12-06 22:34:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121349,'2018-12-06 22:34:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121348,'2018-12-06 22:34:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121347,'2018-12-06 22:34:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121346,'2018-12-06 22:33:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121345,'2018-12-06 22:33:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121344,'2018-12-06 22:33:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121343,'2018-12-06 22:33:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121342,'2018-12-06 22:32:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121341,'2018-12-06 22:32:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121340,'2018-12-06 22:32:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121339,'2018-12-06 22:32:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121338,'2018-12-06 22:31:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121337,'2018-12-06 22:31:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121336,'2018-12-06 22:30:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121335,'2018-12-06 22:30:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121334,'2018-12-06 22:30:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121333,'2018-12-06 22:30:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121332,'2018-12-06 22:30:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121331,'2018-12-06 22:29:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121330,'2018-12-06 22:29:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121329,'2018-12-06 22:29:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121328,'2018-12-06 22:28:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121327,'2018-12-06 22:28:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121326,'2018-12-06 22:27:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121325,'2018-12-06 22:27:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121324,'2018-12-06 22:27:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121323,'2018-12-06 22:26:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121322,'2018-12-06 22:26:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121321,'2018-12-06 22:26:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121320,'2018-12-06 22:26:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121319,'2018-12-06 22:25:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121318,'2018-12-06 22:25:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121317,'2018-12-06 22:24:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121316,'2018-12-06 22:24:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121315,'2018-12-06 22:24:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121314,'2018-12-06 22:23:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121313,'2018-12-06 22:23:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121312,'2018-12-06 22:23:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121311,'2018-12-06 22:22:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121310,'2018-12-06 22:22:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121309,'2018-12-06 22:22:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121308,'2018-12-06 22:21:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121307,'2018-12-06 22:21:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121306,'2018-12-06 22:21:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121305,'2018-12-06 22:21:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121304,'2018-12-06 22:21:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121303,'2018-12-06 22:20:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121302,'2018-12-06 22:19:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121301,'2018-12-06 22:19:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121300,'2018-12-06 22:19:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121299,'2018-12-06 22:19:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121298,'2018-12-06 22:18:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121297,'2018-12-06 22:18:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121296,'2018-12-06 22:17:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121295,'2018-12-06 22:17:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121294,'2018-12-06 22:17:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121293,'2018-12-06 22:17:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121292,'2018-12-06 22:16:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121291,'2018-12-06 22:16:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121290,'2018-12-06 22:16:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121289,'2018-12-06 22:16:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121288,'2018-12-06 22:15:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121287,'2018-12-06 22:15:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121286,'2018-12-06 22:15:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121285,'2018-12-06 22:14:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121284,'2018-12-06 22:14:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121283,'2018-12-06 22:14:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121282,'2018-12-06 22:14:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121281,'2018-12-06 22:13:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121280,'2018-12-06 22:13:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121279,'2018-12-06 22:13:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121278,'2018-12-06 22:12:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121277,'2018-12-06 22:12:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121276,'2018-12-06 22:12:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121275,'2018-12-06 22:12:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121274,'2018-12-06 22:11:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121273,'2018-12-06 22:11:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121272,'2018-12-06 22:10:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121271,'2018-12-06 22:10:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121270,'2018-12-06 22:10:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121269,'2018-12-06 22:09:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121268,'2018-12-06 22:08:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121267,'2018-12-06 22:08:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121266,'2018-12-06 22:07:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121265,'2018-12-06 22:07:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121264,'2018-12-06 22:07:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121263,'2018-12-06 22:06:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121262,'2018-12-06 22:06:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121261,'2018-12-06 22:06:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121260,'2018-12-06 22:04:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121259,'2018-12-06 22:02:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121258,'2018-12-06 22:01:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121257,'2018-12-06 22:01:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121256,'2018-12-06 22:01:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121255,'2018-12-06 22:00:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121254,'2018-12-06 22:00:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121253,'2018-12-06 22:00:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121252,'2018-12-06 22:00:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121251,'2018-12-06 21:59:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121250,'2018-12-06 21:59:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121249,'2018-12-06 21:59:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121248,'2018-12-06 21:59:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121247,'2018-12-06 21:58:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121246,'2018-12-06 21:58:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121245,'2018-12-06 21:58:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121244,'2018-12-06 21:57:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121243,'2018-12-06 21:57:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121242,'2018-12-06 21:56:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121241,'2018-12-06 21:56:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121240,'2018-12-06 21:55:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121239,'2018-12-06 21:55:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121238,'2018-12-06 21:55:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121237,'2018-12-06 21:54:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121236,'2018-12-06 21:54:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121235,'2018-12-06 21:54:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121234,'2018-12-06 21:53:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121233,'2018-12-06 21:53:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121232,'2018-12-06 21:53:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121231,'2018-12-06 21:52:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121230,'2018-12-06 21:52:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121229,'2018-12-06 21:51:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121228,'2018-12-06 21:49:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121227,'2018-12-06 21:48:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121226,'2018-12-06 21:48:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121225,'2018-12-06 21:48:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121224,'2018-12-06 21:48:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121223,'2018-12-06 21:47:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121222,'2018-12-06 21:47:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121221,'2018-12-06 21:47:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121220,'2018-12-06 21:47:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121219,'2018-12-06 21:47:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121218,'2018-12-06 21:22:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121217,'2018-12-06 21:22:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121216,'2018-12-06 21:21:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121215,'2018-12-06 21:21:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121214,'2018-12-06 21:21:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121213,'2018-12-06 21:21:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121212,'2018-12-06 21:21:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121211,'2018-12-06 21:20:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121210,'2018-12-06 21:20:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121209,'2018-12-06 21:20:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121208,'2018-12-06 21:19:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121207,'2018-12-06 21:19:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121206,'2018-12-06 21:19:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121205,'2018-12-06 21:19:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121204,'2018-12-06 21:18:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121203,'2018-12-06 21:18:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121202,'2018-12-06 21:18:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121201,'2018-12-06 21:18:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121200,'2018-12-06 21:17:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121199,'2018-12-06 21:17:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121198,'2018-12-06 21:17:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121197,'2018-12-06 21:16:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121196,'2018-12-06 21:16:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121195,'2018-12-06 21:16:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121194,'2018-12-06 21:16:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121193,'2018-12-06 21:15:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121192,'2018-12-06 21:15:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121191,'2018-12-06 21:15:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121190,'2018-12-06 21:15:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121189,'2018-12-06 21:14:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121188,'2018-12-06 21:14:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121187,'2018-12-06 21:14:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121186,'2018-12-06 21:14:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121185,'2018-12-06 21:13:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121184,'2018-12-06 21:13:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121183,'2018-12-06 21:13:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121182,'2018-12-06 21:13:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121181,'2018-12-06 21:12:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121180,'2018-12-06 21:12:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121179,'2018-12-06 21:12:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121178,'2018-12-06 21:12:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121177,'2018-12-06 21:11:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121176,'2018-12-06 21:10:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121175,'2018-12-06 21:10:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121174,'2018-12-06 21:10:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121173,'2018-12-06 21:10:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121172,'2018-12-06 21:09:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121171,'2018-12-06 21:09:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121170,'2018-12-06 21:09:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121169,'2018-12-06 21:08:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121168,'2018-12-06 21:08:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121167,'2018-12-06 21:07:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121166,'2018-12-06 21:07:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121165,'2018-12-06 21:07:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121164,'2018-12-06 21:07:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121163,'2018-12-06 21:07:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121162,'2018-12-06 21:07:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121161,'2018-12-06 21:07:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121160,'2018-12-06 21:06:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121159,'2018-12-06 21:06:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121158,'2018-12-06 21:06:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121157,'2018-12-06 21:06:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121156,'2018-12-06 21:06:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121155,'2018-12-06 21:06:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121154,'2018-12-06 21:06:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121153,'2018-12-06 21:06:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121152,'2018-12-06 21:06:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121151,'2018-12-06 21:05:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121150,'2018-12-06 21:04:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121149,'2018-12-06 21:04:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121148,'2018-12-06 21:04:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121147,'2018-12-06 21:03:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121146,'2018-12-06 21:03:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121145,'2018-12-06 21:03:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121144,'2018-12-06 21:03:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121143,'2018-12-06 21:03:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121142,'2018-12-06 21:03:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121141,'2018-12-06 21:02:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121140,'2018-12-06 21:02:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121139,'2018-12-06 21:02:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121138,'2018-12-06 21:01:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121137,'2018-12-06 21:00:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121136,'2018-12-06 21:00:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121135,'2018-12-06 20:59:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121134,'2018-12-06 20:59:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121133,'2018-12-06 20:59:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121132,'2018-12-06 20:59:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121131,'2018-12-06 20:58:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121130,'2018-12-06 20:58:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121129,'2018-12-06 20:57:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121128,'2018-12-06 20:57:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121127,'2018-12-06 20:55:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121126,'2018-12-06 20:54:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121125,'2018-12-06 20:54:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121124,'2018-12-06 20:54:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121123,'2018-12-06 20:54:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121122,'2018-12-06 20:54:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121121,'2018-12-06 20:53:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121120,'2018-12-06 20:53:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121119,'2018-12-06 20:53:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121118,'2018-12-06 20:53:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121117,'2018-12-06 20:52:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121116,'2018-12-06 20:52:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121115,'2018-12-06 20:52:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121114,'2018-12-06 20:52:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121113,'2018-12-06 20:52:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121112,'2018-12-06 20:51:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121111,'2018-12-06 20:51:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121110,'2018-12-06 20:51:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121109,'2018-12-06 20:51:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121108,'2018-12-06 20:50:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121107,'2018-12-06 20:50:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121106,'2018-12-06 20:49:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121105,'2018-12-06 20:49:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121104,'2018-12-06 20:48:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121103,'2018-12-06 20:48:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121102,'2018-12-06 20:48:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121101,'2018-12-06 20:48:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121100,'2018-12-06 20:48:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121099,'2018-12-06 20:48:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121098,'2018-12-06 20:47:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121097,'2018-12-06 20:47:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121096,'2018-12-06 20:47:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121095,'2018-12-06 20:47:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121094,'2018-12-06 20:47:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121093,'2018-12-06 20:46:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121092,'2018-12-06 20:46:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121091,'2018-12-06 20:46:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121090,'2018-12-06 20:46:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121089,'2018-12-06 20:46:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121088,'2018-12-06 20:46:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121087,'2018-12-06 20:46:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121086,'2018-12-06 20:45:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121085,'2018-12-06 20:45:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121084,'2018-12-06 20:45:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121083,'2018-12-06 20:45:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121082,'2018-12-06 20:45:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121081,'2018-12-06 20:45:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121080,'2018-12-06 20:45:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121079,'2018-12-06 20:44:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121078,'2018-12-06 20:44:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121077,'2018-12-06 20:44:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121076,'2018-12-06 20:44:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121075,'2018-12-06 20:44:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121074,'2018-12-06 20:43:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121073,'2018-12-06 20:42:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121072,'2018-12-06 20:42:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121071,'2018-12-06 20:41:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121070,'2018-12-06 20:41:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121069,'2018-12-06 20:41:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121068,'2018-12-06 20:40:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121067,'2018-12-06 20:40:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121066,'2018-12-06 20:40:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121065,'2018-12-06 20:39:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121064,'2018-12-06 20:38:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121063,'2018-12-06 20:38:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121062,'2018-12-06 20:37:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121061,'2018-12-06 20:37:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121060,'2018-12-06 20:37:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121059,'2018-12-06 20:36:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121058,'2018-12-06 20:36:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121057,'2018-12-06 20:36:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121056,'2018-12-06 20:35:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121055,'2018-12-06 20:34:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121054,'2018-12-06 20:34:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121053,'2018-12-06 20:34:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121052,'2018-12-06 20:34:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121051,'2018-12-06 20:34:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121050,'2018-12-06 20:34:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121049,'2018-12-06 20:33:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121048,'2018-12-06 20:31:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121047,'2018-12-06 20:30:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121046,'2018-12-06 20:30:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121045,'2018-12-06 20:29:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121044,'2018-12-06 20:29:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121043,'2018-12-06 20:29:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121042,'2018-12-06 20:29:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121041,'2018-12-06 20:28:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121040,'2018-12-06 20:28:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121039,'2018-12-06 20:27:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121038,'2018-12-06 20:27:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121037,'2018-12-06 20:26:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121036,'2018-12-06 20:25:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121035,'2018-12-06 20:24:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121034,'2018-12-06 20:24:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121033,'2018-12-06 20:24:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121032,'2018-12-06 20:23:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121031,'2018-12-06 20:22:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121030,'2018-12-06 20:21:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121029,'2018-12-06 20:21:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121028,'2018-12-06 20:21:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121027,'2018-12-06 20:20:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121026,'2018-12-06 20:20:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121025,'2018-12-06 20:20:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121024,'2018-12-06 20:19:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121023,'2018-12-06 20:19:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121022,'2018-12-06 20:19:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121021,'2018-12-06 20:19:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121020,'2018-12-06 20:18:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121019,'2018-12-06 20:17:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121018,'2018-12-06 20:17:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121017,'2018-12-06 20:17:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121016,'2018-12-06 20:17:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121015,'2018-12-06 20:16:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121014,'2018-12-06 20:16:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121013,'2018-12-06 20:16:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121012,'2018-12-06 20:15:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121011,'2018-12-06 20:14:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121010,'2018-12-06 20:14:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121009,'2018-12-06 20:14:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121008,'2018-12-06 20:13:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121007,'2018-12-06 20:12:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121006,'2018-12-06 20:12:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121005,'2018-12-06 20:12:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121004,'2018-12-06 20:12:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121003,'2018-12-06 20:11:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121002,'2018-12-06 20:11:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121001,'2018-12-06 20:10:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(121000,'2018-12-06 20:10:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120999,'2018-12-06 20:10:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120998,'2018-12-06 20:09:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120997,'2018-12-06 20:09:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120996,'2018-12-06 20:09:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120995,'2018-12-06 20:08:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120994,'2018-12-06 20:08:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120993,'2018-12-06 20:08:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120992,'2018-12-06 20:08:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120991,'2018-12-06 20:07:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120990,'2018-12-06 20:07:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120989,'2018-12-06 20:06:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120988,'2018-12-06 20:05:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120987,'2018-12-06 20:05:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120986,'2018-12-06 20:04:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120985,'2018-12-06 20:02:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120984,'2018-12-06 20:02:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120983,'2018-12-06 20:00:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120982,'2018-12-06 20:00:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120981,'2018-12-06 20:00:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120980,'2018-12-06 19:59:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120979,'2018-12-06 19:59:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120978,'2018-12-06 19:59:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120977,'2018-12-06 19:59:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120976,'2018-12-06 19:58:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120975,'2018-12-06 19:58:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120974,'2018-12-06 19:57:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120973,'2018-12-06 19:57:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120972,'2018-12-06 19:57:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120971,'2018-12-06 19:57:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120970,'2018-12-06 19:56:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120969,'2018-12-06 19:56:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120968,'2018-12-06 19:55:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120967,'2018-12-06 19:55:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120966,'2018-12-06 19:54:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120965,'2018-12-06 19:54:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120964,'2018-12-06 19:53:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120963,'2018-12-06 19:52:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120962,'2018-12-06 19:52:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120961,'2018-12-06 19:51:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120960,'2018-12-06 19:50:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120959,'2018-12-06 19:50:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120958,'2018-12-06 19:50:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120957,'2018-12-06 19:49:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120956,'2018-12-06 19:48:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120955,'2018-12-06 19:47:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120954,'2018-12-06 19:47:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120953,'2018-12-06 19:47:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120952,'2018-12-06 19:46:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120951,'2018-12-06 19:45:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120950,'2018-12-06 19:45:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120949,'2018-12-06 19:45:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120948,'2018-12-06 19:44:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120947,'2018-12-06 19:44:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120946,'2018-12-06 19:44:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120945,'2018-12-06 19:43:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120944,'2018-12-06 19:43:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120943,'2018-12-06 09:05:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120942,'2018-12-06 08:57:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120941,'2018-12-06 08:26:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120940,'2018-12-06 08:21:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120939,'2018-12-06 07:52:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120938,'2018-12-06 07:48:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120937,'2018-12-06 07:45:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120936,'2018-12-06 07:13:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120935,'2018-12-06 06:42:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120934,'2018-12-06 06:39:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120933,'2018-12-06 05:59:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120932,'2018-12-06 05:58:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120931,'2018-12-06 05:22:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120930,'2018-12-06 04:49:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120929,'2018-12-06 04:48:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120928,'2018-12-06 04:12:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120927,'2018-12-06 04:11:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120926,'2018-12-06 03:36:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120925,'2018-12-06 03:29:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120924,'2018-12-06 03:28:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120923,'2018-12-06 02:58:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120922,'2018-12-06 02:52:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120921,'2018-12-06 02:23:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120920,'2018-12-06 02:21:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120919,'2018-12-06 02:12:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120918,'2018-12-06 01:47:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120917,'2018-12-06 01:40:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120916,'2018-12-06 01:36:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120915,'2018-12-06 01:08:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120914,'2018-12-06 01:04:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120913,'2018-12-06 00:58:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120912,'2018-12-06 00:32:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120911,'2018-12-06 00:30:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120910,'2018-12-06 00:25:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120909,'2018-12-05 23:55:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120908,'2018-12-05 23:53:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120907,'2018-12-05 23:51:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120906,'2018-12-05 23:15:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120905,'2018-12-05 23:06:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120904,'2018-12-05 22:41:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120903,'2018-12-05 22:03:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120902,'2018-12-05 22:02:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120901,'2018-12-05 21:58:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120900,'2018-12-05 21:26:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120899,'2018-12-05 21:23:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120898,'2018-12-05 21:21:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120897,'2018-12-05 20:49:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120896,'2018-12-05 20:13:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120895,'2018-12-05 20:12:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120894,'2018-12-05 20:05:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120893,'2018-12-05 19:46:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120892,'2018-12-05 19:46:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120891,'2018-12-05 19:35:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120890,'2018-12-05 19:32:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120889,'2018-12-05 19:23:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120888,'2018-12-05 18:57:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120887,'2018-12-05 18:57:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120886,'2018-12-05 18:51:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120885,'2018-12-05 18:21:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120884,'2018-12-05 17:44:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120883,'2018-12-05 17:36:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120882,'2018-12-05 17:07:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120881,'2018-12-05 17:04:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120880,'2018-12-05 16:29:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120879,'2018-12-05 16:27:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120878,'2018-12-05 15:57:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120877,'2018-12-05 15:48:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120876,'2018-12-05 15:16:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120875,'2018-12-05 15:06:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120874,'2018-12-05 14:39:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120873,'2018-12-05 14:37:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120872,'2018-12-05 14:34:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120871,'2018-12-05 14:22:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120870,'2018-12-05 14:12:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120869,'2018-12-05 14:03:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120868,'2018-12-05 14:01:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120867,'2018-12-05 13:26:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120866,'2018-12-05 13:26:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120865,'2018-12-05 13:14:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120864,'2018-12-05 12:49:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120863,'2018-12-05 12:38:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120862,'2018-12-05 12:13:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120861,'2018-12-05 12:09:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120860,'2018-12-05 12:05:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120859,'2018-12-05 11:29:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120858,'2018-12-05 11:29:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120857,'2018-12-05 10:59:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120856,'2018-12-05 10:56:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120855,'2018-12-05 10:52:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120854,'2018-12-05 10:22:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120853,'2018-12-05 10:22:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120852,'2018-12-05 10:16:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120851,'2018-12-05 09:46:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120850,'2018-12-05 09:19:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120849,'2018-12-05 09:19:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120848,'2018-12-05 09:10:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120847,'2018-12-05 08:58:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120846,'2018-12-05 08:33:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120845,'2018-12-05 08:30:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120844,'2018-12-05 07:54:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120843,'2018-12-05 07:26:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120842,'2018-12-05 07:21:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120841,'2018-12-05 06:50:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120840,'2018-12-05 06:49:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120839,'2018-12-05 06:44:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120838,'2018-12-05 06:15:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120837,'2018-12-05 05:40:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120836,'2018-12-05 05:37:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120835,'2018-12-05 05:30:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120834,'2018-12-05 05:04:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120833,'2018-12-05 05:01:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120832,'2018-12-05 04:58:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120831,'2018-12-05 04:45:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120830,'2018-12-05 04:45:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120829,'2018-12-05 04:29:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120828,'2018-12-05 04:26:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120827,'2018-12-05 04:24:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120826,'2018-12-05 03:56:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120825,'2018-12-05 03:46:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120824,'2018-12-05 03:17:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120823,'2018-12-05 03:10:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120822,'2018-12-05 02:44:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120821,'2018-12-05 02:42:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120820,'2018-12-05 02:38:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120819,'2018-12-05 02:08:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120818,'2018-12-05 02:07:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120817,'2018-12-05 02:04:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120816,'2018-12-05 01:56:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120815,'2018-12-05 01:31:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120814,'2018-12-05 01:30:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120813,'2018-12-05 01:22:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120812,'2018-12-05 00:58:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120811,'2018-12-05 00:56:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120810,'2018-12-05 00:51:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120809,'2018-12-05 00:51:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120808,'2018-12-05 00:22:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120807,'2018-12-05 00:19:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120806,'2018-12-04 23:47:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120805,'2018-12-04 23:43:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120804,'2018-12-04 23:39:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120803,'2018-12-04 23:11:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120802,'2018-12-04 23:10:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120801,'2018-12-04 23:07:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120800,'2018-12-04 22:36:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120799,'2018-12-04 22:35:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120798,'2018-12-04 22:33:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120797,'2018-12-04 22:00:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120796,'2018-12-04 21:55:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120795,'2018-12-04 21:34:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120794,'2018-12-04 21:34:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120793,'2018-12-04 20:51:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120792,'2018-12-04 20:42:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120791,'2018-12-04 20:17:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120790,'2018-12-04 20:16:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120789,'2018-12-04 19:40:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120788,'2018-12-04 19:35:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120787,'2018-12-04 19:27:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120786,'2018-12-04 19:03:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120785,'2018-12-04 18:59:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120784,'2018-12-04 18:28:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120783,'2018-12-04 18:24:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120782,'2018-12-04 18:03:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120781,'2018-12-04 18:03:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120780,'2018-12-04 17:53:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120779,'2018-12-04 17:50:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120778,'2018-12-04 17:47:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120777,'2018-12-04 17:21:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120776,'2018-12-04 17:16:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120775,'2018-12-04 17:14:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120774,'2018-12-04 16:34:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120773,'2018-12-04 16:02:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120772,'2018-12-04 15:59:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120771,'2018-12-04 15:29:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120770,'2018-12-04 15:27:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120769,'2018-12-04 14:52:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120768,'2018-12-04 14:48:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120767,'2018-12-04 14:21:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120766,'2018-12-04 14:21:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120765,'2018-12-04 14:14:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120764,'2018-12-04 14:13:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120763,'2018-12-04 13:51:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120762,'2018-12-04 13:51:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120761,'2018-12-04 13:43:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120760,'2018-12-04 13:41:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120759,'2018-12-04 13:32:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120758,'2018-12-04 13:10:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120757,'2018-12-04 13:10:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120756,'2018-12-04 13:06:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120755,'2018-12-04 13:03:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120754,'2018-12-04 12:30:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120753,'2018-12-04 12:29:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120752,'2018-12-04 12:22:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120751,'2018-12-04 11:53:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120750,'2018-12-04 11:53:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120749,'2018-12-04 11:53:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120748,'2018-12-04 11:52:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120747,'2018-12-04 11:41:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120746,'2018-12-04 11:25:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120745,'2018-12-04 11:25:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120744,'2018-12-04 11:16:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120743,'2018-12-04 11:05:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120742,'2018-12-04 10:38:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120741,'2018-12-04 10:27:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120740,'2018-12-04 10:02:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120739,'2018-12-04 09:58:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120738,'2018-12-04 09:55:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120737,'2018-12-04 09:55:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120736,'2018-12-04 09:50:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120735,'2018-12-04 09:25:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120734,'2018-12-04 09:24:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120733,'2018-12-04 09:17:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120732,'2018-12-04 08:46:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120731,'2018-12-04 08:44:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120730,'2018-12-04 08:10:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120729,'2018-12-04 08:10:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120728,'2018-12-04 08:06:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120727,'2018-12-04 08:01:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120726,'2018-12-04 07:57:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120725,'2018-12-04 07:57:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120724,'2018-12-04 07:29:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120723,'2018-12-04 07:25:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120722,'2018-12-04 07:19:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120721,'2018-12-04 06:52:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120720,'2018-12-04 06:46:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120719,'2018-12-04 06:43:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120718,'2018-12-04 06:07:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120717,'2018-12-04 06:02:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120716,'2018-12-04 05:41:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120715,'2018-12-04 05:33:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120714,'2018-12-04 05:32:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120713,'2018-12-04 05:10:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120712,'2018-12-04 05:10:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120711,'2018-12-04 04:53:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120710,'2018-12-04 04:43:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120709,'2018-12-04 04:15:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120708,'2018-12-04 04:14:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120707,'2018-12-04 04:08:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120706,'2018-12-04 03:57:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120705,'2018-12-04 03:57:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120704,'2018-12-04 03:57:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120703,'2018-12-04 03:36:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120702,'2018-12-04 03:30:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120701,'2018-12-04 03:27:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120700,'2018-12-04 02:56:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120699,'2018-12-04 02:52:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120698,'2018-12-04 02:18:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120697,'2018-12-04 02:12:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120696,'2018-12-04 02:12:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120695,'2018-12-04 02:12:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120694,'2018-12-04 02:10:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120693,'2018-12-04 01:57:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120692,'2018-12-04 01:40:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120691,'2018-12-04 01:30:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120690,'2018-12-04 01:01:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120689,'2018-12-04 00:53:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120688,'2018-12-04 00:23:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120687,'2018-12-04 00:17:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120686,'2018-12-03 23:45:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120685,'2018-12-03 23:43:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120684,'2018-12-03 23:35:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120683,'2018-12-03 23:35:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120682,'2018-12-03 23:35:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120681,'2018-12-03 23:35:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120680,'2018-12-03 23:33:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120679,'2018-12-03 23:33:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120678,'2018-12-03 23:05:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120677,'2018-12-03 23:04:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120676,'2018-12-03 22:55:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120675,'2018-12-03 22:28:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120674,'2018-12-03 22:24:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120673,'2018-12-03 22:15:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120672,'2018-12-03 21:50:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120671,'2018-12-03 21:47:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120670,'2018-12-03 21:47:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120669,'2018-12-03 21:22:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120668,'2018-12-03 21:22:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120667,'2018-12-03 21:11:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120666,'2018-12-03 20:59:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120665,'2018-12-03 20:35:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120664,'2018-12-03 19:14:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120663,'2018-12-03 19:14:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120662,'2018-12-03 19:14:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120661,'2018-12-03 19:06:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120660,'2018-12-03 19:06:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120659,'2018-12-03 17:24:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120658,'2018-12-03 17:10:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120657,'2018-12-03 17:05:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120656,'2018-12-03 16:47:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120655,'2018-12-03 16:45:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120654,'2018-12-03 16:12:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120653,'2018-12-03 16:12:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120652,'2018-12-03 16:11:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120651,'2018-12-03 16:00:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120650,'2018-12-03 15:42:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120649,'2018-12-03 15:42:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120648,'2018-12-03 15:35:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120647,'2018-12-03 15:33:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120646,'2018-12-03 15:10:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120645,'2018-12-03 15:10:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120644,'2018-12-03 14:57:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120643,'2018-12-03 14:49:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120642,'2018-12-03 14:22:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120641,'2018-12-03 14:21:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120640,'2018-12-03 14:16:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120639,'2018-12-03 13:46:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120638,'2018-12-03 13:44:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120637,'2018-12-03 13:39:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120636,'2018-12-03 13:14:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120635,'2018-12-03 13:14:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120634,'2018-12-03 13:10:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120633,'2018-12-03 13:10:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120632,'2018-12-03 13:05:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120631,'2018-12-03 13:05:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120630,'2018-12-03 13:01:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120629,'2018-12-03 12:32:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120628,'2018-12-03 11:58:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120627,'2018-12-03 11:56:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120626,'2018-12-03 11:31:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120625,'2018-12-03 11:22:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120624,'2018-12-03 11:17:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120623,'2018-12-03 11:14:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120622,'2018-12-03 11:08:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120621,'2018-12-03 11:08:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120620,'2018-12-03 10:40:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120619,'2018-12-03 10:05:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120618,'2018-12-03 10:02:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120617,'2018-12-03 09:51:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120616,'2018-12-03 09:32:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120615,'2018-12-03 09:22:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120614,'2018-12-03 09:05:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120613,'2018-12-03 09:05:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120612,'2018-12-03 08:57:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120611,'2018-12-03 08:54:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120610,'2018-12-03 08:21:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120609,'2018-12-03 08:18:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120608,'2018-12-03 08:01:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120607,'2018-12-03 08:01:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120606,'2018-12-03 07:46:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120605,'2018-12-03 07:43:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120604,'2018-12-03 07:13:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120603,'2018-12-03 07:13:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120602,'2018-12-03 07:13:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120601,'2018-12-03 07:12:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120600,'2018-12-03 07:12:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120599,'2018-12-03 07:11:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120598,'2018-12-03 07:11:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120597,'2018-12-03 07:10:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120596,'2018-12-03 07:10:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120595,'2018-12-03 06:36:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120594,'2018-12-03 06:35:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120593,'2018-12-03 06:30:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120592,'2018-12-03 06:02:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120591,'2018-12-03 06:01:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120590,'2018-12-03 05:52:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120589,'2018-12-03 05:24:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120588,'2018-12-03 05:23:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120587,'2018-12-03 05:20:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120586,'2018-12-03 05:20:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120585,'2018-12-03 05:15:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120584,'2018-12-03 04:46:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120583,'2018-12-03 04:41:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120582,'2018-12-03 04:15:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120581,'2018-12-03 04:15:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120580,'2018-12-03 04:15:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120579,'2018-12-03 04:15:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120578,'2018-12-03 04:14:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120577,'2018-12-03 04:08:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120576,'2018-12-03 03:44:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120575,'2018-12-03 03:44:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120574,'2018-12-03 03:44:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120573,'2018-12-03 03:44:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120572,'2018-12-03 03:43:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120571,'2018-12-03 03:43:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120570,'2018-12-03 03:43:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120569,'2018-12-03 03:43:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120568,'2018-12-03 03:43:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120567,'2018-12-03 03:43:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120566,'2018-12-03 03:43:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120565,'2018-12-03 03:43:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120564,'2018-12-03 03:43:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120563,'2018-12-03 03:43:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120562,'2018-12-03 03:43:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120561,'2018-12-03 03:43:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120560,'2018-12-03 03:43:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120559,'2018-12-03 03:43:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120558,'2018-12-03 03:43:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120557,'2018-12-03 03:43:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120556,'2018-12-03 03:43:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120555,'2018-12-03 03:43:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120554,'2018-12-03 03:43:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120553,'2018-12-03 03:43:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120552,'2018-12-03 03:43:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120551,'2018-12-03 03:43:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120550,'2018-12-03 03:43:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120549,'2018-12-03 03:43:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120548,'2018-12-03 03:43:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120547,'2018-12-03 03:43:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120546,'2018-12-03 03:43:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120545,'2018-12-03 03:43:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120544,'2018-12-03 03:43:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120543,'2018-12-03 03:43:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120542,'2018-12-03 03:43:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120541,'2018-12-03 03:43:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120540,'2018-12-03 03:43:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120539,'2018-12-03 03:43:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120538,'2018-12-03 03:43:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120537,'2018-12-03 03:43:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120536,'2018-12-03 03:43:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120535,'2018-12-03 03:43:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120534,'2018-12-03 03:43:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120533,'2018-12-03 03:43:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120532,'2018-12-03 03:43:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120531,'2018-12-03 03:43:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120530,'2018-12-03 03:42:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120529,'2018-12-03 03:42:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120528,'2018-12-03 03:42:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120527,'2018-12-03 03:42:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120526,'2018-12-03 03:42:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120525,'2018-12-03 03:42:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120524,'2018-12-03 03:42:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120523,'2018-12-03 03:42:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120522,'2018-12-03 03:42:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120521,'2018-12-03 03:42:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120520,'2018-12-03 03:42:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120519,'2018-12-03 03:42:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120518,'2018-12-03 03:42:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120517,'2018-12-03 03:42:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120516,'2018-12-03 03:42:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120515,'2018-12-03 03:42:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120514,'2018-12-03 03:42:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120513,'2018-12-03 03:42:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120512,'2018-12-03 03:42:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120511,'2018-12-03 03:42:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120510,'2018-12-03 03:42:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120509,'2018-12-03 03:42:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120508,'2018-12-03 03:42:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120507,'2018-12-03 03:42:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120506,'2018-12-03 03:42:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120505,'2018-12-03 03:42:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120504,'2018-12-03 03:42:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120503,'2018-12-03 03:42:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120502,'2018-12-03 03:42:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120501,'2018-12-03 03:42:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120500,'2018-12-03 03:42:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120499,'2018-12-03 03:42:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120498,'2018-12-03 03:42:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120497,'2018-12-03 03:42:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120496,'2018-12-03 03:42:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120495,'2018-12-03 03:42:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120494,'2018-12-03 03:42:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120493,'2018-12-03 03:42:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120492,'2018-12-03 03:42:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120491,'2018-12-03 03:42:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120490,'2018-12-03 03:42:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120489,'2018-12-03 03:42:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120488,'2018-12-03 03:42:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120487,'2018-12-03 03:42:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120486,'2018-12-03 03:42:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120485,'2018-12-03 03:42:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120484,'2018-12-03 03:42:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120483,'2018-12-03 03:42:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120482,'2018-12-03 03:42:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120481,'2018-12-03 03:42:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120480,'2018-12-03 03:42:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120479,'2018-12-03 03:42:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120478,'2018-12-03 03:42:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120477,'2018-12-03 03:42:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120476,'2018-12-03 03:42:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120475,'2018-12-03 03:42:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120474,'2018-12-03 03:42:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120473,'2018-12-03 03:42:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120472,'2018-12-03 03:42:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120471,'2018-12-03 03:42:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120470,'2018-12-03 03:42:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120469,'2018-12-03 03:42:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120468,'2018-12-03 03:42:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120467,'2018-12-03 03:42:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120466,'2018-12-03 03:41:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120465,'2018-12-03 03:41:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120464,'2018-12-03 03:41:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120463,'2018-12-03 03:41:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120462,'2018-12-03 03:41:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120461,'2018-12-03 03:41:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120460,'2018-12-03 03:41:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120459,'2018-12-03 03:41:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120458,'2018-12-03 03:41:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120457,'2018-12-03 03:41:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120456,'2018-12-03 03:41:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120455,'2018-12-03 03:41:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120454,'2018-12-03 03:41:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120453,'2018-12-03 03:41:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120452,'2018-12-03 03:41:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120451,'2018-12-03 03:41:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120450,'2018-12-03 03:41:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120449,'2018-12-03 03:41:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120448,'2018-12-03 03:41:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120447,'2018-12-03 03:41:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120446,'2018-12-03 03:41:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120445,'2018-12-03 03:41:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120444,'2018-12-03 03:41:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120443,'2018-12-03 03:41:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120442,'2018-12-03 03:41:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120441,'2018-12-03 03:41:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120440,'2018-12-03 03:41:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120439,'2018-12-03 03:41:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120438,'2018-12-03 03:41:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120437,'2018-12-03 03:41:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120436,'2018-12-03 03:41:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120435,'2018-12-03 03:41:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120434,'2018-12-03 03:41:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120433,'2018-12-03 03:41:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120432,'2018-12-03 03:41:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120431,'2018-12-03 03:41:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120430,'2018-12-03 03:41:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120429,'2018-12-03 03:41:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120428,'2018-12-03 03:41:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120427,'2018-12-03 03:41:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120426,'2018-12-03 03:41:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120425,'2018-12-03 03:41:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120424,'2018-12-03 03:41:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120423,'2018-12-03 03:41:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120422,'2018-12-03 03:41:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120421,'2018-12-03 03:41:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120420,'2018-12-03 03:41:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120419,'2018-12-03 03:41:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120418,'2018-12-03 03:41:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120417,'2018-12-03 03:41:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120416,'2018-12-03 03:41:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120415,'2018-12-03 03:41:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120414,'2018-12-03 03:41:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120413,'2018-12-03 03:41:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120412,'2018-12-03 03:41:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120411,'2018-12-03 03:41:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120410,'2018-12-03 03:41:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120409,'2018-12-03 03:41:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120408,'2018-12-03 03:41:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120407,'2018-12-03 03:41:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120406,'2018-12-03 03:41:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120405,'2018-12-03 03:41:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120404,'2018-12-03 03:41:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120403,'2018-12-03 03:41:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120402,'2018-12-03 03:41:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120401,'2018-12-03 03:41:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120400,'2018-12-03 03:41:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120399,'2018-12-03 03:41:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120398,'2018-12-03 03:41:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120397,'2018-12-03 03:41:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120396,'2018-12-03 03:41:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120395,'2018-12-03 03:41:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120394,'2018-12-03 03:41:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120393,'2018-12-03 03:41:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120392,'2018-12-03 03:41:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120391,'2018-12-03 03:41:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120390,'2018-12-03 03:40:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120389,'2018-12-03 03:40:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120388,'2018-12-03 03:40:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120387,'2018-12-03 03:40:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120386,'2018-12-03 03:40:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120385,'2018-12-03 03:40:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120384,'2018-12-03 03:40:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120383,'2018-12-03 03:40:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120382,'2018-12-03 03:40:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120381,'2018-12-03 03:40:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120380,'2018-12-03 03:40:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120379,'2018-12-03 03:40:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120378,'2018-12-03 03:40:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120377,'2018-12-03 03:40:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120376,'2018-12-03 03:40:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120375,'2018-12-03 03:40:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120374,'2018-12-03 03:40:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120373,'2018-12-03 03:40:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120372,'2018-12-03 03:40:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120371,'2018-12-03 03:40:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120370,'2018-12-03 03:40:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120369,'2018-12-03 03:40:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120368,'2018-12-03 03:40:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120367,'2018-12-03 03:40:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120366,'2018-12-03 03:40:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120365,'2018-12-03 03:40:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120364,'2018-12-03 03:40:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120363,'2018-12-03 03:40:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120362,'2018-12-03 03:40:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120361,'2018-12-03 03:40:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120360,'2018-12-03 03:40:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120359,'2018-12-03 03:40:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120358,'2018-12-03 03:40:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120357,'2018-12-03 03:40:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120356,'2018-12-03 03:40:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120355,'2018-12-03 03:40:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120354,'2018-12-03 03:40:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120353,'2018-12-03 03:40:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120352,'2018-12-03 03:40:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120351,'2018-12-03 03:40:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120350,'2018-12-03 03:40:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120349,'2018-12-03 03:40:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120348,'2018-12-03 03:40:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120347,'2018-12-03 03:40:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120346,'2018-12-03 03:40:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120345,'2018-12-03 03:40:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120344,'2018-12-03 03:40:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120343,'2018-12-03 03:40:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120342,'2018-12-03 03:40:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120341,'2018-12-03 03:40:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120340,'2018-12-03 03:40:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120339,'2018-12-03 03:40:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120338,'2018-12-03 03:40:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120337,'2018-12-03 03:40:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120336,'2018-12-03 03:40:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120335,'2018-12-03 03:40:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120334,'2018-12-03 03:40:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120333,'2018-12-03 03:40:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120332,'2018-12-03 03:40:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120331,'2018-12-03 03:40:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120330,'2018-12-03 03:40:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120329,'2018-12-03 03:40:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120328,'2018-12-03 03:40:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120327,'2018-12-03 03:40:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120326,'2018-12-03 03:40:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120325,'2018-12-03 03:40:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120324,'2018-12-03 03:40:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120323,'2018-12-03 03:40:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120322,'2018-12-03 03:40:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120321,'2018-12-03 03:40:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120320,'2018-12-03 03:40:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120319,'2018-12-03 03:40:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120318,'2018-12-03 03:40:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120317,'2018-12-03 03:40:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120316,'2018-12-03 03:40:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120315,'2018-12-03 03:40:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120314,'2018-12-03 03:40:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120313,'2018-12-03 03:39:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120312,'2018-12-03 03:39:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120311,'2018-12-03 03:39:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120310,'2018-12-03 03:39:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120309,'2018-12-03 03:39:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120308,'2018-12-03 03:39:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120307,'2018-12-03 03:39:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120306,'2018-12-03 03:39:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120305,'2018-12-03 03:39:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120304,'2018-12-03 03:39:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120303,'2018-12-03 03:39:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120302,'2018-12-03 03:39:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120301,'2018-12-03 03:39:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120300,'2018-12-03 03:39:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120299,'2018-12-03 03:39:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120298,'2018-12-03 03:39:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120297,'2018-12-03 03:39:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120296,'2018-12-03 03:39:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120295,'2018-12-03 03:39:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120294,'2018-12-03 03:39:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120293,'2018-12-03 03:39:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120292,'2018-12-03 03:39:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120291,'2018-12-03 03:39:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120290,'2018-12-03 03:39:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120289,'2018-12-03 03:39:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120288,'2018-12-03 03:39:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120287,'2018-12-03 03:39:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120286,'2018-12-03 03:39:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120285,'2018-12-03 03:39:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120284,'2018-12-03 03:39:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120283,'2018-12-03 03:39:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120282,'2018-12-03 03:39:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120281,'2018-12-03 03:39:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120280,'2018-12-03 03:39:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120279,'2018-12-03 03:39:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120278,'2018-12-03 03:39:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120277,'2018-12-03 03:39:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120276,'2018-12-03 03:39:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120275,'2018-12-03 03:39:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120274,'2018-12-03 03:39:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120273,'2018-12-03 03:39:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120272,'2018-12-03 03:39:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120271,'2018-12-03 03:39:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120270,'2018-12-03 03:39:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120269,'2018-12-03 03:39:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120268,'2018-12-03 03:39:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120267,'2018-12-03 03:39:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120266,'2018-12-03 03:39:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120265,'2018-12-03 03:39:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120264,'2018-12-03 03:39:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120263,'2018-12-03 03:39:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120262,'2018-12-03 03:39:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120261,'2018-12-03 03:39:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120260,'2018-12-03 03:39:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120259,'2018-12-03 03:39:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120258,'2018-12-03 03:39:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120257,'2018-12-03 03:39:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120256,'2018-12-03 03:39:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120255,'2018-12-03 03:39:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120254,'2018-12-03 03:39:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120253,'2018-12-03 03:39:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120252,'2018-12-03 03:39:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120251,'2018-12-03 03:39:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120250,'2018-12-03 03:39:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120249,'2018-12-03 03:39:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120248,'2018-12-03 03:39:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120247,'2018-12-03 03:39:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120246,'2018-12-03 03:39:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120245,'2018-12-03 03:39:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120244,'2018-12-03 03:39:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120243,'2018-12-03 03:39:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120242,'2018-12-03 03:39:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120241,'2018-12-03 03:39:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120240,'2018-12-03 03:39:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120239,'2018-12-03 03:39:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120238,'2018-12-03 03:39:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120237,'2018-12-03 03:38:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120236,'2018-12-03 03:38:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120235,'2018-12-03 03:38:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120234,'2018-12-03 03:38:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120233,'2018-12-03 03:38:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120232,'2018-12-03 03:38:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120231,'2018-12-03 03:38:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120230,'2018-12-03 03:38:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120229,'2018-12-03 03:38:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120228,'2018-12-03 03:38:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120227,'2018-12-03 03:38:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120226,'2018-12-03 03:38:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120225,'2018-12-03 03:38:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120224,'2018-12-03 03:38:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120223,'2018-12-03 03:38:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120222,'2018-12-03 03:38:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120221,'2018-12-03 03:38:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120220,'2018-12-03 03:38:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120219,'2018-12-03 03:38:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120218,'2018-12-03 03:38:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120217,'2018-12-03 03:38:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120216,'2018-12-03 03:38:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120215,'2018-12-03 03:38:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120214,'2018-12-03 03:38:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120213,'2018-12-03 03:38:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120212,'2018-12-03 03:38:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120211,'2018-12-03 03:38:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120210,'2018-12-03 03:38:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120209,'2018-12-03 03:38:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120208,'2018-12-03 03:38:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120207,'2018-12-03 03:38:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120206,'2018-12-03 03:38:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120205,'2018-12-03 03:38:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120204,'2018-12-03 03:38:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120203,'2018-12-03 03:38:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120202,'2018-12-03 03:38:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120201,'2018-12-03 03:38:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120200,'2018-12-03 03:38:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120199,'2018-12-03 03:38:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120198,'2018-12-03 03:38:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120197,'2018-12-03 03:38:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120196,'2018-12-03 03:38:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120195,'2018-12-03 03:38:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120194,'2018-12-03 03:38:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120193,'2018-12-03 03:38:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120192,'2018-12-03 03:38:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120191,'2018-12-03 03:38:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120190,'2018-12-03 03:38:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120189,'2018-12-03 03:38:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120188,'2018-12-03 03:38:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120187,'2018-12-03 03:38:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120186,'2018-12-03 03:38:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120185,'2018-12-03 03:38:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120184,'2018-12-03 03:38:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120183,'2018-12-03 03:38:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120182,'2018-12-03 03:38:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120181,'2018-12-03 03:38:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120180,'2018-12-03 03:38:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120179,'2018-12-03 03:38:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120178,'2018-12-03 03:38:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120177,'2018-12-03 03:38:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120176,'2018-12-03 03:38:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120175,'2018-12-03 03:38:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120174,'2018-12-03 03:38:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120173,'2018-12-03 03:38:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120172,'2018-12-03 03:38:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120171,'2018-12-03 03:38:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120170,'2018-12-03 03:38:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120169,'2018-12-03 03:38:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120168,'2018-12-03 03:38:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120167,'2018-12-03 03:38:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120166,'2018-12-03 03:38:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120165,'2018-12-03 03:38:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120164,'2018-12-03 03:38:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120163,'2018-12-03 03:37:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120162,'2018-12-03 03:37:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120161,'2018-12-03 03:37:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120160,'2018-12-03 03:37:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120159,'2018-12-03 03:37:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120158,'2018-12-03 03:37:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120157,'2018-12-03 03:37:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120156,'2018-12-03 03:37:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120155,'2018-12-03 03:37:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120154,'2018-12-03 03:37:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120153,'2018-12-03 03:37:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120152,'2018-12-03 03:37:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120151,'2018-12-03 03:37:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120150,'2018-12-03 03:37:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120149,'2018-12-03 03:37:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120148,'2018-12-03 03:37:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120147,'2018-12-03 03:37:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120146,'2018-12-03 03:37:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120145,'2018-12-03 03:37:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120144,'2018-12-03 03:37:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120143,'2018-12-03 03:37:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120142,'2018-12-03 03:37:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120141,'2018-12-03 03:37:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120140,'2018-12-03 03:37:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120139,'2018-12-03 03:37:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120138,'2018-12-03 03:37:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120137,'2018-12-03 03:37:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120136,'2018-12-03 03:37:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120135,'2018-12-03 03:37:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120134,'2018-12-03 03:37:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120133,'2018-12-03 03:37:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120132,'2018-12-03 03:37:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120131,'2018-12-03 03:37:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120130,'2018-12-03 03:37:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120129,'2018-12-03 03:37:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120128,'2018-12-03 03:37:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120127,'2018-12-03 03:37:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120126,'2018-12-03 03:37:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120125,'2018-12-03 03:37:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120124,'2018-12-03 03:37:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120123,'2018-12-03 03:37:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120122,'2018-12-03 03:37:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120121,'2018-12-03 03:37:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120120,'2018-12-03 03:37:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120119,'2018-12-03 03:37:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120118,'2018-12-03 03:37:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120117,'2018-12-03 03:37:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120116,'2018-12-03 03:37:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120115,'2018-12-03 03:37:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120114,'2018-12-03 03:37:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120113,'2018-12-03 03:37:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120112,'2018-12-03 03:37:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120111,'2018-12-03 03:37:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120110,'2018-12-03 03:37:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120109,'2018-12-03 03:37:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120108,'2018-12-03 03:37:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120107,'2018-12-03 03:37:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120106,'2018-12-03 03:37:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120105,'2018-12-03 03:37:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120104,'2018-12-03 03:37:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120103,'2018-12-03 03:37:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120102,'2018-12-03 03:37:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120101,'2018-12-03 03:37:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120100,'2018-12-03 03:37:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120099,'2018-12-03 03:37:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120098,'2018-12-03 03:37:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120097,'2018-12-03 03:37:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120096,'2018-12-03 03:37:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120095,'2018-12-03 03:37:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120094,'2018-12-03 03:37:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120093,'2018-12-03 03:37:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120092,'2018-12-03 03:37:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120091,'2018-12-03 03:37:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120090,'2018-12-03 03:36:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120089,'2018-12-03 03:36:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120088,'2018-12-03 03:36:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120087,'2018-12-03 03:36:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120086,'2018-12-03 03:36:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120085,'2018-12-03 03:36:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120084,'2018-12-03 03:36:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120083,'2018-12-03 03:36:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120082,'2018-12-03 03:36:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120081,'2018-12-03 03:36:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120080,'2018-12-03 03:36:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120079,'2018-12-03 03:36:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120078,'2018-12-03 03:36:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120077,'2018-12-03 03:36:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120076,'2018-12-03 03:36:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120075,'2018-12-03 03:36:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120074,'2018-12-03 03:36:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120073,'2018-12-03 03:36:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120072,'2018-12-03 03:36:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120071,'2018-12-03 03:36:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120070,'2018-12-03 03:36:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120069,'2018-12-03 03:36:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120068,'2018-12-03 03:36:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120067,'2018-12-03 03:36:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120066,'2018-12-03 03:36:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120065,'2018-12-03 03:36:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120064,'2018-12-03 03:36:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120063,'2018-12-03 03:36:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120062,'2018-12-03 03:36:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120061,'2018-12-03 03:36:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120060,'2018-12-03 03:36:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120059,'2018-12-03 03:36:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120058,'2018-12-03 03:36:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120057,'2018-12-03 03:36:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120056,'2018-12-03 03:36:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120055,'2018-12-03 03:36:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120054,'2018-12-03 03:36:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120053,'2018-12-03 03:36:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120052,'2018-12-03 03:36:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120051,'2018-12-03 03:36:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120050,'2018-12-03 03:36:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120049,'2018-12-03 03:36:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120048,'2018-12-03 03:36:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120047,'2018-12-03 03:36:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120046,'2018-12-03 03:36:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120045,'2018-12-03 03:36:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120044,'2018-12-03 03:36:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120043,'2018-12-03 03:36:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120042,'2018-12-03 03:36:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120041,'2018-12-03 03:36:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120040,'2018-12-03 03:36:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120039,'2018-12-03 03:36:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120038,'2018-12-03 03:36:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120037,'2018-12-03 03:36:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120036,'2018-12-03 03:36:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120035,'2018-12-03 03:36:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120034,'2018-12-03 03:36:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120033,'2018-12-03 03:36:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120032,'2018-12-03 03:36:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120031,'2018-12-03 03:36:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120030,'2018-12-03 03:36:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120029,'2018-12-03 03:36:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120028,'2018-12-03 03:36:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120027,'2018-12-03 03:36:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120026,'2018-12-03 03:36:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120025,'2018-12-03 03:36:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120024,'2018-12-03 03:36:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120023,'2018-12-03 03:36:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120022,'2018-12-03 03:36:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120021,'2018-12-03 03:36:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120020,'2018-12-03 03:36:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120019,'2018-12-03 03:36:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120018,'2018-12-03 03:36:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120017,'2018-12-03 03:35:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120016,'2018-12-03 03:35:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120015,'2018-12-03 03:35:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120014,'2018-12-03 03:35:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120013,'2018-12-03 03:35:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120012,'2018-12-03 03:35:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120011,'2018-12-03 03:35:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120010,'2018-12-03 03:35:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120009,'2018-12-03 03:35:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120008,'2018-12-03 03:35:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120007,'2018-12-03 03:35:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120006,'2018-12-03 03:35:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120005,'2018-12-03 03:35:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120004,'2018-12-03 03:35:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120003,'2018-12-03 03:35:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120002,'2018-12-03 03:35:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120001,'2018-12-03 03:35:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(120000,'2018-12-03 03:35:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119999,'2018-12-03 03:35:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119998,'2018-12-03 03:35:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119997,'2018-12-03 03:35:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119996,'2018-12-03 03:35:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119995,'2018-12-03 03:35:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119994,'2018-12-03 03:35:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119993,'2018-12-03 03:35:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119992,'2018-12-03 03:35:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119991,'2018-12-03 03:35:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119990,'2018-12-03 03:35:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119989,'2018-12-03 03:35:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119988,'2018-12-03 03:35:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119987,'2018-12-03 03:35:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119986,'2018-12-03 03:35:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119985,'2018-12-03 03:35:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119984,'2018-12-03 03:35:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119983,'2018-12-03 03:35:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119982,'2018-12-03 03:35:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119981,'2018-12-03 03:35:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119980,'2018-12-03 03:35:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119979,'2018-12-03 03:35:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119978,'2018-12-03 03:35:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119977,'2018-12-03 03:35:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119976,'2018-12-03 03:35:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119975,'2018-12-03 03:35:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119974,'2018-12-03 03:35:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119973,'2018-12-03 03:35:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119972,'2018-12-03 03:35:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119971,'2018-12-03 03:35:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119970,'2018-12-03 03:35:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119969,'2018-12-03 03:35:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119968,'2018-12-03 03:35:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119967,'2018-12-03 03:35:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119966,'2018-12-03 03:35:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119965,'2018-12-03 03:35:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119964,'2018-12-03 03:35:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119963,'2018-12-03 03:35:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119962,'2018-12-03 03:35:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119961,'2018-12-03 03:35:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119960,'2018-12-03 03:35:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119959,'2018-12-03 03:35:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119958,'2018-12-03 03:35:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119957,'2018-12-03 03:35:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119956,'2018-12-03 03:35:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119955,'2018-12-03 03:35:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119954,'2018-12-03 03:35:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119953,'2018-12-03 03:35:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119952,'2018-12-03 03:35:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119951,'2018-12-03 03:35:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119950,'2018-12-03 03:35:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119949,'2018-12-03 03:35:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119948,'2018-12-03 03:35:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119947,'2018-12-03 03:34:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119946,'2018-12-03 03:34:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119945,'2018-12-03 03:34:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119944,'2018-12-03 03:34:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119943,'2018-12-03 03:34:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119942,'2018-12-03 03:34:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119941,'2018-12-03 03:34:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119940,'2018-12-03 03:34:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119939,'2018-12-03 03:34:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119938,'2018-12-03 03:34:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119937,'2018-12-03 03:34:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119936,'2018-12-03 03:34:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119935,'2018-12-03 03:34:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119934,'2018-12-03 03:34:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119933,'2018-12-03 03:34:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119932,'2018-12-03 03:34:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119931,'2018-12-03 03:34:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119930,'2018-12-03 03:34:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119929,'2018-12-03 03:34:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119928,'2018-12-03 03:34:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119927,'2018-12-03 03:34:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119926,'2018-12-03 03:34:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119925,'2018-12-03 03:34:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119924,'2018-12-03 03:34:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119923,'2018-12-03 03:34:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119922,'2018-12-03 03:34:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119921,'2018-12-03 03:34:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119920,'2018-12-03 03:34:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119919,'2018-12-03 03:34:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119918,'2018-12-03 03:34:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119917,'2018-12-03 03:34:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119916,'2018-12-03 03:34:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119915,'2018-12-03 03:34:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119914,'2018-12-03 03:34:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119913,'2018-12-03 03:34:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119912,'2018-12-03 03:34:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119911,'2018-12-03 03:34:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119910,'2018-12-03 03:34:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119909,'2018-12-03 03:34:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119908,'2018-12-03 03:34:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119907,'2018-12-03 03:34:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119906,'2018-12-03 03:34:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119905,'2018-12-03 03:34:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119904,'2018-12-03 03:34:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119903,'2018-12-03 03:34:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119902,'2018-12-03 03:34:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119901,'2018-12-03 03:34:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119900,'2018-12-03 03:34:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119899,'2018-12-03 03:34:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119898,'2018-12-03 03:34:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119897,'2018-12-03 03:34:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119896,'2018-12-03 03:34:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119895,'2018-12-03 03:34:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119894,'2018-12-03 03:34:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119893,'2018-12-03 03:34:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119892,'2018-12-03 03:34:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119891,'2018-12-03 03:34:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119890,'2018-12-03 03:34:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119889,'2018-12-03 03:34:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119888,'2018-12-03 03:34:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119887,'2018-12-03 03:34:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119886,'2018-12-03 03:34:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119885,'2018-12-03 03:34:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119884,'2018-12-03 03:34:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119883,'2018-12-03 03:34:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119882,'2018-12-03 03:34:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119881,'2018-12-03 03:33:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119880,'2018-12-03 03:33:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119879,'2018-12-03 03:33:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119878,'2018-12-03 03:33:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119877,'2018-12-03 03:33:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119876,'2018-12-03 03:33:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119875,'2018-12-03 03:33:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119874,'2018-12-03 03:33:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119873,'2018-12-03 03:33:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119872,'2018-12-03 03:33:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119871,'2018-12-03 03:33:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119870,'2018-12-03 03:33:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119869,'2018-12-03 03:33:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119868,'2018-12-03 03:33:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119867,'2018-12-03 03:33:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119866,'2018-12-03 03:33:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119865,'2018-12-03 03:33:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119864,'2018-12-03 03:33:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119863,'2018-12-03 03:33:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119862,'2018-12-03 03:33:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119861,'2018-12-03 03:33:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119860,'2018-12-03 03:33:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119859,'2018-12-03 03:33:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119858,'2018-12-03 03:33:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119857,'2018-12-03 03:33:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119856,'2018-12-03 03:33:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119855,'2018-12-03 03:33:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119854,'2018-12-03 03:33:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119853,'2018-12-03 03:33:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119852,'2018-12-03 03:33:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119851,'2018-12-03 03:33:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119850,'2018-12-03 03:33:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119849,'2018-12-03 03:33:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119848,'2018-12-03 03:33:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119847,'2018-12-03 03:33:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119846,'2018-12-03 03:33:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119845,'2018-12-03 03:33:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119844,'2018-12-03 03:33:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119843,'2018-12-03 03:33:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119842,'2018-12-03 03:33:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119841,'2018-12-03 03:33:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119840,'2018-12-03 03:33:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119839,'2018-12-03 03:33:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119838,'2018-12-03 03:33:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119837,'2018-12-03 03:33:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119836,'2018-12-03 03:33:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119835,'2018-12-03 03:33:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119834,'2018-12-03 03:33:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119833,'2018-12-03 03:33:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119832,'2018-12-03 03:33:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119831,'2018-12-03 03:33:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119830,'2018-12-03 03:33:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119829,'2018-12-03 03:33:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119828,'2018-12-03 03:33:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119827,'2018-12-03 03:33:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119826,'2018-12-03 03:33:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119825,'2018-12-03 03:33:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119824,'2018-12-03 03:33:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119823,'2018-12-03 03:33:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119822,'2018-12-03 03:33:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119821,'2018-12-03 03:33:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119820,'2018-12-03 03:33:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119819,'2018-12-03 03:33:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119818,'2018-12-03 03:33:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119817,'2018-12-03 03:33:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119816,'2018-12-03 03:33:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119815,'2018-12-03 03:33:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119814,'2018-12-03 03:33:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119813,'2018-12-03 03:32:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119812,'2018-12-03 03:32:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119811,'2018-12-03 03:32:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119810,'2018-12-03 03:32:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119809,'2018-12-03 03:32:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119808,'2018-12-03 03:32:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119807,'2018-12-03 03:32:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119806,'2018-12-03 03:32:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119805,'2018-12-03 03:32:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119804,'2018-12-03 03:32:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119803,'2018-12-03 03:32:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119802,'2018-12-03 03:32:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119801,'2018-12-03 03:32:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119800,'2018-12-03 03:32:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119799,'2018-12-03 03:32:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119798,'2018-12-03 03:32:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119797,'2018-12-03 03:32:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119796,'2018-12-03 03:32:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119795,'2018-12-03 03:32:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119794,'2018-12-03 03:32:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119793,'2018-12-03 03:32:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119792,'2018-12-03 03:32:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119791,'2018-12-03 03:32:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119790,'2018-12-03 03:32:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119789,'2018-12-03 03:32:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119788,'2018-12-03 03:32:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119787,'2018-12-03 03:32:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119786,'2018-12-03 03:32:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119785,'2018-12-03 03:32:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119784,'2018-12-03 03:32:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119783,'2018-12-03 03:32:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119782,'2018-12-03 03:32:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119781,'2018-12-03 03:32:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119780,'2018-12-03 03:32:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119779,'2018-12-03 03:32:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119778,'2018-12-03 03:32:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119777,'2018-12-03 03:32:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119776,'2018-12-03 03:32:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119775,'2018-12-03 03:32:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119774,'2018-12-03 03:32:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119773,'2018-12-03 03:32:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119772,'2018-12-03 03:32:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119771,'2018-12-03 03:32:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119770,'2018-12-03 03:32:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119769,'2018-12-03 03:32:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119768,'2018-12-03 03:32:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119767,'2018-12-03 03:32:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119766,'2018-12-03 03:32:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119765,'2018-12-03 03:32:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119764,'2018-12-03 03:32:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119763,'2018-12-03 03:32:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119762,'2018-12-03 03:32:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119761,'2018-12-03 03:32:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119760,'2018-12-03 03:32:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119759,'2018-12-03 03:32:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119758,'2018-12-03 03:32:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119757,'2018-12-03 03:32:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119756,'2018-12-03 03:32:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119755,'2018-12-03 03:32:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119754,'2018-12-03 03:32:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119753,'2018-12-03 03:32:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119752,'2018-12-03 03:32:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119751,'2018-12-03 03:31:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119750,'2018-12-03 03:31:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119749,'2018-12-03 03:31:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119748,'2018-12-03 03:31:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119747,'2018-12-03 03:31:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119746,'2018-12-03 03:31:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119745,'2018-12-03 03:31:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119744,'2018-12-03 03:31:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119743,'2018-12-03 03:31:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119742,'2018-12-03 03:31:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119741,'2018-12-03 03:31:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119740,'2018-12-03 03:31:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119739,'2018-12-03 03:31:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119738,'2018-12-03 03:31:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119737,'2018-12-03 03:31:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119736,'2018-12-03 03:31:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119735,'2018-12-03 03:31:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119734,'2018-12-03 03:31:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119733,'2018-12-03 03:31:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119732,'2018-12-03 03:31:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119731,'2018-12-03 03:31:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119730,'2018-12-03 03:31:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119729,'2018-12-03 03:31:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119728,'2018-12-03 03:31:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119727,'2018-12-03 03:31:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119726,'2018-12-03 03:31:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119725,'2018-12-03 03:31:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119724,'2018-12-03 03:31:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119723,'2018-12-03 03:31:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119722,'2018-12-03 03:31:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119721,'2018-12-03 03:31:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119720,'2018-12-03 03:31:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119719,'2018-12-03 03:31:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119718,'2018-12-03 03:31:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119717,'2018-12-03 03:31:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119716,'2018-12-03 03:31:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119715,'2018-12-03 03:31:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119714,'2018-12-03 03:31:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119713,'2018-12-03 03:31:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119712,'2018-12-03 03:31:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119711,'2018-12-03 03:31:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119710,'2018-12-03 03:31:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119709,'2018-12-03 03:31:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119708,'2018-12-03 03:31:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119707,'2018-12-03 03:31:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119706,'2018-12-03 03:31:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119705,'2018-12-03 03:31:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119704,'2018-12-03 03:31:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119703,'2018-12-03 03:31:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119702,'2018-12-03 03:31:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119701,'2018-12-03 03:31:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119700,'2018-12-03 03:31:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119699,'2018-12-03 03:31:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119698,'2018-12-03 03:31:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119697,'2018-12-03 03:31:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119696,'2018-12-03 03:31:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119695,'2018-12-03 03:31:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119694,'2018-12-03 03:31:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119693,'2018-12-03 03:21:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119692,'2018-12-03 03:21:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119691,'2018-12-03 03:04:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119690,'2018-12-03 03:03:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119689,'2018-12-03 02:53:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119688,'2018-12-03 02:29:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119687,'2018-12-03 02:27:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119686,'2018-12-03 02:23:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119685,'2018-12-03 02:03:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119684,'2018-12-03 02:03:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119683,'2018-12-03 01:58:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119682,'2018-12-03 01:57:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119681,'2018-12-03 01:56:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119680,'2018-12-03 01:54:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119679,'2018-12-03 01:44:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119678,'2018-12-03 01:34:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119677,'2018-12-03 01:34:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119676,'2018-12-03 01:17:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119675,'2018-12-03 01:13:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119674,'2018-12-03 01:12:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119673,'2018-12-03 00:42:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119672,'2018-12-03 00:42:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119671,'2018-12-03 00:40:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119670,'2018-12-03 00:13:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119669,'2018-12-03 00:13:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119668,'2018-12-03 00:07:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119667,'2018-12-03 00:04:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119666,'2018-12-02 23:28:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119665,'2018-12-02 23:28:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119664,'2018-12-02 23:27:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119663,'2018-12-02 23:27:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119662,'2018-12-02 22:55:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119661,'2018-12-02 22:55:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119660,'2018-12-02 22:22:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119659,'2018-12-02 22:22:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119658,'2018-12-02 22:18:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119657,'2018-12-02 22:15:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119656,'2018-12-02 21:44:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119655,'2018-12-02 21:44:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119654,'2018-12-02 21:39:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119653,'2018-12-02 21:36:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119652,'2018-12-02 21:11:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119651,'2018-12-02 21:08:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119650,'2018-12-02 20:32:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119649,'2018-12-02 20:32:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119648,'2018-12-02 20:32:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119647,'2018-12-02 20:28:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119646,'2018-12-02 20:01:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119645,'2018-12-02 20:01:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119644,'2018-12-02 19:49:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119643,'2018-12-02 19:45:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119642,'2018-12-02 19:45:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119641,'2018-12-02 19:25:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119640,'2018-12-02 19:24:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119639,'2018-12-02 19:17:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119638,'2018-12-02 18:48:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119637,'2018-12-02 18:44:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119636,'2018-12-02 18:43:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119635,'2018-12-02 18:43:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119634,'2018-12-02 18:10:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119633,'2018-12-02 17:44:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119632,'2018-12-02 17:40:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119631,'2018-12-02 17:37:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119630,'2018-12-02 17:37:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119629,'2018-12-02 17:35:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119628,'2018-12-02 17:04:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119627,'2018-12-02 17:01:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119626,'2018-12-02 16:55:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119625,'2018-12-02 16:55:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119624,'2018-12-02 16:53:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119623,'2018-12-02 16:29:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119622,'2018-12-02 16:28:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119621,'2018-12-02 16:25:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119620,'2018-12-02 15:56:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119619,'2018-12-02 15:54:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119618,'2018-12-02 15:52:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119617,'2018-12-02 15:18:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119616,'2018-12-02 15:14:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119615,'2018-12-02 15:05:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119614,'2018-12-02 15:05:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119613,'2018-12-02 14:59:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119612,'2018-12-02 14:59:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119611,'2018-12-02 14:45:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119610,'2018-12-02 14:37:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119609,'2018-12-02 14:06:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119608,'2018-12-02 14:02:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119607,'2018-12-02 13:31:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119606,'2018-12-02 13:30:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119605,'2018-12-02 13:23:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119604,'2018-12-02 13:15:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119603,'2018-12-02 13:15:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119602,'2018-12-02 13:15:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119601,'2018-12-02 13:15:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119600,'2018-12-02 12:51:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119599,'2018-12-02 12:49:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119598,'2018-12-02 12:19:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119597,'2018-12-02 11:44:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119596,'2018-12-02 11:36:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119595,'2018-12-02 11:36:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119594,'2018-12-02 11:32:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119593,'2018-12-02 11:26:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119592,'2018-12-02 11:26:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119591,'2018-12-02 11:08:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119590,'2018-12-02 11:07:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119589,'2018-12-02 11:02:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119588,'2018-12-02 10:33:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119587,'2018-12-02 10:30:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119586,'2018-12-02 10:19:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119585,'2018-12-02 09:59:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119584,'2018-12-02 09:59:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119583,'2018-12-02 09:58:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119582,'2018-12-02 09:49:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119581,'2018-12-02 09:36:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119580,'2018-12-02 09:36:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119579,'2018-12-02 09:22:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119578,'2018-12-02 09:19:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119577,'2018-12-02 09:18:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119576,'2018-12-02 08:47:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119575,'2018-12-02 07:46:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119574,'2018-12-02 07:46:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119573,'2018-12-02 05:57:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119572,'2018-12-02 05:57:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119571,'2018-12-02 04:05:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119570,'2018-12-02 04:05:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119569,'2018-12-02 02:19:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119568,'2018-12-02 02:19:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119567,'2018-12-02 00:29:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119566,'2018-12-02 00:29:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119565,'2018-12-02 00:13:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119564,'2018-12-02 00:08:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119563,'2018-12-01 23:43:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119562,'2018-12-01 23:34:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119561,'2018-12-01 23:34:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119560,'2018-12-01 23:07:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119559,'2018-12-01 23:06:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119558,'2018-12-01 23:01:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119557,'2018-12-01 22:42:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119556,'2018-12-01 22:42:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119555,'2018-12-01 22:30:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119554,'2018-12-01 22:25:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119553,'2018-12-01 22:01:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119552,'2018-12-01 21:50:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119551,'2018-12-01 21:27:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119550,'2018-12-01 21:23:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119549,'2018-12-01 21:17:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119548,'2018-12-01 20:55:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119547,'2018-12-01 20:55:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119546,'2018-12-01 20:53:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119545,'2018-12-01 20:51:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119544,'2018-12-01 20:46:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119543,'2018-12-01 20:20:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119542,'2018-12-01 20:20:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119541,'2018-12-01 20:13:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119540,'2018-12-01 19:44:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119539,'2018-12-01 19:40:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119538,'2018-12-01 19:12:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119537,'2018-12-01 19:07:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119536,'2018-12-01 19:07:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119535,'2018-12-01 19:01:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119534,'2018-12-01 18:39:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119533,'2018-12-01 18:32:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119532,'2018-12-01 18:05:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119531,'2018-12-01 18:02:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119530,'2018-12-01 17:32:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119529,'2018-12-01 17:30:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119528,'2018-12-01 17:25:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119527,'2018-12-01 17:20:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119526,'2018-12-01 17:20:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119525,'2018-12-01 16:56:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119524,'2018-12-01 16:53:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119523,'2018-12-01 16:48:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119522,'2018-12-01 16:24:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119521,'2018-12-01 16:13:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119520,'2018-12-01 15:42:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119519,'2018-12-01 15:35:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119518,'2018-12-01 15:35:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119517,'2018-12-01 15:16:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119516,'2018-12-01 15:10:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119515,'2018-12-01 15:06:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119514,'2018-12-01 14:41:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119513,'2018-12-01 14:40:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119512,'2018-12-01 14:06:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119511,'2018-12-01 14:03:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119510,'2018-12-01 13:57:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119509,'2018-12-01 13:31:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119508,'2018-12-01 13:28:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119507,'2018-12-01 12:56:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119506,'2018-12-01 12:53:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119505,'2018-12-01 12:22:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119504,'2018-12-01 12:20:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119503,'2018-12-01 12:09:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119502,'2018-12-01 11:48:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119501,'2018-12-01 11:43:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119500,'2018-12-01 11:41:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119499,'2018-12-01 11:13:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119498,'2018-12-01 11:11:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119497,'2018-12-01 11:05:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119496,'2018-12-01 10:36:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119495,'2018-12-01 10:31:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119494,'2018-12-01 10:05:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119493,'2018-12-01 10:03:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119492,'2018-12-01 09:58:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119491,'2018-12-01 09:30:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119490,'2018-12-01 09:28:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119489,'2018-12-01 09:24:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119488,'2018-12-01 08:57:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119487,'2018-12-01 08:54:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119486,'2018-12-01 08:47:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119485,'2018-12-01 08:24:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119484,'2018-12-01 08:23:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119483,'2018-12-01 08:15:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119482,'2018-12-01 07:49:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119481,'2018-12-01 07:40:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119480,'2018-12-01 07:14:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119479,'2018-12-01 07:08:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119478,'2018-12-01 06:41:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119477,'2018-12-01 06:40:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119476,'2018-12-01 06:31:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119475,'2018-12-01 06:07:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119474,'2018-12-01 06:06:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119473,'2018-12-01 05:57:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119472,'2018-12-01 05:32:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119471,'2018-12-01 05:30:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119470,'2018-12-01 05:24:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119469,'2018-12-01 04:59:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119468,'2018-12-01 04:51:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119467,'2018-12-01 04:49:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119466,'2018-12-01 04:40:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119465,'2018-12-01 04:39:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119464,'2018-12-01 04:25:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119463,'2018-12-01 04:15:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119462,'2018-12-01 03:51:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119461,'2018-12-01 03:45:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119460,'2018-12-01 03:39:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119459,'2018-12-01 03:16:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119458,'2018-12-01 03:12:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119457,'2018-12-01 02:42:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119456,'2018-12-01 02:38:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119455,'2018-12-01 02:38:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119454,'2018-12-01 02:08:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119453,'2018-12-01 02:03:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119452,'2018-12-01 01:57:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119451,'2018-12-01 01:32:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119450,'2018-12-01 01:00:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119449,'2018-12-01 00:56:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119448,'2018-12-01 00:26:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119447,'2018-12-01 00:21:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119446,'2018-12-01 00:17:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119445,'2018-11-30 23:53:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119444,'2018-11-30 23:45:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119443,'2018-11-30 23:19:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119442,'2018-11-30 23:15:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119441,'2018-11-30 23:07:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119440,'2018-11-30 22:44:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119439,'2018-11-30 22:39:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119438,'2018-11-30 22:06:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119437,'2018-11-30 22:05:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119436,'2018-11-30 21:36:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119435,'2018-11-30 21:34:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119434,'2018-11-30 21:01:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119433,'2018-11-30 20:53:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119432,'2018-11-30 20:28:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119431,'2018-11-30 20:23:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119430,'2018-11-30 20:17:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119429,'2018-11-30 20:07:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119428,'2018-11-30 19:55:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119427,'2018-11-30 19:45:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119426,'2018-11-30 19:23:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119425,'2018-11-30 01:55:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119424,'2018-11-30 01:18:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119423,'2018-11-30 01:14:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119422,'2018-11-30 01:07:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119421,'2018-11-30 00:43:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119420,'2018-11-30 00:34:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119419,'2018-11-30 00:08:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119418,'2018-11-30 00:01:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119417,'2018-11-29 23:34:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119416,'2018-11-29 23:28:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119415,'2018-11-29 23:23:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119414,'2018-11-29 22:59:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119413,'2018-11-29 22:53:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119412,'2018-11-29 22:27:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119411,'2018-11-29 22:25:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119410,'2018-11-29 22:19:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119409,'2018-11-29 21:59:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119408,'2018-11-29 21:51:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119407,'2018-11-29 21:47:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119406,'2018-11-29 21:16:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119405,'2018-11-29 21:07:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119404,'2018-11-29 20:41:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119403,'2018-11-29 20:39:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119402,'2018-11-29 20:34:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119401,'2018-11-29 20:06:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119400,'2018-11-29 19:54:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119399,'2018-11-29 19:35:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119398,'2018-11-29 19:30:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119397,'2018-11-29 19:19:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119396,'2018-11-29 18:56:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119395,'2018-11-29 18:43:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119394,'2018-11-29 18:20:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119393,'2018-11-29 18:10:33','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','826dee0dce59e760d96a7be6e3dd8530','wp'),(119392,'2018-11-29 18:10:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119391,'2018-11-29 17:47:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119390,'2018-11-29 17:45:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119389,'2018-11-29 17:42:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119388,'2018-11-29 17:08:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119387,'2018-11-29 17:08:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119386,'2018-11-29 16:33:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119385,'2018-11-29 16:28:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119384,'2018-11-29 16:23:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119383,'2018-11-29 15:58:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119382,'2018-11-29 15:54:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119381,'2018-11-29 15:22:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119380,'2018-11-29 15:10:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119379,'2018-11-29 14:46:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119378,'2018-11-29 14:41:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119377,'2018-11-29 14:38:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119376,'2018-11-29 14:08:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119375,'2018-11-29 13:32:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119374,'2018-11-29 13:30:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119373,'2018-11-29 13:20:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119372,'2018-11-29 12:56:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119371,'2018-11-29 12:50:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119370,'2018-11-29 12:44:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119369,'2018-11-29 12:19:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119368,'2018-11-29 12:11:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119367,'2018-11-29 11:44:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119366,'2018-11-29 11:40:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119365,'2018-11-29 11:29:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119364,'2018-11-29 11:07:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119363,'2018-11-29 11:06:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119362,'2018-11-29 11:02:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119361,'2018-11-29 10:32:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119360,'2018-11-29 10:29:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119359,'2018-11-29 10:22:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119358,'2018-11-29 09:56:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119357,'2018-11-29 09:51:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119356,'2018-11-29 09:46:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119355,'2018-11-29 09:20:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119354,'2018-11-29 09:17:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119353,'2018-11-29 09:07:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119352,'2018-11-29 08:43:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119351,'2018-11-29 08:41:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119350,'2018-11-29 08:32:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119349,'2018-11-29 08:07:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119348,'2018-11-29 08:06:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119347,'2018-11-29 08:01:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119346,'2018-11-29 07:30:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119345,'2018-11-29 07:20:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119344,'2018-11-29 06:54:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119343,'2018-11-29 06:51:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119342,'2018-11-29 06:49:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119341,'2018-11-29 06:18:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119340,'2018-11-29 06:17:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119339,'2018-11-29 06:05:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119338,'2018-11-29 05:41:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119337,'2018-11-29 05:28:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119336,'2018-11-29 05:05:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119335,'2018-11-29 05:03:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119334,'2018-11-29 04:33:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119333,'2018-11-29 04:30:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119332,'2018-11-29 04:25:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119331,'2018-11-29 03:54:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119330,'2018-11-29 03:49:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119329,'2018-11-29 03:14:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119328,'2018-11-29 03:06:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119327,'2018-11-29 02:40:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119326,'2018-11-29 02:39:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119325,'2018-11-29 02:28:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119324,'2018-11-29 02:04:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119323,'2018-11-29 02:01:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119322,'2018-11-29 01:53:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119321,'2018-11-29 01:27:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119320,'2018-11-29 01:22:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119319,'2018-11-29 01:19:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119318,'2018-11-29 00:51:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119317,'2018-11-29 00:47:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119316,'2018-11-29 00:40:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119315,'2018-11-29 00:14:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119314,'2018-11-29 00:12:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119313,'2018-11-29 00:07:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119312,'2018-11-28 23:37:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119311,'2018-11-28 23:26:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119310,'2018-11-28 23:01:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119309,'2018-11-28 22:57:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119308,'2018-11-28 22:47:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119307,'2018-11-28 22:26:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119306,'2018-11-28 22:21:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119305,'2018-11-28 22:12:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119304,'2018-11-28 21:49:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119303,'2018-11-28 21:44:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119302,'2018-11-28 21:36:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119301,'2018-11-28 21:13:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119300,'2018-11-28 21:10:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119299,'2018-11-28 21:00:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119298,'2018-11-28 20:36:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119297,'2018-11-28 20:28:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119296,'2018-11-28 19:56:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119295,'2018-11-28 19:48:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119294,'2018-11-28 19:23:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119293,'2018-11-28 19:21:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119292,'2018-11-28 18:46:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119291,'2018-11-28 18:09:44','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','6a8bd2328339eb61155adf3b3d34dfac','wp'),(119290,'2018-11-28 18:09:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119289,'2018-11-28 17:32:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119288,'2018-11-28 17:29:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119287,'2018-11-28 17:28:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119286,'2018-11-28 16:57:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119285,'2018-11-28 16:56:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119284,'2018-11-28 16:55:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119283,'2018-11-28 16:20:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119282,'2018-11-28 16:16:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119281,'2018-11-28 16:14:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119280,'2018-11-28 15:43:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119279,'2018-11-28 15:43:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119278,'2018-11-28 15:38:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119277,'2018-11-28 15:08:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119276,'2018-11-28 15:07:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119275,'2018-11-28 15:02:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119274,'2018-11-28 14:35:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119273,'2018-11-28 14:24:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119272,'2018-11-28 13:53:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119271,'2018-11-28 13:51:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119270,'2018-11-28 13:22:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119269,'2018-11-28 13:20:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119268,'2018-11-28 13:11:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119267,'2018-11-28 12:48:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119266,'2018-11-28 12:46:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119265,'2018-11-28 12:39:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119264,'2018-11-28 12:11:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119263,'2018-11-28 12:06:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119262,'2018-11-28 12:04:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119261,'2018-11-28 11:58:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119260,'2018-11-28 11:35:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119259,'2018-11-28 11:35:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119258,'2018-11-28 10:58:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119257,'2018-11-28 10:57:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119256,'2018-11-28 10:47:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119255,'2018-11-28 10:23:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119254,'2018-11-28 10:16:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119253,'2018-11-28 10:09:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119252,'2018-11-28 09:46:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119251,'2018-11-28 09:34:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119250,'2018-11-28 09:10:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119249,'2018-11-28 09:09:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119248,'2018-11-28 08:33:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119247,'2018-11-28 08:30:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119246,'2018-11-28 08:22:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119245,'2018-11-28 07:52:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119244,'2018-11-28 07:44:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119243,'2018-11-28 07:18:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119242,'2018-11-28 07:11:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119241,'2018-11-28 06:43:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119240,'2018-11-28 06:41:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119239,'2018-11-28 06:06:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119238,'2018-11-28 06:00:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119237,'2018-11-28 05:28:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119236,'2018-11-28 05:24:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119235,'2018-11-28 05:15:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119234,'2018-11-28 04:50:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119233,'2018-11-28 04:45:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119232,'2018-11-28 04:15:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119231,'2018-11-28 04:02:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119230,'2018-11-28 03:39:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119229,'2018-11-28 03:39:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119228,'2018-11-28 03:35:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119227,'2018-11-28 03:01:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119226,'2018-11-28 02:55:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119225,'2018-11-28 02:53:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119224,'2018-11-28 02:23:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user');
INSERT INTO `carpi_simple_history` (`id`, `date`, `logger`, `level`, `message`, `occasionsID`, `initiator`) VALUES (119223,'2018-11-28 02:20:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119222,'2018-11-28 02:13:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119221,'2018-11-28 01:45:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119220,'2018-11-28 01:39:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119219,'2018-11-28 01:07:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119218,'2018-11-28 01:03:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119217,'2018-11-28 00:30:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119216,'2018-11-28 00:30:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119215,'2018-11-28 00:30:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119214,'2018-11-27 23:51:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119213,'2018-11-27 23:46:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119212,'2018-11-27 23:36:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119211,'2018-11-27 23:13:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119210,'2018-11-27 23:06:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119209,'2018-11-27 23:01:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119208,'2018-11-27 22:35:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119207,'2018-11-27 22:34:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119206,'2018-11-27 22:25:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119205,'2018-11-27 21:57:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119204,'2018-11-27 21:56:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119203,'2018-11-27 21:53:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119202,'2018-11-27 21:22:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119201,'2018-11-27 19:02:28','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','f478e35ab3ec712737df000d492f296d','wp'),(119200,'2018-11-27 04:18:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119199,'2018-11-27 04:10:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119198,'2018-11-27 03:48:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119197,'2018-11-27 03:45:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119196,'2018-11-27 03:40:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119195,'2018-11-27 03:13:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119194,'2018-11-27 02:38:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119193,'2018-11-27 02:29:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119192,'2018-11-27 02:05:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119191,'2018-11-27 01:33:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119190,'2018-11-27 01:31:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119189,'2018-11-27 01:28:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119188,'2018-11-27 00:55:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119187,'2018-11-27 00:47:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119186,'2018-11-27 00:27:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119185,'2018-11-27 00:26:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119184,'2018-11-27 00:15:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119183,'2018-11-26 23:52:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119182,'2018-11-26 23:49:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119181,'2018-11-26 23:45:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119180,'2018-11-26 23:17:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119179,'2018-11-26 23:16:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119178,'2018-11-26 23:14:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119177,'2018-11-26 22:45:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119176,'2018-11-26 22:45:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119175,'2018-11-26 22:09:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119174,'2018-11-26 22:08:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119173,'2018-11-26 21:37:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119172,'2018-11-26 21:29:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119171,'2018-11-26 21:04:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119170,'2018-11-26 21:04:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119169,'2018-11-26 20:54:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119168,'2018-11-26 20:32:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119167,'2018-11-26 20:29:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119166,'2018-11-26 20:25:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119165,'2018-11-26 19:58:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119164,'2018-11-26 19:55:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119163,'2018-11-26 19:49:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119162,'2018-11-26 19:23:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119161,'2018-11-26 19:14:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119160,'2018-11-26 18:47:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119159,'2018-11-26 18:38:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119158,'2018-11-26 18:18:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119157,'2018-11-26 18:16:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119156,'2018-11-26 18:14:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119155,'2018-11-26 17:44:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119154,'2018-11-26 17:42:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119153,'2018-11-26 17:33:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119152,'2018-11-26 17:03:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119151,'2018-11-26 16:59:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119150,'2018-11-26 16:30:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119149,'2018-11-26 16:19:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119148,'2018-11-26 16:18:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119147,'2018-11-26 15:51:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119146,'2018-11-26 15:49:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119145,'2018-11-26 15:41:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119144,'2018-11-26 15:15:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119143,'2018-11-26 15:14:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119142,'2018-11-26 15:14:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119141,'2018-11-26 15:01:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119140,'2018-11-26 14:32:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119139,'2018-11-26 14:01:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119138,'2018-11-26 13:53:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119137,'2018-11-26 13:24:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119136,'2018-11-26 13:21:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119135,'2018-11-26 13:19:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119134,'2018-11-26 12:48:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119133,'2018-11-26 12:47:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119132,'2018-11-26 12:38:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119131,'2018-11-26 11:32:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119130,'2018-11-26 11:29:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119129,'2018-11-26 11:23:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119128,'2018-11-26 10:54:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119127,'2018-11-26 10:45:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119126,'2018-11-26 10:11:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119125,'2018-11-26 10:03:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119124,'2018-11-26 09:37:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119123,'2018-11-26 09:31:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119122,'2018-11-26 08:56:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119121,'2018-11-26 08:24:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119120,'2018-11-26 08:22:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119119,'2018-11-26 08:11:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119118,'2018-11-26 07:46:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119117,'2018-11-26 07:41:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119116,'2018-11-26 07:37:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119115,'2018-11-26 07:06:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119114,'2018-11-26 07:02:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119113,'2018-11-26 06:55:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119112,'2018-11-26 06:51:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119111,'2018-11-26 05:50:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119110,'2018-11-26 05:48:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119109,'2018-11-26 05:11:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119108,'2018-11-26 05:10:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119107,'2018-11-26 05:04:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119106,'2018-11-26 04:32:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119105,'2018-11-26 03:54:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119104,'2018-11-26 03:54:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119103,'2018-11-26 03:47:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119102,'2018-11-26 03:16:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119101,'2018-11-26 03:02:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119100,'2018-11-26 02:40:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119099,'2018-11-26 02:39:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119098,'2018-11-26 02:30:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119097,'2018-11-26 02:01:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119096,'2018-11-26 02:00:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119095,'2018-11-26 01:52:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119094,'2018-11-26 01:22:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119093,'2018-11-26 01:22:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119092,'2018-11-26 00:42:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119091,'2018-11-26 00:41:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119090,'2018-11-26 00:02:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119089,'2018-11-25 23:57:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119088,'2018-11-25 23:25:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119087,'2018-11-25 23:13:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119086,'2018-11-25 22:48:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119085,'2018-11-25 22:44:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119084,'2018-11-25 22:11:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119083,'2018-11-25 22:10:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119082,'2018-11-25 21:57:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119081,'2018-11-25 21:33:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119080,'2018-11-25 21:03:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119079,'2018-11-25 21:02:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119078,'2018-11-25 20:55:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119077,'2018-11-25 20:45:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119076,'2018-11-25 20:18:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119075,'2018-11-25 20:14:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119074,'2018-11-25 20:03:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119073,'2018-11-25 19:40:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119072,'2018-11-25 19:29:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119071,'2018-11-25 19:01:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119070,'2018-11-25 18:57:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119069,'2018-11-25 18:56:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119068,'2018-11-25 18:24:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119067,'2018-11-25 18:21:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119066,'2018-11-25 17:45:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119065,'2018-11-25 17:40:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119064,'2018-11-25 17:37:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119063,'2018-11-25 17:06:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119062,'2018-11-25 16:58:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119061,'2018-11-25 16:57:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119060,'2018-11-25 16:27:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119059,'2018-11-25 16:19:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119058,'2018-11-25 15:35:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119057,'2018-11-25 15:05:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119056,'2018-11-25 14:59:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119055,'2018-11-25 14:27:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119054,'2018-11-25 14:22:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119053,'2018-11-25 14:18:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119052,'2018-11-25 13:47:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119051,'2018-11-25 13:39:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119050,'2018-11-25 13:05:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119049,'2018-11-25 12:58:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119048,'2018-11-25 12:26:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119047,'2018-11-25 12:21:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119046,'2018-11-25 12:18:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119045,'2018-11-25 11:45:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119044,'2018-11-25 11:45:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119043,'2018-11-25 11:34:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119042,'2018-11-25 11:05:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119041,'2018-11-25 11:00:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119040,'2018-11-25 10:47:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119039,'2018-11-25 10:24:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119038,'2018-11-25 10:15:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119037,'2018-11-25 10:04:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119036,'2018-11-25 09:47:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119035,'2018-11-25 00:37:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119034,'2018-11-25 00:23:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119033,'2018-11-25 00:08:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119032,'2018-11-24 23:50:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119031,'2018-11-24 23:27:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119030,'2018-11-24 23:17:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119029,'2018-11-24 23:08:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119028,'2018-11-24 22:45:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119027,'2018-11-24 22:36:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119026,'2018-11-24 22:06:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119025,'2018-11-24 21:53:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119024,'2018-11-24 21:45:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119023,'2018-11-24 21:24:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119022,'2018-11-24 21:08:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119021,'2018-11-24 20:44:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119020,'2018-11-24 20:27:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119019,'2018-11-24 20:21:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119018,'2018-11-24 20:01:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119017,'2018-11-24 19:48:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119016,'2018-11-24 19:42:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119015,'2018-11-24 19:40:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119014,'2018-11-24 19:19:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119013,'2018-11-24 18:53:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119012,'2018-11-24 18:15:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119011,'2018-11-24 17:55:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119010,'2018-11-24 17:43:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119009,'2018-11-24 17:00:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119008,'2018-11-24 16:47:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119007,'2018-11-24 16:29:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119006,'2018-11-24 16:10:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119005,'2018-11-24 15:43:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119004,'2018-11-24 15:36:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119003,'2018-11-24 15:27:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119002,'2018-11-24 15:03:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119001,'2018-11-24 14:40:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(119000,'2018-11-24 14:25:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118999,'2018-11-24 13:49:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118998,'2018-11-24 13:41:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118997,'2018-11-24 13:28:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118996,'2018-11-24 13:05:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118995,'2018-11-24 12:51:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118994,'2018-11-24 12:47:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118993,'2018-11-24 12:23:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118992,'2018-11-24 12:07:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118991,'2018-11-24 11:58:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118990,'2018-11-24 11:39:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118989,'2018-11-24 11:28:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118988,'2018-11-24 11:19:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118987,'2018-11-24 10:56:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118986,'2018-11-24 10:45:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118985,'2018-11-24 10:10:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118984,'2018-11-24 09:53:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118983,'2018-11-24 09:31:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118982,'2018-11-24 09:18:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118981,'2018-11-24 09:11:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118980,'2018-11-24 08:46:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118979,'2018-11-24 08:33:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118978,'2018-11-24 08:21:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118977,'2018-11-24 08:03:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118976,'2018-11-24 07:48:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118975,'2018-11-24 07:43:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118974,'2018-11-24 07:21:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118973,'2018-11-24 07:09:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118972,'2018-11-24 06:54:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118971,'2018-11-24 06:36:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118970,'2018-11-24 06:19:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118969,'2018-11-24 06:13:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118968,'2018-11-24 05:31:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118967,'2018-11-24 04:53:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118966,'2018-11-24 04:24:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118965,'2018-11-24 04:10:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118964,'2018-11-24 04:05:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118963,'2018-11-24 03:36:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118962,'2018-11-24 03:21:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118961,'2018-11-24 03:17:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118960,'2018-11-24 02:51:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118959,'2018-11-24 02:40:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118958,'2018-11-24 02:09:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118957,'2018-11-24 01:58:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118956,'2018-11-24 01:48:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118955,'2018-11-24 01:21:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118954,'2018-11-24 01:14:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118953,'2018-11-24 00:57:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118952,'2018-11-24 00:35:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118951,'2018-11-24 00:22:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118950,'2018-11-24 00:12:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118949,'2018-11-23 23:51:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118948,'2018-11-23 23:37:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118947,'2018-11-23 23:22:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118946,'2018-11-23 23:07:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118945,'2018-11-23 22:53:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118944,'2018-11-23 22:40:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118943,'2018-11-23 22:19:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118942,'2018-11-23 22:07:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118941,'2018-11-23 21:50:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118940,'2018-11-23 21:28:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118939,'2018-11-23 21:13:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118938,'2018-11-23 21:06:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118937,'2018-11-23 20:47:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118936,'2018-11-23 20:28:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118935,'2018-11-23 20:21:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118934,'2018-11-23 19:56:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118933,'2018-11-23 19:41:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118932,'2018-11-23 19:36:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118931,'2018-11-23 19:11:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118930,'2018-11-23 18:58:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118929,'2018-11-23 18:50:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118928,'2018-11-23 18:23:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118927,'2018-11-23 18:11:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118926,'2018-11-23 17:58:37','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','e438e2afc5ae74fd85b2049ba1b7de53','wp'),(118925,'2018-11-23 17:58:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118924,'2018-11-23 17:37:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118923,'2018-11-23 17:20:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118922,'2018-11-23 17:06:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118921,'2018-11-23 16:57:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118920,'2018-11-23 03:50:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118919,'2018-11-23 03:42:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118918,'2018-11-23 03:19:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118917,'2018-11-23 02:58:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118916,'2018-11-23 02:34:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118915,'2018-11-23 02:23:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118914,'2018-11-23 01:36:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118913,'2018-11-23 01:16:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118912,'2018-11-23 01:02:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118911,'2018-11-23 00:56:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118910,'2018-11-23 00:32:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118909,'2018-11-23 00:22:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118908,'2018-11-23 00:12:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118907,'2018-11-22 23:36:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118906,'2018-11-22 23:32:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118905,'2018-11-22 23:15:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118904,'2018-11-22 22:59:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118903,'2018-11-22 22:49:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118902,'2018-11-22 22:04:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118901,'2018-11-22 21:46:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118900,'2018-11-22 21:38:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118899,'2018-11-22 21:05:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118898,'2018-11-22 20:46:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118897,'2018-11-22 20:23:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118896,'2018-11-22 20:13:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118895,'2018-11-22 20:03:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118894,'2018-11-22 19:42:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118893,'2018-11-22 19:33:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118892,'2018-11-22 19:07:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118891,'2018-11-22 18:50:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118890,'2018-11-22 18:43:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118889,'2018-11-22 18:18:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118888,'2018-11-22 18:00:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118887,'2018-11-22 17:53:41','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','142fff1f45d908119fdc83aa2573663d','wp'),(118886,'2018-11-22 17:37:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118885,'2018-11-22 17:26:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118884,'2018-11-22 17:22:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118883,'2018-11-22 16:59:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118882,'2018-11-22 16:47:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118881,'2018-11-22 16:35:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118880,'2018-11-22 16:03:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118879,'2018-11-22 15:58:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118878,'2018-11-22 15:39:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118877,'2018-11-22 15:26:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118876,'2018-11-22 15:14:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118875,'2018-11-22 14:56:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118874,'2018-11-22 14:07:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118873,'2018-11-22 13:57:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118872,'2018-11-22 13:52:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118871,'2018-11-22 13:27:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118870,'2018-11-22 13:18:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118869,'2018-11-22 13:12:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118868,'2018-11-22 12:46:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118867,'2018-11-22 12:36:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118866,'2018-11-22 12:27:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118865,'2018-11-22 12:00:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118864,'2018-11-22 11:48:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118863,'2018-11-22 11:46:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118862,'2018-11-22 11:09:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118861,'2018-11-22 11:04:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118860,'2018-11-22 10:30:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118859,'2018-11-22 10:22:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118858,'2018-11-22 10:00:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118857,'2018-11-22 09:41:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118856,'2018-11-22 09:08:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118855,'2018-11-22 09:02:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118854,'2018-11-22 08:37:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118853,'2018-11-22 08:23:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118852,'2018-11-22 08:17:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118851,'2018-11-22 07:55:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118850,'2018-11-22 07:39:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118849,'2018-11-22 07:17:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118848,'2018-11-22 07:03:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118847,'2018-11-22 06:58:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118846,'2018-11-22 06:29:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118845,'2018-11-22 06:11:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118844,'2018-11-22 05:48:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118843,'2018-11-22 05:39:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118842,'2018-11-22 05:21:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118841,'2018-11-22 04:55:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118840,'2018-11-22 04:44:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118839,'2018-11-22 04:21:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118838,'2018-11-22 04:11:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118837,'2018-11-22 04:01:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118836,'2018-11-22 03:41:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118835,'2018-11-22 03:33:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118834,'2018-11-22 03:14:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118833,'2018-11-22 02:58:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118832,'2018-11-22 02:49:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118831,'2018-11-22 02:42:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118830,'2018-11-22 02:18:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118829,'2018-11-22 02:08:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118828,'2018-11-22 02:00:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118827,'2018-11-22 01:37:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118826,'2018-11-22 01:19:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118825,'2018-11-22 01:17:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118824,'2018-11-22 00:51:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118823,'2018-11-22 00:43:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118822,'2018-11-22 00:34:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118821,'2018-11-22 00:10:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118820,'2018-11-22 00:05:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118819,'2018-11-21 23:48:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118818,'2018-11-21 23:24:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118817,'2018-11-21 23:06:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118816,'2018-11-21 22:44:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118815,'2018-11-21 22:21:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118814,'2018-11-21 22:02:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118813,'2018-11-21 21:50:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118812,'2018-11-21 21:46:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118811,'2018-11-21 21:27:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118810,'2018-11-21 21:14:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118809,'2018-11-21 21:11:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118808,'2018-11-21 20:36:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118807,'2018-11-21 20:26:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118806,'2018-11-21 20:08:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118805,'2018-11-21 19:56:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118804,'2018-11-21 19:53:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118803,'2018-11-21 19:27:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118802,'2018-11-21 19:17:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118801,'2018-11-21 19:06:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118800,'2018-11-21 18:46:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118799,'2018-11-21 18:34:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118798,'2018-11-21 18:30:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118797,'2018-11-21 18:08:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118796,'2018-11-21 17:58:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118795,'2018-11-21 17:44:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118794,'2018-11-21 17:29:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118793,'2018-11-21 17:14:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118792,'2018-11-21 17:06:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118791,'2018-11-21 16:34:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118790,'2018-11-21 16:21:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118789,'2018-11-21 16:03:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118788,'2018-11-21 15:20:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118787,'2018-11-21 14:27:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118786,'2018-11-21 14:05:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118785,'2018-11-21 13:59:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118784,'2018-11-20 21:26:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118783,'2018-11-20 21:18:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118782,'2018-11-20 20:43:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118781,'2018-11-20 20:43:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118780,'2018-11-20 20:43:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118779,'2018-11-20 20:43:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118778,'2018-11-20 20:43:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118777,'2018-11-20 20:43:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118776,'2018-11-20 20:43:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118775,'2018-11-20 20:43:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118774,'2018-11-20 20:43:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118773,'2018-11-20 20:43:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118772,'2018-11-20 20:43:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118771,'2018-11-20 20:43:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118770,'2018-11-20 20:43:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118769,'2018-11-20 20:43:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118768,'2018-11-20 20:43:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118767,'2018-11-20 20:43:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118766,'2018-11-20 20:43:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118765,'2018-11-20 20:43:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118764,'2018-11-20 20:43:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118763,'2018-11-20 20:43:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118762,'2018-11-20 20:43:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118761,'2018-11-20 20:43:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118760,'2018-11-20 20:43:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118759,'2018-11-20 20:43:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118758,'2018-11-20 20:43:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118757,'2018-11-20 20:43:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118756,'2018-11-20 20:43:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118755,'2018-11-20 20:42:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118754,'2018-11-20 20:42:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118753,'2018-11-20 20:42:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118752,'2018-11-20 20:42:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118751,'2018-11-20 20:42:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118750,'2018-11-20 20:42:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118749,'2018-11-20 20:42:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118748,'2018-11-20 20:42:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118747,'2018-11-20 20:42:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118746,'2018-11-20 20:42:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118745,'2018-11-20 20:42:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118744,'2018-11-20 20:42:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118743,'2018-11-20 20:42:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118742,'2018-11-20 20:42:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118741,'2018-11-20 20:42:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118740,'2018-11-20 20:42:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118739,'2018-11-20 20:42:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118738,'2018-11-20 20:42:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118737,'2018-11-20 20:42:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118736,'2018-11-20 20:42:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118735,'2018-11-20 20:42:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118734,'2018-11-20 20:42:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118733,'2018-11-20 20:42:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118732,'2018-11-20 20:42:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118731,'2018-11-20 20:42:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118730,'2018-11-20 20:42:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118729,'2018-11-20 20:42:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118728,'2018-11-20 20:42:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118727,'2018-11-20 20:42:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118726,'2018-11-20 20:42:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118725,'2018-11-20 20:42:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118724,'2018-11-20 20:42:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118723,'2018-11-20 20:42:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118722,'2018-11-20 20:42:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118721,'2018-11-20 20:42:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118720,'2018-11-20 20:42:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118719,'2018-11-20 20:42:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118718,'2018-11-20 20:42:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118717,'2018-11-20 20:42:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118716,'2018-11-20 20:42:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118715,'2018-11-20 20:42:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118714,'2018-11-20 20:41:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118713,'2018-11-20 20:41:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118712,'2018-11-20 20:41:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118711,'2018-11-20 20:41:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118710,'2018-11-20 20:41:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118709,'2018-11-20 20:41:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118708,'2018-11-20 20:41:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118707,'2018-11-20 20:41:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118706,'2018-11-20 20:41:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118705,'2018-11-20 20:41:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118704,'2018-11-20 20:41:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118703,'2018-11-20 20:41:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118702,'2018-11-20 20:40:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118701,'2018-11-20 20:38:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118700,'2018-11-20 20:38:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118699,'2018-11-20 20:38:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118698,'2018-11-20 20:38:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118697,'2018-11-20 20:38:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118696,'2018-11-20 20:38:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118695,'2018-11-20 20:38:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118694,'2018-11-20 20:38:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118693,'2018-11-20 20:38:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118692,'2018-11-20 20:38:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118691,'2018-11-20 20:38:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118690,'2018-11-20 20:38:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118689,'2018-11-20 20:38:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118688,'2018-11-20 20:38:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118687,'2018-11-20 20:38:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118686,'2018-11-20 20:38:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118685,'2018-11-20 20:38:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118684,'2018-11-20 20:38:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118683,'2018-11-20 20:38:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118682,'2018-11-20 20:38:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118681,'2018-11-20 20:38:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118680,'2018-11-20 20:38:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118679,'2018-11-20 20:38:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118678,'2018-11-20 20:38:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118677,'2018-11-20 20:38:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118676,'2018-11-20 20:38:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118675,'2018-11-20 20:38:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118674,'2018-11-20 20:38:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118673,'2018-11-20 20:38:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118672,'2018-11-20 20:38:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118671,'2018-11-20 20:38:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118670,'2018-11-20 20:38:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118669,'2018-11-20 20:38:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118668,'2018-11-20 20:38:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118667,'2018-11-20 20:38:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118666,'2018-11-20 20:38:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118665,'2018-11-20 20:38:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118664,'2018-11-20 20:38:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118663,'2018-11-20 20:38:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118662,'2018-11-20 20:38:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118661,'2018-11-20 20:38:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118660,'2018-11-20 20:38:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118659,'2018-11-20 20:38:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118658,'2018-11-20 20:38:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118657,'2018-11-20 20:37:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118656,'2018-11-20 20:37:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118655,'2018-11-20 20:37:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118654,'2018-11-20 20:37:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118653,'2018-11-20 20:37:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118652,'2018-11-20 20:37:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118651,'2018-11-20 20:37:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118650,'2018-11-20 20:37:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118649,'2018-11-20 20:37:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118648,'2018-11-20 20:37:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118647,'2018-11-20 20:37:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118646,'2018-11-20 20:37:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118645,'2018-11-20 20:37:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118644,'2018-11-20 20:37:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118643,'2018-11-20 20:37:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118642,'2018-11-20 20:37:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118641,'2018-11-20 20:37:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118640,'2018-11-20 20:37:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118639,'2018-11-20 20:37:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118638,'2018-11-20 20:37:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118637,'2018-11-20 20:37:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118636,'2018-11-20 20:37:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118635,'2018-11-20 20:37:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118634,'2018-11-20 20:37:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118633,'2018-11-20 20:37:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118632,'2018-11-20 20:37:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118631,'2018-11-20 20:37:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118630,'2018-11-20 20:37:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118629,'2018-11-20 20:37:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118628,'2018-11-20 20:37:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118627,'2018-11-20 20:37:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118626,'2018-11-20 20:37:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118625,'2018-11-20 20:37:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118624,'2018-11-20 20:37:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118623,'2018-11-20 20:37:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118622,'2018-11-20 20:37:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118621,'2018-11-20 20:37:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118620,'2018-11-20 20:37:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118619,'2018-11-20 20:37:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118618,'2018-11-20 20:37:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118617,'2018-11-20 20:37:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118616,'2018-11-20 20:37:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118615,'2018-11-20 20:36:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118614,'2018-11-20 20:36:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118613,'2018-11-20 20:36:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118612,'2018-11-20 20:36:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118611,'2018-11-20 20:36:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118610,'2018-11-20 20:36:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118609,'2018-11-20 20:36:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118608,'2018-11-20 20:36:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118607,'2018-11-20 20:36:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118606,'2018-11-20 20:36:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118605,'2018-11-20 20:36:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118604,'2018-11-20 20:36:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118603,'2018-11-20 20:36:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118602,'2018-11-20 20:36:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118601,'2018-11-20 20:33:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118600,'2018-11-20 20:33:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118599,'2018-11-20 20:33:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118598,'2018-11-20 20:33:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118597,'2018-11-20 20:33:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118596,'2018-11-20 20:33:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118595,'2018-11-20 20:33:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118594,'2018-11-20 20:33:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118593,'2018-11-20 20:33:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118592,'2018-11-20 20:33:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118591,'2018-11-20 20:33:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118590,'2018-11-20 20:33:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118589,'2018-11-20 20:33:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118588,'2018-11-20 20:33:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118587,'2018-11-20 20:33:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118586,'2018-11-20 20:33:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118585,'2018-11-20 20:32:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118584,'2018-11-20 20:32:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118583,'2018-11-20 20:32:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118582,'2018-11-20 20:32:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118581,'2018-11-20 20:32:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118580,'2018-11-20 20:32:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118579,'2018-11-20 20:32:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118578,'2018-11-20 20:32:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118577,'2018-11-20 20:32:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118576,'2018-11-20 20:32:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118575,'2018-11-20 20:32:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118574,'2018-11-20 20:32:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118573,'2018-11-20 20:32:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118572,'2018-11-20 20:32:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118571,'2018-11-20 20:32:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118570,'2018-11-20 20:32:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118569,'2018-11-20 20:32:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118568,'2018-11-20 20:32:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118567,'2018-11-20 20:32:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118566,'2018-11-20 20:32:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118565,'2018-11-20 20:32:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118564,'2018-11-20 20:32:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118563,'2018-11-20 20:32:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118562,'2018-11-20 20:32:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118561,'2018-11-20 20:32:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118560,'2018-11-20 20:32:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118559,'2018-11-20 20:32:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118558,'2018-11-20 20:32:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118557,'2018-11-20 20:32:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118556,'2018-11-20 20:32:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118555,'2018-11-20 20:32:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118554,'2018-11-20 20:32:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118553,'2018-11-20 20:32:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118552,'2018-11-20 20:32:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118551,'2018-11-20 20:32:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118550,'2018-11-20 20:32:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118549,'2018-11-20 20:32:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118548,'2018-11-20 20:32:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118547,'2018-11-20 20:32:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118546,'2018-11-20 20:32:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118545,'2018-11-20 20:32:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118544,'2018-11-20 20:32:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118543,'2018-11-20 20:32:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118542,'2018-11-20 20:32:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118541,'2018-11-20 20:32:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118540,'2018-11-20 20:32:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118539,'2018-11-20 20:32:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118538,'2018-11-20 20:32:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118537,'2018-11-20 20:32:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118536,'2018-11-20 20:32:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118535,'2018-11-20 20:32:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118534,'2018-11-20 20:32:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118533,'2018-11-20 20:32:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118532,'2018-11-20 20:32:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118531,'2018-11-20 20:32:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118530,'2018-11-20 20:32:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118529,'2018-11-20 20:31:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118528,'2018-11-20 20:31:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118527,'2018-11-20 20:31:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118526,'2018-11-20 20:31:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118525,'2018-11-20 20:31:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118524,'2018-11-20 20:31:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118523,'2018-11-20 20:30:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118522,'2018-11-20 20:30:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118521,'2018-11-20 20:30:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118520,'2018-11-20 20:30:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118519,'2018-11-20 20:30:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118518,'2018-11-20 20:30:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118517,'2018-11-20 20:30:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118516,'2018-11-20 20:30:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118515,'2018-11-20 20:30:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118514,'2018-11-20 20:30:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118513,'2018-11-20 20:30:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118512,'2018-11-20 20:30:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118511,'2018-11-20 20:30:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118510,'2018-11-20 20:30:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118509,'2018-11-20 20:30:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118508,'2018-11-20 20:30:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118507,'2018-11-20 20:30:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118506,'2018-11-20 20:30:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118505,'2018-11-20 20:30:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118504,'2018-11-20 20:30:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118503,'2018-11-20 20:30:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118502,'2018-11-20 20:30:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118501,'2018-11-20 20:30:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118500,'2018-11-20 20:30:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118499,'2018-11-20 20:30:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118498,'2018-11-20 20:30:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118497,'2018-11-20 20:30:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118496,'2018-11-20 20:30:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118495,'2018-11-20 20:30:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118494,'2018-11-20 20:30:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118493,'2018-11-20 20:30:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118492,'2018-11-20 20:30:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118491,'2018-11-20 20:30:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118490,'2018-11-20 20:30:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118489,'2018-11-20 20:30:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118488,'2018-11-20 20:30:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118487,'2018-11-20 20:29:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118486,'2018-11-20 20:29:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118485,'2018-11-20 20:29:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118484,'2018-11-20 20:29:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118483,'2018-11-20 20:29:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118482,'2018-11-20 20:29:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118481,'2018-11-20 20:29:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118480,'2018-11-20 20:29:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118479,'2018-11-20 20:29:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118478,'2018-11-20 20:29:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118477,'2018-11-20 20:29:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118476,'2018-11-20 20:29:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118475,'2018-11-20 20:29:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118474,'2018-11-20 20:29:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118473,'2018-11-20 20:29:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118472,'2018-11-20 20:29:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118471,'2018-11-20 20:29:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118470,'2018-11-20 20:29:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118469,'2018-11-20 20:29:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118468,'2018-11-20 20:29:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118467,'2018-11-20 20:29:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118466,'2018-11-20 20:29:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118465,'2018-11-20 20:29:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118464,'2018-11-20 20:29:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118463,'2018-11-20 20:29:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118462,'2018-11-20 20:29:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118461,'2018-11-20 20:29:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118460,'2018-11-20 20:29:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118459,'2018-11-20 20:29:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118458,'2018-11-20 20:29:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118457,'2018-11-20 20:29:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118456,'2018-11-20 20:29:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118455,'2018-11-20 20:28:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118454,'2018-11-20 20:28:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118453,'2018-11-20 20:28:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118452,'2018-11-20 20:28:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118451,'2018-11-20 20:28:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118450,'2018-11-20 20:28:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118449,'2018-11-20 20:28:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118448,'2018-11-20 20:28:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118447,'2018-11-20 20:28:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118446,'2018-11-20 20:28:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118445,'2018-11-20 20:28:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118444,'2018-11-20 20:28:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118443,'2018-11-20 20:28:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118442,'2018-11-20 20:28:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118441,'2018-11-20 20:28:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118440,'2018-11-20 20:28:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118439,'2018-11-20 20:28:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118438,'2018-11-20 20:28:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118437,'2018-11-20 20:28:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118436,'2018-11-20 20:28:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118435,'2018-11-20 20:28:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118434,'2018-11-20 20:28:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118433,'2018-11-20 20:28:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118432,'2018-11-20 20:28:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118431,'2018-11-20 20:28:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118430,'2018-11-20 20:28:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118429,'2018-11-20 20:28:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118428,'2018-11-20 20:28:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118427,'2018-11-20 20:28:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118426,'2018-11-20 20:28:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118425,'2018-11-20 20:28:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118424,'2018-11-20 20:28:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118423,'2018-11-20 20:28:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118422,'2018-11-20 20:28:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118421,'2018-11-20 20:27:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118420,'2018-11-20 20:27:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118419,'2018-11-20 20:27:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118418,'2018-11-20 20:27:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118417,'2018-11-20 20:27:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118416,'2018-11-20 20:27:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118415,'2018-11-20 20:27:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118414,'2018-11-20 20:27:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118413,'2018-11-20 20:27:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118412,'2018-11-20 20:27:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118411,'2018-11-20 20:26:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118410,'2018-11-20 20:26:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118409,'2018-11-20 20:26:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118408,'2018-11-20 20:26:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118407,'2018-11-20 20:26:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118406,'2018-11-20 20:26:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118405,'2018-11-20 20:26:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118404,'2018-11-20 20:26:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118403,'2018-11-20 20:26:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118402,'2018-11-20 20:26:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118401,'2018-11-20 20:26:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118400,'2018-11-20 20:26:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118399,'2018-11-20 20:26:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118398,'2018-11-20 20:26:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118397,'2018-11-20 20:26:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118396,'2018-11-20 20:26:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118395,'2018-11-20 20:26:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118394,'2018-11-20 20:26:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118393,'2018-11-20 20:26:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118392,'2018-11-20 20:26:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118391,'2018-11-20 20:26:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118390,'2018-11-20 20:26:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118389,'2018-11-20 20:26:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118388,'2018-11-20 20:26:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118387,'2018-11-20 20:26:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118386,'2018-11-20 20:26:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118385,'2018-11-20 20:26:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118384,'2018-11-20 20:26:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118383,'2018-11-20 20:26:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118382,'2018-11-20 20:26:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118381,'2018-11-20 20:26:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118380,'2018-11-20 20:26:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118379,'2018-11-20 20:26:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118378,'2018-11-20 20:26:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118377,'2018-11-20 20:25:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118376,'2018-11-20 20:25:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118375,'2018-11-20 20:25:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118374,'2018-11-20 20:25:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118373,'2018-11-20 20:25:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118372,'2018-11-20 20:25:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118371,'2018-11-20 20:25:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118370,'2018-11-20 20:25:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118369,'2018-11-20 20:25:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118368,'2018-11-20 20:25:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118367,'2018-11-20 20:25:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118366,'2018-11-20 20:25:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118365,'2018-11-20 20:25:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118364,'2018-11-20 20:25:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118363,'2018-11-20 20:25:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118362,'2018-11-20 20:25:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118361,'2018-11-20 20:25:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118360,'2018-11-20 20:25:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118359,'2018-11-20 20:25:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118358,'2018-11-20 20:25:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118357,'2018-11-20 20:25:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118356,'2018-11-20 20:25:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118355,'2018-11-20 20:25:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118354,'2018-11-20 20:25:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118353,'2018-11-20 20:25:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118352,'2018-11-20 20:25:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118351,'2018-11-20 20:25:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118350,'2018-11-20 20:25:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118349,'2018-11-20 20:25:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118348,'2018-11-20 20:25:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118347,'2018-11-20 20:25:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118346,'2018-11-20 20:25:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118345,'2018-11-20 20:25:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118344,'2018-11-20 20:25:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118343,'2018-11-20 20:25:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118342,'2018-11-20 20:25:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118341,'2018-11-20 20:24:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118340,'2018-11-20 20:24:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118339,'2018-11-20 20:24:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118338,'2018-11-20 20:24:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118337,'2018-11-20 20:24:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118336,'2018-11-20 20:24:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118335,'2018-11-20 20:24:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118334,'2018-11-20 20:24:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118333,'2018-11-20 20:24:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118332,'2018-11-20 20:24:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118331,'2018-11-20 20:24:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118330,'2018-11-20 20:24:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118329,'2018-11-20 20:24:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118328,'2018-11-20 20:24:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118327,'2018-11-20 20:24:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118326,'2018-11-20 20:24:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118325,'2018-11-20 20:24:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118324,'2018-11-20 20:24:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118323,'2018-11-20 20:24:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118322,'2018-11-20 20:24:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118321,'2018-11-20 20:24:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118320,'2018-11-20 20:24:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118319,'2018-11-20 20:24:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118318,'2018-11-20 20:24:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118317,'2018-11-20 20:24:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118316,'2018-11-20 20:24:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118315,'2018-11-20 20:24:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118314,'2018-11-20 20:24:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118313,'2018-11-20 20:24:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118312,'2018-11-20 20:23:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118311,'2018-11-20 20:23:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118310,'2018-11-20 20:23:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118309,'2018-11-20 20:23:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118308,'2018-11-20 20:23:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118307,'2018-11-20 20:23:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118306,'2018-11-20 20:23:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118305,'2018-11-20 20:23:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118304,'2018-11-20 20:23:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118303,'2018-11-20 20:23:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118302,'2018-11-20 20:23:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118301,'2018-11-20 20:23:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118300,'2018-11-20 20:23:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118299,'2018-11-20 20:23:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118298,'2018-11-20 20:23:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118297,'2018-11-20 20:23:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118296,'2018-11-20 20:23:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118295,'2018-11-20 20:23:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118294,'2018-11-20 20:23:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118293,'2018-11-20 20:23:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118292,'2018-11-20 20:23:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118291,'2018-11-20 20:23:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118290,'2018-11-20 20:23:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118289,'2018-11-20 20:23:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118288,'2018-11-20 20:23:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118287,'2018-11-20 20:23:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118286,'2018-11-20 20:23:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118285,'2018-11-20 20:23:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118284,'2018-11-20 20:23:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118283,'2018-11-20 20:23:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118282,'2018-11-20 20:22:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118281,'2018-11-20 20:22:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118280,'2018-11-20 20:22:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118279,'2018-11-20 20:22:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118278,'2018-11-20 20:22:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118277,'2018-11-20 20:22:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118276,'2018-11-20 20:22:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118275,'2018-11-20 20:22:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118274,'2018-11-20 20:22:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118273,'2018-11-20 20:22:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118272,'2018-11-20 20:22:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118271,'2018-11-20 20:22:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118270,'2018-11-20 20:22:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118269,'2018-11-20 20:22:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118268,'2018-11-20 20:22:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118267,'2018-11-20 20:22:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118266,'2018-11-20 20:22:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118265,'2018-11-20 20:22:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118264,'2018-11-20 20:22:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118263,'2018-11-20 20:22:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118262,'2018-11-20 20:22:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118261,'2018-11-20 20:22:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118260,'2018-11-20 20:22:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118259,'2018-11-20 20:22:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118258,'2018-11-20 20:22:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118257,'2018-11-20 20:22:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118256,'2018-11-20 20:22:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118255,'2018-11-20 20:22:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118254,'2018-11-20 20:22:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118253,'2018-11-20 20:22:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118252,'2018-11-20 20:22:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118251,'2018-11-20 20:21:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118250,'2018-11-20 20:21:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118249,'2018-11-20 20:21:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118248,'2018-11-20 20:21:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118247,'2018-11-20 20:21:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118246,'2018-11-20 20:21:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118245,'2018-11-20 20:21:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118244,'2018-11-20 20:21:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118243,'2018-11-20 20:21:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118242,'2018-11-20 20:21:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118241,'2018-11-20 20:21:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118240,'2018-11-20 20:21:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118239,'2018-11-20 20:21:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118238,'2018-11-20 20:21:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118237,'2018-11-20 20:21:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118236,'2018-11-20 20:21:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118235,'2018-11-20 20:21:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118234,'2018-11-20 20:21:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118233,'2018-11-20 20:21:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118232,'2018-11-20 20:21:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118231,'2018-11-20 20:21:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118230,'2018-11-20 20:21:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118229,'2018-11-20 20:21:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118228,'2018-11-20 20:21:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118227,'2018-11-20 20:21:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118226,'2018-11-20 20:21:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118225,'2018-11-20 20:21:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118224,'2018-11-20 20:21:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118223,'2018-11-20 20:21:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118222,'2018-11-20 20:21:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118221,'2018-11-20 20:20:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118220,'2018-11-20 20:20:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118219,'2018-11-20 20:20:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118218,'2018-11-20 20:20:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118217,'2018-11-20 20:20:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118216,'2018-11-20 20:20:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118215,'2018-11-20 20:20:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118214,'2018-11-20 20:20:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118213,'2018-11-20 20:20:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118212,'2018-11-20 20:20:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118211,'2018-11-20 20:19:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118210,'2018-11-20 20:19:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118209,'2018-11-20 20:19:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118208,'2018-11-20 20:19:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118207,'2018-11-20 20:19:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118206,'2018-11-20 20:19:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118205,'2018-11-20 20:19:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118204,'2018-11-20 20:19:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118203,'2018-11-20 20:19:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118202,'2018-11-20 20:19:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118201,'2018-11-20 20:19:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118200,'2018-11-20 20:19:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118199,'2018-11-20 20:19:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118198,'2018-11-20 20:19:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118197,'2018-11-20 20:19:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118196,'2018-11-20 20:19:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118195,'2018-11-20 20:19:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118194,'2018-11-20 20:19:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118193,'2018-11-20 20:19:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118192,'2018-11-20 20:19:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118191,'2018-11-20 20:19:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118190,'2018-11-20 20:19:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118189,'2018-11-20 20:19:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118188,'2018-11-20 20:19:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118187,'2018-11-20 20:18:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118186,'2018-11-20 20:18:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118185,'2018-11-20 20:18:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118184,'2018-11-20 20:18:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118183,'2018-11-20 20:18:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118182,'2018-11-20 20:18:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118181,'2018-11-20 20:18:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118180,'2018-11-20 20:18:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118179,'2018-11-20 20:18:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118178,'2018-11-20 20:18:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118177,'2018-11-20 20:18:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118176,'2018-11-20 20:18:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118175,'2018-11-20 20:18:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118174,'2018-11-20 20:18:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118173,'2018-11-20 20:18:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118172,'2018-11-20 20:18:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118171,'2018-11-20 20:18:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118170,'2018-11-20 20:18:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118169,'2018-11-20 20:18:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118168,'2018-11-20 20:18:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118167,'2018-11-20 20:18:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118166,'2018-11-20 20:18:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118165,'2018-11-20 20:18:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118164,'2018-11-20 20:18:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118163,'2018-11-20 20:18:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118162,'2018-11-20 20:18:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118161,'2018-11-20 20:18:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118160,'2018-11-20 20:18:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118159,'2018-11-20 20:18:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118158,'2018-11-20 20:18:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118157,'2018-11-20 20:18:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118156,'2018-11-20 20:18:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118155,'2018-11-20 20:18:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118154,'2018-11-20 20:18:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118153,'2018-11-20 20:18:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118152,'2018-11-20 20:18:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118151,'2018-11-20 20:18:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118150,'2018-11-20 20:18:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118149,'2018-11-20 20:18:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118148,'2018-11-20 20:18:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118147,'2018-11-20 20:17:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118146,'2018-11-20 20:17:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118145,'2018-11-20 20:17:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118144,'2018-11-20 20:17:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118143,'2018-11-20 20:17:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118142,'2018-11-20 20:17:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118141,'2018-11-20 20:17:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118140,'2018-11-20 20:17:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118139,'2018-11-20 20:17:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118138,'2018-11-20 20:17:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118137,'2018-11-20 20:17:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118136,'2018-11-20 20:17:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118135,'2018-11-20 20:17:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118134,'2018-11-20 20:17:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118133,'2018-11-20 20:17:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118132,'2018-11-20 20:17:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118131,'2018-11-20 20:17:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118130,'2018-11-20 20:17:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118129,'2018-11-20 20:17:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118128,'2018-11-20 20:17:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118127,'2018-11-20 20:17:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118126,'2018-11-20 20:17:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118125,'2018-11-20 20:17:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118124,'2018-11-20 20:17:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118123,'2018-11-20 20:17:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118122,'2018-11-20 20:17:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118121,'2018-11-20 20:17:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118120,'2018-11-20 20:17:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118119,'2018-11-20 20:17:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118118,'2018-11-20 20:17:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118117,'2018-11-20 20:16:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118116,'2018-11-20 20:16:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118115,'2018-11-20 20:16:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118114,'2018-11-20 20:14:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118113,'2018-11-20 20:14:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118112,'2018-11-20 20:14:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118111,'2018-11-20 20:14:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118110,'2018-11-20 20:14:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118109,'2018-11-20 20:14:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118108,'2018-11-20 20:14:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118107,'2018-11-20 20:14:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118106,'2018-11-20 20:14:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118105,'2018-11-20 20:14:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118104,'2018-11-20 20:14:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118103,'2018-11-20 20:14:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118102,'2018-11-20 20:14:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118101,'2018-11-20 20:14:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118100,'2018-11-20 20:14:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118099,'2018-11-20 20:14:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118098,'2018-11-20 20:14:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118097,'2018-11-20 20:14:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118096,'2018-11-20 20:14:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118095,'2018-11-20 20:14:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118094,'2018-11-20 20:14:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118093,'2018-11-20 20:14:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118092,'2018-11-20 20:14:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118091,'2018-11-20 20:14:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118090,'2018-11-20 20:14:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118089,'2018-11-20 20:14:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118088,'2018-11-20 20:14:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118087,'2018-11-20 20:14:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118086,'2018-11-20 20:14:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118085,'2018-11-20 20:14:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118084,'2018-11-20 20:13:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118083,'2018-11-20 20:13:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118082,'2018-11-20 20:13:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118081,'2018-11-20 20:13:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118080,'2018-11-20 20:13:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118079,'2018-11-20 20:13:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118078,'2018-11-20 20:13:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118077,'2018-11-20 20:13:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118076,'2018-11-20 20:13:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118075,'2018-11-20 20:13:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118074,'2018-11-20 20:13:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118073,'2018-11-20 20:13:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118072,'2018-11-20 20:13:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118071,'2018-11-20 20:13:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118070,'2018-11-20 20:13:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118069,'2018-11-20 20:13:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118068,'2018-11-20 20:13:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118067,'2018-11-20 20:13:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118066,'2018-11-20 20:13:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118065,'2018-11-20 20:13:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118064,'2018-11-20 19:59:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118063,'2018-11-20 19:34:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118062,'2018-11-20 18:52:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118061,'2018-11-20 18:19:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118060,'2018-11-20 17:54:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118059,'2018-11-20 17:15:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118058,'2018-11-20 16:59:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118057,'2018-11-20 16:32:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118056,'2018-11-20 16:32:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118055,'2018-11-20 16:32:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118054,'2018-11-20 16:32:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118053,'2018-11-20 16:32:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118052,'2018-11-20 16:32:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118051,'2018-11-20 16:32:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118050,'2018-11-20 16:32:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118049,'2018-11-20 16:32:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118048,'2018-11-20 16:32:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118047,'2018-11-20 16:32:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118046,'2018-11-20 16:32:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118045,'2018-11-20 16:32:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118044,'2018-11-20 16:32:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118043,'2018-11-20 16:32:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118042,'2018-11-20 16:32:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118041,'2018-11-20 16:32:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118040,'2018-11-20 16:32:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118039,'2018-11-20 16:32:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118038,'2018-11-20 16:32:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118037,'2018-11-20 16:32:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118036,'2018-11-20 16:32:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118035,'2018-11-20 16:32:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118034,'2018-11-20 16:32:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118033,'2018-11-20 16:31:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118032,'2018-11-20 16:31:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118031,'2018-11-20 16:31:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118030,'2018-11-20 16:31:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118029,'2018-11-20 16:31:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118028,'2018-11-20 16:31:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118027,'2018-11-20 16:31:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118026,'2018-11-20 16:31:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118025,'2018-11-20 16:31:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118024,'2018-11-20 16:31:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118023,'2018-11-20 16:31:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118022,'2018-11-20 16:31:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118021,'2018-11-20 16:31:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118020,'2018-11-20 16:31:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118019,'2018-11-20 16:31:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118018,'2018-11-20 16:31:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118017,'2018-11-20 16:31:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118016,'2018-11-20 16:31:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118015,'2018-11-20 16:31:14','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118014,'2018-11-20 16:30:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118013,'2018-11-20 16:30:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118012,'2018-11-20 16:30:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118011,'2018-11-20 16:30:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118010,'2018-11-20 16:30:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118009,'2018-11-20 16:30:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118008,'2018-11-20 16:30:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118007,'2018-11-20 16:30:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118006,'2018-11-20 16:30:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118005,'2018-11-20 16:30:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118004,'2018-11-20 16:30:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118003,'2018-11-20 16:30:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118002,'2018-11-20 16:30:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118001,'2018-11-20 16:30:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(118000,'2018-11-20 16:30:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117999,'2018-11-20 16:30:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117998,'2018-11-20 16:30:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117997,'2018-11-20 16:30:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117996,'2018-11-20 16:30:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117995,'2018-11-20 16:30:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117994,'2018-11-20 16:30:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117993,'2018-11-20 16:30:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117992,'2018-11-20 16:29:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117991,'2018-11-20 16:29:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117990,'2018-11-20 16:29:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117989,'2018-11-20 16:29:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117988,'2018-11-20 16:29:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117987,'2018-11-20 16:29:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117986,'2018-11-20 16:29:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117985,'2018-11-20 16:29:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117984,'2018-11-20 16:29:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117983,'2018-11-20 16:29:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117982,'2018-11-20 16:29:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117981,'2018-11-20 16:29:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117980,'2018-11-20 16:29:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117979,'2018-11-20 16:29:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117978,'2018-11-20 16:29:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117977,'2018-11-20 16:29:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117976,'2018-11-20 16:29:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117975,'2018-11-20 16:29:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117974,'2018-11-20 16:29:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117973,'2018-11-20 16:29:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117972,'2018-11-20 16:29:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117971,'2018-11-20 16:29:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117970,'2018-11-20 16:29:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117969,'2018-11-20 16:29:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117968,'2018-11-20 16:28:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117967,'2018-11-20 16:28:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117966,'2018-11-20 16:28:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117965,'2018-11-20 16:28:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117964,'2018-11-20 16:28:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117963,'2018-11-20 16:28:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117962,'2018-11-20 16:28:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117961,'2018-11-20 16:28:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117960,'2018-11-20 16:28:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117959,'2018-11-20 16:28:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117958,'2018-11-20 16:28:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117957,'2018-11-20 16:28:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117956,'2018-11-20 16:28:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117955,'2018-11-20 16:28:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117954,'2018-11-20 16:28:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117953,'2018-11-20 16:28:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117952,'2018-11-20 16:28:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117951,'2018-11-20 16:28:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117950,'2018-11-20 16:28:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117949,'2018-11-20 16:28:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117948,'2018-11-20 16:28:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117947,'2018-11-20 16:28:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117946,'2018-11-20 16:28:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117945,'2018-11-20 16:28:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117944,'2018-11-20 16:28:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117943,'2018-11-20 16:28:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117942,'2018-11-20 16:27:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117941,'2018-11-20 16:27:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117940,'2018-11-20 16:27:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117939,'2018-11-20 16:27:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117938,'2018-11-20 16:27:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117937,'2018-11-20 16:27:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117936,'2018-11-20 16:27:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117935,'2018-11-20 16:27:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117934,'2018-11-20 16:27:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117933,'2018-11-20 16:27:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117932,'2018-11-20 16:27:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117931,'2018-11-20 16:27:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117930,'2018-11-20 16:27:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117929,'2018-11-20 16:27:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117928,'2018-11-20 16:27:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117927,'2018-11-20 16:27:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117926,'2018-11-20 16:27:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117925,'2018-11-20 16:27:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117924,'2018-11-20 16:27:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117923,'2018-11-20 16:27:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117922,'2018-11-20 16:27:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117921,'2018-11-20 16:27:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117920,'2018-11-20 16:27:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117919,'2018-11-20 16:27:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117918,'2018-11-20 16:27:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117917,'2018-11-20 16:26:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117916,'2018-11-20 16:26:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117915,'2018-11-20 16:26:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117914,'2018-11-20 16:26:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117913,'2018-11-20 16:26:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117912,'2018-11-20 16:26:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117911,'2018-11-20 16:26:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117910,'2018-11-20 16:26:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117909,'2018-11-20 16:26:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117908,'2018-11-20 16:26:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117907,'2018-11-20 16:26:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117906,'2018-11-20 16:26:29','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117905,'2018-11-20 16:26:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117904,'2018-11-20 16:26:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117903,'2018-11-20 16:26:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117902,'2018-11-20 16:26:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117901,'2018-11-20 16:26:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117900,'2018-11-20 16:26:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117899,'2018-11-20 16:26:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117898,'2018-11-20 16:26:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117897,'2018-11-20 16:26:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117896,'2018-11-20 16:26:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117895,'2018-11-20 16:26:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117894,'2018-11-20 16:26:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117893,'2018-11-20 16:25:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117892,'2018-11-20 16:25:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117891,'2018-11-20 16:25:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117890,'2018-11-20 16:25:51','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117889,'2018-11-20 16:25:48','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117888,'2018-11-20 16:25:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117887,'2018-11-20 16:25:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117886,'2018-11-20 16:25:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117885,'2018-11-20 16:25:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117884,'2018-11-20 16:25:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117883,'2018-11-20 16:25:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117882,'2018-11-20 16:25:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117881,'2018-11-20 16:25:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117880,'2018-11-20 16:25:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117879,'2018-11-20 16:25:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117878,'2018-11-20 16:25:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117877,'2018-11-20 16:25:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117876,'2018-11-20 16:25:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117875,'2018-11-20 16:25:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117874,'2018-11-20 16:25:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117873,'2018-11-20 16:25:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117872,'2018-11-20 16:25:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117871,'2018-11-20 16:25:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117870,'2018-11-20 16:25:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117869,'2018-11-20 16:25:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117868,'2018-11-20 16:24:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117867,'2018-11-20 16:24:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117866,'2018-11-20 16:24:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117865,'2018-11-20 16:24:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117864,'2018-11-20 16:24:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117863,'2018-11-20 16:24:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117862,'2018-11-20 16:24:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117861,'2018-11-20 16:24:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117860,'2018-11-20 16:24:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117859,'2018-11-20 16:24:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117858,'2018-11-20 16:24:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117857,'2018-11-20 16:24:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117856,'2018-11-20 16:24:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117855,'2018-11-20 16:24:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117854,'2018-11-20 16:24:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117853,'2018-11-20 16:24:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117852,'2018-11-20 16:24:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117851,'2018-11-20 16:24:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117850,'2018-11-20 16:24:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117849,'2018-11-20 16:24:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117848,'2018-11-20 16:24:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117847,'2018-11-20 16:24:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117846,'2018-11-20 16:24:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117845,'2018-11-20 16:24:00','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117844,'2018-11-20 16:23:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117843,'2018-11-20 16:23:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117842,'2018-11-20 16:23:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117841,'2018-11-20 16:23:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117840,'2018-11-20 16:23:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117839,'2018-11-20 16:23:44','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117838,'2018-11-20 16:23:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117837,'2018-11-20 16:23:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117836,'2018-11-20 16:23:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117835,'2018-11-20 16:23:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117834,'2018-11-20 16:23:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117833,'2018-11-20 16:23:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117832,'2018-11-20 16:23:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117831,'2018-11-20 16:23:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117830,'2018-11-20 16:23:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117829,'2018-11-20 16:23:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117828,'2018-11-20 16:23:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117827,'2018-11-20 16:23:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117826,'2018-11-20 16:23:11','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117825,'2018-11-20 16:23:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117824,'2018-11-20 16:23:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117823,'2018-11-20 16:23:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117822,'2018-11-20 16:23:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117821,'2018-11-20 16:23:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117820,'2018-11-20 16:22:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117819,'2018-11-20 16:22:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117818,'2018-11-20 16:22:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117817,'2018-11-20 16:22:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117816,'2018-11-20 16:22:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117815,'2018-11-20 16:22:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117814,'2018-11-20 16:22:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117813,'2018-11-20 16:22:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117812,'2018-11-20 16:22:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117811,'2018-11-20 16:22:39','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117810,'2018-11-20 16:22:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117809,'2018-11-20 16:22:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117808,'2018-11-20 16:22:32','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117807,'2018-11-20 16:22:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117806,'2018-11-20 16:22:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117805,'2018-11-20 16:22:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117804,'2018-11-20 16:22:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117803,'2018-11-20 16:22:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117802,'2018-11-20 16:22:19','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117801,'2018-11-20 16:22:16','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117800,'2018-11-20 16:22:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117799,'2018-11-20 16:22:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117798,'2018-11-20 16:22:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117797,'2018-11-20 16:22:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117796,'2018-11-20 16:22:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117795,'2018-11-20 16:22:02','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117794,'2018-11-20 16:21:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117793,'2018-11-20 16:21:56','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117792,'2018-11-20 16:21:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117791,'2018-11-20 16:21:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117790,'2018-11-20 16:21:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117789,'2018-11-20 16:21:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117788,'2018-11-20 16:21:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117787,'2018-11-20 16:21:43','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117786,'2018-11-20 16:21:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117785,'2018-11-20 16:21:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117784,'2018-11-20 16:21:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117783,'2018-11-20 16:21:34','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117782,'2018-11-20 16:21:31','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117781,'2018-11-20 16:21:28','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117780,'2018-11-20 16:21:25','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117779,'2018-11-20 16:21:22','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117778,'2018-11-20 16:21:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117777,'2018-11-20 16:21:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117776,'2018-11-20 16:21:15','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117775,'2018-11-20 16:21:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117774,'2018-11-20 16:21:10','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117773,'2018-11-20 16:21:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117772,'2018-11-20 16:21:04','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117771,'2018-11-20 16:21:01','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117770,'2018-11-20 16:20:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117769,'2018-11-20 16:20:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117768,'2018-11-20 16:20:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117767,'2018-11-20 16:20:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117766,'2018-11-20 16:20:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117765,'2018-11-20 16:20:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117764,'2018-11-20 16:20:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117763,'2018-11-20 16:20:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117762,'2018-11-20 16:20:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117761,'2018-11-20 16:20:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117760,'2018-11-20 16:20:35','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117759,'2018-11-20 16:20:33','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117758,'2018-11-20 16:20:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117757,'2018-11-20 16:20:27','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117756,'2018-11-20 16:20:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117755,'2018-11-20 16:20:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117754,'2018-11-20 16:20:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117753,'2018-11-20 16:20:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117752,'2018-11-20 15:37:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117751,'2018-11-20 15:15:46','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117750,'2018-11-20 15:01:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117749,'2018-11-20 14:03:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117748,'2018-11-20 13:38:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117747,'2018-11-20 13:22:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117746,'2018-11-20 12:32:12','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117745,'2018-11-20 12:05:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117744,'2018-11-20 11:45:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117743,'2018-11-20 11:06:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117742,'2018-11-20 11:06:18','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117741,'2018-11-20 10:34:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117740,'2018-11-20 10:18:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117739,'2018-11-20 09:22:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117738,'2018-11-20 08:41:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117737,'2018-11-20 07:48:40','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117736,'2018-11-20 07:30:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117735,'2018-11-20 07:20:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117734,'2018-11-20 06:16:58','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117733,'2018-11-20 05:38:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117732,'2018-11-20 04:46:30','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117731,'2018-11-20 04:20:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117730,'2018-11-20 03:59:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117729,'2018-11-20 03:14:38','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117728,'2018-11-20 02:54:24','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117727,'2018-11-20 02:31:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117726,'2018-11-20 01:36:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117725,'2018-11-20 01:19:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117724,'2018-11-20 00:53:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117723,'2018-11-20 00:05:54','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117722,'2018-11-19 23:33:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117721,'2018-11-19 23:30:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117720,'2018-11-19 22:41:57','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117719,'2018-11-19 22:17:07','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117718,'2018-11-19 21:52:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117717,'2018-11-19 21:10:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117716,'2018-11-19 20:45:52','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117715,'2018-11-19 20:23:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117714,'2018-11-19 19:32:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117713,'2018-11-19 19:15:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117712,'2018-11-19 18:56:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117711,'2018-11-19 17:49:41','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117710,'2018-11-19 17:24:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117709,'2018-11-19 16:35:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117708,'2018-11-19 16:08:37','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117707,'2018-11-19 15:39:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117706,'2018-11-19 15:09:09','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117705,'2018-11-19 14:40:20','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117704,'2018-11-19 14:24:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117703,'2018-11-19 13:27:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117702,'2018-11-19 13:11:23','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117701,'2018-11-19 13:00:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117700,'2018-11-19 11:57:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117699,'2018-11-19 11:33:13','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117698,'2018-11-19 11:19:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117697,'2018-11-19 10:27:45','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117696,'2018-11-19 10:06:17','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117695,'2018-11-19 09:46:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117694,'2018-11-19 09:07:36','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117693,'2018-11-19 08:32:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117692,'2018-11-19 08:08:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117691,'2018-11-19 07:26:05','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117690,'2018-11-19 06:59:08','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117689,'2018-11-19 06:41:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117688,'2018-11-19 05:47:50','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117687,'2018-11-19 05:22:47','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117686,'2018-11-19 05:13:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117685,'2018-11-19 04:19:21','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117684,'2018-11-19 03:53:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117683,'2018-11-19 03:38:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117682,'2018-11-19 02:46:55','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117681,'2018-11-19 02:18:06','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117680,'2018-11-19 02:01:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117679,'2018-11-19 01:11:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117678,'2018-11-19 00:54:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117677,'2018-11-19 00:35:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117676,'2018-11-18 23:45:26','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117675,'2018-11-18 23:25:49','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117674,'2018-11-18 23:01:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117673,'2018-11-18 22:07:03','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117672,'2018-11-18 21:39:42','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117671,'2018-11-18 21:21:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117670,'2018-11-18 20:24:59','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117669,'2018-11-18 19:57:53','SimpleUserLogger','warning','Failed to login with username \"{login}\" (incorrect password entered)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117668,'2018-11-18 19:41:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117667,'2018-11-18 19:21:31','SimpleLogger','info','Simple History removed {num_rows} events that were older than {days} days','6da3e83035ca76a6339844b43e98587b','wp'),(117391,'2018-11-13 11:18:18','AvailableUpdatesLogger','notice','Found an update to WordPress.','23e35b46e59cdd606cb491eef1c82d80','wp'),(117392,'2018-11-13 11:18:19','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','8da57d45201bbdb0c0bccb5dd666afc3','wp'),(117393,'2018-11-13 11:18:19','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','e1d9b4148b4d90ee506ef26c9b731723','wp'),(117394,'2018-11-13 11:18:19','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','96fa324acfc2c2460cea6736ea1388bd','wp'),(117395,'2018-11-13 11:18:19','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','ab3463faa8a58963e7427d540179ce83','wp'),(117396,'2018-11-13 11:18:19','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','0d065fdbbe5753b492d173fc69d5daf5','wp'),(117397,'2018-11-13 11:18:19','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','ce2bbaf1d6dcfa290678228d09407f0b','wp'),(117398,'2018-11-13 11:18:20','AvailableUpdatesLogger','notice','Found an update to theme \"{theme_name}\"','4b806cab65d7c3f51deb5d62323e80d5','wp'),(117399,'2018-11-13 11:18:25','SimpleCoreUpdatesLogger','notice','WordPress auto-updated to {new_version} from {prev_version}','2333b8be9d3c59e8b6438a6ab60f8dcd','wp'),(117400,'2018-11-13 11:18:27','AvailableUpdatesLogger','notice','Found an update to plugin \"{plugin_name}\"','584481fbd3b4363777a0a8a99ed6f812','wp'),(117401,'2018-11-13 11:18:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117402,'2018-11-13 11:18:38','SimpleUserLogger','info','Logged in','d56024f924d24122acedc66b5e8a6e64','wp_user'),(117403,'2018-11-16 08:38:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117404,'2018-11-16 08:39:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117405,'2018-11-16 08:40:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117406,'2018-11-16 08:41:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117407,'2018-11-16 08:41:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117408,'2018-11-16 08:42:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117409,'2018-11-16 08:42:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117410,'2018-11-16 08:43:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117411,'2018-11-16 08:43:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117412,'2018-11-16 08:43:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117413,'2018-11-16 08:44:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117414,'2018-11-16 08:44:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117415,'2018-11-16 08:45:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117416,'2018-11-16 08:46:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117417,'2018-11-16 08:46:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117418,'2018-11-16 08:46:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117419,'2018-11-16 08:47:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117420,'2018-11-16 08:47:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117421,'2018-11-16 08:49:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117422,'2018-11-16 08:49:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117423,'2018-11-16 08:49:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117424,'2018-11-16 08:50:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117425,'2018-11-16 08:50:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117426,'2018-11-16 08:50:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117427,'2018-11-16 08:51:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117428,'2018-11-16 08:52:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117429,'2018-11-16 08:53:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117430,'2018-11-16 08:53:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117431,'2018-11-16 08:53:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117432,'2018-11-16 08:53:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117433,'2018-11-16 08:53:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117434,'2018-11-16 08:54:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117435,'2018-11-16 08:55:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117436,'2018-11-16 08:55:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117437,'2018-11-16 08:55:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117438,'2018-11-16 08:56:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117439,'2018-11-16 08:56:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117440,'2018-11-16 08:56:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117441,'2018-11-16 08:57:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117442,'2018-11-16 08:57:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117443,'2018-11-16 08:58:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117444,'2018-11-16 08:58:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117445,'2018-11-16 08:59:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117446,'2018-11-16 09:00:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117447,'2018-11-16 09:01:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117448,'2018-11-16 09:01:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117449,'2018-11-16 09:03:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117450,'2018-11-16 09:04:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117451,'2018-11-16 09:04:44','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117452,'2018-11-16 09:05:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117453,'2018-11-16 09:06:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117454,'2018-11-16 09:06:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117455,'2018-11-16 09:07:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117456,'2018-11-16 09:08:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117457,'2018-11-16 09:09:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117458,'2018-11-16 09:09:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117459,'2018-11-16 09:09:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117460,'2018-11-16 09:11:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117461,'2018-11-16 09:11:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117462,'2018-11-16 09:13:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117463,'2018-11-16 09:13:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117464,'2018-11-16 09:13:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117465,'2018-11-16 09:14:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117466,'2018-11-16 09:14:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117467,'2018-11-16 09:15:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117468,'2018-11-16 09:15:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117469,'2018-11-16 09:16:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117470,'2018-11-16 09:17:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117471,'2018-11-16 09:17:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117472,'2018-11-16 09:17:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117473,'2018-11-16 09:18:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117474,'2018-11-16 09:19:00','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117475,'2018-11-16 09:19:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117476,'2018-11-16 09:19:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117477,'2018-11-16 09:19:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117478,'2018-11-16 09:20:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117479,'2018-11-16 09:20:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117480,'2018-11-16 09:21:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117481,'2018-11-16 09:21:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117482,'2018-11-16 09:21:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117483,'2018-11-16 09:21:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117484,'2018-11-16 09:22:09','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117485,'2018-11-16 09:22:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117486,'2018-11-16 09:23:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117487,'2018-11-16 09:23:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117488,'2018-11-16 09:23:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117489,'2018-11-16 09:25:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117490,'2018-11-16 09:25:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117491,'2018-11-16 09:26:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117492,'2018-11-16 09:26:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117493,'2018-11-16 09:28:40','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117494,'2018-11-16 09:28:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117495,'2018-11-16 09:29:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117496,'2018-11-16 09:31:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117497,'2018-11-16 09:32:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117498,'2018-11-16 09:32:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117499,'2018-11-16 09:33:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117500,'2018-11-16 09:33:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117501,'2018-11-16 09:34:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117502,'2018-11-16 09:34:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117503,'2018-11-16 09:35:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117504,'2018-11-16 09:35:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117505,'2018-11-16 09:35:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117506,'2018-11-16 09:36:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117507,'2018-11-16 09:36:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117508,'2018-11-16 09:37:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117509,'2018-11-16 09:37:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117510,'2018-11-16 09:38:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117511,'2018-11-16 09:38:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117512,'2018-11-16 09:38:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117513,'2018-11-16 09:39:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117514,'2018-11-16 09:39:26','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117515,'2018-11-16 09:40:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117516,'2018-11-16 09:40:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117517,'2018-11-16 09:41:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117518,'2018-11-16 09:42:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117519,'2018-11-16 09:42:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117520,'2018-11-16 09:42:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117521,'2018-11-16 09:43:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117522,'2018-11-16 09:43:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117523,'2018-11-16 09:44:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117524,'2018-11-16 09:44:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117525,'2018-11-16 09:45:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117526,'2018-11-16 09:47:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117527,'2018-11-16 09:47:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117528,'2018-11-16 09:47:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117529,'2018-11-16 09:48:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117530,'2018-11-16 09:48:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117531,'2018-11-16 09:49:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117532,'2018-11-16 09:49:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117533,'2018-11-16 09:49:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117534,'2018-11-16 09:49:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117535,'2018-11-16 09:50:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117536,'2018-11-16 09:50:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117537,'2018-11-16 09:51:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117538,'2018-11-16 09:53:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117539,'2018-11-16 09:53:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117540,'2018-11-16 09:53:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117541,'2018-11-16 09:53:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117542,'2018-11-16 09:54:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117543,'2018-11-16 09:54:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117544,'2018-11-16 09:54:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117545,'2018-11-16 09:54:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117546,'2018-11-16 09:56:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117547,'2018-11-16 09:56:45','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117548,'2018-11-16 09:57:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117549,'2018-11-16 09:58:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117550,'2018-11-16 09:58:25','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117551,'2018-11-16 09:58:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117552,'2018-11-16 09:59:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117553,'2018-11-16 09:59:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117554,'2018-11-16 09:59:51','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117555,'2018-11-16 10:00:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117556,'2018-11-16 10:00:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117557,'2018-11-16 10:00:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117558,'2018-11-16 10:00:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117559,'2018-11-16 10:00:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117560,'2018-11-16 10:01:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117561,'2018-11-16 10:01:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117562,'2018-11-16 10:02:01','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117563,'2018-11-16 10:02:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117564,'2018-11-16 10:02:28','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117565,'2018-11-16 10:02:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117566,'2018-11-16 10:02:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117567,'2018-11-16 10:03:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117568,'2018-11-16 10:03:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117569,'2018-11-16 10:04:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117570,'2018-11-16 10:04:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117571,'2018-11-16 10:04:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117572,'2018-11-16 10:04:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117573,'2018-11-16 10:05:55','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117574,'2018-11-16 10:06:46','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117575,'2018-11-16 10:07:02','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117576,'2018-11-16 10:07:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117577,'2018-11-16 10:08:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117578,'2018-11-16 10:08:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117579,'2018-11-16 10:08:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117580,'2018-11-16 10:08:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117581,'2018-11-16 10:09:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117582,'2018-11-16 10:10:04','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117583,'2018-11-16 10:10:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117584,'2018-11-16 10:10:35','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117585,'2018-11-16 10:10:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117586,'2018-11-16 10:11:30','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117587,'2018-11-16 10:11:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117588,'2018-11-16 10:12:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117589,'2018-11-16 10:12:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117590,'2018-11-16 10:12:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117591,'2018-11-16 10:12:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117592,'2018-11-16 10:13:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117593,'2018-11-16 10:13:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117594,'2018-11-16 10:13:58','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117595,'2018-11-16 10:14:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117596,'2018-11-16 10:14:32','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117597,'2018-11-16 10:14:50','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117598,'2018-11-16 10:15:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117599,'2018-11-16 10:15:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117600,'2018-11-16 10:15:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117601,'2018-11-16 10:16:16','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117602,'2018-11-16 10:16:29','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117603,'2018-11-16 10:16:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117604,'2018-11-16 10:17:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117605,'2018-11-16 10:18:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117606,'2018-11-16 10:18:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117607,'2018-11-16 10:20:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117608,'2018-11-16 10:20:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117609,'2018-11-16 10:21:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117610,'2018-11-16 10:21:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117611,'2018-11-16 10:21:34','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117612,'2018-11-16 10:21:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117613,'2018-11-16 10:22:06','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117614,'2018-11-16 10:22:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117615,'2018-11-16 10:22:37','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117616,'2018-11-16 10:22:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117617,'2018-11-16 10:23:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117618,'2018-11-16 10:24:13','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117619,'2018-11-16 10:24:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117620,'2018-11-16 10:25:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117621,'2018-11-16 10:25:18','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117622,'2018-11-16 10:26:36','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117623,'2018-11-16 10:26:48','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117624,'2018-11-16 10:27:59','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117625,'2018-11-16 10:28:12','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117626,'2018-11-16 10:28:24','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117627,'2018-11-16 10:28:41','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117628,'2018-11-16 10:28:56','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117629,'2018-11-16 10:30:52','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117630,'2018-11-16 10:31:10','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117631,'2018-11-16 10:31:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117632,'2018-11-16 10:32:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117633,'2018-11-16 10:32:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117634,'2018-11-16 10:32:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117635,'2018-11-16 10:33:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117636,'2018-11-16 10:33:22','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117637,'2018-11-16 10:33:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117638,'2018-11-16 10:34:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117639,'2018-11-16 10:35:07','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117640,'2018-11-16 10:35:19','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117641,'2018-11-16 10:35:43','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117642,'2018-11-16 10:35:54','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117643,'2018-11-16 10:36:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117644,'2018-11-16 10:36:38','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117645,'2018-11-16 10:37:53','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117646,'2018-11-16 10:38:05','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117647,'2018-11-16 10:38:17','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117648,'2018-11-16 10:38:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117649,'2018-11-16 10:39:27','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117650,'2018-11-16 10:40:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117651,'2018-11-16 10:42:14','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117652,'2018-11-16 10:42:33','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117653,'2018-11-16 10:42:49','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117654,'2018-11-16 10:43:08','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117655,'2018-11-16 10:43:23','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117656,'2018-11-16 10:43:47','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117657,'2018-11-16 10:44:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117658,'2018-11-16 10:44:21','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117659,'2018-11-16 10:45:11','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117660,'2018-11-16 10:45:42','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117661,'2018-11-16 10:46:03','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117662,'2018-11-16 10:46:20','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117663,'2018-11-16 10:46:39','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117664,'2018-11-16 10:46:57','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117665,'2018-11-16 10:47:15','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user'),(117666,'2018-11-16 10:47:31','SimpleUserLogger','warning','Failed to login with username \"{failed_username}\" (username does not exist)','fc19fe068b4a1e111ed26b846cc30560','web_user');
/*!40000 ALTER TABLE `carpi_simple_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_simple_history_contexts`
--

DROP TABLE IF EXISTS `carpi_simple_history_contexts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_simple_history_contexts` (
  `context_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `history_id` bigint(20) unsigned NOT NULL,
  `key` varchar(255) DEFAULT NULL,
  `value` longtext,
  PRIMARY KEY (`context_id`),
  KEY `history_id` (`history_id`),
  KEY `key` (`key`)
) ENGINE=MyISAM AUTO_INCREMENT=777077 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_simple_history_contexts`
--

LOCK TABLES `carpi_simple_history_contexts` WRITE;
/*!40000 ALTER TABLE `carpi_simple_history_contexts` DISABLE KEYS */;
INSERT INTO `carpi_simple_history_contexts` (`context_id`, `history_id`, `key`, `value`) VALUES (744152,120543,'failed_username','luis-monteiro'),(744153,120543,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744154,120543,'_message_key','user_unknown_login_failed'),(744155,120543,'_xmlrpc_request','true'),(744156,120543,'_server_remote_addr','119.27.178.206'),(744157,120543,'_server_http_x_forwarded_for_0','119.27.178.206'),(744158,120544,'failed_username','luis-monteiro'),(744159,120544,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744160,120544,'_message_key','user_unknown_login_failed'),(744161,120544,'_xmlrpc_request','true'),(744162,120544,'_server_remote_addr','119.27.178.206'),(744163,120544,'_server_http_x_forwarded_for_0','119.27.178.206'),(744164,120545,'failed_username','luis-monteiro'),(744165,120545,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744166,120545,'_message_key','user_unknown_login_failed'),(744167,120545,'_xmlrpc_request','true'),(744168,120545,'_server_remote_addr','119.27.178.206'),(744169,120545,'_server_http_x_forwarded_for_0','119.27.178.206'),(744170,120546,'failed_username','luis-monteiro'),(744171,120546,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744172,120546,'_message_key','user_unknown_login_failed'),(744173,120546,'_xmlrpc_request','true'),(744174,120546,'_server_remote_addr','119.27.178.206'),(744175,120546,'_server_http_x_forwarded_for_0','119.27.178.206'),(744176,120547,'failed_username','luis-monteiro'),(744177,120547,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744178,120547,'_message_key','user_unknown_login_failed'),(744179,120547,'_xmlrpc_request','true'),(744180,120547,'_server_remote_addr','119.27.178.206'),(744181,120547,'_server_http_x_forwarded_for_0','119.27.178.206'),(744182,120548,'failed_username','luis-monteiro'),(744183,120548,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744184,120548,'_message_key','user_unknown_login_failed'),(744185,120548,'_xmlrpc_request','true'),(744186,120548,'_server_remote_addr','119.27.178.206'),(744187,120548,'_server_http_x_forwarded_for_0','119.27.178.206'),(744188,120549,'failed_username','luis-monteiro'),(744189,120549,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744190,120549,'_message_key','user_unknown_login_failed'),(744191,120549,'_xmlrpc_request','true'),(744192,120549,'_server_remote_addr','119.27.178.206'),(744193,120549,'_server_http_x_forwarded_for_0','119.27.178.206'),(744194,120550,'failed_username','luis-monteiro'),(744195,120550,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744196,120550,'_message_key','user_unknown_login_failed'),(744197,120550,'_xmlrpc_request','true'),(744198,120550,'_server_remote_addr','119.27.178.206'),(744199,120550,'_server_http_x_forwarded_for_0','119.27.178.206'),(744200,120551,'failed_username','luis-monteiro'),(744201,120551,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744202,120551,'_message_key','user_unknown_login_failed'),(744203,120551,'_xmlrpc_request','true'),(744204,120551,'_server_remote_addr','119.27.178.206'),(744205,120551,'_server_http_x_forwarded_for_0','119.27.178.206'),(744206,120552,'failed_username','luis-monteiro'),(744207,120552,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744208,120552,'_message_key','user_unknown_login_failed'),(744209,120552,'_xmlrpc_request','true'),(744210,120552,'_server_remote_addr','119.27.178.206'),(744211,120552,'_server_http_x_forwarded_for_0','119.27.178.206'),(744212,120553,'failed_username','luis-monteiro'),(744213,120553,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744214,120553,'_message_key','user_unknown_login_failed'),(744215,120553,'_xmlrpc_request','true'),(744216,120553,'_server_remote_addr','119.27.178.206'),(744217,120553,'_server_http_x_forwarded_for_0','119.27.178.206'),(744218,120554,'failed_username','luis-monteiro'),(744219,120554,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744220,120554,'_message_key','user_unknown_login_failed'),(744221,120554,'_xmlrpc_request','true'),(744222,120554,'_server_remote_addr','119.27.178.206'),(744223,120554,'_server_http_x_forwarded_for_0','119.27.178.206'),(744224,120555,'failed_username','luis-monteiro'),(744225,120555,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744226,120555,'_message_key','user_unknown_login_failed'),(744227,120555,'_xmlrpc_request','true'),(744228,120555,'_server_remote_addr','119.27.178.206'),(744229,120555,'_server_http_x_forwarded_for_0','119.27.178.206'),(744230,120556,'failed_username','luis-monteiro'),(744231,120556,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744232,120556,'_message_key','user_unknown_login_failed'),(744233,120556,'_xmlrpc_request','true'),(744234,120556,'_server_remote_addr','119.27.178.206'),(744235,120556,'_server_http_x_forwarded_for_0','119.27.178.206'),(744236,120557,'failed_username','luis-monteiro'),(744237,120557,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744238,120557,'_message_key','user_unknown_login_failed'),(744239,120557,'_xmlrpc_request','true'),(744240,120557,'_server_remote_addr','119.27.178.206'),(744241,120557,'_server_http_x_forwarded_for_0','119.27.178.206'),(744242,120558,'failed_username','luis-monteiro'),(744243,120558,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744244,120558,'_message_key','user_unknown_login_failed'),(744245,120558,'_xmlrpc_request','true'),(744246,120558,'_server_remote_addr','119.27.178.206'),(744247,120558,'_server_http_x_forwarded_for_0','119.27.178.206'),(744248,120559,'failed_username','luis-monteiro'),(744249,120559,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744250,120559,'_message_key','user_unknown_login_failed'),(744251,120559,'_xmlrpc_request','true'),(744252,120559,'_server_remote_addr','119.27.178.206'),(744253,120559,'_server_http_x_forwarded_for_0','119.27.178.206'),(744254,120560,'failed_username','luis-monteiro'),(744255,120560,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744256,120560,'_message_key','user_unknown_login_failed'),(744257,120560,'_xmlrpc_request','true'),(744258,120560,'_server_remote_addr','119.27.178.206'),(744259,120560,'_server_http_x_forwarded_for_0','119.27.178.206'),(744260,120561,'failed_username','luis-monteiro'),(744261,120561,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744262,120561,'_message_key','user_unknown_login_failed'),(744263,120561,'_xmlrpc_request','true'),(744264,120561,'_server_remote_addr','119.27.178.206'),(744265,120561,'_server_http_x_forwarded_for_0','119.27.178.206'),(744266,120562,'failed_username','luis-monteiro'),(744267,120562,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744268,120562,'_message_key','user_unknown_login_failed'),(744269,120562,'_xmlrpc_request','true'),(744270,120562,'_server_remote_addr','119.27.178.206'),(744271,120562,'_server_http_x_forwarded_for_0','119.27.178.206'),(744272,120563,'failed_username','luis-monteiro'),(744273,120563,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744274,120563,'_message_key','user_unknown_login_failed'),(744275,120563,'_xmlrpc_request','true'),(744276,120563,'_server_remote_addr','119.27.178.206'),(744277,120563,'_server_http_x_forwarded_for_0','119.27.178.206'),(744278,120564,'failed_username','luis-monteiro'),(744279,120564,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744280,120564,'_message_key','user_unknown_login_failed'),(744281,120564,'_xmlrpc_request','true'),(744282,120564,'_server_remote_addr','119.27.178.206'),(744283,120564,'_server_http_x_forwarded_for_0','119.27.178.206'),(744284,120565,'failed_username','luis-monteiro'),(744285,120565,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744286,120565,'_message_key','user_unknown_login_failed'),(744287,120565,'_xmlrpc_request','true'),(744288,120565,'_server_remote_addr','119.27.178.206'),(744289,120565,'_server_http_x_forwarded_for_0','119.27.178.206'),(744290,120566,'failed_username','luis-monteiro'),(744291,120566,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744292,120566,'_message_key','user_unknown_login_failed'),(744293,120566,'_xmlrpc_request','true'),(744294,120566,'_server_remote_addr','119.27.178.206'),(744295,120566,'_server_http_x_forwarded_for_0','119.27.178.206'),(744296,120567,'failed_username','luis-monteiro'),(744297,120567,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744298,120567,'_message_key','user_unknown_login_failed'),(744299,120567,'_xmlrpc_request','true'),(744300,120567,'_server_remote_addr','119.27.178.206'),(744301,120567,'_server_http_x_forwarded_for_0','119.27.178.206'),(744302,120568,'failed_username','luis-monteiro'),(744303,120568,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744304,120568,'_message_key','user_unknown_login_failed'),(744305,120568,'_xmlrpc_request','true'),(744306,120568,'_server_remote_addr','119.27.178.206'),(744307,120568,'_server_http_x_forwarded_for_0','119.27.178.206'),(744308,120569,'failed_username','luis-monteiro'),(744309,120569,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744310,120569,'_message_key','user_unknown_login_failed'),(744311,120569,'_xmlrpc_request','true'),(744312,120569,'_server_remote_addr','119.27.178.206'),(744313,120569,'_server_http_x_forwarded_for_0','119.27.178.206'),(744314,120570,'failed_username','luis-monteiro'),(744315,120570,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744316,120570,'_message_key','user_unknown_login_failed'),(744317,120570,'_xmlrpc_request','true'),(744318,120570,'_server_remote_addr','119.27.178.206'),(744319,120570,'_server_http_x_forwarded_for_0','119.27.178.206'),(744320,120571,'failed_username','luis-monteiro'),(744321,120571,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744322,120571,'_message_key','user_unknown_login_failed'),(744323,120571,'_xmlrpc_request','true'),(744324,120571,'_server_remote_addr','119.27.178.206'),(744325,120571,'_server_http_x_forwarded_for_0','119.27.178.206'),(744326,120572,'failed_username','luis-monteiro'),(744327,120572,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744328,120572,'_message_key','user_unknown_login_failed'),(744329,120572,'_xmlrpc_request','true'),(744330,120572,'_server_remote_addr','119.27.178.206'),(744331,120572,'_server_http_x_forwarded_for_0','119.27.178.206'),(744332,120573,'failed_username','luis-monteiro'),(744333,120573,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744334,120573,'_message_key','user_unknown_login_failed'),(744335,120573,'_xmlrpc_request','true'),(744336,120573,'_server_remote_addr','119.27.178.206'),(744337,120573,'_server_http_x_forwarded_for_0','119.27.178.206'),(744338,120574,'failed_username','luis-monteiro'),(744339,120574,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744340,120574,'_message_key','user_unknown_login_failed'),(744341,120574,'_xmlrpc_request','true'),(744342,120574,'_server_remote_addr','119.27.178.206'),(744343,120574,'_server_http_x_forwarded_for_0','119.27.178.206'),(744344,120575,'failed_username','luis-monteiro'),(744345,120575,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744346,120575,'_message_key','user_unknown_login_failed'),(744347,120575,'_xmlrpc_request','true'),(744348,120575,'_server_remote_addr','119.27.178.206'),(744349,120575,'_server_http_x_forwarded_for_0','119.27.178.206'),(744350,120576,'failed_username','luis-monteiro'),(744351,120576,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744352,120576,'_message_key','user_unknown_login_failed'),(744353,120576,'_xmlrpc_request','true'),(744354,120576,'_server_remote_addr','119.27.178.206'),(744355,120576,'_server_http_x_forwarded_for_0','119.27.178.206'),(744356,120577,'failed_username','luis-monteiro'),(744357,120577,'server_http_user_agent','wp-windowsphone'),(744358,120577,'_message_key','user_unknown_login_failed'),(744359,120577,'_xmlrpc_request','true'),(744360,120577,'_server_remote_addr','213.8.209.171'),(744361,120577,'_server_http_x_forwarded_for_0','213.8.209.171'),(744362,120578,'login_id','1'),(744363,120578,'login_email','mentolnet@gmail.com'),(744364,120578,'login','mentol'),(744365,120578,'server_http_user_agent','Windows Live Writer'),(744366,120578,'_message_key','user_login_failed'),(744367,120578,'_xmlrpc_request','true'),(744368,120578,'_server_remote_addr','35.225.54.73'),(744369,120578,'_server_http_x_forwarded_for_0','35.225.54.73'),(744370,120579,'login_id','1'),(744371,120579,'login_email','mentolnet@gmail.com'),(744372,120579,'login','mentol'),(744373,120579,'server_http_user_agent','Poster'),(744374,120579,'_message_key','user_login_failed'),(744375,120579,'_xmlrpc_request','true'),(744376,120579,'_server_remote_addr','107.161.185.247'),(744377,120579,'_server_http_x_forwarded_for_0','107.161.185.247'),(744378,120580,'failed_username','admin'),(744379,120580,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.06.53 (KHTML, like Gecko) Chrome/57.5.0468.4196 Safari/534.45'),(744380,120580,'_message_key','user_unknown_login_failed'),(744381,120580,'_server_remote_addr','85.93.20.248'),(744382,120580,'_server_http_x_forwarded_for_0','85.93.20.248'),(744383,120580,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744384,120581,'failed_username','admin'),(744385,120582,'failed_username','admin'),(744386,120581,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.19.66 (KHTML, like Gecko) Chrome/53.6.1787.5415 Safari/534.59'),(744387,120582,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0; rv:52.46.93) Gecko/20134549 Firefox/52.46.93'),(744388,120581,'_message_key','user_unknown_login_failed'),(744389,120582,'_message_key','user_unknown_login_failed'),(744390,120581,'_server_remote_addr','85.93.20.248'),(744391,120582,'_server_remote_addr','85.93.20.248'),(744392,120581,'_server_http_x_forwarded_for_0','85.93.20.248'),(744393,120582,'_server_http_x_forwarded_for_0','85.93.20.248'),(744394,120581,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744395,120582,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744396,120583,'failed_username','luis-monteiro'),(744397,120583,'server_http_user_agent','wp-iphone'),(744398,120583,'_message_key','user_unknown_login_failed'),(744399,120583,'_xmlrpc_request','true'),(744400,120583,'_server_remote_addr','207.246.240.124'),(744401,120583,'_server_http_x_forwarded_for_0','207.246.240.124'),(744402,120584,'login_id','1'),(744403,120584,'login_email','mentolnet@gmail.com'),(744404,120584,'login','mentol'),(744405,120584,'server_http_user_agent','wp-windowsphone'),(744406,120584,'_message_key','user_login_failed'),(744407,120584,'_xmlrpc_request','true'),(744408,120584,'_server_remote_addr','107.180.123.8'),(744409,120584,'_server_http_x_forwarded_for_0','107.180.123.8'),(744410,120585,'failed_username','luis-monteiro'),(744411,120585,'server_http_user_agent','wp-android'),(744412,120585,'_message_key','user_unknown_login_failed'),(744413,120585,'_xmlrpc_request','true'),(744414,120585,'_server_remote_addr','182.50.135.72'),(744415,120585,'_server_http_x_forwarded_for_0','182.50.135.72'),(744416,120586,'login_id','1'),(744417,120586,'login_email','mentolnet@gmail.com'),(744418,120586,'login','mentol'),(744419,120586,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.22.74 (KHTML, like Gecko) Chrome/53.8.3328.8690 Safari/531.92'),(744420,120586,'_message_key','user_login_failed'),(744421,120586,'_server_remote_addr','159.148.186.32'),(744422,120586,'_server_http_x_forwarded_for_0','159.148.186.32'),(744423,120586,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744424,120587,'failed_username','luis-monteiro'),(744425,120587,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.91.44 (KHTML, like Gecko) Chrome/57.5.0315.5687 Safari/530.62 OPR/40.6.2038.7300'),(744426,120587,'_message_key','user_unknown_login_failed'),(744427,120587,'_server_remote_addr','159.148.186.32'),(744428,120587,'_server_http_x_forwarded_for_0','159.148.186.32'),(744429,120587,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744430,120588,'login_id','1'),(744431,120588,'login_email','mentolnet@gmail.com'),(744432,120588,'login','mentol'),(744433,120588,'server_http_user_agent','Windows Live Writer'),(744434,120588,'_message_key','user_login_failed'),(744435,120588,'_xmlrpc_request','true'),(744436,120588,'_server_remote_addr','148.66.145.17'),(744437,120588,'_server_http_x_forwarded_for_0','148.66.145.17'),(744438,120589,'login_id','1'),(744439,120589,'login_email','mentolnet@gmail.com'),(744440,120589,'login','mentol'),(744441,120589,'server_http_user_agent','wp-windowsphone'),(744442,120589,'_message_key','user_login_failed'),(744443,120589,'_xmlrpc_request','true'),(744444,120589,'_server_remote_addr','103.8.238.30'),(744445,120589,'_server_http_x_forwarded_for_0','103.8.238.30'),(744446,120590,'failed_username','luis-monteiro'),(744447,120590,'server_http_user_agent','wp-iphone'),(744448,120590,'_message_key','user_unknown_login_failed'),(744449,120590,'_xmlrpc_request','true'),(744450,120590,'_server_remote_addr','94.130.200.114'),(744451,120590,'_server_http_x_forwarded_for_0','94.130.200.114'),(744452,120591,'login_id','1'),(744453,120591,'login_email','mentolnet@gmail.com'),(744454,120591,'login','mentol'),(744455,120591,'server_http_user_agent','Windows Live Writer'),(744456,120591,'_message_key','user_login_failed'),(744457,120591,'_xmlrpc_request','true'),(744458,120591,'_server_remote_addr','120.79.48.86'),(744459,120591,'_server_http_x_forwarded_for_0','120.79.48.86'),(744460,120592,'login_id','1'),(744461,120592,'login_email','mentolnet@gmail.com'),(744462,120592,'login','mentol'),(744463,120592,'server_http_user_agent','Windows Live Writer'),(744464,120592,'_message_key','user_login_failed'),(744465,120592,'_xmlrpc_request','true'),(744466,120592,'_server_remote_addr','83.166.138.102'),(744467,120592,'_server_http_x_forwarded_for_0','83.166.138.102'),(744468,120593,'failed_username','luis-monteiro'),(744469,120593,'server_http_user_agent','wp-android'),(744470,120593,'_message_key','user_unknown_login_failed'),(744471,120593,'_xmlrpc_request','true'),(744472,120593,'_server_remote_addr','138.128.187.146'),(744473,120593,'_server_http_x_forwarded_for_0','138.128.187.146'),(744474,120594,'login_id','1'),(744475,120594,'login_email','mentolnet@gmail.com'),(744476,120594,'login','mentol'),(744477,120594,'server_http_user_agent','wp-iphone'),(744478,120594,'_message_key','user_login_failed'),(744479,120594,'_xmlrpc_request','true'),(744480,120594,'_server_remote_addr','160.153.147.140'),(744481,120594,'_server_http_x_forwarded_for_0','160.153.147.140'),(744482,120595,'login_id','1'),(744483,120595,'login_email','mentolnet@gmail.com'),(744484,120595,'login','mentol'),(744485,120595,'server_http_user_agent','Windows Live Writer'),(744486,120595,'_message_key','user_login_failed'),(744487,120595,'_xmlrpc_request','true'),(744488,120595,'_server_remote_addr','104.238.120.12'),(744489,120595,'_server_http_x_forwarded_for_0','104.238.120.12'),(744490,120596,'login_id','1'),(744491,120596,'login_email','mentolnet@gmail.com'),(744492,120596,'login','mentol'),(744493,120596,'server_http_user_agent','WordPress'),(744494,120596,'_message_key','user_login_failed'),(744495,120596,'_xmlrpc_request','true'),(744496,120596,'_server_remote_addr','144.76.6.212'),(744497,120596,'_server_http_x_forwarded_for_0','144.76.6.212'),(744498,120597,'login_id','1'),(744499,120597,'login_email','mentolnet@gmail.com'),(744500,120597,'login','mentol'),(744501,120597,'server_http_user_agent','Poster'),(744502,120597,'_message_key','user_login_failed'),(744503,120597,'_xmlrpc_request','true'),(744504,120597,'_server_remote_addr','193.202.110.24'),(744505,120597,'_server_http_x_forwarded_for_0','193.202.110.24'),(744506,120598,'login_id','1'),(744507,120598,'login_email','mentolnet@gmail.com'),(744508,120598,'login','mentol'),(744509,120598,'server_http_user_agent','wp-iphone'),(744510,120598,'_message_key','user_login_failed'),(744511,120598,'_xmlrpc_request','true'),(744512,120598,'_server_remote_addr','193.202.110.24'),(744513,120598,'_server_http_x_forwarded_for_0','193.202.110.24'),(744514,120599,'login_id','1'),(744515,120599,'login_email','mentolnet@gmail.com'),(744516,120599,'login','mentol'),(744517,120599,'server_http_user_agent','WordPress'),(744518,120599,'_message_key','user_login_failed'),(744519,120599,'_xmlrpc_request','true'),(744520,120599,'_server_remote_addr','193.202.110.24'),(744521,120599,'_server_http_x_forwarded_for_0','193.202.110.24'),(744522,120600,'login_id','1'),(744523,120600,'login_email','mentolnet@gmail.com'),(744524,120600,'login','mentol'),(744525,120600,'server_http_user_agent','WordPress'),(744526,120600,'_message_key','user_login_failed'),(744527,120600,'_xmlrpc_request','true'),(744528,120600,'_server_remote_addr','193.202.110.24'),(744529,120600,'_server_http_x_forwarded_for_0','193.202.110.24'),(744530,120601,'login_id','1'),(744531,120601,'login_email','mentolnet@gmail.com'),(744532,120601,'login','mentol'),(744533,120601,'server_http_user_agent','WordPress'),(744534,120601,'_message_key','user_login_failed'),(744535,120601,'_xmlrpc_request','true'),(744536,120601,'_server_remote_addr','193.202.110.24'),(744537,120601,'_server_http_x_forwarded_for_0','193.202.110.24'),(744538,120602,'login_id','1'),(744539,120602,'login_email','mentolnet@gmail.com'),(744540,120602,'login','mentol'),(744541,120602,'server_http_user_agent','wp-windowsphone'),(744542,120602,'_message_key','user_login_failed'),(744543,120602,'_xmlrpc_request','true'),(744544,120602,'_server_remote_addr','193.202.110.24'),(744545,120602,'_server_http_x_forwarded_for_0','193.202.110.24'),(744546,120603,'login_id','1'),(744547,120603,'login_email','mentolnet@gmail.com'),(744548,120603,'login','mentol'),(744549,120603,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9990.4628 Safari/533.30'),(744550,120603,'_message_key','user_login_failed'),(744551,120603,'_server_remote_addr','159.148.186.32'),(744552,120603,'_server_http_x_forwarded_for_0','159.148.186.32'),(744553,120603,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744554,120604,'failed_username','luis-monteiro'),(744555,120604,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_42_89) AppleWebKit/532.84.31 (KHTML, like Gecko) Chrome/56.2.7290.2928 Safari/533.13 Edge/36.17498'),(744556,120604,'_message_key','user_unknown_login_failed'),(744557,120604,'_server_remote_addr','159.148.186.32'),(744558,120604,'_server_http_x_forwarded_for_0','159.148.186.32'),(744559,120604,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744560,120605,'login_id','1'),(744561,120605,'login_email','mentolnet@gmail.com'),(744562,120605,'login','mentol'),(744563,120605,'server_http_user_agent','wp-android'),(744564,120605,'_message_key','user_login_failed'),(744565,120605,'_xmlrpc_request','true'),(744566,120605,'_server_remote_addr','50.62.177.223'),(744567,120605,'_server_http_x_forwarded_for_0','50.62.177.223'),(744568,120606,'login_id','1'),(744569,120606,'login_email','mentolnet@gmail.com'),(744570,120606,'login','mentol'),(744571,120606,'server_http_user_agent','wp-windowsphone'),(744572,120606,'_message_key','user_login_failed'),(744573,120606,'_xmlrpc_request','true'),(744574,120606,'_server_remote_addr','51.255.238.24'),(744575,120606,'_server_http_x_forwarded_for_0','51.255.238.24'),(744576,120607,'failed_username','luis-monteiro'),(744577,120607,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_38_81) AppleWebKit/532.97.40 (KHTML, like Gecko) Chrome/57.5.0928.5290 Safari/534.58 Edge/34.63781'),(744578,120607,'_message_key','user_unknown_login_failed'),(744579,120607,'_server_remote_addr','85.93.20.248'),(744580,120607,'_server_http_x_forwarded_for_0','85.93.20.248'),(744581,120607,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744582,120608,'login_id','1'),(744583,120608,'login_email','mentolnet@gmail.com'),(744584,120608,'login','mentol'),(744585,120608,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_38_81) AppleWebKit/532.97.40 (KHTML, like Gecko) Chrome/57.5.0928.5290 Safari/534.58 Edge/34.63781'),(744586,120608,'_message_key','user_login_failed'),(744587,120608,'_server_remote_addr','85.93.20.248'),(744588,120608,'_server_http_x_forwarded_for_0','85.93.20.248'),(744589,120608,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744590,120609,'login_id','1'),(744591,120609,'login_email','mentolnet@gmail.com'),(744592,120609,'login','mentol'),(744593,120609,'server_http_user_agent','Poster'),(744594,120609,'_message_key','user_login_failed'),(744595,120609,'_xmlrpc_request','true'),(744596,120609,'_server_remote_addr','81.177.135.91'),(744597,120609,'_server_http_x_forwarded_for_0','81.177.135.91'),(744598,120610,'failed_username','luis-monteiro'),(744599,120610,'server_http_user_agent','wp-windowsphone'),(744600,120610,'_message_key','user_unknown_login_failed'),(744601,120610,'_xmlrpc_request','true'),(744602,120610,'_server_remote_addr','67.225.129.251'),(744603,120610,'_server_http_x_forwarded_for_0','67.225.129.251'),(744604,120611,'login_id','1'),(744605,120611,'login_email','mentolnet@gmail.com'),(744606,120611,'login','mentol'),(744607,120611,'server_http_user_agent','WordPress'),(744608,120611,'_message_key','user_login_failed'),(744609,120611,'_xmlrpc_request','true'),(744610,120611,'_server_remote_addr','23.226.69.242'),(744611,120611,'_server_http_x_forwarded_for_0','23.226.69.242'),(744612,120612,'login_id','1'),(744613,120612,'login_email','mentolnet@gmail.com'),(744614,120612,'login','mentol'),(744615,120612,'server_http_user_agent','Poster'),(744616,120612,'_message_key','user_login_failed'),(744617,120612,'_xmlrpc_request','true'),(744618,120612,'_server_remote_addr','110.4.45.46'),(744619,120612,'_server_http_x_forwarded_for_0','110.4.45.46'),(744620,120613,'failed_username','luis-monteiro'),(744621,120613,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0; rv:52.52.09) Gecko/20140367 Firefox/52.52.09'),(744622,120613,'_message_key','user_unknown_login_failed'),(744623,120613,'_server_remote_addr','159.148.186.32'),(744624,120613,'_server_http_x_forwarded_for_0','159.148.186.32'),(744625,120613,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744626,120614,'login_id','1'),(744627,120614,'login_email','mentolnet@gmail.com'),(744628,120614,'login','mentol'),(744629,120614,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0; rv:52.52.09) Gecko/20140367 Firefox/52.52.09'),(744630,120614,'_message_key','user_login_failed'),(744631,120614,'_server_remote_addr','159.148.186.32'),(744632,120614,'_server_http_x_forwarded_for_0','159.148.186.32'),(744633,120614,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744634,120615,'failed_username','luis-monteiro'),(744635,120615,'server_http_user_agent','Poster'),(744636,120615,'_message_key','user_unknown_login_failed'),(744637,120615,'_xmlrpc_request','true'),(744638,120615,'_server_remote_addr','198.71.228.53'),(744639,120615,'_server_http_x_forwarded_for_0','198.71.228.53'),(744640,120616,'login_id','1'),(744641,120616,'login_email','mentolnet@gmail.com'),(744642,120616,'login','mentol'),(744643,120616,'server_http_user_agent','WordPress'),(744644,120616,'_message_key','user_login_failed'),(744645,120616,'_xmlrpc_request','true'),(744646,120616,'_server_remote_addr','70.33.246.120'),(744647,120616,'_server_http_x_forwarded_for_0','70.33.246.120'),(744648,120617,'failed_username','test'),(744649,120617,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2; WOW64; x64; rv:52.45.92) Gecko/20133140 Firefox/52.45.92'),(744650,120617,'_message_key','user_unknown_login_failed'),(744651,120617,'_server_remote_addr','85.93.20.248'),(744652,120617,'_server_http_x_forwarded_for_0','85.93.20.248'),(744653,120617,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744654,120618,'failed_username','luis-monteiro'),(744655,120618,'server_http_user_agent','wp-iphone'),(744656,120618,'_message_key','user_unknown_login_failed'),(744657,120618,'_xmlrpc_request','true'),(744658,120618,'_server_remote_addr','148.72.232.146'),(744659,120618,'_server_http_x_forwarded_for_0','148.72.232.146'),(744660,120619,'login_id','1'),(744661,120619,'login_email','mentolnet@gmail.com'),(744662,120619,'login','mentol'),(744663,120619,'server_http_user_agent','Windows Live Writer'),(744664,120619,'_message_key','user_login_failed'),(744665,120619,'_xmlrpc_request','true'),(744666,120619,'_server_remote_addr','198.71.230.12'),(744667,120619,'_server_http_x_forwarded_for_0','198.71.230.12'),(744668,120620,'failed_username','luis-monteiro'),(744669,120620,'server_http_user_agent','Windows Live Writer'),(744670,120620,'_message_key','user_unknown_login_failed'),(744671,120620,'_xmlrpc_request','true'),(744672,120620,'_server_remote_addr','173.205.125.63'),(744673,120620,'_server_http_x_forwarded_for_0','173.205.125.63'),(744674,120621,'login_id','1'),(744675,120621,'login_email','mentolnet@gmail.com'),(744676,120621,'login','mentol'),(744677,120621,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.81.38 (KHTML, like Gecko) Version/5.3.7 Safari/530.73'),(744678,120621,'_message_key','user_login_failed'),(744679,120621,'_server_remote_addr','159.148.186.32'),(744680,120621,'_server_http_x_forwarded_for_0','159.148.186.32'),(744681,120621,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744682,120622,'failed_username','luis-monteiro'),(744683,120622,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_37_84) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.2.7773.1401 Safari/532.18 Edge/36.02233'),(744684,120622,'_message_key','user_unknown_login_failed'),(744685,120622,'_server_remote_addr','159.148.186.32'),(744686,120622,'_server_http_x_forwarded_for_0','159.148.186.32'),(744687,120622,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744688,120623,'failed_username','luis-monteiro'),(744689,120623,'server_http_user_agent','wp-windowsphone'),(744690,120623,'_message_key','user_unknown_login_failed'),(744691,120623,'_xmlrpc_request','true'),(744692,120623,'_server_remote_addr','160.153.154.29'),(744693,120623,'_server_http_x_forwarded_for_0','160.153.154.29'),(744694,120624,'login_id','1'),(744695,120624,'login_email','mentolnet@gmail.com'),(744696,120624,'login','mentol'),(744697,120624,'server_http_user_agent','wp-iphone'),(744698,120624,'_message_key','user_login_failed'),(744699,120624,'_xmlrpc_request','true'),(744700,120624,'_server_remote_addr','198.71.228.21'),(744701,120624,'_server_http_x_forwarded_for_0','198.71.228.21'),(744702,120625,'login_id','1'),(744703,120625,'login_email','mentolnet@gmail.com'),(744704,120625,'login','mentol'),(744705,120625,'server_http_user_agent','WordPress'),(744706,120625,'_message_key','user_login_failed'),(744707,120625,'_xmlrpc_request','true'),(744708,120625,'_server_remote_addr','213.251.182.107'),(744709,120625,'_server_http_x_forwarded_for_0','213.251.182.107'),(744710,120626,'failed_username','admin'),(744711,120626,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.98.45 (KHTML, like Gecko) Version/5.4.9 Safari/531.80'),(744712,120626,'_message_key','user_unknown_login_failed'),(744713,120626,'_server_remote_addr','85.93.20.248'),(744714,120626,'_server_http_x_forwarded_for_0','85.93.20.248'),(744715,120626,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744716,120627,'login_id','1'),(744717,120627,'login_email','mentolnet@gmail.com'),(744718,120627,'login','mentol'),(744719,120627,'server_http_user_agent','wp-iphone'),(744720,120627,'_message_key','user_login_failed'),(744721,120627,'_xmlrpc_request','true'),(744722,120627,'_server_remote_addr','5.196.92.204'),(744723,120627,'_server_http_x_forwarded_for_0','5.196.92.204'),(744724,120628,'login_id','1'),(744725,120628,'login_email','mentolnet@gmail.com'),(744726,120628,'login','mentol'),(744727,120628,'server_http_user_agent','wp-iphone'),(744728,120628,'_message_key','user_login_failed'),(744729,120628,'_xmlrpc_request','true'),(744730,120628,'_server_remote_addr','68.66.216.56'),(744731,120628,'_server_http_x_forwarded_for_0','68.66.216.56'),(744732,120629,'login_id','1'),(744733,120629,'login_email','mentolnet@gmail.com'),(744734,120629,'login','mentol'),(744735,120629,'server_http_user_agent','wp-iphone'),(744736,120629,'_message_key','user_login_failed'),(744737,120629,'_xmlrpc_request','true'),(744738,120629,'_server_remote_addr','94.130.82.86'),(744739,120629,'_server_http_x_forwarded_for_0','94.130.82.86'),(744740,120630,'failed_username','luis-monteiro'),(744741,120630,'server_http_user_agent','wp-windowsphone'),(744742,120630,'_message_key','user_unknown_login_failed'),(744743,120630,'_xmlrpc_request','true'),(744744,120630,'_server_remote_addr','104.238.120.53'),(744745,120630,'_server_http_x_forwarded_for_0','104.238.120.53'),(744746,120631,'failed_username','luis-monteiro'),(744747,120631,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/536.32.85 (KHTML, like Gecko) Chrome/54.8.4484.9757 Safari/531.93'),(744748,120631,'_message_key','user_unknown_login_failed'),(744749,120632,'login_id','1'),(744750,120631,'_server_remote_addr','159.148.186.32'),(744751,120632,'login_email','mentolnet@gmail.com'),(744752,120631,'_server_http_x_forwarded_for_0','159.148.186.32'),(744753,120632,'login','mentol'),(744754,120631,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744755,120632,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.67.10) Gecko/20178160 Firefox/45.67.10'),(744756,120632,'_message_key','user_login_failed'),(744757,120632,'_server_remote_addr','159.148.186.32'),(744758,120632,'_server_http_x_forwarded_for_0','159.148.186.32'),(744759,120632,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744760,120633,'login_id','1'),(744761,120633,'login_email','mentolnet@gmail.com'),(744762,120633,'login','mentol'),(744763,120633,'server_http_user_agent','Windows Live Writer'),(744764,120633,'_message_key','user_login_failed'),(744765,120633,'_xmlrpc_request','true'),(744766,120633,'_server_remote_addr','50.62.176.43'),(744767,120633,'_server_http_x_forwarded_for_0','50.62.176.43'),(744768,120634,'login_id','1'),(744769,120634,'login_email','mentolnet@gmail.com'),(744770,120634,'login','mentol'),(744771,120634,'server_http_user_agent','Poster'),(744772,120634,'_message_key','user_login_failed'),(744773,120634,'_xmlrpc_request','true'),(744774,120634,'_server_remote_addr','185.240.248.18'),(744775,120634,'_server_http_x_forwarded_for_0','185.240.248.18'),(744776,120635,'failed_username','luis-monteiro'),(744777,120635,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.20.73 (KHTML, like Gecko) Chrome/53.7.2290.8562 Safari/531.81'),(744778,120635,'_message_key','user_unknown_login_failed'),(744779,120635,'_server_remote_addr','85.93.20.248'),(744780,120635,'_server_http_x_forwarded_for_0','85.93.20.248'),(744781,120635,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744782,120636,'login_id','1'),(744783,120636,'login_email','mentolnet@gmail.com'),(744784,120636,'login','mentol'),(744785,120636,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_49_02) AppleWebKit/533.08.51 (KHTML, like Gecko) Chrome/53.6.1943.6215 Safari/530.78 Edge/34.74947'),(744786,120636,'_message_key','user_login_failed'),(744787,120636,'_server_remote_addr','85.93.20.248'),(744788,120636,'_server_http_x_forwarded_for_0','85.93.20.248'),(744789,120636,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744790,120637,'failed_username','luis-monteiro'),(744791,120637,'server_http_user_agent','wp-windowsphone'),(744792,120637,'_message_key','user_unknown_login_failed'),(744793,120637,'_xmlrpc_request','true'),(744794,120637,'_server_remote_addr','64.20.34.138'),(744795,120637,'_server_http_x_forwarded_for_0','64.20.34.138'),(744796,120638,'login_id','1'),(744797,120638,'login_email','mentolnet@gmail.com'),(744798,120638,'login','mentol'),(744799,120638,'server_http_user_agent','wp-windowsphone'),(744800,120638,'_message_key','user_login_failed'),(744801,120638,'_xmlrpc_request','true'),(744802,120638,'_server_remote_addr','176.58.124.210'),(744803,120638,'_server_http_x_forwarded_for_0','176.58.124.210'),(744804,120639,'login_id','1'),(744805,120639,'login_email','mentolnet@gmail.com'),(744806,120639,'login','mentol'),(744807,120639,'server_http_user_agent','WordPress'),(744808,120639,'_message_key','user_login_failed'),(744809,120639,'_xmlrpc_request','true'),(744810,120639,'_server_remote_addr','198.71.224.90'),(744811,120639,'_server_http_x_forwarded_for_0','198.71.224.90'),(744812,120640,'failed_username','luis-monteiro'),(744813,120640,'server_http_user_agent','wp-iphone'),(744814,120640,'_message_key','user_unknown_login_failed'),(744815,120640,'_xmlrpc_request','true'),(744816,120640,'_server_remote_addr','150.95.105.164'),(744817,120640,'_server_http_x_forwarded_for_0','150.95.105.164'),(744818,120641,'login_id','1'),(744819,120641,'login_email','mentolnet@gmail.com'),(744820,120641,'login','mentol'),(744821,120641,'server_http_user_agent','WordPress'),(744822,120641,'_message_key','user_login_failed'),(744823,120641,'_xmlrpc_request','true'),(744824,120641,'_server_remote_addr','107.180.121.3'),(744825,120641,'_server_http_x_forwarded_for_0','107.180.121.3'),(744826,120642,'login_id','1'),(744827,120642,'login_email','mentolnet@gmail.com'),(744828,120642,'login','mentol'),(744829,120642,'server_http_user_agent','wp-windowsphone'),(744830,120642,'_message_key','user_login_failed'),(744831,120642,'_xmlrpc_request','true'),(744832,120642,'_server_remote_addr','148.66.146.9'),(744833,120642,'_server_http_x_forwarded_for_0','148.66.146.9'),(744834,120643,'failed_username','luis-monteiro'),(744835,120643,'server_http_user_agent','wp-windowsphone'),(744836,120643,'_message_key','user_unknown_login_failed'),(744837,120643,'_xmlrpc_request','true'),(744838,120643,'_server_remote_addr','198.71.236.91'),(744839,120643,'_server_http_x_forwarded_for_0','198.71.236.91'),(744840,120644,'login_id','1'),(744841,120644,'login_email','mentolnet@gmail.com'),(744842,120644,'login','mentol'),(744843,120644,'server_http_user_agent','WordPress'),(744844,120644,'_message_key','user_login_failed'),(744845,120644,'_xmlrpc_request','true'),(744846,120644,'_server_remote_addr','107.180.111.22'),(744847,120644,'_server_http_x_forwarded_for_0','107.180.111.22'),(744848,120645,'login_id','1'),(744849,120645,'login_email','mentolnet@gmail.com'),(744850,120645,'login','mentol'),(744851,120645,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_25_88; rv:45.77.20) Gecko/20131550 Firefox/45.77.20'),(744852,120645,'_message_key','user_login_failed'),(744853,120645,'_server_remote_addr','85.93.20.248'),(744854,120645,'_server_http_x_forwarded_for_0','85.93.20.248'),(744855,120645,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744856,120646,'failed_username','luis-monteiro'),(744857,120646,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_25_88; rv:45.77.20) Gecko/20131550 Firefox/45.77.20'),(744858,120646,'_message_key','user_unknown_login_failed'),(744859,120646,'_server_remote_addr','85.93.20.248'),(744860,120646,'_server_http_x_forwarded_for_0','85.93.20.248'),(744861,120646,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744862,120647,'login_id','1'),(744863,120647,'login_email','mentolnet@gmail.com'),(744864,120647,'login','mentol'),(744865,120647,'server_http_user_agent','wp-iphone'),(744866,120647,'_message_key','user_login_failed'),(744867,120647,'_xmlrpc_request','true'),(744868,120647,'_server_remote_addr','62.109.28.133'),(744869,120647,'_server_http_x_forwarded_for_0','62.109.28.133'),(744870,120648,'login_id','1'),(744871,120648,'login_email','mentolnet@gmail.com'),(744872,120648,'login','mentol'),(744873,120648,'server_http_user_agent','wp-android'),(744874,120648,'_message_key','user_login_failed'),(744875,120648,'_xmlrpc_request','true'),(744876,120648,'_server_remote_addr','148.72.232.62'),(744877,120648,'_server_http_x_forwarded_for_0','148.72.232.62'),(744878,120649,'login_id','1'),(744879,120649,'login_email','mentolnet@gmail.com'),(744880,120649,'login','mentol'),(744881,120649,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.05.58 (KHTML, like Gecko) Version/5.5.1 Safari/532.13'),(744882,120649,'_message_key','user_login_failed'),(744883,120649,'_server_remote_addr','159.148.186.32'),(744884,120649,'_server_http_x_forwarded_for_0','159.148.186.32'),(744885,120649,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744886,120650,'failed_username','luis-monteiro'),(744887,120650,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.27.80 (KHTML, like Gecko) Chrome/54.8.3908.8270 Safari/531.98'),(744888,120650,'_message_key','user_unknown_login_failed'),(744889,120650,'_server_remote_addr','159.148.186.32'),(744890,120650,'_server_http_x_forwarded_for_0','159.148.186.32'),(744891,120650,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744892,120651,'failed_username','luis-monteiro'),(744893,120651,'server_http_user_agent','wp-android'),(744894,120651,'_message_key','user_unknown_login_failed'),(744895,120651,'_xmlrpc_request','true'),(744896,120651,'_server_remote_addr','104.238.120.66'),(744897,120651,'_server_http_x_forwarded_for_0','104.238.120.66'),(744898,120652,'login_id','1'),(744899,120652,'login_email','mentolnet@gmail.com'),(744900,120652,'login','mentol'),(744901,120652,'server_http_user_agent','Poster'),(744902,120652,'_message_key','user_login_failed'),(744903,120652,'_xmlrpc_request','true'),(744904,120652,'_server_remote_addr','148.72.232.36'),(744905,120652,'_server_http_x_forwarded_for_0','148.72.232.36'),(744906,120653,'login_id','1'),(744907,120653,'login_email','mentolnet@gmail.com'),(744908,120653,'login','mentol'),(744909,120653,'server_http_user_agent','Poster'),(744910,120653,'_message_key','user_login_failed'),(744911,120653,'_xmlrpc_request','true'),(744912,120653,'_server_remote_addr','217.116.232.217'),(744913,120653,'_server_http_x_forwarded_for_0','217.116.232.217'),(744914,120654,'login_id','1'),(744915,120654,'login_email','mentolnet@gmail.com'),(744916,120654,'login','mentol'),(744917,120654,'server_http_user_agent','Windows Live Writer'),(744918,120654,'_message_key','user_login_failed'),(744919,120654,'_xmlrpc_request','true'),(744920,120654,'_server_remote_addr','217.116.232.217'),(744921,120654,'_server_http_x_forwarded_for_0','217.116.232.217'),(744922,120655,'login_id','1'),(744923,120655,'login_email','mentolnet@gmail.com'),(744924,120655,'login','mentol'),(744925,120655,'server_http_user_agent','wp-iphone'),(744926,120655,'_message_key','user_login_failed'),(744927,120655,'_xmlrpc_request','true'),(744928,120655,'_server_remote_addr','74.208.227.7'),(744929,120655,'_server_http_x_forwarded_for_0','74.208.227.7'),(744930,120656,'login_id','1'),(744931,120656,'login_email','mentolnet@gmail.com'),(744932,120656,'login','mentol'),(744933,120656,'server_http_user_agent','Poster'),(744934,120656,'_message_key','user_login_failed'),(744935,120656,'_xmlrpc_request','true'),(744936,120656,'_server_remote_addr','50.62.177.214'),(744937,120656,'_server_http_x_forwarded_for_0','50.62.177.214'),(744938,120657,'failed_username','test'),(744939,120657,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_34_97) AppleWebKit/532.92.45 (KHTML, like Gecko) Chrome/57.5.0431.5703 Safari/534.63 Edge/34.69824'),(744940,120657,'_message_key','user_unknown_login_failed'),(744941,120657,'_server_remote_addr','85.93.20.248'),(744942,120657,'_server_http_x_forwarded_for_0','85.93.20.248'),(744943,120657,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744944,120658,'failed_username','luis-monteiro'),(744945,120658,'server_http_user_agent','WordPress'),(744946,120658,'_message_key','user_unknown_login_failed'),(744947,120658,'_xmlrpc_request','true'),(744948,120658,'_server_remote_addr','198.46.81.9'),(744949,120658,'_server_http_x_forwarded_for_0','198.46.81.9'),(744950,120659,'login_id','1'),(744951,120659,'login_email','mentolnet@gmail.com'),(744952,120659,'login','mentol'),(744953,120659,'server_http_user_agent','wp-windowsphone'),(744954,120659,'_message_key','user_login_failed'),(744955,120659,'_xmlrpc_request','true'),(744956,120659,'_server_remote_addr','208.77.98.200'),(744957,120659,'_server_http_x_forwarded_for_0','208.77.98.200'),(744958,120660,'login_id','1'),(744959,120660,'login_email','mentolnet@gmail.com'),(744960,120660,'login','mentol'),(744961,120660,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0; rv:52.58.95) Gecko/20146775 Firefox/52.58.95'),(744962,120660,'_message_key','user_login_failed'),(744963,120660,'_server_remote_addr','159.148.186.32'),(744964,120660,'_server_http_x_forwarded_for_0','159.148.186.32'),(744965,120660,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744966,120661,'failed_username','luis-monteiro'),(744967,120661,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_45_92) AppleWebKit/532.86.33 (KHTML, like Gecko) Chrome/56.3.7479.2107 Safari/533.26 Edge/37.10296'),(744968,120661,'_message_key','user_unknown_login_failed'),(744969,120661,'_server_remote_addr','159.148.186.32'),(744970,120661,'_server_http_x_forwarded_for_0','159.148.186.32'),(744971,120661,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744972,120662,'failed_username','Admin'),(744973,120662,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.1.6758.1485 Safari/532.08 OPR/42.0.5035.0763'),(744974,120662,'_message_key','user_unknown_login_failed'),(744975,120662,'_server_remote_addr','85.93.20.248'),(744976,120662,'_server_http_x_forwarded_for_0','85.93.20.248'),(744977,120662,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744978,120663,'failed_username','Admin'),(744979,120663,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.1.6758.1485 Safari/532.08 OPR/42.0.5035.0763'),(744980,120663,'_message_key','user_unknown_login_failed'),(744981,120663,'_server_remote_addr','85.93.20.248'),(744982,120663,'_server_http_x_forwarded_for_0','85.93.20.248'),(744983,120663,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744984,120664,'failed_username','Admin'),(744985,120664,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.1.6758.1485 Safari/532.08 OPR/42.0.5035.0763'),(744986,120664,'_message_key','user_unknown_login_failed'),(744987,120664,'_server_remote_addr','85.93.20.248'),(744988,120664,'_server_http_x_forwarded_for_0','85.93.20.248'),(744989,120664,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744990,120665,'login_id','1'),(744991,120665,'login_email','mentolnet@gmail.com'),(744992,120665,'login','mentol'),(744993,120665,'server_http_user_agent','Windows Live Writer'),(744994,120665,'_message_key','user_login_failed'),(744995,120665,'_xmlrpc_request','true'),(744996,120665,'_server_remote_addr','45.40.137.227'),(744997,120665,'_server_http_x_forwarded_for_0','45.40.137.227'),(744998,120666,'failed_username','luis-monteiro'),(744999,120666,'server_http_user_agent','wp-windowsphone'),(745000,120666,'_message_key','user_unknown_login_failed'),(745001,120666,'_xmlrpc_request','true'),(745002,120666,'_server_remote_addr','120.79.48.86'),(745003,120666,'_server_http_x_forwarded_for_0','120.79.48.86'),(745004,120667,'login_id','1'),(745005,120667,'login_email','mentolnet@gmail.com'),(745006,120667,'login','mentol'),(745007,120667,'server_http_user_agent','wp-android'),(745008,120667,'_message_key','user_login_failed'),(745009,120667,'_xmlrpc_request','true'),(745010,120667,'_server_remote_addr','198.71.228.20'),(745011,120667,'_server_http_x_forwarded_for_0','198.71.228.20'),(745012,120668,'login_id','1'),(745013,120668,'login_email','mentolnet@gmail.com'),(745014,120668,'login','mentol'),(745015,120668,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/532.88.35 (KHTML, like Gecko) Version/5.2.7 Safari/530.71'),(745016,120668,'_message_key','user_login_failed'),(745017,120668,'_server_remote_addr','159.148.186.32'),(745018,120668,'_server_http_x_forwarded_for_0','159.148.186.32'),(745019,120668,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745020,120669,'failed_username','luis-monteiro'),(745021,120669,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_31_88) AppleWebKit/531.73.20 (KHTML, like Gecko) Chrome/56.1.6163.1891 Safari/532.12 Edge/36.06120'),(745022,120669,'_message_key','user_unknown_login_failed'),(745023,120669,'_server_remote_addr','159.148.186.32'),(745024,120669,'_server_http_x_forwarded_for_0','159.148.186.32'),(745025,120669,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745026,120670,'login_id','1'),(745027,120670,'login_email','mentolnet@gmail.com'),(745028,120670,'login','mentol'),(745029,120670,'server_http_user_agent','WordPress'),(745030,120670,'_message_key','user_login_failed'),(745031,120670,'_xmlrpc_request','true'),(745032,120670,'_server_remote_addr','192.145.239.215'),(745033,120670,'_server_http_x_forwarded_for_0','192.145.239.215'),(745034,120671,'failed_username','luis-monteiro'),(745035,120671,'server_http_user_agent','Poster'),(745036,120671,'_message_key','user_unknown_login_failed'),(745037,120671,'_xmlrpc_request','true'),(745038,120671,'_server_remote_addr','50.28.15.189'),(745039,120671,'_server_http_x_forwarded_for_0','50.28.15.189'),(745040,120672,'login_id','1'),(745041,120672,'login_email','mentolnet@gmail.com'),(745042,120672,'login','mentol'),(745043,120672,'server_http_user_agent','wp-iphone'),(745044,120672,'_message_key','user_login_failed'),(745045,120672,'_xmlrpc_request','true'),(745046,120672,'_server_remote_addr','60.205.223.215'),(745047,120672,'_server_http_x_forwarded_for_0','60.205.223.215'),(745048,120673,'failed_username','luis-monteiro'),(745049,120673,'server_http_user_agent','wp-android'),(745050,120673,'_message_key','user_unknown_login_failed'),(745051,120673,'_xmlrpc_request','true'),(745052,120673,'_server_remote_addr','198.71.236.40'),(745053,120673,'_server_http_x_forwarded_for_0','198.71.236.40'),(745054,120674,'login_id','1'),(745055,120674,'login_email','mentolnet@gmail.com'),(745056,120674,'login','mentol'),(745057,120674,'server_http_user_agent','Poster'),(745058,120674,'_message_key','user_login_failed'),(745059,120674,'_xmlrpc_request','true'),(745060,120674,'_server_remote_addr','198.71.239.18'),(745061,120674,'_server_http_x_forwarded_for_0','198.71.239.18'),(745062,120675,'login_id','1'),(745063,120675,'login_email','mentolnet@gmail.com'),(745064,120675,'login','mentol'),(745065,120675,'server_http_user_agent','WordPress'),(745066,120675,'_message_key','user_login_failed'),(745067,120675,'_xmlrpc_request','true'),(745068,120675,'_server_remote_addr','107.180.109.24'),(745069,120675,'_server_http_x_forwarded_for_0','107.180.109.24'),(745070,120676,'failed_username','luis-monteiro'),(745071,120676,'server_http_user_agent','Windows Live Writer'),(745072,120676,'_message_key','user_unknown_login_failed'),(745073,120676,'_xmlrpc_request','true'),(745074,120676,'_server_remote_addr','50.62.176.35'),(745075,120676,'_server_http_x_forwarded_for_0','50.62.176.35'),(745076,120677,'login_id','1'),(745077,120677,'login_email','mentolnet@gmail.com'),(745078,120677,'login','mentol'),(745079,120677,'server_http_user_agent','wp-windowsphone'),(745080,120677,'_message_key','user_login_failed'),(745081,120677,'_xmlrpc_request','true'),(745082,120677,'_server_remote_addr','104.238.120.74'),(745083,120677,'_server_http_x_forwarded_for_0','104.238.120.74'),(745084,120678,'login_id','1'),(745085,120678,'login_email','mentolnet@gmail.com'),(745086,120678,'login','mentol'),(745087,120678,'server_http_user_agent','Poster'),(745088,120678,'_message_key','user_login_failed'),(745089,120678,'_xmlrpc_request','true'),(745090,120678,'_server_remote_addr','46.252.205.150'),(745091,120678,'_server_http_x_forwarded_for_0','46.252.205.150'),(745092,120679,'login_id','1'),(745093,120679,'login_email','mentolnet@gmail.com'),(745094,120679,'login','mentol'),(745095,120679,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.99.46 (KHTML, like Gecko) Version/5.3.8 Safari/531.82'),(745096,120679,'_message_key','user_login_failed'),(745097,120679,'_server_remote_addr','159.148.186.32'),(745098,120679,'_server_http_x_forwarded_for_0','159.148.186.32'),(745099,120679,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745100,120680,'failed_username','luis-monteiro'),(745101,120680,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.14.61 (KHTML, like Gecko) Chrome/53.6.0357.5085 Safari/534.54'),(745102,120680,'_message_key','user_unknown_login_failed'),(745103,120680,'_server_remote_addr','159.148.186.32'),(745104,120680,'_server_http_x_forwarded_for_0','159.148.186.32'),(745105,120680,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745106,120681,'failed_username','Admin'),(745107,120681,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0; rv:45.51.08) Gecko/20149032 Firefox/45.51.08'),(745108,120681,'_message_key','user_unknown_login_failed'),(745109,120681,'_server_remote_addr','85.93.20.248'),(745110,120681,'_server_http_x_forwarded_for_0','85.93.20.248'),(745111,120681,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745112,120682,'failed_username','Admin'),(745113,120683,'failed_username','Admin'),(745114,120682,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.04.41 (KHTML, like Gecko) Chrome/57.4.9296.4923 Safari/533.33'),(745115,120683,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.69.16 (KHTML, like Gecko) Chrome/55.0.5800.0538 Safari/532.09 OPR/41.9.4087.9715'),(745116,120682,'_message_key','user_unknown_login_failed'),(745117,120683,'_message_key','user_unknown_login_failed'),(745118,120682,'_server_remote_addr','85.93.20.248'),(745119,120683,'_server_remote_addr','85.93.20.248'),(745120,120682,'_server_http_x_forwarded_for_0','85.93.20.248'),(745121,120683,'_server_http_x_forwarded_for_0','85.93.20.248'),(745122,120682,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745123,120683,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745124,120684,'failed_username','luis-monteiro'),(745125,120684,'server_http_user_agent','WordPress'),(745126,120684,'_message_key','user_unknown_login_failed'),(745127,120684,'_xmlrpc_request','true'),(745128,120684,'_server_remote_addr','72.167.190.80'),(745129,120684,'_server_http_x_forwarded_for_0','72.167.190.80'),(745130,120685,'login_id','1'),(745131,120685,'login_email','mentolnet@gmail.com'),(745132,120685,'login','mentol'),(745133,120685,'server_http_user_agent','Poster'),(745134,120685,'_message_key','user_login_failed'),(745135,120685,'_xmlrpc_request','true'),(745136,120685,'_server_remote_addr','107.180.109.26'),(745137,120685,'_server_http_x_forwarded_for_0','107.180.109.26'),(745138,120686,'login_id','1'),(745139,120686,'login_email','mentolnet@gmail.com'),(745140,120686,'login','mentol'),(745141,120686,'server_http_user_agent','WordPress'),(745142,120686,'_message_key','user_login_failed'),(745143,120686,'_xmlrpc_request','true'),(745144,120686,'_server_remote_addr','198.71.230.54'),(745145,120686,'_server_http_x_forwarded_for_0','198.71.230.54'),(745146,120687,'login_id','1'),(745147,120687,'login_email','mentolnet@gmail.com'),(745148,120687,'login','mentol'),(745149,120687,'server_http_user_agent','Windows Live Writer'),(745150,120687,'_message_key','user_login_failed'),(745151,120687,'_xmlrpc_request','true'),(745152,120687,'_server_remote_addr','160.153.146.66'),(745153,120687,'_server_http_x_forwarded_for_0','160.153.146.66'),(745154,120688,'login_id','1'),(745155,120688,'login_email','mentolnet@gmail.com'),(745156,120688,'login','mentol'),(745157,120688,'server_http_user_agent','WordPress'),(745158,120688,'_message_key','user_login_failed'),(745159,120688,'_xmlrpc_request','true'),(745160,120688,'_server_remote_addr','198.71.227.26'),(745161,120688,'_server_http_x_forwarded_for_0','198.71.227.26'),(745162,120689,'failed_username','luis-monteiro'),(745163,120689,'server_http_user_agent','Windows Live Writer'),(745164,120689,'_message_key','user_unknown_login_failed'),(745165,120689,'_xmlrpc_request','true'),(745166,120689,'_server_remote_addr','209.126.122.75'),(745167,120689,'_server_http_x_forwarded_for_0','209.126.122.75'),(745168,120690,'login_id','1'),(745169,120690,'login_email','mentolnet@gmail.com'),(745170,120690,'login','mentol'),(745171,120690,'server_http_user_agent','wp-iphone'),(745172,120690,'_message_key','user_login_failed'),(745173,120690,'_xmlrpc_request','true'),(745174,120690,'_server_remote_addr','67.225.140.17'),(745175,120690,'_server_http_x_forwarded_for_0','67.225.140.17'),(745176,120691,'failed_username','luis-monteiro'),(745177,120691,'server_http_user_agent','Poster'),(745178,120691,'_message_key','user_unknown_login_failed'),(745179,120691,'_xmlrpc_request','true'),(745180,120691,'_server_remote_addr','148.72.232.148'),(745181,120691,'_server_http_x_forwarded_for_0','148.72.232.148'),(745182,120692,'login_id','1'),(745183,120692,'login_email','mentolnet@gmail.com'),(745184,120692,'login','mentol'),(745185,120692,'server_http_user_agent','wp-windowsphone'),(745186,120692,'_message_key','user_login_failed'),(745187,120692,'_xmlrpc_request','true'),(745188,120692,'_server_remote_addr','198.15.109.90'),(745189,120692,'_server_http_x_forwarded_for_0','198.15.109.90'),(745190,120693,'login_id','1'),(745191,120693,'login_email','mentolnet@gmail.com'),(745192,120693,'login','mentol'),(745193,120693,'server_http_user_agent','Poster'),(745194,120693,'_message_key','user_login_failed'),(745195,120693,'_xmlrpc_request','true'),(745196,120693,'_server_remote_addr','81.31.147.72'),(745197,120693,'_server_http_x_forwarded_for_0','81.31.147.72'),(745198,120694,'failed_username','luis-monteiro'),(745199,120694,'server_http_user_agent','wp-android'),(745200,120694,'_message_key','user_unknown_login_failed'),(745201,120694,'_xmlrpc_request','true'),(745202,120694,'_server_remote_addr','198.71.231.18'),(745203,120694,'_server_http_x_forwarded_for_0','198.71.231.18'),(745204,120695,'login_id','1'),(745205,120695,'login_email','mentolnet@gmail.com'),(745206,120695,'login','mentol'),(745207,120695,'server_http_user_agent','Windows Live Writer'),(745208,120695,'_message_key','user_login_failed'),(745209,120695,'_xmlrpc_request','true'),(745210,120695,'_server_remote_addr','50.62.161.68'),(745211,120695,'_server_http_x_forwarded_for_0','50.62.161.68'),(745212,120696,'login_id','1'),(745213,120696,'login_email','mentolnet@gmail.com'),(745214,120696,'login','mentol'),(745215,120696,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.64.17) Gecko/20166943 Firefox/52.64.17'),(745216,120696,'_message_key','user_login_failed'),(745217,120696,'_server_remote_addr','159.148.186.32'),(745218,120696,'_server_http_x_forwarded_for_0','159.148.186.32'),(745219,120696,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745220,120697,'failed_username','luis-monteiro'),(745221,120697,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_39_92) AppleWebKit/532.98.40 (KHTML, like Gecko) Chrome/57.5.0967.5239 Safari/534.68 Edge/34.64182'),(745222,120697,'_message_key','user_unknown_login_failed'),(745223,120697,'_server_remote_addr','159.148.186.32'),(745224,120697,'_server_http_x_forwarded_for_0','159.148.186.32'),(745225,120697,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745226,120698,'login_id','1'),(745227,120698,'login_email','mentolnet@gmail.com'),(745228,120698,'login','mentol'),(745229,120698,'server_http_user_agent','wp-windowsphone'),(745230,120698,'_message_key','user_login_failed'),(745231,120698,'_xmlrpc_request','true'),(745232,120698,'_server_remote_addr','109.232.216.39'),(745233,120698,'_server_http_x_forwarded_for_0','109.232.216.39'),(745234,120699,'login_id','1'),(745235,120699,'login_email','mentolnet@gmail.com'),(745236,120699,'login','mentol'),(745237,120699,'server_http_user_agent','wp-windowsphone'),(745238,120699,'_message_key','user_login_failed'),(745239,120699,'_xmlrpc_request','true'),(745240,120699,'_server_remote_addr','192.154.100.130'),(745241,120699,'_server_http_x_forwarded_for_0','192.154.100.130'),(745242,120700,'login_id','1'),(745243,120700,'login_email','mentolnet@gmail.com'),(745244,120700,'login','mentol'),(745245,120700,'server_http_user_agent','wp-android'),(745246,120700,'_message_key','user_login_failed'),(745247,120700,'_xmlrpc_request','true'),(745248,120700,'_server_remote_addr','50.62.208.200'),(745249,120700,'_server_http_x_forwarded_for_0','50.62.208.200'),(745250,120701,'failed_username','luis-monteiro'),(745251,120701,'server_http_user_agent','wp-iphone'),(745252,120701,'_message_key','user_unknown_login_failed'),(745253,120701,'_xmlrpc_request','true'),(745254,120701,'_server_remote_addr','174.136.37.121'),(745255,120701,'_server_http_x_forwarded_for_0','174.136.37.121'),(745256,120702,'login_id','1'),(745257,120702,'login_email','mentolnet@gmail.com'),(745258,120702,'login','mentol'),(745259,120702,'server_http_user_agent','wp-windowsphone'),(745260,120702,'_message_key','user_login_failed'),(745261,120702,'_xmlrpc_request','true'),(745262,120702,'_server_remote_addr','160.153.154.134'),(745263,120702,'_server_http_x_forwarded_for_0','160.153.154.134'),(745264,120703,'login_id','1'),(745265,120703,'login_email','mentolnet@gmail.com'),(745266,120703,'login','mentol'),(745267,120703,'server_http_user_agent','wp-windowsphone'),(745268,120703,'_message_key','user_login_failed'),(745269,120703,'_xmlrpc_request','true'),(745270,120703,'_server_remote_addr','171.244.1.77'),(745271,120703,'_server_http_x_forwarded_for_0','171.244.1.77'),(745272,120704,'failed_username','Admin'),(745273,120704,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.1.6786.1413 Safari/532.08 OPR/42.0.5063.0791'),(745274,120704,'_message_key','user_unknown_login_failed'),(745275,120704,'_server_remote_addr','85.93.20.248'),(745276,120704,'_server_http_x_forwarded_for_0','85.93.20.248'),(745277,120704,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745278,120705,'failed_username','Admin'),(745279,120705,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; Win64) AppleWebKit/530.64.11 (KHTML, like Gecko) Chrome/55.0.5363.0091 Safari/532.94 OPR/41.9.4540.8278'),(745280,120705,'_message_key','user_unknown_login_failed'),(745281,120705,'_server_remote_addr','85.93.20.248'),(745282,120705,'_server_http_x_forwarded_for_0','85.93.20.248'),(745283,120705,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745284,120706,'failed_username','Admin'),(745285,120706,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.1.6786.1413 Safari/532.08 OPR/42.0.5063.0791'),(745286,120706,'_message_key','user_unknown_login_failed'),(745287,120706,'_server_remote_addr','85.93.20.248'),(745288,120706,'_server_http_x_forwarded_for_0','85.93.20.248'),(745289,120706,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745290,120707,'failed_username','luis-monteiro'),(745291,120707,'server_http_user_agent','Windows Live Writer'),(745292,120707,'_message_key','user_unknown_login_failed'),(745293,120707,'_xmlrpc_request','true'),(745294,120707,'_server_remote_addr','107.180.120.51'),(745295,120707,'_server_http_x_forwarded_for_0','107.180.120.51'),(745296,120708,'login_id','1'),(745297,120708,'login_email','mentolnet@gmail.com'),(745298,120708,'login','mentol'),(745299,120708,'server_http_user_agent','Windows Live Writer'),(745300,120708,'_message_key','user_login_failed'),(745301,120708,'_xmlrpc_request','true'),(745302,120708,'_server_remote_addr','213.251.182.114'),(745303,120708,'_server_http_x_forwarded_for_0','213.251.182.114'),(745304,120709,'login_id','1'),(745305,120709,'login_email','mentolnet@gmail.com'),(745306,120709,'login','mentol'),(745307,120709,'server_http_user_agent','wp-windowsphone'),(745308,120709,'_message_key','user_login_failed'),(745309,120709,'_xmlrpc_request','true'),(745310,120709,'_server_remote_addr','198.71.235.41'),(745311,120709,'_server_http_x_forwarded_for_0','198.71.235.41'),(745312,120710,'failed_username','luis-monteiro'),(745313,120710,'server_http_user_agent','Poster'),(745314,120710,'_message_key','user_unknown_login_failed'),(745315,120710,'_xmlrpc_request','true'),(745316,120710,'_server_remote_addr','148.72.199.253'),(745317,120710,'_server_http_x_forwarded_for_0','148.72.199.253'),(745318,120711,'login_id','1'),(745319,120711,'login_email','mentolnet@gmail.com'),(745320,120711,'login','mentol'),(745321,120711,'server_http_user_agent','Windows Live Writer'),(745322,120711,'_message_key','user_login_failed'),(745323,120711,'_xmlrpc_request','true'),(745324,120711,'_server_remote_addr','198.46.81.40'),(745325,120711,'_server_http_x_forwarded_for_0','198.46.81.40'),(745326,120712,'login_id','1'),(745327,120712,'login_email','mentolnet@gmail.com'),(745328,120712,'login','mentol'),(745329,120712,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.62.19 (KHTML, like Gecko) Chrome/55.1.5039.0767 Safari/532.01 OPR/42.9.4217.9944'),(745330,120712,'_message_key','user_login_failed'),(745331,120712,'_server_remote_addr','159.148.186.32'),(745332,120712,'_server_http_x_forwarded_for_0','159.148.186.32'),(745333,120712,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745334,120713,'failed_username','luis-monteiro'),(745335,120713,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.92.39 (KHTML, like Gecko) Version/5.3.8 Safari/531.74'),(745336,120713,'_message_key','user_unknown_login_failed'),(745337,120713,'_server_remote_addr','159.148.186.32'),(745338,120713,'_server_http_x_forwarded_for_0','159.148.186.32'),(745339,120713,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745340,120714,'login_id','1'),(745341,120714,'login_email','mentolnet@gmail.com'),(745342,120714,'login','mentol'),(745343,120714,'server_http_user_agent','wp-windowsphone'),(745344,120714,'_message_key','user_login_failed'),(745345,120714,'_xmlrpc_request','true'),(745346,120714,'_server_remote_addr','37.9.169.14'),(745347,120714,'_server_http_x_forwarded_for_0','37.9.169.14'),(745348,120715,'login_id','1'),(745349,120715,'login_email','mentolnet@gmail.com'),(745350,120715,'login','mentol'),(745351,120715,'server_http_user_agent','wp-android'),(745352,120715,'_message_key','user_login_failed'),(745353,120715,'_xmlrpc_request','true'),(745354,120715,'_server_remote_addr','50.62.161.63'),(745355,120715,'_server_http_x_forwarded_for_0','50.62.161.63'),(745356,120716,'failed_username','luis-monteiro'),(745357,120716,'server_http_user_agent','Windows Live Writer'),(745358,120716,'_message_key','user_unknown_login_failed'),(745359,120716,'_xmlrpc_request','true'),(745360,120716,'_server_remote_addr','104.236.41.38'),(745361,120716,'_server_http_x_forwarded_for_0','104.236.41.38'),(745362,120717,'failed_username','luis-monteiro'),(745363,120717,'server_http_user_agent','wp-android'),(745364,120717,'_message_key','user_unknown_login_failed'),(745365,120717,'_xmlrpc_request','true'),(745366,120717,'_server_remote_addr','50.62.208.189'),(745367,120717,'_server_http_x_forwarded_for_0','50.62.208.189'),(745368,120718,'login_id','1'),(745369,120718,'login_email','mentolnet@gmail.com'),(745370,120718,'login','mentol'),(745371,120718,'server_http_user_agent','wp-windowsphone'),(745372,120718,'_message_key','user_login_failed'),(745373,120718,'_xmlrpc_request','true'),(745374,120718,'_server_remote_addr','50.62.177.183'),(745375,120718,'_server_http_x_forwarded_for_0','50.62.177.183'),(745376,120719,'failed_username','luis-monteiro'),(745377,120719,'server_http_user_agent','Poster'),(745378,120719,'_message_key','user_unknown_login_failed'),(745379,120719,'_xmlrpc_request','true'),(745380,120719,'_server_remote_addr','5.2.81.170'),(745381,120719,'_server_http_x_forwarded_for_0','5.2.81.170'),(745382,120720,'login_id','1'),(745383,120720,'login_email','mentolnet@gmail.com'),(745384,120720,'login','mentol'),(745385,120720,'server_http_user_agent','wp-iphone'),(745386,120720,'_message_key','user_login_failed'),(745387,120720,'_xmlrpc_request','true'),(745388,120720,'_server_remote_addr','198.71.237.19'),(745389,120720,'_server_http_x_forwarded_for_0','198.71.237.19'),(745390,120721,'login_id','1'),(745391,120721,'login_email','mentolnet@gmail.com'),(745392,120721,'login','mentol'),(745393,120721,'server_http_user_agent','wp-iphone'),(745394,120721,'_message_key','user_login_failed'),(745395,120721,'_xmlrpc_request','true'),(745396,120721,'_server_remote_addr','50.62.177.164'),(745397,120721,'_server_http_x_forwarded_for_0','50.62.177.164'),(745398,120722,'failed_username','luis-monteiro'),(745399,120722,'server_http_user_agent','Windows Live Writer'),(745400,120722,'_message_key','user_unknown_login_failed'),(745401,120722,'_xmlrpc_request','true'),(745402,120722,'_server_remote_addr','188.93.229.106'),(745403,120722,'_server_http_x_forwarded_for_0','188.93.229.106'),(745404,120723,'login_id','1'),(745405,120723,'login_email','mentolnet@gmail.com'),(745406,120723,'login','mentol'),(745407,120723,'server_http_user_agent','Windows Live Writer'),(745408,120723,'_message_key','user_login_failed'),(745409,120723,'_xmlrpc_request','true'),(745410,120723,'_server_remote_addr','184.168.200.105'),(745411,120723,'_server_http_x_forwarded_for_0','184.168.200.105'),(745412,120724,'login_id','1'),(745413,120724,'login_email','mentolnet@gmail.com'),(745414,120724,'login','mentol'),(745415,120724,'server_http_user_agent','Windows Live Writer'),(745416,120724,'_message_key','user_login_failed'),(745417,120724,'_xmlrpc_request','true'),(745418,120724,'_server_remote_addr','77.92.89.1'),(745419,120724,'_server_http_x_forwarded_for_0','77.92.89.1'),(745420,120725,'failed_username','luis-monteiro'),(745421,120725,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_45_97) AppleWebKit/533.03.56 (KHTML, like Gecko) Chrome/57.6.1504.6876 Safari/530.64 Edge/34.70556'),(745422,120726,'login_id','1'),(745423,120725,'_message_key','user_unknown_login_failed'),(745424,120726,'login_email','mentolnet@gmail.com'),(745425,120725,'_server_remote_addr','85.93.20.248'),(745426,120726,'login','mentol'),(745427,120725,'_server_http_x_forwarded_for_0','85.93.20.248'),(745428,120726,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.86.39 (KHTML, like Gecko) Chrome/56.3.9887.4159 Safari/534.47 OPR/44.5.0600.5872'),(745429,120725,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745430,120726,'_message_key','user_login_failed'),(745431,120726,'_server_remote_addr','85.93.20.248'),(745432,120726,'_server_http_x_forwarded_for_0','85.93.20.248'),(745433,120726,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745434,120727,'failed_username','luis-monteiro'),(745435,120727,'server_http_user_agent','WordPress'),(745436,120727,'_message_key','user_unknown_login_failed'),(745437,120727,'_xmlrpc_request','true'),(745438,120727,'_server_remote_addr','45.122.221.235'),(745439,120727,'_server_http_x_forwarded_for_0','45.122.221.235'),(745440,120728,'login_id','1'),(745441,120728,'login_email','mentolnet@gmail.com'),(745442,120728,'login','mentol'),(745443,120728,'server_http_user_agent','wp-iphone'),(745444,120728,'_message_key','user_login_failed'),(745445,120728,'_xmlrpc_request','true'),(745446,120728,'_server_remote_addr','104.238.120.39'),(745447,120728,'_server_http_x_forwarded_for_0','104.238.120.39'),(745448,120729,'failed_username','luis-monteiro'),(745449,120729,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_44_97) AppleWebKit/533.93.56 (KHTML, like Gecko) Chrome/57.5.0589.6851 Safari/530.64 Edge/34.60394'),(745450,120729,'_message_key','user_unknown_login_failed'),(745451,120729,'_server_remote_addr','159.148.186.32'),(745452,120729,'_server_http_x_forwarded_for_0','159.148.186.32'),(745453,120729,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745454,120730,'login_id','1'),(745455,120730,'login_email','mentolnet@gmail.com'),(745456,120730,'login','mentol'),(745457,120730,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_44_97) AppleWebKit/533.93.56 (KHTML, like Gecko) Chrome/57.5.0589.6851 Safari/530.64 Edge/34.60394'),(745458,120730,'_message_key','user_login_failed'),(745459,120730,'_server_remote_addr','159.148.186.32'),(745460,120730,'_server_http_x_forwarded_for_0','159.148.186.32'),(745461,120730,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745462,120731,'login_id','1'),(745463,120731,'login_email','mentolnet@gmail.com'),(745464,120731,'login','mentol'),(745465,120731,'server_http_user_agent','WordPress'),(745466,120731,'_message_key','user_login_failed'),(745467,120731,'_xmlrpc_request','true'),(745468,120731,'_server_remote_addr','103.1.220.14'),(745469,120731,'_server_http_x_forwarded_for_0','103.1.220.14'),(745470,120732,'login_id','1'),(745471,120732,'login_email','mentolnet@gmail.com'),(745472,120732,'login','mentol'),(745473,120732,'server_http_user_agent','WordPress'),(745474,120732,'_message_key','user_login_failed'),(745475,120732,'_xmlrpc_request','true'),(745476,120732,'_server_remote_addr','198.71.234.39'),(745477,120732,'_server_http_x_forwarded_for_0','198.71.234.39'),(745478,120733,'login_id','1'),(745479,120733,'login_email','mentolnet@gmail.com'),(745480,120733,'login','mentol'),(745481,120733,'server_http_user_agent','Windows Live Writer'),(745482,120733,'_message_key','user_login_failed'),(745483,120733,'_xmlrpc_request','true'),(745484,120733,'_server_remote_addr','198.71.231.58'),(745485,120733,'_server_http_x_forwarded_for_0','198.71.231.58'),(745486,120734,'login_id','1'),(745487,120734,'login_email','mentolnet@gmail.com'),(745488,120734,'login','mentol'),(745489,120734,'server_http_user_agent','wp-windowsphone'),(745490,120734,'_message_key','user_login_failed'),(745491,120734,'_xmlrpc_request','true'),(745492,120734,'_server_remote_addr','182.50.135.78'),(745493,120734,'_server_http_x_forwarded_for_0','182.50.135.78'),(745494,120735,'login_id','1'),(745495,120735,'login_email','mentolnet@gmail.com'),(745496,120735,'login','mentol'),(745497,120735,'server_http_user_agent','Windows Live Writer'),(745498,120735,'_message_key','user_login_failed'),(745499,120735,'_xmlrpc_request','true'),(745500,120735,'_server_remote_addr','182.50.135.78'),(745501,120735,'_server_http_x_forwarded_for_0','182.50.135.78'),(745502,120736,'failed_username','luis-monteiro'),(745503,120736,'server_http_user_agent','Windows Live Writer'),(745504,120736,'_message_key','user_unknown_login_failed'),(745505,120736,'_xmlrpc_request','true'),(745506,120736,'_server_remote_addr','198.71.241.31'),(745507,120736,'_server_http_x_forwarded_for_0','198.71.241.31'),(745508,120737,'failed_username','luis-monteiro'),(745509,120737,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/534.14.61 (KHTML, like Gecko) Chrome/57.5.0334.5062 Safari/534.44'),(745510,120737,'_message_key','user_unknown_login_failed'),(745511,120737,'_server_remote_addr','85.93.20.248'),(745512,120738,'login_id','1'),(745513,120737,'_server_http_x_forwarded_for_0','85.93.20.248'),(745514,120738,'login_email','mentolnet@gmail.com'),(745515,120737,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745516,120738,'login','mentol'),(745517,120738,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.84.31 (KHTML, like Gecko) Version/5.2.7 Safari/530.77'),(745518,120738,'_message_key','user_login_failed'),(745519,120738,'_server_remote_addr','85.93.20.248'),(745520,120738,'_server_http_x_forwarded_for_0','85.93.20.248'),(745521,120738,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745522,120739,'login_id','1'),(745523,120739,'login_email','mentolnet@gmail.com'),(745524,120739,'login','mentol'),(745525,120739,'server_http_user_agent','wp-windowsphone'),(745526,120739,'_message_key','user_login_failed'),(745527,120739,'_xmlrpc_request','true'),(745528,120739,'_server_remote_addr','148.72.232.135'),(745529,120739,'_server_http_x_forwarded_for_0','148.72.232.135'),(745530,120740,'login_id','1'),(745531,120740,'login_email','mentolnet@gmail.com'),(745532,120740,'login','mentol'),(745533,120740,'server_http_user_agent','Windows Live Writer'),(745534,120740,'_message_key','user_login_failed'),(745535,120740,'_xmlrpc_request','true'),(745536,120740,'_server_remote_addr','198.71.235.2'),(745537,120740,'_server_http_x_forwarded_for_0','198.71.235.2'),(745538,120741,'failed_username','luis-monteiro'),(745539,120741,'server_http_user_agent','wp-windowsphone'),(745540,120741,'_message_key','user_unknown_login_failed'),(745541,120741,'_xmlrpc_request','true'),(745542,120741,'_server_remote_addr','198.46.81.46'),(745543,120741,'_server_http_x_forwarded_for_0','198.46.81.46'),(745544,120742,'login_id','1'),(745545,120742,'login_email','mentolnet@gmail.com'),(745546,120742,'login','mentol'),(745547,120742,'server_http_user_agent','WordPress'),(745548,120742,'_message_key','user_login_failed'),(745549,120742,'_xmlrpc_request','true'),(745550,120742,'_server_remote_addr','198.71.236.16'),(745551,120742,'_server_http_x_forwarded_for_0','198.71.236.16'),(745552,120743,'failed_username','luis-monteiro'),(745553,120743,'server_http_user_agent','Windows Live Writer'),(745554,120743,'_message_key','user_unknown_login_failed'),(745555,120743,'_xmlrpc_request','true'),(745556,120743,'_server_remote_addr','94.130.128.145'),(745557,120743,'_server_http_x_forwarded_for_0','94.130.128.145'),(745558,120744,'login_id','1'),(745559,120744,'login_email','mentolnet@gmail.com'),(745560,120744,'login','mentol'),(745561,120744,'server_http_user_agent','wp-android'),(745562,120744,'_message_key','user_login_failed'),(745563,120744,'_xmlrpc_request','true'),(745564,120744,'_server_remote_addr','91.134.248.211'),(745565,120744,'_server_http_x_forwarded_for_0','91.134.248.211'),(745566,120745,'failed_username','luis-monteiro'),(745567,120745,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.88.31 (KHTML, like Gecko) Chrome/56.3.8031.4303 Safari/534.49 OPR/44.5.0854.5126'),(745568,120745,'_message_key','user_unknown_login_failed'),(745569,120745,'_server_remote_addr','159.148.186.32'),(745570,120745,'_server_http_x_forwarded_for_0','159.148.186.32'),(745571,120745,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745572,120746,'login_id','1'),(745573,120746,'login_email','mentolnet@gmail.com'),(745574,120746,'login','mentol'),(745575,120746,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.88.31 (KHTML, like Gecko) Chrome/56.3.8031.4303 Safari/534.49 OPR/44.5.0854.5126'),(745576,120746,'_message_key','user_login_failed'),(745577,120746,'_server_remote_addr','159.148.186.32'),(745578,120746,'_server_http_x_forwarded_for_0','159.148.186.32'),(745579,120746,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745580,120747,'failed_username','luis-monteiro'),(745581,120747,'server_http_user_agent','Poster'),(745582,120747,'_message_key','user_unknown_login_failed'),(745583,120747,'_xmlrpc_request','true'),(745584,120747,'_server_remote_addr','198.71.231.2'),(745585,120747,'_server_http_x_forwarded_for_0','198.71.231.2'),(745586,120748,'login_id','1'),(745587,120748,'login_email','mentolnet@gmail.com'),(745588,120748,'login','mentol'),(745589,120748,'server_http_user_agent','wp-windowsphone'),(745590,120748,'_message_key','user_login_failed'),(745591,120748,'_xmlrpc_request','true'),(745592,120748,'_server_remote_addr','185.161.16.2'),(745593,120748,'_server_http_x_forwarded_for_0','185.161.16.2'),(745594,120749,'failed_username','luis-monteiro'),(745595,120750,'login_id','1'),(745596,120749,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_39_82) AppleWebKit/532.98.41 (KHTML, like Gecko) Chrome/57.4.0097.5269 Safari/534.58 Edge/34.64484'),(745597,120750,'login_email','mentolnet@gmail.com'),(745598,120749,'_message_key','user_unknown_login_failed'),(745599,120750,'login','mentol'),(745600,120749,'_server_remote_addr','85.93.20.248'),(745601,120750,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_43_96) AppleWebKit/533.02.55 (KHTML, like Gecko) Chrome/57.5.1421.6793 Safari/530.62 Edge/34.78721'),(745602,120749,'_server_http_x_forwarded_for_0','85.93.20.248'),(745603,120750,'_message_key','user_login_failed'),(745604,120749,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745605,120750,'_server_remote_addr','85.93.20.248'),(745606,120750,'_server_http_x_forwarded_for_0','85.93.20.248'),(745607,120750,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745608,120751,'login_id','1'),(745609,120751,'login_email','mentolnet@gmail.com'),(745610,120751,'login','mentol'),(745611,120751,'server_http_user_agent','wp-android'),(745612,120751,'_message_key','user_login_failed'),(745613,120751,'_xmlrpc_request','true'),(745614,120751,'_server_remote_addr','50.62.208.71'),(745615,120751,'_server_http_x_forwarded_for_0','50.62.208.71'),(745616,120752,'failed_username','luis-monteiro'),(745617,120752,'server_http_user_agent','Poster'),(745618,120752,'_message_key','user_unknown_login_failed'),(745619,120752,'_xmlrpc_request','true'),(745620,120752,'_server_remote_addr','198.71.235.51'),(745621,120752,'_server_http_x_forwarded_for_0','198.71.235.51'),(745622,120753,'login_id','1'),(745623,120753,'login_email','mentolnet@gmail.com'),(745624,120753,'login','mentol'),(745625,120753,'server_http_user_agent','wp-iphone'),(745626,120753,'_message_key','user_login_failed'),(745627,120753,'_xmlrpc_request','true'),(745628,120753,'_server_remote_addr','72.29.73.223'),(745629,120753,'_server_http_x_forwarded_for_0','72.29.73.223'),(745630,120754,'login_id','1'),(745631,120754,'login_email','mentolnet@gmail.com'),(745632,120754,'login','mentol'),(745633,120754,'server_http_user_agent','wp-windowsphone'),(745634,120754,'_message_key','user_login_failed'),(745635,120754,'_xmlrpc_request','true'),(745636,120754,'_server_remote_addr','198.71.226.57'),(745637,120754,'_server_http_x_forwarded_for_0','198.71.226.57'),(745638,120755,'login_id','1'),(745639,120755,'login_email','mentolnet@gmail.com'),(745640,120755,'login','mentol'),(745641,120755,'server_http_user_agent','wp-windowsphone'),(745642,120755,'_message_key','user_login_failed'),(745643,120755,'_xmlrpc_request','true'),(745644,120755,'_server_remote_addr','50.62.161.68'),(745645,120755,'_server_http_x_forwarded_for_0','50.62.161.68'),(745646,120756,'login_id','1'),(745647,120756,'login_email','mentolnet@gmail.com'),(745648,120756,'login','mentol'),(745649,120756,'server_http_user_agent','WordPress'),(745650,120756,'_message_key','user_login_failed'),(745651,120756,'_xmlrpc_request','true'),(745652,120756,'_server_remote_addr','213.251.182.103'),(745653,120756,'_server_http_x_forwarded_for_0','213.251.182.103'),(745654,120757,'failed_username','luis-monteiro'),(745655,120757,'server_http_user_agent','WordPress'),(745656,120757,'_message_key','user_unknown_login_failed'),(745657,120757,'_xmlrpc_request','true'),(745658,120757,'_server_remote_addr','172.96.178.158'),(745659,120757,'_server_http_x_forwarded_for_0','172.96.178.158'),(745660,120758,'failed_username','luis-monteiro'),(745661,120758,'server_http_user_agent','wp-iphone'),(745662,120758,'_message_key','user_unknown_login_failed'),(745663,120758,'_xmlrpc_request','true'),(745664,120758,'_server_remote_addr','172.96.178.158'),(745665,120758,'_server_http_x_forwarded_for_0','172.96.178.158'),(745666,120759,'failed_username','luis-monteiro'),(745667,120759,'server_http_user_agent','wp-android'),(745668,120759,'_message_key','user_unknown_login_failed'),(745669,120759,'_xmlrpc_request','true'),(745670,120759,'_server_remote_addr','103.116.16.99'),(745671,120759,'_server_http_x_forwarded_for_0','103.116.16.99'),(745672,120760,'login_id','1'),(745673,120760,'login_email','mentolnet@gmail.com'),(745674,120760,'login','mentol'),(745675,120760,'server_http_user_agent','Windows Live Writer'),(745676,120760,'_message_key','user_login_failed'),(745677,120760,'_xmlrpc_request','true'),(745678,120760,'_server_remote_addr','103.92.235.252'),(745679,120760,'_server_http_x_forwarded_for_0','103.92.235.252'),(745680,120761,'login_id','1'),(745681,120761,'login_email','mentolnet@gmail.com'),(745682,120761,'login','mentol'),(745683,120761,'server_http_user_agent','wp-android'),(745684,120761,'_message_key','user_login_failed'),(745685,120761,'_xmlrpc_request','true'),(745686,120761,'_server_remote_addr','91.134.248.211'),(745687,120761,'_server_http_x_forwarded_for_0','91.134.248.211'),(745688,120762,'failed_username','luis-monteiro'),(745689,120762,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.73.36 (KHTML, like Gecko) Chrome/56.3.8515.4887 Safari/534.43 OPR/44.4.0238.5500'),(745690,120762,'_message_key','user_unknown_login_failed'),(745691,120762,'_server_remote_addr','85.93.20.248'),(745692,120762,'_server_http_x_forwarded_for_0','85.93.20.248'),(745693,120763,'login_id','1'),(745694,120762,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745695,120763,'login_email','mentolnet@gmail.com'),(745696,120763,'login','mentol'),(745697,120763,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.24.77 (KHTML, like Gecko) Chrome/54.8.3607.8979 Safari/531.95'),(745698,120763,'_message_key','user_login_failed'),(745699,120763,'_server_remote_addr','85.93.20.248'),(745700,120763,'_server_http_x_forwarded_for_0','85.93.20.248'),(745701,120763,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745702,120764,'failed_username','luis-monteiro'),(745703,120764,'server_http_user_agent','wp-android'),(745704,120764,'_message_key','user_unknown_login_failed'),(745705,120764,'_xmlrpc_request','true'),(745706,120764,'_server_remote_addr','107.180.109.52'),(745707,120764,'_server_http_x_forwarded_for_0','107.180.109.52'),(745708,120765,'login_id','1'),(745709,120765,'login_email','mentolnet@gmail.com'),(745710,120765,'login','mentol'),(745711,120765,'server_http_user_agent','wp-android'),(745712,120765,'_message_key','user_login_failed'),(745713,120765,'_xmlrpc_request','true'),(745714,120765,'_server_remote_addr','54.36.54.186'),(745715,120765,'_server_http_x_forwarded_for_0','54.36.54.186'),(745716,120766,'failed_username','luis-monteiro'),(745717,120766,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/531.73.20 (KHTML, like Gecko) Chrome/56.2.6176.1804 Safari/532.12 OPR/42.0.5353.0081'),(745718,120766,'_message_key','user_unknown_login_failed'),(745719,120766,'_server_remote_addr','159.148.186.32'),(745720,120766,'_server_http_x_forwarded_for_0','159.148.186.32'),(745721,120766,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745722,120767,'login_id','1'),(745723,120767,'login_email','mentolnet@gmail.com'),(745724,120767,'login','mentol'),(745725,120767,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.08.45 (KHTML, like Gecko) Version/5.4.9 Safari/531.80'),(745726,120767,'_message_key','user_login_failed'),(745727,120767,'_server_remote_addr','159.148.186.32'),(745728,120767,'_server_http_x_forwarded_for_0','159.148.186.32'),(745729,120767,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745730,120768,'failed_username','luis-monteiro'),(745731,120768,'server_http_user_agent','wp-iphone'),(745732,120768,'_message_key','user_unknown_login_failed'),(745733,120768,'_xmlrpc_request','true'),(745734,120768,'_server_remote_addr','109.234.157.62'),(745735,120768,'_server_http_x_forwarded_for_0','109.234.157.62'),(745736,120769,'login_id','1'),(745737,120769,'login_email','mentolnet@gmail.com'),(745738,120769,'login','mentol'),(745739,120769,'server_http_user_agent','WordPress'),(745740,120769,'_message_key','user_login_failed'),(745741,120769,'_xmlrpc_request','true'),(745742,120769,'_server_remote_addr','178.33.106.80'),(745743,120769,'_server_http_x_forwarded_for_0','178.33.106.80'),(745744,120770,'login_id','1'),(745745,120770,'login_email','mentolnet@gmail.com'),(745746,120770,'login','mentol'),(745747,120770,'server_http_user_agent','wp-iphone'),(745748,120770,'_message_key','user_login_failed'),(745749,120770,'_xmlrpc_request','true'),(745750,120770,'_server_remote_addr','184.168.200.16'),(745751,120770,'_server_http_x_forwarded_for_0','184.168.200.16'),(745752,120771,'login_id','1'),(745753,120771,'login_email','mentolnet@gmail.com'),(745754,120771,'login','mentol'),(745755,120771,'server_http_user_agent','Poster'),(745756,120771,'_message_key','user_login_failed'),(745757,120771,'_xmlrpc_request','true'),(745758,120771,'_server_remote_addr','31.210.94.39'),(745759,120771,'_server_http_x_forwarded_for_0','31.210.94.39'),(745760,120772,'failed_username','luis-monteiro'),(745761,120772,'server_http_user_agent','wp-android'),(745762,120772,'_message_key','user_unknown_login_failed'),(745763,120772,'_xmlrpc_request','true'),(745764,120772,'_server_remote_addr','50.62.176.51'),(745765,120772,'_server_http_x_forwarded_for_0','50.62.176.51'),(745766,120773,'login_id','1'),(745767,120773,'login_email','mentolnet@gmail.com'),(745768,120773,'login','mentol'),(745769,120773,'server_http_user_agent','WordPress'),(745770,120773,'_message_key','user_login_failed'),(745771,120773,'_xmlrpc_request','true'),(745772,120773,'_server_remote_addr','50.62.177.125'),(745773,120773,'_server_http_x_forwarded_for_0','50.62.177.125'),(745774,120774,'failed_username','luis-monteiro'),(745775,120774,'server_http_user_agent','wp-iphone'),(745776,120774,'_message_key','user_unknown_login_failed'),(745777,120774,'_xmlrpc_request','true'),(745778,120774,'_server_remote_addr','198.71.226.44'),(745779,120774,'_server_http_x_forwarded_for_0','198.71.226.44'),(745780,120775,'login_id','1'),(745781,120775,'login_email','mentolnet@gmail.com'),(745782,120775,'login','mentol'),(745783,120775,'server_http_user_agent','WordPress'),(745784,120775,'_message_key','user_login_failed'),(745785,120775,'_xmlrpc_request','true'),(745786,120775,'_server_remote_addr','72.167.190.57'),(745787,120775,'_server_http_x_forwarded_for_0','72.167.190.57'),(745788,120776,'login_id','1'),(745789,120776,'login_email','mentolnet@gmail.com'),(745790,120776,'login','mentol'),(745791,120776,'server_http_user_agent','Poster'),(745792,120776,'_message_key','user_login_failed'),(745793,120776,'_xmlrpc_request','true'),(745794,120776,'_server_remote_addr','173.230.244.106'),(745795,120776,'_server_http_x_forwarded_for_0','173.230.244.106'),(745796,120777,'failed_username','luis-monteiro'),(745797,120777,'server_http_user_agent','wp-android'),(745798,120777,'_message_key','user_unknown_login_failed'),(745799,120777,'_xmlrpc_request','true'),(745800,120777,'_server_remote_addr','114.215.16.110'),(745801,120777,'_server_http_x_forwarded_for_0','114.215.16.110'),(745802,120778,'failed_username','luis-monteiro'),(745803,120778,'server_http_user_agent','wp-iphone'),(745804,120778,'_message_key','user_unknown_login_failed'),(745805,120778,'_xmlrpc_request','true'),(745806,120778,'_server_remote_addr','68.66.216.55'),(745807,120778,'_server_http_x_forwarded_for_0','68.66.216.55'),(745808,120779,'login_id','1'),(745809,120779,'login_email','mentolnet@gmail.com'),(745810,120779,'login','mentol'),(745811,120779,'server_http_user_agent','WordPress'),(745812,120779,'_message_key','user_login_failed'),(745813,120779,'_xmlrpc_request','true'),(745814,120779,'_server_remote_addr','104.238.120.45'),(745815,120779,'_server_http_x_forwarded_for_0','104.238.120.45'),(745816,120780,'login_id','1'),(745817,120780,'login_email','mentolnet@gmail.com'),(745818,120780,'login','mentol'),(745819,120780,'server_http_user_agent','Poster'),(745820,120780,'_message_key','user_login_failed'),(745821,120780,'_xmlrpc_request','true'),(745822,120780,'_server_remote_addr','198.71.239.72'),(745823,120780,'_server_http_x_forwarded_for_0','198.71.239.72'),(745824,120781,'failed_username','luis-monteiro'),(745825,120781,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.09.56 (KHTML, like Gecko) Chrome/57.5.0728.4455 Safari/534.48'),(745826,120781,'_message_key','user_unknown_login_failed'),(745827,120781,'_server_remote_addr','159.148.186.32'),(745828,120781,'_server_http_x_forwarded_for_0','159.148.186.32'),(745829,120781,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745830,120782,'login_id','1'),(745831,120782,'login_email','mentolnet@gmail.com'),(745832,120782,'login','mentol'),(745833,120782,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.09.56 (KHTML, like Gecko) Chrome/57.5.0728.4455 Safari/534.48'),(745834,120782,'_message_key','user_login_failed'),(745835,120782,'_server_remote_addr','159.148.186.32'),(745836,120782,'_server_http_x_forwarded_for_0','159.148.186.32'),(745837,120782,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745838,120783,'failed_username','luis-monteiro'),(745839,120783,'server_http_user_agent','Poster'),(745840,120783,'_message_key','user_unknown_login_failed'),(745841,120783,'_xmlrpc_request','true'),(745842,120783,'_server_remote_addr','120.79.27.154'),(745843,120783,'_server_http_x_forwarded_for_0','120.79.27.154'),(745844,120784,'login_id','1'),(745845,120784,'login_email','mentolnet@gmail.com'),(745846,120784,'login','mentol'),(745847,120784,'server_http_user_agent','Poster'),(745848,120784,'_message_key','user_login_failed'),(745849,120784,'_xmlrpc_request','true'),(745850,120784,'_server_remote_addr','198.71.231.18'),(745851,120784,'_server_http_x_forwarded_for_0','198.71.231.18'),(745852,120785,'failed_username','luis-monteiro'),(745853,120785,'server_http_user_agent','wp-windowsphone'),(745854,120785,'_message_key','user_unknown_login_failed'),(745855,120785,'_xmlrpc_request','true'),(745856,120785,'_server_remote_addr','46.101.115.249'),(745857,120785,'_server_http_x_forwarded_for_0','46.101.115.249'),(745858,120786,'login_id','1'),(745859,120786,'login_email','mentolnet@gmail.com'),(745860,120786,'login','mentol'),(745861,120786,'server_http_user_agent','WordPress'),(745862,120786,'_message_key','user_login_failed'),(745863,120786,'_xmlrpc_request','true'),(745864,120786,'_server_remote_addr','148.66.153.186'),(745865,120786,'_server_http_x_forwarded_for_0','148.66.153.186'),(745866,120787,'failed_username','luis-monteiro'),(745867,120787,'server_http_user_agent','wp-windowsphone'),(745868,120787,'_message_key','user_unknown_login_failed'),(745869,120787,'_xmlrpc_request','true'),(745870,120787,'_server_remote_addr','160.153.155.6'),(745871,120787,'_server_http_x_forwarded_for_0','160.153.155.6'),(745872,120788,'login_id','1'),(745873,120788,'login_email','mentolnet@gmail.com'),(745874,120788,'login','mentol'),(745875,120788,'server_http_user_agent','Windows Live Writer'),(745876,120788,'_message_key','user_login_failed'),(745877,120788,'_xmlrpc_request','true'),(745878,120788,'_server_remote_addr','94.130.18.107'),(745879,120788,'_server_http_x_forwarded_for_0','94.130.18.107'),(745880,120789,'login_id','1'),(745881,120789,'login_email','mentolnet@gmail.com'),(745882,120789,'login','mentol'),(745883,120789,'server_http_user_agent','Poster'),(745884,120789,'_message_key','user_login_failed'),(745885,120789,'_xmlrpc_request','true'),(745886,120789,'_server_remote_addr','182.50.132.8'),(745887,120789,'_server_http_x_forwarded_for_0','182.50.132.8'),(745888,120790,'login_id','1'),(745889,120790,'login_email','mentolnet@gmail.com'),(745890,120790,'login','mentol'),(745891,120790,'server_http_user_agent','wp-windowsphone'),(745892,120790,'_message_key','user_login_failed'),(745893,120790,'_xmlrpc_request','true'),(745894,120790,'_server_remote_addr','182.50.132.95'),(745895,120790,'_server_http_x_forwarded_for_0','182.50.132.95'),(745896,120791,'login_id','1'),(745897,120791,'login_email','mentolnet@gmail.com'),(745898,120791,'login','mentol'),(745899,120791,'server_http_user_agent','wp-android'),(745900,120791,'_message_key','user_login_failed'),(745901,120791,'_xmlrpc_request','true'),(745902,120791,'_server_remote_addr','164.160.91.25'),(745903,120791,'_server_http_x_forwarded_for_0','164.160.91.25'),(745904,120792,'failed_username','luis-monteiro'),(745905,120792,'server_http_user_agent','wp-iphone'),(745906,120792,'_message_key','user_unknown_login_failed'),(745907,120792,'_xmlrpc_request','true'),(745908,120792,'_server_remote_addr','192.163.238.165'),(745909,120792,'_server_http_x_forwarded_for_0','192.163.238.165'),(745910,120793,'login_id','1'),(745911,120793,'login_email','mentolnet@gmail.com'),(745912,120793,'login','mentol'),(745913,120793,'server_http_user_agent','Poster'),(745914,120793,'_message_key','user_login_failed'),(745915,120793,'_xmlrpc_request','true'),(745916,120793,'_server_remote_addr','104.238.120.74'),(745917,120793,'_server_http_x_forwarded_for_0','104.238.120.74'),(745918,120794,'login_id','1'),(745919,120794,'login_email','mentolnet@gmail.com'),(745920,120794,'login','mentol'),(745921,120794,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.12.75 (KHTML, like Gecko) Version/4.7.2 Safari/533.30'),(745922,120794,'_message_key','user_login_failed'),(745923,120794,'_server_remote_addr','159.148.186.32'),(745924,120794,'_server_http_x_forwarded_for_0','159.148.186.32'),(745925,120794,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745926,120795,'failed_username','luis-monteiro'),(745927,120795,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/534.04.57 (KHTML, like Gecko) Version/4.6.1 Safari/532.21'),(745928,120795,'_message_key','user_unknown_login_failed'),(745929,120795,'_server_remote_addr','159.148.186.32'),(745930,120795,'_server_http_x_forwarded_for_0','159.148.186.32'),(745931,120795,'_server_http_referer','https://carpi2018.org/wp-login.php'),(745932,120796,'failed_username','luis-monteiro'),(745933,120796,'server_http_user_agent','wp-android'),(745934,120796,'_message_key','user_unknown_login_failed'),(745935,120796,'_xmlrpc_request','true'),(745936,120796,'_server_remote_addr','109.201.134.219'),(745937,120796,'_server_http_x_forwarded_for_0','109.201.134.219'),(745938,120797,'login_id','1'),(745939,120797,'login_email','mentolnet@gmail.com'),(745940,120797,'login','mentol'),(745941,120797,'server_http_user_agent','wp-windowsphone'),(745942,120797,'_message_key','user_login_failed'),(745943,120797,'_xmlrpc_request','true'),(745944,120797,'_server_remote_addr','107.180.111.60'),(745945,120797,'_server_http_x_forwarded_for_0','107.180.111.60'),(745946,120798,'login_id','1'),(745947,120798,'login_email','mentolnet@gmail.com'),(745948,120798,'login','mentol'),(745949,120798,'server_http_user_agent','wp-android'),(745950,120798,'_message_key','user_login_failed'),(745951,120798,'_xmlrpc_request','true'),(745952,120798,'_server_remote_addr','198.71.228.44'),(745953,120798,'_server_http_x_forwarded_for_0','198.71.228.44'),(745954,120799,'failed_username','luis-monteiro'),(745955,120799,'server_http_user_agent','Windows Live Writer'),(745956,120799,'_message_key','user_unknown_login_failed'),(745957,120799,'_xmlrpc_request','true'),(745958,120799,'_server_remote_addr','204.225.94.41'),(745959,120799,'_server_http_x_forwarded_for_0','204.225.94.41'),(745960,120800,'login_id','1'),(745961,120800,'login_email','mentolnet@gmail.com'),(745962,120800,'login','mentol'),(745963,120800,'server_http_user_agent','Poster'),(745964,120800,'_message_key','user_login_failed'),(745965,120800,'_xmlrpc_request','true'),(745966,120800,'_server_remote_addr','148.72.232.110'),(745967,120800,'_server_http_x_forwarded_for_0','148.72.232.110'),(745968,120801,'failed_username','luis-monteiro'),(745969,120801,'server_http_user_agent','wp-windowsphone'),(745970,120801,'_message_key','user_unknown_login_failed'),(745971,120801,'_xmlrpc_request','true'),(745972,120801,'_server_remote_addr','185.42.104.36'),(745973,120801,'_server_http_x_forwarded_for_0','185.42.104.36'),(745974,120802,'login_id','1'),(745975,120802,'login_email','mentolnet@gmail.com'),(745976,120802,'login','mentol'),(745977,120802,'server_http_user_agent','Poster'),(745978,120802,'_message_key','user_login_failed'),(745979,120802,'_xmlrpc_request','true'),(745980,120802,'_server_remote_addr','128.65.195.28'),(745981,120802,'_server_http_x_forwarded_for_0','128.65.195.28'),(745982,120803,'login_id','1'),(745983,120803,'login_email','mentolnet@gmail.com'),(745984,120803,'login','mentol'),(745985,120803,'server_http_user_agent','WordPress'),(745986,120803,'_message_key','user_login_failed'),(745987,120803,'_xmlrpc_request','true'),(745988,120803,'_server_remote_addr','198.71.236.35'),(745989,120803,'_server_http_x_forwarded_for_0','198.71.236.35'),(745990,120804,'failed_username','luis-monteiro'),(745991,120804,'server_http_user_agent','WordPress'),(745992,120804,'_message_key','user_unknown_login_failed'),(745993,120804,'_xmlrpc_request','true'),(745994,120804,'_server_remote_addr','94.23.253.130'),(745995,120804,'_server_http_x_forwarded_for_0','94.23.253.130'),(745996,120805,'login_id','1'),(745997,120805,'login_email','mentolnet@gmail.com'),(745998,120805,'login','mentol'),(745999,120805,'server_http_user_agent','wp-android'),(746000,120805,'_message_key','user_login_failed'),(746001,120805,'_xmlrpc_request','true'),(746002,120805,'_server_remote_addr','160.153.154.161'),(746003,120805,'_server_http_x_forwarded_for_0','160.153.154.161'),(746004,120806,'login_id','1'),(746005,120806,'login_email','mentolnet@gmail.com'),(746006,120806,'login','mentol'),(746007,120806,'server_http_user_agent','wp-windowsphone'),(746008,120806,'_message_key','user_login_failed'),(746009,120806,'_xmlrpc_request','true'),(746010,120806,'_server_remote_addr','110.4.45.119'),(746011,120806,'_server_http_x_forwarded_for_0','110.4.45.119'),(746012,120807,'login_id','1'),(746013,120807,'login_email','mentolnet@gmail.com'),(746014,120807,'login','mentol'),(746015,120807,'server_http_user_agent','wp-iphone'),(746016,120807,'_message_key','user_login_failed'),(746017,120807,'_xmlrpc_request','true'),(746018,120807,'_server_remote_addr','103.6.198.130'),(746019,120807,'_server_http_x_forwarded_for_0','103.6.198.130'),(746020,120808,'login_id','1'),(746021,120808,'login_email','mentolnet@gmail.com'),(746022,120808,'login','mentol'),(746023,120808,'server_http_user_agent','Poster'),(746024,120808,'_message_key','user_login_failed'),(746025,120808,'_xmlrpc_request','true'),(746026,120808,'_server_remote_addr','137.74.113.116'),(746027,120808,'_server_http_x_forwarded_for_0','137.74.113.116'),(746028,120809,'login_id','1'),(746029,120809,'login_email','mentolnet@gmail.com'),(746030,120809,'login','mentol'),(746031,120809,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.18.55 (KHTML, like Gecko) Chrome/57.5.0646.4374 Safari/534.47'),(746032,120809,'_message_key','user_login_failed'),(746033,120809,'_server_remote_addr','159.148.186.32'),(746034,120809,'_server_http_x_forwarded_for_0','159.148.186.32'),(746035,120809,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746036,120810,'failed_username','luis-monteiro'),(746037,120810,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_32_89) AppleWebKit/531.73.20 (KHTML, like Gecko) Chrome/56.2.6176.1904 Safari/532.13 Edge/36.07267'),(746038,120810,'_message_key','user_unknown_login_failed'),(746039,120810,'_server_remote_addr','159.148.186.32'),(746040,120810,'_server_http_x_forwarded_for_0','159.148.186.32'),(746041,120810,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746042,120811,'login_id','1'),(746043,120811,'login_email','mentolnet@gmail.com'),(746044,120811,'login','mentol'),(746045,120811,'server_http_user_agent','wp-android'),(746046,120811,'_message_key','user_login_failed'),(746047,120811,'_xmlrpc_request','true'),(746048,120811,'_server_remote_addr','107.180.121.63'),(746049,120811,'_server_http_x_forwarded_for_0','107.180.121.63'),(746050,120812,'login_id','1'),(746051,120812,'login_email','mentolnet@gmail.com'),(746052,120812,'login','mentol'),(746053,120812,'server_http_user_agent','wp-iphone'),(746054,120812,'_message_key','user_login_failed'),(746055,120812,'_xmlrpc_request','true'),(746056,120812,'_server_remote_addr','47.90.35.185'),(746057,120812,'_server_http_x_forwarded_for_0','47.90.35.185'),(746058,120813,'failed_username','luis-monteiro'),(746059,120813,'server_http_user_agent','wp-windowsphone'),(746060,120813,'_message_key','user_unknown_login_failed'),(746061,120813,'_xmlrpc_request','true'),(746062,120813,'_server_remote_addr','148.66.145.17'),(746063,120813,'_server_http_x_forwarded_for_0','148.66.145.17'),(746064,120814,'login_id','1'),(746065,120814,'login_email','mentolnet@gmail.com'),(746066,120814,'login','mentol'),(746067,120814,'server_http_user_agent','Windows Live Writer'),(746068,120814,'_message_key','user_login_failed'),(746069,120814,'_xmlrpc_request','true'),(746070,120814,'_server_remote_addr','198.71.235.35'),(746071,120814,'_server_http_x_forwarded_for_0','198.71.235.35'),(746072,120815,'login_id','1'),(746073,120815,'login_email','mentolnet@gmail.com'),(746074,120815,'login','mentol'),(746075,120815,'server_http_user_agent','WordPress'),(746076,120815,'_message_key','user_login_failed'),(746077,120815,'_xmlrpc_request','true'),(746078,120815,'_server_remote_addr','160.153.154.19'),(746079,120815,'_server_http_x_forwarded_for_0','160.153.154.19'),(746080,120816,'failed_username','luis-monteiro'),(746081,120816,'server_http_user_agent','wp-windowsphone'),(746082,120816,'_message_key','user_unknown_login_failed'),(746083,120816,'_xmlrpc_request','true'),(746084,120816,'_server_remote_addr','198.46.81.32'),(746085,120816,'_server_http_x_forwarded_for_0','198.46.81.32'),(746086,120817,'login_id','1'),(746087,120817,'login_email','mentolnet@gmail.com'),(746088,120817,'login','mentol'),(746089,120817,'server_http_user_agent','Windows Live Writer'),(746090,120817,'_message_key','user_login_failed'),(746091,120817,'_xmlrpc_request','true'),(746092,120817,'_server_remote_addr','50.62.208.104'),(746093,120817,'_server_http_x_forwarded_for_0','50.62.208.104'),(746094,120818,'login_id','1'),(746095,120818,'login_email','mentolnet@gmail.com'),(746096,120818,'login','mentol'),(746097,120818,'server_http_user_agent','Windows Live Writer'),(746098,120818,'_message_key','user_login_failed'),(746099,120818,'_xmlrpc_request','true'),(746100,120818,'_server_remote_addr','50.62.208.71'),(746101,120818,'_server_http_x_forwarded_for_0','50.62.208.71'),(746102,120819,'login_id','1'),(746103,120819,'login_email','mentolnet@gmail.com'),(746104,120819,'login','mentol'),(746105,120819,'server_http_user_agent','wp-iphone'),(746106,120819,'_message_key','user_login_failed'),(746107,120819,'_xmlrpc_request','true'),(746108,120819,'_server_remote_addr','50.62.208.71'),(746109,120819,'_server_http_x_forwarded_for_0','50.62.208.71'),(746110,120820,'failed_username','luis-monteiro'),(746111,120820,'server_http_user_agent','WordPress'),(746112,120820,'_message_key','user_unknown_login_failed'),(746113,120820,'_xmlrpc_request','true'),(746114,120820,'_server_remote_addr','107.180.122.8'),(746115,120820,'_server_http_x_forwarded_for_0','107.180.122.8'),(746116,120821,'login_id','1'),(746117,120821,'login_email','mentolnet@gmail.com'),(746118,120821,'login','mentol'),(746119,120821,'server_http_user_agent','WordPress'),(746120,120821,'_message_key','user_login_failed'),(746121,120821,'_xmlrpc_request','true'),(746122,120821,'_server_remote_addr','182.50.132.116'),(746123,120821,'_server_http_x_forwarded_for_0','182.50.132.116'),(746124,120822,'login_id','1'),(746125,120822,'login_email','mentolnet@gmail.com'),(746126,120822,'login','mentol'),(746127,120822,'server_http_user_agent','wp-iphone'),(746128,120822,'_message_key','user_login_failed'),(746129,120822,'_xmlrpc_request','true'),(746130,120822,'_server_remote_addr','93.188.2.5'),(746131,120822,'_server_http_x_forwarded_for_0','93.188.2.5'),(746132,120823,'failed_username','luis-monteiro'),(746133,120823,'server_http_user_agent','wp-windowsphone'),(746134,120823,'_message_key','user_unknown_login_failed'),(746135,120823,'_xmlrpc_request','true'),(746136,120823,'_server_remote_addr','120.79.27.154'),(746137,120823,'_server_http_x_forwarded_for_0','120.79.27.154'),(746138,120824,'login_id','1'),(746139,120824,'login_email','mentolnet@gmail.com'),(746140,120824,'login','mentol'),(746141,120824,'server_http_user_agent','Windows Live Writer'),(746142,120824,'_message_key','user_login_failed'),(746143,120824,'_xmlrpc_request','true'),(746144,120824,'_server_remote_addr','107.180.109.52'),(746145,120824,'_server_http_x_forwarded_for_0','107.180.109.52'),(746146,120825,'failed_username','luis-monteiro'),(746147,120825,'server_http_user_agent','Poster'),(746148,120825,'_message_key','user_unknown_login_failed'),(746149,120825,'_xmlrpc_request','true'),(746150,120825,'_server_remote_addr','107.180.109.18'),(746151,120825,'_server_http_x_forwarded_for_0','107.180.109.18'),(746152,120826,'login_id','1'),(746153,120826,'login_email','mentolnet@gmail.com'),(746154,120826,'login','mentol'),(746155,120826,'server_http_user_agent','WordPress'),(746156,120826,'_message_key','user_login_failed'),(746157,120826,'_xmlrpc_request','true'),(746158,120826,'_server_remote_addr','137.74.113.116'),(746159,120826,'_server_http_x_forwarded_for_0','137.74.113.116'),(746160,120827,'failed_username','luis-monteiro'),(746161,120827,'server_http_user_agent','Windows Live Writer'),(746162,120827,'_message_key','user_unknown_login_failed'),(746163,120827,'_xmlrpc_request','true'),(746164,120827,'_server_remote_addr','104.238.120.34'),(746165,120827,'_server_http_x_forwarded_for_0','104.238.120.34'),(746166,120828,'login_id','1'),(746167,120828,'login_email','mentolnet@gmail.com'),(746168,120828,'login','mentol'),(746169,120828,'server_http_user_agent','Windows Live Writer'),(746170,120828,'_message_key','user_login_failed'),(746171,120828,'_xmlrpc_request','true'),(746172,120828,'_server_remote_addr','198.71.224.74'),(746173,120828,'_server_http_x_forwarded_for_0','198.71.224.74'),(746174,120829,'login_id','1'),(746175,120829,'login_email','mentolnet@gmail.com'),(746176,120829,'login','mentol'),(746177,120829,'server_http_user_agent','wp-android'),(746178,120829,'_message_key','user_login_failed'),(746179,120829,'_xmlrpc_request','true'),(746180,120829,'_server_remote_addr','107.180.109.5'),(746181,120829,'_server_http_x_forwarded_for_0','107.180.109.5'),(746182,120830,'failed_username','luis-monteiro'),(746183,120831,'login_id','1'),(746184,120830,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.61.18 (KHTML, like Gecko) Chrome/55.1.5941.0679 Safari/532.00 OPR/42.9.4228.9956'),(746185,120831,'login_email','mentolnet@gmail.com'),(746186,120830,'_message_key','user_unknown_login_failed'),(746187,120831,'login','mentol'),(746188,120830,'_server_remote_addr','159.148.186.32'),(746189,120831,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.61.18 (KHTML, like Gecko) Chrome/55.1.5941.0679 Safari/532.00 OPR/42.9.4228.9956'),(746190,120830,'_server_http_x_forwarded_for_0','159.148.186.32'),(746191,120831,'_message_key','user_login_failed'),(746192,120830,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746193,120831,'_server_remote_addr','159.148.186.32'),(746194,120831,'_server_http_x_forwarded_for_0','159.148.186.32'),(746195,120831,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746196,120832,'failed_username','luis-monteiro'),(746197,120832,'server_http_user_agent','wp-android'),(746198,120832,'_message_key','user_unknown_login_failed'),(746199,120832,'_xmlrpc_request','true'),(746200,120832,'_server_remote_addr','198.71.235.77'),(746201,120832,'_server_http_x_forwarded_for_0','198.71.235.77'),(746202,120833,'login_id','1'),(746203,120833,'login_email','mentolnet@gmail.com'),(746204,120833,'login','mentol'),(746205,120833,'server_http_user_agent','WordPress'),(746206,120833,'_message_key','user_login_failed'),(746207,120833,'_xmlrpc_request','true'),(746208,120833,'_server_remote_addr','50.62.176.47'),(746209,120833,'_server_http_x_forwarded_for_0','50.62.176.47'),(746210,120834,'login_id','1'),(746211,120834,'login_email','mentolnet@gmail.com'),(746212,120834,'login','mentol'),(746213,120834,'server_http_user_agent','Windows Live Writer'),(746214,120834,'_message_key','user_login_failed'),(746215,120834,'_xmlrpc_request','true'),(746216,120834,'_server_remote_addr','78.46.107.133'),(746217,120834,'_server_http_x_forwarded_for_0','78.46.107.133'),(746218,120835,'failed_username','luis-monteiro'),(746219,120835,'server_http_user_agent','WordPress'),(746220,120835,'_message_key','user_unknown_login_failed'),(746221,120835,'_xmlrpc_request','true'),(746222,120835,'_server_remote_addr','50.62.161.63'),(746223,120835,'_server_http_x_forwarded_for_0','50.62.161.63'),(746224,120836,'login_id','1'),(746225,120836,'login_email','mentolnet@gmail.com'),(746226,120836,'login','mentol'),(746227,120836,'server_http_user_agent','Windows Live Writer'),(746228,120836,'_message_key','user_login_failed'),(746229,120836,'_xmlrpc_request','true'),(746230,120836,'_server_remote_addr','50.62.177.53'),(746231,120836,'_server_http_x_forwarded_for_0','50.62.177.53'),(746232,120837,'login_id','1'),(746233,120837,'login_email','mentolnet@gmail.com'),(746234,120837,'login','mentol'),(746235,120837,'server_http_user_agent','Windows Live Writer'),(746236,120837,'_message_key','user_login_failed'),(746237,120837,'_xmlrpc_request','true'),(746238,120837,'_server_remote_addr','93.188.2.5'),(746239,120837,'_server_http_x_forwarded_for_0','93.188.2.5'),(746240,120838,'login_id','1'),(746241,120838,'login_email','mentolnet@gmail.com'),(746242,120838,'login','mentol'),(746243,120838,'server_http_user_agent','Windows Live Writer'),(746244,120838,'_message_key','user_login_failed'),(746245,120838,'_xmlrpc_request','true'),(746246,120838,'_server_remote_addr','123.206.89.230'),(746247,120838,'_server_http_x_forwarded_for_0','123.206.89.230'),(746248,120839,'failed_username','luis-monteiro'),(746249,120839,'server_http_user_agent','wp-android'),(746250,120839,'_message_key','user_unknown_login_failed'),(746251,120839,'_xmlrpc_request','true'),(746252,120839,'_server_remote_addr','149.28.241.110'),(746253,120839,'_server_http_x_forwarded_for_0','149.28.241.110'),(746254,120840,'login_id','1'),(746255,120840,'login_email','mentolnet@gmail.com'),(746256,120840,'login','mentol'),(746257,120840,'server_http_user_agent','wp-windowsphone'),(746258,120840,'_message_key','user_login_failed'),(746259,120840,'_xmlrpc_request','true'),(746260,120840,'_server_remote_addr','204.15.248.77'),(746261,120840,'_server_http_x_forwarded_for_0','204.15.248.77'),(746262,120841,'login_id','1'),(746263,120841,'login_email','mentolnet@gmail.com'),(746264,120841,'login','mentol'),(746265,120841,'server_http_user_agent','Poster'),(746266,120841,'_message_key','user_login_failed'),(746267,120841,'_xmlrpc_request','true'),(746268,120841,'_server_remote_addr','107.180.111.65'),(746269,120841,'_server_http_x_forwarded_for_0','107.180.111.65'),(746270,120842,'failed_username','luis-monteiro'),(746271,120842,'server_http_user_agent','wp-windowsphone'),(746272,120842,'_message_key','user_unknown_login_failed'),(746273,120842,'_xmlrpc_request','true'),(746274,120842,'_server_remote_addr','137.74.113.116'),(746275,120842,'_server_http_x_forwarded_for_0','137.74.113.116'),(746276,120843,'login_id','1'),(746277,120843,'login_email','mentolnet@gmail.com'),(746278,120843,'login','mentol'),(746279,120843,'server_http_user_agent','wp-android'),(746280,120843,'_message_key','user_login_failed'),(746281,120843,'_xmlrpc_request','true'),(746282,120843,'_server_remote_addr','45.40.137.227'),(746283,120843,'_server_http_x_forwarded_for_0','45.40.137.227'),(746284,120844,'failed_username','luis-monteiro'),(746285,120844,'server_http_user_agent','wp-iphone'),(746286,120844,'_message_key','user_unknown_login_failed'),(746287,120844,'_xmlrpc_request','true'),(746288,120844,'_server_remote_addr','198.71.236.69'),(746289,120844,'_server_http_x_forwarded_for_0','198.71.236.69'),(746290,120845,'failed_username','luis-monteiro'),(746291,120845,'server_http_user_agent','Poster'),(746292,120845,'_message_key','user_unknown_login_failed'),(746293,120845,'_xmlrpc_request','true'),(746294,120845,'_server_remote_addr','182.50.151.30'),(746295,120845,'_server_http_x_forwarded_for_0','182.50.151.30'),(746296,120846,'login_id','1'),(746297,120846,'login_email','mentolnet@gmail.com'),(746298,120846,'login','mentol'),(746299,120846,'server_http_user_agent','wp-windowsphone'),(746300,120846,'_message_key','user_login_failed'),(746301,120846,'_xmlrpc_request','true'),(746302,120846,'_server_remote_addr','198.71.241.31'),(746303,120846,'_server_http_x_forwarded_for_0','198.71.241.31'),(746304,120847,'failed_username','luis-monteiro'),(746305,120847,'server_http_user_agent','WordPress'),(746306,120847,'_message_key','user_unknown_login_failed'),(746307,120847,'_xmlrpc_request','true'),(746308,120847,'_server_remote_addr','185.179.24.33'),(746309,120847,'_server_http_x_forwarded_for_0','185.179.24.33'),(746310,120848,'login_id','1'),(746311,120848,'login_email','mentolnet@gmail.com'),(746312,120848,'login','mentol'),(746313,120848,'server_http_user_agent','wp-iphone'),(746314,120848,'_message_key','user_login_failed'),(746315,120848,'_xmlrpc_request','true'),(746316,120848,'_server_remote_addr','160.153.156.134'),(746317,120848,'_server_http_x_forwarded_for_0','160.153.156.134'),(746318,120849,'login_id','1'),(746319,120849,'login_email','mentolnet@gmail.com'),(746320,120849,'login','mentol'),(746321,120849,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0; rv:52.46.93) Gecko/20134961 Firefox/52.46.93'),(746322,120849,'_message_key','user_login_failed'),(746323,120849,'_server_remote_addr','159.148.186.32'),(746324,120849,'_server_http_x_forwarded_for_0','159.148.186.32'),(746325,120849,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746326,120850,'failed_username','luis-monteiro'),(746327,120850,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.65.12 (KHTML, like Gecko) Chrome/55.0.5395.0023 Safari/532.04 OPR/41.9.4683.9310'),(746328,120850,'_message_key','user_unknown_login_failed'),(746329,120850,'_server_remote_addr','159.148.186.32'),(746330,120850,'_server_http_x_forwarded_for_0','159.148.186.32'),(746331,120850,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746332,120851,'login_id','1'),(746333,120851,'login_email','mentolnet@gmail.com'),(746334,120851,'login','mentol'),(746335,120851,'server_http_user_agent','wp-iphone'),(746336,120851,'_message_key','user_login_failed'),(746337,120851,'_xmlrpc_request','true'),(746338,120851,'_server_remote_addr','213.159.7.42'),(746339,120851,'_server_http_x_forwarded_for_0','213.159.7.42'),(746340,120852,'failed_username','luis-monteiro'),(746341,120852,'server_http_user_agent','Poster'),(746342,120852,'_message_key','user_unknown_login_failed'),(746343,120852,'_xmlrpc_request','true'),(746344,120852,'_server_remote_addr','67.205.40.22'),(746345,120852,'_server_http_x_forwarded_for_0','67.205.40.22'),(746346,120853,'login_id','1'),(746347,120853,'login_email','mentolnet@gmail.com'),(746348,120853,'login','mentol'),(746349,120853,'server_http_user_agent','wp-windowsphone'),(746350,120853,'_message_key','user_login_failed'),(746351,120853,'_xmlrpc_request','true'),(746352,120853,'_server_remote_addr','94.130.82.86'),(746353,120853,'_server_http_x_forwarded_for_0','94.130.82.86'),(746354,120854,'login_id','1'),(746355,120854,'login_email','mentolnet@gmail.com'),(746356,120854,'login','mentol'),(746357,120854,'server_http_user_agent','wp-iphone'),(746358,120854,'_message_key','user_login_failed'),(746359,120854,'_xmlrpc_request','true'),(746360,120854,'_server_remote_addr','182.50.132.95'),(746361,120854,'_server_http_x_forwarded_for_0','182.50.132.95'),(746362,120855,'failed_username','luis-monteiro'),(746363,120855,'server_http_user_agent','wp-windowsphone'),(746364,120855,'_message_key','user_unknown_login_failed'),(746365,120855,'_xmlrpc_request','true'),(746366,120855,'_server_remote_addr','94.46.15.120'),(746367,120855,'_server_http_x_forwarded_for_0','94.46.15.120'),(746368,120856,'login_id','1'),(746369,120856,'login_email','mentolnet@gmail.com'),(746370,120856,'login','mentol'),(746371,120856,'server_http_user_agent','wp-android'),(746372,120856,'_message_key','user_login_failed'),(746373,120856,'_xmlrpc_request','true'),(746374,120856,'_server_remote_addr','35.234.106.10'),(746375,120856,'_server_http_x_forwarded_for_0','35.234.106.10'),(746376,120857,'login_id','1'),(746377,120857,'login_email','mentolnet@gmail.com'),(746378,120857,'login','mentol'),(746379,120857,'server_http_user_agent','wp-windowsphone'),(746380,120857,'_message_key','user_login_failed'),(746381,120857,'_xmlrpc_request','true'),(746382,120857,'_server_remote_addr','149.28.241.110'),(746383,120857,'_server_http_x_forwarded_for_0','149.28.241.110'),(746384,120858,'login_id','1'),(746385,120858,'login_email','mentolnet@gmail.com'),(746386,120858,'login','mentol'),(746387,120858,'server_http_user_agent','Windows Live Writer'),(746388,120858,'_message_key','user_login_failed'),(746389,120858,'_xmlrpc_request','true'),(746390,120858,'_server_remote_addr','128.65.195.15'),(746391,120858,'_server_http_x_forwarded_for_0','128.65.195.15'),(746392,120859,'failed_username','luis-monteiro'),(746393,120859,'server_http_user_agent','wp-iphone'),(746394,120859,'_message_key','user_unknown_login_failed'),(746395,120859,'_xmlrpc_request','true'),(746396,120859,'_server_remote_addr','5.189.144.236'),(746397,120859,'_server_http_x_forwarded_for_0','5.189.144.236'),(746398,120860,'failed_username','luis-monteiro'),(746399,120860,'server_http_user_agent','wp-iphone'),(746400,120860,'_message_key','user_unknown_login_failed'),(746401,120860,'_xmlrpc_request','true'),(746402,120860,'_server_remote_addr','199.250.220.155'),(746403,120860,'_server_http_x_forwarded_for_0','199.250.220.155'),(746404,120861,'login_id','1'),(746405,120861,'login_email','mentolnet@gmail.com'),(746406,120861,'login','mentol'),(746407,120861,'server_http_user_agent','Poster'),(746408,120861,'_message_key','user_login_failed'),(746409,120861,'_xmlrpc_request','true'),(746410,120861,'_server_remote_addr','50.62.177.183'),(746411,120861,'_server_http_x_forwarded_for_0','50.62.177.183'),(746412,120862,'login_id','1'),(746413,120862,'login_email','mentolnet@gmail.com'),(746414,120862,'login','mentol'),(746415,120862,'server_http_user_agent','Poster'),(746416,120862,'_message_key','user_login_failed'),(746417,120862,'_xmlrpc_request','true'),(746418,120862,'_server_remote_addr','103.108.135.105'),(746419,120862,'_server_http_x_forwarded_for_0','103.108.135.105'),(746420,120863,'failed_username','luis-monteiro'),(746421,120863,'server_http_user_agent','wp-android'),(746422,120863,'_message_key','user_unknown_login_failed'),(746423,120863,'_xmlrpc_request','true'),(746424,120863,'_server_remote_addr','50.62.176.28'),(746425,120863,'_server_http_x_forwarded_for_0','50.62.176.28'),(746426,120864,'login_id','1'),(746427,120864,'login_email','mentolnet@gmail.com'),(746428,120864,'login','mentol'),(746429,120864,'server_http_user_agent','Windows Live Writer'),(746430,120864,'_message_key','user_login_failed'),(746431,120864,'_xmlrpc_request','true'),(746432,120864,'_server_remote_addr','198.71.227.122'),(746433,120864,'_server_http_x_forwarded_for_0','198.71.227.122'),(746434,120865,'failed_username','luis-monteiro'),(746435,120865,'server_http_user_agent','wp-android'),(746436,120865,'_message_key','user_unknown_login_failed'),(746437,120865,'_xmlrpc_request','true'),(746438,120865,'_server_remote_addr','148.72.232.152'),(746439,120865,'_server_http_x_forwarded_for_0','148.72.232.152'),(746440,120866,'login_id','1'),(746441,120866,'login_email','mentolnet@gmail.com'),(746442,120866,'login','mentol'),(746443,120866,'server_http_user_agent','wp-windowsphone'),(746444,120866,'_message_key','user_login_failed'),(746445,120866,'_xmlrpc_request','true'),(746446,120866,'_server_remote_addr','184.168.200.183'),(746447,120866,'_server_http_x_forwarded_for_0','184.168.200.183'),(746448,120867,'login_id','1'),(746449,120867,'login_email','mentolnet@gmail.com'),(746450,120867,'login','mentol'),(746451,120867,'server_http_user_agent','Poster'),(746452,120867,'_message_key','user_login_failed'),(746453,120867,'_xmlrpc_request','true'),(746454,120867,'_server_remote_addr','198.71.240.3'),(746455,120867,'_server_http_x_forwarded_for_0','198.71.240.3'),(746456,120868,'login_id','1'),(746457,120868,'login_email','mentolnet@gmail.com'),(746458,120868,'login','mentol'),(746459,120868,'server_http_user_agent','wp-android'),(746460,120868,'_message_key','user_login_failed'),(746461,120868,'_xmlrpc_request','true'),(746462,120868,'_server_remote_addr','64.20.34.138'),(746463,120868,'_server_http_x_forwarded_for_0','64.20.34.138'),(746464,120869,'login_id','1'),(746465,120869,'login_email','mentolnet@gmail.com'),(746466,120869,'login','mentol'),(746467,120869,'server_http_user_agent','Poster'),(746468,120869,'_message_key','user_login_failed'),(746469,120869,'_xmlrpc_request','true'),(746470,120869,'_server_remote_addr','198.46.81.46'),(746471,120869,'_server_http_x_forwarded_for_0','198.46.81.46'),(746472,120870,'failed_username','luis-monteiro'),(746473,120870,'server_http_user_agent','wp-iphone'),(746474,120870,'_message_key','user_unknown_login_failed'),(746475,120870,'_xmlrpc_request','true'),(746476,120870,'_server_remote_addr','120.24.86.77'),(746477,120870,'_server_http_x_forwarded_for_0','120.24.86.77'),(746478,120871,'login_id','1'),(746479,120871,'login_email','mentolnet@gmail.com'),(746480,120871,'login','mentol'),(746481,120871,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.77.30 (KHTML, like Gecko) Chrome/56.3.8988.4250 Safari/534.48 OPR/44.5.0701.5973'),(746482,120871,'_message_key','user_login_failed'),(746483,120871,'_server_remote_addr','159.148.186.32'),(746484,120871,'_server_http_x_forwarded_for_0','159.148.186.32'),(746485,120871,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746486,120872,'failed_username','luis-monteiro'),(746487,120872,'server_http_user_agent','WordPress'),(746488,120872,'_message_key','user_unknown_login_failed'),(746489,120872,'_xmlrpc_request','true'),(746490,120872,'_server_remote_addr','188.210.220.185'),(746491,120872,'_server_http_x_forwarded_for_0','188.210.220.185'),(746492,120873,'login_id','1'),(746493,120873,'login_email','mentolnet@gmail.com'),(746494,120873,'login','mentol'),(746495,120873,'server_http_user_agent','wp-windowsphone'),(746496,120873,'_message_key','user_login_failed'),(746497,120873,'_xmlrpc_request','true'),(746498,120873,'_server_remote_addr','50.62.177.11'),(746499,120873,'_server_http_x_forwarded_for_0','50.62.177.11'),(746500,120874,'login_id','1'),(746501,120874,'login_email','mentolnet@gmail.com'),(746502,120874,'login','mentol'),(746503,120874,'server_http_user_agent','wp-android'),(746504,120874,'_message_key','user_login_failed'),(746505,120874,'_xmlrpc_request','true'),(746506,120874,'_server_remote_addr','182.50.132.25'),(746507,120874,'_server_http_x_forwarded_for_0','182.50.132.25'),(746508,120875,'failed_username','luis-monteiro'),(746509,120875,'server_http_user_agent','wp-android'),(746510,120875,'_message_key','user_unknown_login_failed'),(746511,120875,'_xmlrpc_request','true'),(746512,120875,'_server_remote_addr','160.153.197.240'),(746513,120875,'_server_http_x_forwarded_for_0','160.153.197.240'),(746514,120876,'login_id','1'),(746515,120876,'login_email','mentolnet@gmail.com'),(746516,120876,'login','mentol'),(746517,120876,'server_http_user_agent','wp-iphone'),(746518,120876,'_message_key','user_login_failed'),(746519,120876,'_xmlrpc_request','true'),(746520,120876,'_server_remote_addr','192.254.214.132'),(746521,120876,'_server_http_x_forwarded_for_0','192.254.214.132'),(746522,120877,'login_id','1'),(746523,120877,'login_email','mentolnet@gmail.com'),(746524,120877,'login','mentol'),(746525,120877,'server_http_user_agent','WordPress'),(746526,120877,'_message_key','user_login_failed'),(746527,120877,'_xmlrpc_request','true'),(746528,120877,'_server_remote_addr','192.145.239.33'),(746529,120877,'_server_http_x_forwarded_for_0','192.145.239.33'),(746530,120878,'login_id','1'),(746531,120878,'login_email','mentolnet@gmail.com'),(746532,120878,'login','mentol'),(746533,120878,'server_http_user_agent','wp-android'),(746534,120878,'_message_key','user_login_failed'),(746535,120878,'_xmlrpc_request','true'),(746536,120878,'_server_remote_addr','107.180.109.13'),(746537,120878,'_server_http_x_forwarded_for_0','107.180.109.13'),(746538,120879,'failed_username','luis-monteiro'),(746539,120879,'server_http_user_agent','wp-android'),(746540,120879,'_message_key','user_unknown_login_failed'),(746541,120879,'_xmlrpc_request','true'),(746542,120879,'_server_remote_addr','67.23.238.146'),(746543,120879,'_server_http_x_forwarded_for_0','67.23.238.146'),(746544,120880,'login_id','1'),(746545,120880,'login_email','mentolnet@gmail.com'),(746546,120880,'login','mentol'),(746547,120880,'server_http_user_agent','WordPress'),(746548,120880,'_message_key','user_login_failed'),(746549,120880,'_xmlrpc_request','true'),(746550,120880,'_server_remote_addr','188.121.57.44'),(746551,120880,'_server_http_x_forwarded_for_0','188.121.57.44'),(746552,120881,'login_id','1'),(746553,120881,'login_email','mentolnet@gmail.com'),(746554,120881,'login','mentol'),(746555,120881,'server_http_user_agent','wp-iphone'),(746556,120881,'_message_key','user_login_failed'),(746557,120881,'_xmlrpc_request','true'),(746558,120881,'_server_remote_addr','192.145.239.217'),(746559,120881,'_server_http_x_forwarded_for_0','192.145.239.217'),(746560,120882,'login_id','1'),(746561,120882,'login_email','mentolnet@gmail.com'),(746562,120882,'login','mentol'),(746563,120882,'server_http_user_agent','wp-windowsphone'),(746564,120882,'_message_key','user_login_failed'),(746565,120882,'_xmlrpc_request','true'),(746566,120882,'_server_remote_addr','107.180.123.12'),(746567,120882,'_server_http_x_forwarded_for_0','107.180.123.12'),(746568,120883,'failed_username','luis-monteiro'),(746569,120883,'server_http_user_agent','wp-iphone'),(746570,120883,'_message_key','user_unknown_login_failed'),(746571,120883,'_xmlrpc_request','true'),(746572,120883,'_server_remote_addr','148.72.232.124'),(746573,120883,'_server_http_x_forwarded_for_0','148.72.232.124'),(746574,120884,'login_id','1'),(746575,120884,'login_email','mentolnet@gmail.com'),(746576,120884,'login','mentol'),(746577,120884,'server_http_user_agent','wp-windowsphone'),(746578,120884,'_message_key','user_login_failed'),(746579,120884,'_xmlrpc_request','true'),(746580,120884,'_server_remote_addr','50.62.177.32'),(746581,120884,'_server_http_x_forwarded_for_0','50.62.177.32'),(746582,120885,'login_id','1'),(746583,120885,'login_email','mentolnet@gmail.com'),(746584,120885,'login','mentol'),(746585,120885,'server_http_user_agent','WordPress'),(746586,120885,'_message_key','user_login_failed'),(746587,120885,'_xmlrpc_request','true'),(746588,120885,'_server_remote_addr','122.155.219.49'),(746589,120885,'_server_http_x_forwarded_for_0','122.155.219.49'),(746590,120886,'failed_username','luis-monteiro'),(746591,120886,'server_http_user_agent','Poster'),(746592,120886,'_message_key','user_unknown_login_failed'),(746593,120886,'_xmlrpc_request','true'),(746594,120886,'_server_remote_addr','103.212.71.20'),(746595,120886,'_server_http_x_forwarded_for_0','103.212.71.20'),(746596,120887,'login_id','1'),(746597,120887,'login_email','mentolnet@gmail.com'),(746598,120887,'login','mentol'),(746599,120887,'server_http_user_agent','WordPress'),(746600,120887,'_message_key','user_login_failed'),(746601,120887,'_xmlrpc_request','true'),(746602,120887,'_server_remote_addr','132.148.36.92'),(746603,120887,'_server_http_x_forwarded_for_0','132.148.36.92'),(746604,120888,'login_id','1'),(746605,120888,'login_email','mentolnet@gmail.com'),(746606,120888,'login','mentol'),(746607,120888,'server_http_user_agent','Poster'),(746608,120888,'_message_key','user_login_failed'),(746609,120888,'_xmlrpc_request','true'),(746610,120888,'_server_remote_addr','67.23.238.106'),(746611,120888,'_server_http_x_forwarded_for_0','67.23.238.106'),(746612,120889,'failed_username','luis-monteiro'),(746613,120889,'server_http_user_agent','Poster'),(746614,120889,'_message_key','user_unknown_login_failed'),(746615,120889,'_xmlrpc_request','true'),(746616,120889,'_server_remote_addr','23.235.192.166'),(746617,120889,'_server_http_x_forwarded_for_0','23.235.192.166'),(746618,120890,'login_id','1'),(746619,120890,'login_email','mentolnet@gmail.com'),(746620,120890,'login','mentol'),(746621,120890,'server_http_user_agent','wp-windowsphone'),(746622,120890,'_message_key','user_login_failed'),(746623,120890,'_xmlrpc_request','true'),(746624,120890,'_server_remote_addr','198.71.240.20'),(746625,120890,'_server_http_x_forwarded_for_0','198.71.240.20'),(746626,120891,'login_id','1'),(746627,120891,'login_email','mentolnet@gmail.com'),(746628,120891,'login','mentol'),(746629,120891,'server_http_user_agent','Windows Live Writer'),(746630,120891,'_message_key','user_login_failed'),(746631,120891,'_xmlrpc_request','true'),(746632,120891,'_server_remote_addr','182.50.135.67'),(746633,120891,'_server_http_x_forwarded_for_0','182.50.135.67'),(746634,120892,'login_id','1'),(746635,120893,'failed_username','luis-monteiro'),(746636,120892,'login_email','mentolnet@gmail.com'),(746637,120893,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.13.66 (KHTML, like Gecko) Version/4.7.2 Safari/533.20'),(746638,120892,'login','mentol'),(746639,120893,'_message_key','user_unknown_login_failed'),(746640,120892,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.13.66 (KHTML, like Gecko) Version/4.7.2 Safari/533.20'),(746641,120893,'_server_remote_addr','159.148.186.32'),(746642,120892,'_message_key','user_login_failed'),(746643,120893,'_server_http_x_forwarded_for_0','159.148.186.32'),(746644,120892,'_server_remote_addr','159.148.186.32'),(746645,120893,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746646,120892,'_server_http_x_forwarded_for_0','159.148.186.32'),(746647,120892,'_server_http_referer','https://carpi2018.org/wp-login.php'),(746648,120894,'failed_username','luis-monteiro'),(746649,120894,'server_http_user_agent','wp-windowsphone'),(746650,120894,'_message_key','user_unknown_login_failed'),(746651,120894,'_xmlrpc_request','true'),(746652,120894,'_server_remote_addr','192.130.146.156'),(746653,120894,'_server_http_x_forwarded_for_0','192.130.146.156'),(746654,120895,'login_id','1'),(746655,120895,'login_email','mentolnet@gmail.com'),(746656,120895,'login','mentol'),(746657,120895,'server_http_user_agent','wp-android'),(746658,120895,'_message_key','user_login_failed'),(746659,120895,'_xmlrpc_request','true'),(746660,120895,'_server_remote_addr','182.50.135.31'),(746661,120895,'_server_http_x_forwarded_for_0','182.50.135.31'),(746662,120896,'login_id','1'),(746663,120896,'login_email','mentolnet@gmail.com'),(746664,120896,'login','mentol'),(746665,120896,'server_http_user_agent','Windows Live Writer'),(746666,120896,'_message_key','user_login_failed'),(746667,120896,'_xmlrpc_request','true'),(746668,120896,'_server_remote_addr','123.207.238.146'),(746669,120896,'_server_http_x_forwarded_for_0','123.207.238.146'),(746670,120897,'login_id','1'),(746671,120897,'login_email','mentolnet@gmail.com'),(746672,120897,'login','mentol'),(746673,120897,'server_http_user_agent','WordPress'),(746674,120897,'_message_key','user_login_failed'),(746675,120897,'_xmlrpc_request','true'),(746676,120897,'_server_remote_addr','103.250.233.220'),(746677,120897,'_server_http_x_forwarded_for_0','103.250.233.220'),(746678,120898,'failed_username','luis-monteiro'),(746679,120898,'server_http_user_agent','wp-android'),(746680,120898,'_message_key','user_unknown_login_failed'),(746681,120898,'_xmlrpc_request','true'),(746682,120898,'_server_remote_addr','85.194.241.96'),(746683,120898,'_server_http_x_forwarded_for_0','85.194.241.96'),(746684,120899,'login_id','1'),(746685,120899,'login_email','mentolnet@gmail.com'),(746686,120899,'login','mentol'),(746687,120899,'server_http_user_agent','wp-windowsphone'),(746688,120899,'_message_key','user_login_failed'),(746689,120899,'_xmlrpc_request','true'),(746690,120899,'_server_remote_addr','198.71.241.35'),(746691,120899,'_server_http_x_forwarded_for_0','198.71.241.35'),(746692,120900,'login_id','1'),(746693,120900,'login_email','mentolnet@gmail.com'),(746694,120900,'login','mentol'),(746695,120900,'server_http_user_agent','wp-android'),(746696,120900,'_message_key','user_login_failed'),(746697,120900,'_xmlrpc_request','true'),(746698,120900,'_server_remote_addr','182.50.132.85'),(746699,120900,'_server_http_x_forwarded_for_0','182.50.132.85'),(746700,120901,'failed_username','luis-monteiro'),(746701,120901,'server_http_user_agent','Windows Live Writer'),(746702,120901,'_message_key','user_unknown_login_failed'),(746703,120901,'_xmlrpc_request','true'),(746704,120901,'_server_remote_addr','92.222.95.195'),(746705,120901,'_server_http_x_forwarded_for_0','92.222.95.195'),(746706,120902,'login_id','1'),(746707,120902,'login_email','mentolnet@gmail.com'),(746708,120902,'login','mentol'),(746709,120902,'server_http_user_agent','Poster'),(746710,120902,'_message_key','user_login_failed'),(746711,120902,'_xmlrpc_request','true'),(746712,120902,'_server_remote_addr','160.153.153.145'),(746713,120902,'_server_http_x_forwarded_for_0','160.153.153.145'),(746714,120903,'login_id','1'),(746715,120903,'login_email','mentolnet@gmail.com'),(746716,120903,'login','mentol'),(746717,120903,'server_http_user_agent','wp-windowsphone'),(746718,120903,'_message_key','user_login_failed'),(746719,120903,'_xmlrpc_request','true'),(746720,120903,'_server_remote_addr','198.71.231.70'),(746721,120903,'_server_http_x_forwarded_for_0','198.71.231.70'),(746722,120904,'login_id','1'),(746723,120904,'login_email','mentolnet@gmail.com'),(746724,120904,'login','mentol'),(746725,120904,'server_http_user_agent','wp-windowsphone'),(746726,120904,'_message_key','user_login_failed'),(746727,120904,'_xmlrpc_request','true'),(746728,120904,'_server_remote_addr','50.62.176.115'),(746729,120904,'_server_http_x_forwarded_for_0','50.62.176.115'),(746730,120905,'failed_username','luis-monteiro'),(746731,120905,'server_http_user_agent','wp-windowsphone'),(746732,120905,'_message_key','user_unknown_login_failed'),(746733,120905,'_xmlrpc_request','true'),(746734,120905,'_server_remote_addr','70.32.68.31'),(746735,120905,'_server_http_x_forwarded_for_0','70.32.68.31'),(746736,120906,'login_id','1'),(746737,120906,'login_email','mentolnet@gmail.com'),(746738,120906,'login','mentol'),(746739,120906,'server_http_user_agent','Poster'),(746740,120906,'_message_key','user_login_failed'),(746741,120906,'_xmlrpc_request','true'),(746742,120906,'_server_remote_addr','50.62.177.190'),(746743,120906,'_server_http_x_forwarded_for_0','50.62.177.190'),(746744,120907,'failed_username','luis-monteiro'),(746745,120907,'server_http_user_agent','WordPress'),(746746,120907,'_message_key','user_unknown_login_failed'),(746747,120907,'_xmlrpc_request','true'),(746748,120907,'_server_remote_addr','138.128.162.50'),(746749,120907,'_server_http_x_forwarded_for_0','138.128.162.50'),(746750,120908,'login_id','1'),(746751,120908,'login_email','mentolnet@gmail.com'),(746752,120908,'login','mentol'),(746753,120908,'server_http_user_agent','wp-iphone'),(746754,120908,'_message_key','user_login_failed'),(746755,120908,'_xmlrpc_request','true'),(746756,120908,'_server_remote_addr','50.62.176.175'),(746757,120908,'_server_http_x_forwarded_for_0','50.62.176.175'),(746758,120909,'login_id','1'),(746759,120909,'login_email','mentolnet@gmail.com'),(746760,120909,'login','mentol'),(746761,120909,'server_http_user_agent','wp-iphone'),(746762,120909,'_message_key','user_login_failed'),(746763,120909,'_xmlrpc_request','true'),(746764,120909,'_server_remote_addr','72.249.55.110'),(746765,120909,'_server_http_x_forwarded_for_0','72.249.55.110'),(746766,120910,'failed_username','luis-monteiro'),(746767,120910,'server_http_user_agent','Windows Live Writer'),(746768,120910,'_message_key','user_unknown_login_failed'),(746769,120910,'_xmlrpc_request','true'),(746770,120910,'_server_remote_addr','182.50.132.95'),(746771,120910,'_server_http_x_forwarded_for_0','182.50.132.95'),(746772,120911,'login_id','1'),(746773,120911,'login_email','mentolnet@gmail.com'),(746774,120911,'login','mentol'),(746775,120911,'server_http_user_agent','wp-iphone'),(746776,120911,'_message_key','user_login_failed'),(746777,120911,'_xmlrpc_request','true'),(746778,120911,'_server_remote_addr','107.180.111.10'),(746779,120911,'_server_http_x_forwarded_for_0','107.180.111.10'),(746780,120912,'login_id','1'),(746781,120912,'login_email','mentolnet@gmail.com'),(746782,120912,'login','mentol'),(746783,120912,'server_http_user_agent','Poster'),(746784,120912,'_message_key','user_login_failed'),(746785,120912,'_xmlrpc_request','true'),(746786,120912,'_server_remote_addr','192.145.239.49'),(746787,120912,'_server_http_x_forwarded_for_0','192.145.239.49'),(746788,120913,'failed_username','luis-monteiro'),(746789,120913,'server_http_user_agent','wp-android'),(746790,120913,'_message_key','user_unknown_login_failed'),(746791,120913,'_xmlrpc_request','true'),(746792,120913,'_server_remote_addr','198.71.241.31'),(746793,120913,'_server_http_x_forwarded_for_0','198.71.241.31'),(746794,120914,'login_id','1'),(746795,120914,'login_email','mentolnet@gmail.com'),(746796,120914,'login','mentol'),(746797,120914,'server_http_user_agent','wp-android'),(746798,120914,'_message_key','user_login_failed'),(746799,120914,'_xmlrpc_request','true'),(746800,120914,'_server_remote_addr','160.153.153.168'),(746801,120914,'_server_http_x_forwarded_for_0','160.153.153.168'),(746802,120915,'login_id','1'),(746803,120915,'login_email','mentolnet@gmail.com'),(746804,120915,'login','mentol'),(746805,120915,'server_http_user_agent','wp-iphone'),(746806,120915,'_message_key','user_login_failed'),(746807,120915,'_xmlrpc_request','true'),(746808,120915,'_server_remote_addr','182.50.132.80'),(746809,120915,'_server_http_x_forwarded_for_0','182.50.132.80'),(746810,120916,'failed_username','luis-monteiro'),(746811,120916,'server_http_user_agent','Windows Live Writer'),(746812,120916,'_message_key','user_unknown_login_failed'),(746813,120916,'_xmlrpc_request','true'),(746814,120916,'_server_remote_addr','89.252.179.121'),(746815,120916,'_server_http_x_forwarded_for_0','89.252.179.121'),(746816,120917,'login_id','1'),(746817,120917,'login_email','mentolnet@gmail.com'),(746818,120917,'login','mentol'),(746819,120917,'server_http_user_agent','wp-android'),(746820,120917,'_message_key','user_login_failed'),(746821,120917,'_xmlrpc_request','true'),(746822,120917,'_server_remote_addr','185.179.24.33'),(746823,120917,'_server_http_x_forwarded_for_0','185.179.24.33'),(746824,120918,'login_id','1'),(746825,120918,'login_email','mentolnet@gmail.com'),(746826,120918,'login','mentol'),(746827,120918,'server_http_user_agent','wp-windowsphone'),(746828,120918,'_message_key','user_login_failed'),(746829,120918,'_xmlrpc_request','true'),(746830,120918,'_server_remote_addr','160.153.154.22'),(746831,120918,'_server_http_x_forwarded_for_0','160.153.154.22'),(746832,120919,'failed_username','luis-monteiro'),(746833,120919,'server_http_user_agent','Poster'),(746834,120919,'_message_key','user_unknown_login_failed'),(746835,120919,'_xmlrpc_request','true'),(746836,120919,'_server_remote_addr','108.179.199.236'),(746837,120919,'_server_http_x_forwarded_for_0','108.179.199.236'),(746838,120920,'login_id','1'),(746839,120920,'login_email','mentolnet@gmail.com'),(746840,120920,'login','mentol'),(746841,120920,'server_http_user_agent','wp-windowsphone'),(746842,120920,'_message_key','user_login_failed'),(746843,120920,'_xmlrpc_request','true'),(746844,120920,'_server_remote_addr','107.161.189.226'),(746845,120920,'_server_http_x_forwarded_for_0','107.161.189.226'),(746846,120921,'login_id','1'),(746847,120921,'login_email','mentolnet@gmail.com'),(746848,120921,'login','mentol'),(746849,120921,'server_http_user_agent','wp-android'),(746850,120921,'_message_key','user_login_failed'),(746851,120921,'_xmlrpc_request','true'),(746852,120921,'_server_remote_addr','132.148.27.170'),(746853,120921,'_server_http_x_forwarded_for_0','132.148.27.170'),(746854,120922,'login_id','1'),(746855,120922,'login_email','mentolnet@gmail.com'),(746856,120922,'login','mentol'),(746857,120922,'server_http_user_agent','Windows Live Writer'),(746858,120922,'_message_key','user_login_failed'),(746859,120922,'_xmlrpc_request','true'),(746860,120922,'_server_remote_addr','153.92.0.12'),(746861,120922,'_server_http_x_forwarded_for_0','153.92.0.12'),(746862,120923,'login_id','1'),(746863,120923,'login_email','mentolnet@gmail.com'),(746864,120923,'login','mentol'),(746865,120923,'server_http_user_agent','Poster'),(746866,120923,'_message_key','user_login_failed'),(746867,120923,'_xmlrpc_request','true'),(746868,120923,'_server_remote_addr','107.180.120.54'),(746869,120923,'_server_http_x_forwarded_for_0','107.180.120.54'),(746870,120924,'failed_username','luis-monteiro'),(746871,120924,'server_http_user_agent','WordPress'),(746872,120924,'_message_key','user_unknown_login_failed'),(746873,120924,'_xmlrpc_request','true'),(746874,120924,'_server_remote_addr','92.53.67.115'),(746875,120924,'_server_http_x_forwarded_for_0','92.53.67.115'),(746876,120925,'login_id','1'),(746877,120925,'login_email','mentolnet@gmail.com'),(746878,120925,'login','mentol'),(746879,120925,'server_http_user_agent','wp-android'),(746880,120925,'_message_key','user_login_failed'),(746881,120925,'_xmlrpc_request','true'),(746882,120925,'_server_remote_addr','128.65.195.48'),(746883,120925,'_server_http_x_forwarded_for_0','128.65.195.48'),(746884,120926,'login_id','1'),(746885,120926,'login_email','mentolnet@gmail.com'),(746886,120926,'login','mentol'),(746887,120926,'server_http_user_agent','wp-android'),(746888,120926,'_message_key','user_login_failed'),(746889,120926,'_xmlrpc_request','true'),(746890,120926,'_server_remote_addr','185.135.88.144'),(746891,120926,'_server_http_x_forwarded_for_0','185.135.88.144'),(746892,120927,'login_id','1'),(746893,120927,'login_email','mentolnet@gmail.com'),(746894,120927,'login','mentol'),(746895,120927,'server_http_user_agent','wp-windowsphone'),(746896,120927,'_message_key','user_login_failed'),(746897,120927,'_xmlrpc_request','true'),(746898,120927,'_server_remote_addr','184.168.200.200'),(746899,120927,'_server_http_x_forwarded_for_0','184.168.200.200'),(746900,120928,'login_id','1'),(746901,120928,'login_email','mentolnet@gmail.com'),(746902,120928,'login','mentol'),(746903,120928,'server_http_user_agent','wp-windowsphone'),(746904,120928,'_message_key','user_login_failed'),(746905,120928,'_xmlrpc_request','true'),(746906,120928,'_server_remote_addr','198.71.236.79'),(746907,120928,'_server_http_x_forwarded_for_0','198.71.236.79'),(746908,120929,'login_id','1'),(746909,120929,'login_email','mentolnet@gmail.com'),(746910,120929,'login','mentol'),(746911,120929,'server_http_user_agent','wp-android'),(746912,120929,'_message_key','user_login_failed'),(746913,120929,'_xmlrpc_request','true'),(746914,120929,'_server_remote_addr','91.134.248.235'),(746915,120929,'_server_http_x_forwarded_for_0','91.134.248.235'),(746916,120930,'login_id','1'),(746917,120930,'login_email','mentolnet@gmail.com'),(746918,120930,'login','mentol'),(746919,120930,'server_http_user_agent','wp-iphone'),(746920,120930,'_message_key','user_login_failed'),(746921,120930,'_xmlrpc_request','true'),(746922,120930,'_server_remote_addr','148.66.145.153'),(746923,120930,'_server_http_x_forwarded_for_0','148.66.145.153'),(746924,120931,'login_id','1'),(746925,120931,'login_email','mentolnet@gmail.com'),(746926,120931,'login','mentol'),(746927,120931,'server_http_user_agent','wp-windowsphone'),(746928,120931,'_message_key','user_login_failed'),(746929,120931,'_xmlrpc_request','true'),(746930,120931,'_server_remote_addr','50.62.176.57'),(746931,120931,'_server_http_x_forwarded_for_0','50.62.176.57'),(746932,120932,'login_id','1'),(746933,120932,'login_email','mentolnet@gmail.com'),(746934,120932,'login','mentol'),(746935,120932,'server_http_user_agent','wp-windowsphone'),(746936,120932,'_message_key','user_login_failed'),(746937,120932,'_xmlrpc_request','true'),(746938,120932,'_server_remote_addr','185.179.24.33'),(746939,120932,'_server_http_x_forwarded_for_0','185.179.24.33'),(746940,120933,'failed_username','luis-monteiro'),(746941,120933,'server_http_user_agent','wp-windowsphone'),(746942,120933,'_message_key','user_unknown_login_failed'),(746943,120933,'_xmlrpc_request','true'),(746944,120933,'_server_remote_addr','182.50.132.111'),(746945,120933,'_server_http_x_forwarded_for_0','182.50.132.111'),(746946,120934,'login_id','1'),(746947,120934,'login_email','mentolnet@gmail.com'),(746948,120934,'login','mentol'),(746949,120934,'server_http_user_agent','Windows Live Writer'),(746950,120934,'_message_key','user_login_failed'),(746951,120934,'_xmlrpc_request','true'),(746952,120934,'_server_remote_addr','64.71.78.42'),(746953,120934,'_server_http_x_forwarded_for_0','64.71.78.42'),(746954,120935,'login_id','1'),(746955,120935,'login_email','mentolnet@gmail.com'),(746956,120935,'login','mentol'),(746957,120935,'server_http_user_agent','wp-iphone'),(746958,120935,'_message_key','user_login_failed'),(746959,120935,'_xmlrpc_request','true'),(746960,120935,'_server_remote_addr','172.96.12.100'),(746961,120935,'_server_http_x_forwarded_for_0','172.96.12.100'),(746962,120936,'login_id','1'),(746963,120936,'login_email','mentolnet@gmail.com'),(746964,120936,'login','mentol'),(746965,120936,'server_http_user_agent','wp-windowsphone'),(746966,120936,'_message_key','user_login_failed'),(746967,120936,'_xmlrpc_request','true'),(746968,120936,'_server_remote_addr','148.72.232.28'),(746969,120936,'_server_http_x_forwarded_for_0','148.72.232.28'),(746970,120937,'failed_username','luis-monteiro'),(746971,120937,'server_http_user_agent','Windows Live Writer'),(746972,120937,'_message_key','user_unknown_login_failed'),(746973,120937,'_xmlrpc_request','true'),(746974,120937,'_server_remote_addr','104.254.213.194'),(746975,120937,'_server_http_x_forwarded_for_0','104.254.213.194'),(746976,120938,'login_id','1'),(746977,120938,'login_email','mentolnet@gmail.com'),(746978,120938,'login','mentol'),(746979,120938,'server_http_user_agent','wp-windowsphone'),(746980,120938,'_message_key','user_login_failed'),(746981,120938,'_xmlrpc_request','true'),(746982,120938,'_server_remote_addr','149.126.4.82'),(746983,120938,'_server_http_x_forwarded_for_0','149.126.4.82'),(746984,120939,'login_id','1'),(746985,120939,'login_email','mentolnet@gmail.com'),(746986,120939,'login','mentol'),(746987,120939,'server_http_user_agent','Poster'),(746988,120939,'_message_key','user_login_failed'),(746989,120939,'_xmlrpc_request','true'),(746990,120939,'_server_remote_addr','68.233.234.229'),(746991,120939,'_server_http_x_forwarded_for_0','68.233.234.229'),(746992,120940,'failed_username','luis-monteiro'),(746993,120940,'server_http_user_agent','wp-iphone'),(746994,120940,'_message_key','user_unknown_login_failed'),(746995,120940,'_xmlrpc_request','true'),(746996,120940,'_server_remote_addr','160.153.153.140'),(746997,120940,'_server_http_x_forwarded_for_0','160.153.153.140'),(746998,120941,'login_id','1'),(746999,120941,'login_email','mentolnet@gmail.com'),(747000,120941,'login','mentol'),(747001,120941,'server_http_user_agent','wp-android'),(747002,120941,'_message_key','user_login_failed'),(747003,120941,'_xmlrpc_request','true'),(747004,120941,'_server_remote_addr','50.62.161.188'),(747005,120941,'_server_http_x_forwarded_for_0','50.62.161.188'),(747006,120942,'failed_username','luis-monteiro'),(747007,120942,'server_http_user_agent','wp-windowsphone'),(747008,120942,'_message_key','user_unknown_login_failed'),(747009,120942,'_xmlrpc_request','true'),(747010,120942,'_server_remote_addr','198.71.239.4'),(747011,120942,'_server_http_x_forwarded_for_0','198.71.239.4'),(747012,120943,'login_id','1'),(747013,120943,'login_email','mentolnet@gmail.com'),(747014,120943,'login','mentol'),(747015,120943,'server_http_user_agent','Windows Live Writer'),(747016,120943,'_message_key','user_login_failed'),(747017,120943,'_xmlrpc_request','true'),(747018,120943,'_server_remote_addr','50.62.176.47'),(747019,120943,'_server_http_x_forwarded_for_0','50.62.176.47'),(747020,120944,'login_id','1'),(747021,120944,'login_email','mentolnet@gmail.com'),(747022,120944,'login','mentol'),(747023,120944,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747024,120944,'_message_key','user_login_failed'),(747025,120944,'_xmlrpc_request','true'),(747026,120944,'_server_remote_addr','1.10.186.181'),(747027,120944,'_server_http_x_forwarded_for_0','213.235.35.240'),(747028,120944,'_server_http_x_forwarded_for_1','1.10.186.181'),(747029,120944,'_server_http_referer','http://www.google.com.hk'),(747030,120945,'login_id','1'),(747031,120945,'login_email','mentolnet@gmail.com'),(747032,120945,'login','mentol'),(747033,120945,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747034,120945,'_message_key','user_login_failed'),(747035,120945,'_xmlrpc_request','true'),(747036,120945,'_server_remote_addr','140.227.79.99'),(747037,120945,'_server_http_x_forwarded_for_0','140.227.79.99'),(747038,120945,'_server_http_referer','http://www.google.com.hk'),(747039,120946,'login_id','1'),(747040,120946,'login_email','mentolnet@gmail.com'),(747041,120946,'login','mentol'),(747042,120946,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747043,120946,'_message_key','user_login_failed'),(747044,120946,'_xmlrpc_request','true'),(747045,120946,'_server_remote_addr','190.248.134.106'),(747046,120946,'_server_http_x_forwarded_for_0','190.110.7.162'),(747047,120946,'_server_http_x_forwarded_for_1','190.248.134.106'),(747048,120946,'_server_http_referer','http://www.google.com.hk'),(747049,120947,'login_id','1'),(747050,120947,'login_email','mentolnet@gmail.com'),(747051,120947,'login','mentol'),(747052,120947,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747053,120947,'_message_key','user_login_failed'),(747054,120947,'_xmlrpc_request','true'),(747055,120947,'_server_remote_addr','52.124.6.146'),(747056,120947,'_server_http_x_forwarded_for_0','69.179.77.243'),(747057,120947,'_server_http_x_forwarded_for_1','52.124.6.146'),(747058,120947,'_server_http_referer','http://www.google.com.hk'),(747059,120948,'login_id','1'),(747060,120948,'login_email','mentolnet@gmail.com'),(747061,120948,'login','mentol'),(747062,120948,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747063,120948,'_message_key','user_login_failed'),(747064,120948,'_xmlrpc_request','true'),(747065,120948,'_server_remote_addr','103.2.146.66'),(747066,120948,'_server_http_x_forwarded_for_0','85.245.5.32'),(747067,120948,'_server_http_x_forwarded_for_1','103.2.146.66'),(747068,120948,'_server_http_referer','http://www.google.com.hk'),(747069,120949,'login_id','1'),(747070,120949,'login_email','mentolnet@gmail.com'),(747071,120949,'login','mentol'),(747072,120949,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747073,120949,'_message_key','user_login_failed'),(747074,120949,'_xmlrpc_request','true'),(747075,120949,'_server_remote_addr','139.99.99.15'),(747076,120949,'_server_http_x_forwarded_for_0','132.237.243.132'),(747077,120949,'_server_http_x_forwarded_for_1','139.99.99.15'),(747078,120949,'_server_http_referer','http://www.google.com.hk'),(747079,120950,'login_id','1'),(747080,120950,'login_email','mentolnet@gmail.com'),(747081,120950,'login','mentol'),(747082,120950,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747083,120950,'_message_key','user_login_failed'),(747084,120950,'_xmlrpc_request','true'),(747085,120950,'_server_remote_addr','95.181.143.106'),(747086,120950,'_server_http_x_forwarded_for_0','117.43.195.175'),(747087,120950,'_server_http_x_forwarded_for_1','95.181.143.106'),(747088,120950,'_server_http_referer','http://www.google.com.hk'),(747089,120951,'login_id','1'),(747090,120951,'login_email','mentolnet@gmail.com'),(747091,120951,'login','mentol'),(747092,120951,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747093,120951,'_message_key','user_login_failed'),(747094,120951,'_xmlrpc_request','true'),(747095,120951,'_server_remote_addr','194.179.61.114'),(747096,120951,'_server_http_x_forwarded_for_0','179.177.74.197'),(747097,120951,'_server_http_x_forwarded_for_1','192.99.8.157'),(747098,120951,'_server_http_x_forwarded_for_2','194.179.61.114'),(747099,120951,'_server_http_referer','http://www.google.com.hk'),(747100,120952,'login_id','1'),(747101,120952,'login_email','mentolnet@gmail.com'),(747102,120952,'login','mentol'),(747103,120952,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747104,120952,'_message_key','user_login_failed'),(747105,120952,'_xmlrpc_request','true'),(747106,120952,'_server_remote_addr','124.81.228.34'),(747107,120952,'_server_http_x_forwarded_for_0','221.197.171.180'),(747108,120952,'_server_http_x_forwarded_for_1','124.81.228.34'),(747109,120952,'_server_http_referer','http://www.google.com.hk'),(747110,120953,'login_id','1'),(747111,120953,'login_email','mentolnet@gmail.com'),(747112,120953,'login','mentol'),(747113,120953,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747114,120953,'_message_key','user_login_failed'),(747115,120953,'_xmlrpc_request','true'),(747116,120953,'_server_remote_addr','93.152.172.162'),(747117,120953,'_server_http_x_forwarded_for_1','93.152.172.162'),(747118,120953,'_server_http_referer','http://www.google.com.hk'),(747119,120954,'login_id','1'),(747120,120954,'login_email','mentolnet@gmail.com'),(747121,120954,'login','mentol'),(747122,120954,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747123,120954,'_message_key','user_login_failed'),(747124,120954,'_xmlrpc_request','true'),(747125,120954,'_server_remote_addr','195.210.172.42'),(747126,120954,'_server_http_x_forwarded_for_0','204.127.180.108'),(747127,120954,'_server_http_x_forwarded_for_1','195.210.172.42'),(747128,120954,'_server_http_referer','http://www.google.com.hk'),(747129,120955,'login_id','1'),(747130,120955,'login_email','mentolnet@gmail.com'),(747131,120955,'login','mentol'),(747132,120955,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747133,120955,'_message_key','user_login_failed'),(747134,120955,'_xmlrpc_request','true'),(747135,120955,'_server_remote_addr','27.145.100.22'),(747136,120955,'_server_http_x_forwarded_for_0','58.89.57.164'),(747137,120955,'_server_http_x_forwarded_for_1','192.99.8.157'),(747138,120955,'_server_http_x_forwarded_for_2','27.145.100.22'),(747139,120955,'_server_http_referer','http://www.google.com.hk'),(747140,120956,'login_id','1'),(747141,120956,'login_email','mentolnet@gmail.com'),(747142,120956,'login','mentol'),(747143,120956,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747144,120956,'_message_key','user_login_failed'),(747145,120956,'_xmlrpc_request','true'),(747146,120956,'_server_remote_addr','124.41.240.79'),(747147,120956,'_server_http_x_forwarded_for_0','67.59.201.73'),(747148,120956,'_server_http_x_forwarded_for_1','124.41.240.79'),(747149,120956,'_server_http_referer','http://www.google.com.hk'),(747150,120957,'login_id','1'),(747151,120957,'login_email','mentolnet@gmail.com'),(747152,120957,'login','mentol'),(747153,120957,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747154,120957,'_message_key','user_login_failed'),(747155,120957,'_xmlrpc_request','true'),(747156,120957,'_server_remote_addr','140.227.210.165'),(747157,120957,'_server_http_x_forwarded_for_0','140.227.210.165'),(747158,120958,'login_id','1'),(747159,120958,'login_email','mentolnet@gmail.com'),(747160,120958,'login','mentol'),(747161,120958,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747162,120958,'_message_key','user_login_failed'),(747163,120958,'_xmlrpc_request','true'),(747164,120958,'_server_remote_addr','91.225.110.101'),(747165,120958,'_server_http_x_forwarded_for_0','11.198.245.183'),(747166,120958,'_server_http_x_forwarded_for_1','91.225.110.101'),(747167,120958,'_server_http_referer','http://www.google.com.hk'),(747168,120959,'login_id','1'),(747169,120959,'login_email','mentolnet@gmail.com'),(747170,120959,'login','mentol'),(747171,120959,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747172,120959,'_message_key','user_login_failed'),(747173,120959,'_xmlrpc_request','true'),(747174,120959,'_server_remote_addr','68.183.102.146'),(747175,120959,'_server_http_x_forwarded_for_0','152.97.35.192'),(747176,120959,'_server_http_x_forwarded_for_1','192.99.8.157'),(747177,120959,'_server_http_x_forwarded_for_2','68.183.102.146'),(747178,120959,'_server_http_referer','http://www.google.com.hk'),(747179,120960,'login_id','1'),(747180,120960,'login_email','mentolnet@gmail.com'),(747181,120960,'login','mentol'),(747182,120960,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747183,120960,'_message_key','user_login_failed'),(747184,120960,'_xmlrpc_request','true'),(747185,120960,'_server_remote_addr','140.227.78.185'),(747186,120960,'_server_http_x_forwarded_for_0','140.227.78.185'),(747187,120960,'_server_http_referer','http://www.google.com.hk'),(747188,120961,'login_id','1'),(747189,120961,'login_email','mentolnet@gmail.com'),(747190,120961,'login','mentol'),(747191,120961,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747192,120961,'_message_key','user_login_failed'),(747193,120961,'_xmlrpc_request','true'),(747194,120961,'_server_remote_addr','182.61.170.45'),(747195,120961,'_server_http_x_forwarded_for_0','130.139.66.147'),(747196,120961,'_server_http_x_forwarded_for_1','192.99.8.157'),(747197,120961,'_server_http_x_forwarded_for_2','182.61.170.45'),(747198,120961,'_server_http_referer','http://www.google.com.hk'),(747199,120962,'login_id','1'),(747200,120962,'login_email','mentolnet@gmail.com'),(747201,120962,'login','mentol'),(747202,120962,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747203,120962,'_message_key','user_login_failed'),(747204,120962,'_xmlrpc_request','true'),(747205,120962,'_server_remote_addr','140.227.208.159'),(747206,120962,'_server_http_x_forwarded_for_0','140.227.208.159'),(747207,120963,'login_id','1'),(747208,120963,'login_email','mentolnet@gmail.com'),(747209,120963,'login','mentol'),(747210,120963,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747211,120963,'_message_key','user_login_failed'),(747212,120963,'_xmlrpc_request','true'),(747213,120963,'_server_remote_addr','122.201.23.122'),(747214,120963,'_server_http_x_forwarded_for_0','28.57.56.8'),(747215,120963,'_server_http_x_forwarded_for_1','122.201.23.122'),(747216,120963,'_server_http_referer','http://www.google.com.hk'),(747217,120964,'login_id','1'),(747218,120964,'login_email','mentolnet@gmail.com'),(747219,120964,'login','mentol'),(747220,120964,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747221,120964,'_message_key','user_login_failed'),(747222,120964,'_xmlrpc_request','true'),(747223,120964,'_server_remote_addr','185.111.208.148'),(747224,120964,'_server_http_x_forwarded_for_0','25.40.23.194'),(747225,120964,'_server_http_x_forwarded_for_1','185.111.208.148'),(747226,120964,'_server_http_referer','http://www.google.com.hk'),(747227,120965,'login_id','1'),(747228,120965,'login_email','mentolnet@gmail.com'),(747229,120965,'login','mentol'),(747230,120965,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747231,120965,'_message_key','user_login_failed'),(747232,120965,'_xmlrpc_request','true'),(747233,120965,'_server_remote_addr','31.134.123.204'),(747234,120965,'_server_http_x_forwarded_for_1','31.134.123.204'),(747235,120965,'_server_http_referer','http://www.google.com.hk'),(747236,120966,'login_id','1'),(747237,120966,'login_email','mentolnet@gmail.com'),(747238,120966,'login','mentol'),(747239,120966,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747240,120966,'_message_key','user_login_failed'),(747241,120966,'_xmlrpc_request','true'),(747242,120966,'_server_remote_addr','46.150.174.90'),(747243,120966,'_server_http_x_forwarded_for_0','34.229.170.165'),(747244,120966,'_server_http_x_forwarded_for_1','46.150.174.90'),(747245,120966,'_server_http_referer','http://www.google.com.hk'),(747246,120967,'login_id','1'),(747247,120967,'login_email','mentolnet@gmail.com'),(747248,120967,'login','mentol'),(747249,120967,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747250,120967,'_message_key','user_login_failed'),(747251,120967,'_xmlrpc_request','true'),(747252,120967,'_server_remote_addr','198.13.59.170'),(747253,120967,'_server_http_x_forwarded_for_0','111.105.242.75'),(747254,120967,'_server_http_x_forwarded_for_2','198.13.59.170'),(747255,120967,'_server_http_referer','http://www.google.com.hk'),(747256,120968,'login_id','1'),(747257,120968,'login_email','mentolnet@gmail.com'),(747258,120968,'login','mentol'),(747259,120968,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747260,120968,'_message_key','user_login_failed'),(747261,120968,'_xmlrpc_request','true'),(747262,120968,'_server_remote_addr','103.218.101.230'),(747263,120968,'_server_http_x_forwarded_for_0','82.187.200.46'),(747264,120968,'_server_http_x_forwarded_for_1','192.99.8.157'),(747265,120968,'_server_http_x_forwarded_for_2','103.218.101.230'),(747266,120968,'_server_http_referer','http://www.google.com.hk'),(747267,120969,'login_id','1'),(747268,120969,'login_email','mentolnet@gmail.com'),(747269,120969,'login','mentol'),(747270,120969,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747271,120969,'_message_key','user_login_failed'),(747272,120969,'_xmlrpc_request','true'),(747273,120969,'_server_remote_addr','140.227.8.202'),(747274,120969,'_server_http_x_forwarded_for_0','140.227.8.202'),(747275,120969,'_server_http_referer','http://www.google.com.hk'),(747276,120970,'login_id','1'),(747277,120970,'login_email','mentolnet@gmail.com'),(747278,120970,'login','mentol'),(747279,120970,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747280,120970,'_message_key','user_login_failed'),(747281,120970,'_xmlrpc_request','true'),(747282,120970,'_server_remote_addr','114.108.177.104'),(747283,120970,'_server_http_x_forwarded_for_0','158.169.86.225'),(747284,120970,'_server_http_x_forwarded_for_1','114.108.177.104'),(747285,120970,'_server_http_referer','http://www.google.com.hk'),(747286,120971,'login_id','1'),(747287,120971,'login_email','mentolnet@gmail.com'),(747288,120971,'login','mentol'),(747289,120971,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747290,120971,'_message_key','user_login_failed'),(747291,120971,'_xmlrpc_request','true'),(747292,120971,'_server_remote_addr','109.69.1.72'),(747293,120971,'_server_http_x_forwarded_for_0','75.173.156.53'),(747294,120971,'_server_http_x_forwarded_for_1','109.69.1.72'),(747295,120971,'_server_http_referer','http://www.google.com.hk'),(747296,120972,'login_id','1'),(747297,120972,'login_email','mentolnet@gmail.com'),(747298,120972,'login','mentol'),(747299,120972,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747300,120972,'_message_key','user_login_failed'),(747301,120972,'_xmlrpc_request','true'),(747302,120972,'_server_remote_addr','5.2.230.40'),(747303,120972,'_server_http_x_forwarded_for_1','5.2.230.40'),(747304,120972,'_server_http_referer','http://www.google.com.hk'),(747305,120973,'login_id','1'),(747306,120973,'login_email','mentolnet@gmail.com'),(747307,120973,'login','mentol'),(747308,120973,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747309,120973,'_message_key','user_login_failed'),(747310,120973,'_xmlrpc_request','true'),(747311,120973,'_server_remote_addr','5.2.230.40'),(747312,120973,'_server_http_x_forwarded_for_0','80.181.119.176'),(747313,120973,'_server_http_x_forwarded_for_1','5.2.230.40'),(747314,120973,'_server_http_referer','http://www.google.com.hk'),(747315,120974,'login_id','1'),(747316,120974,'login_email','mentolnet@gmail.com'),(747317,120974,'login','mentol'),(747318,120974,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747319,120974,'_message_key','user_login_failed'),(747320,120974,'_xmlrpc_request','true'),(747321,120974,'_server_remote_addr','140.227.207.179'),(747322,120974,'_server_http_x_forwarded_for_0','140.227.207.179'),(747323,120975,'login_id','1'),(747324,120975,'login_email','mentolnet@gmail.com'),(747325,120975,'login','mentol'),(747326,120975,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747327,120975,'_message_key','user_login_failed'),(747328,120975,'_xmlrpc_request','true'),(747329,120975,'_server_remote_addr','140.227.58.159'),(747330,120975,'_server_http_x_forwarded_for_0','140.227.58.159'),(747331,120975,'_server_http_referer','http://www.google.com.hk'),(747332,120976,'login_id','1'),(747333,120976,'login_email','mentolnet@gmail.com'),(747334,120976,'login','mentol'),(747335,120976,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747336,120976,'_message_key','user_login_failed'),(747337,120976,'_xmlrpc_request','true'),(747338,120976,'_server_remote_addr','202.182.55.18'),(747339,120976,'_server_http_x_forwarded_for_0','78.229.20.220'),(747340,120976,'_server_http_x_forwarded_for_1','202.182.55.18'),(747341,120976,'_server_http_referer','http://www.google.com.hk'),(747342,120977,'login_id','1'),(747343,120977,'login_email','mentolnet@gmail.com'),(747344,120977,'login','mentol'),(747345,120977,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747346,120977,'_message_key','user_login_failed'),(747347,120977,'_xmlrpc_request','true'),(747348,120977,'_server_remote_addr','140.227.205.163'),(747349,120977,'_server_http_x_forwarded_for_0','140.227.205.163'),(747350,120978,'login_id','1'),(747351,120978,'login_email','mentolnet@gmail.com'),(747352,120978,'login','mentol'),(747353,120978,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747354,120978,'_message_key','user_login_failed'),(747355,120978,'_xmlrpc_request','true'),(747356,120978,'_server_remote_addr','59.127.168.43'),(747357,120978,'_server_http_x_forwarded_for_0','95.50.123.213'),(747358,120978,'_server_http_x_forwarded_for_1','192.99.8.157'),(747359,120978,'_server_http_x_forwarded_for_2','59.127.168.43'),(747360,120978,'_server_http_referer','http://www.google.com.hk'),(747361,120979,'login_id','1'),(747362,120979,'login_email','mentolnet@gmail.com'),(747363,120979,'login','mentol'),(747364,120979,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747365,120979,'_message_key','user_login_failed'),(747366,120979,'_xmlrpc_request','true'),(747367,120979,'_server_remote_addr','140.227.212.179'),(747368,120979,'_server_http_x_forwarded_for_0','140.227.212.179'),(747369,120980,'login_id','1'),(747370,120980,'login_email','mentolnet@gmail.com'),(747371,120980,'login','mentol'),(747372,120980,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747373,120980,'_message_key','user_login_failed'),(747374,120980,'_xmlrpc_request','true'),(747375,120980,'_server_remote_addr','140.227.210.165'),(747376,120980,'_server_http_x_forwarded_for_0','140.227.210.165'),(747377,120981,'login_id','1'),(747378,120981,'login_email','mentolnet@gmail.com'),(747379,120981,'login','mentol'),(747380,120981,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747381,120981,'_message_key','user_login_failed'),(747382,120981,'_xmlrpc_request','true'),(747383,120981,'_server_remote_addr','176.104.117.23'),(747384,120981,'_server_http_x_forwarded_for_1','176.104.117.23'),(747385,120981,'_server_http_referer','http://www.google.com.hk'),(747386,120982,'login_id','1'),(747387,120982,'login_email','mentolnet@gmail.com'),(747388,120982,'login','mentol'),(747389,120982,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747390,120982,'_message_key','user_login_failed'),(747391,120982,'_xmlrpc_request','true'),(747392,120982,'_server_remote_addr','202.182.55.18'),(747393,120982,'_server_http_x_forwarded_for_0','136.211.139.214'),(747394,120982,'_server_http_x_forwarded_for_1','202.182.55.18'),(747395,120982,'_server_http_referer','http://www.google.com.hk'),(747396,120983,'login_id','1'),(747397,120983,'login_email','mentolnet@gmail.com'),(747398,120983,'login','mentol'),(747399,120983,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747400,120983,'_message_key','user_login_failed'),(747401,120983,'_xmlrpc_request','true'),(747402,120983,'_server_remote_addr','95.68.242.38'),(747403,120983,'_server_http_x_forwarded_for_0','203.76.117.217'),(747404,120983,'_server_http_x_forwarded_for_1','95.68.242.38'),(747405,120983,'_server_http_referer','http://www.google.com.hk'),(747406,120984,'login_id','1'),(747407,120984,'login_email','mentolnet@gmail.com'),(747408,120984,'login','mentol'),(747409,120984,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747410,120984,'_message_key','user_login_failed'),(747411,120984,'_xmlrpc_request','true'),(747412,120984,'_server_remote_addr','140.227.213.209'),(747413,120984,'_server_http_x_forwarded_for_0','140.227.213.209'),(747414,120984,'_server_http_referer','http://www.google.com.hk'),(747415,120985,'login_id','1'),(747416,120985,'login_email','mentolnet@gmail.com'),(747417,120985,'login','mentol'),(747418,120985,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747419,120985,'_message_key','user_login_failed'),(747420,120985,'_xmlrpc_request','true'),(747421,120985,'_server_remote_addr','217.73.192.11'),(747422,120985,'_server_http_x_forwarded_for_0','157.25.225.173'),(747423,120985,'_server_http_x_forwarded_for_1','217.73.192.11'),(747424,120985,'_server_http_referer','http://www.google.com.hk'),(747425,120986,'login_id','1'),(747426,120986,'login_email','mentolnet@gmail.com'),(747427,120986,'login','mentol'),(747428,120986,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747429,120986,'_message_key','user_login_failed'),(747430,120986,'_xmlrpc_request','true'),(747431,120986,'_server_remote_addr','119.82.253.108'),(747432,120986,'_server_http_x_forwarded_for_0','94.117.138.165'),(747433,120986,'_server_http_x_forwarded_for_1','119.82.253.108'),(747434,120986,'_server_http_referer','http://www.google.com.hk'),(747435,120987,'login_id','1'),(747436,120987,'login_email','mentolnet@gmail.com'),(747437,120987,'login','mentol'),(747438,120987,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747439,120987,'_message_key','user_login_failed'),(747440,120987,'_xmlrpc_request','true'),(747441,120987,'_server_remote_addr','94.242.58.14'),(747442,120987,'_server_http_x_forwarded_for_0','184.228.209.12'),(747443,120987,'_server_http_x_forwarded_for_1','192.99.8.157'),(747444,120987,'_server_http_x_forwarded_for_2','94.242.58.14'),(747445,120987,'_server_http_referer','http://www.google.com.hk'),(747446,120988,'login_id','1'),(747447,120988,'login_email','mentolnet@gmail.com'),(747448,120988,'login','mentol'),(747449,120988,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747450,120988,'_message_key','user_login_failed'),(747451,120988,'_xmlrpc_request','true'),(747452,120988,'_server_remote_addr','78.30.213.87'),(747453,120988,'_server_http_x_forwarded_for_0','94.71.244.54'),(747454,120988,'_server_http_x_forwarded_for_1','78.30.213.87'),(747455,120988,'_server_http_referer','http://www.google.com.hk'),(747456,120989,'login_id','1'),(747457,120989,'login_email','mentolnet@gmail.com'),(747458,120989,'login','mentol'),(747459,120989,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747460,120989,'_message_key','user_login_failed'),(747461,120989,'_xmlrpc_request','true'),(747462,120989,'_server_remote_addr','103.6.90.230'),(747463,120989,'_server_http_x_forwarded_for_0','173.246.59.171'),(747464,120989,'_server_http_x_forwarded_for_1','103.6.90.230'),(747465,120989,'_server_http_referer','http://www.google.com.hk'),(747466,120990,'login_id','1'),(747467,120990,'login_email','mentolnet@gmail.com'),(747468,120990,'login','mentol'),(747469,120990,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747470,120990,'_message_key','user_login_failed'),(747471,120990,'_xmlrpc_request','true'),(747472,120990,'_server_remote_addr','103.6.90.230'),(747473,120990,'_server_http_x_forwarded_for_0','146.23.189.129'),(747474,120990,'_server_http_x_forwarded_for_1','103.6.90.230'),(747475,120990,'_server_http_referer','http://www.google.com.hk'),(747476,120991,'login_id','1'),(747477,120991,'login_email','mentolnet@gmail.com'),(747478,120991,'login','mentol'),(747479,120991,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747480,120991,'_message_key','user_login_failed'),(747481,120991,'_xmlrpc_request','true'),(747482,120991,'_server_remote_addr','125.26.99.148'),(747483,120991,'_server_http_x_forwarded_for_0','184.205.253.244'),(747484,120991,'_server_http_x_forwarded_for_1','125.26.99.148'),(747485,120991,'_server_http_referer','http://www.google.com.hk'),(747486,120992,'login_id','1'),(747487,120992,'login_email','mentolnet@gmail.com'),(747488,120992,'login','mentol'),(747489,120992,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747490,120992,'_message_key','user_login_failed'),(747491,120992,'_xmlrpc_request','true'),(747492,120992,'_server_remote_addr','182.253.102.74'),(747493,120992,'_server_http_x_forwarded_for_0','112.44.22.28'),(747494,120992,'_server_http_x_forwarded_for_1','182.253.102.74'),(747495,120992,'_server_http_referer','http://www.google.com.hk'),(747496,120993,'login_id','1'),(747497,120993,'login_email','mentolnet@gmail.com'),(747498,120993,'login','mentol'),(747499,120993,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747500,120993,'_message_key','user_login_failed'),(747501,120993,'_xmlrpc_request','true'),(747502,120993,'_server_remote_addr','84.42.253.252'),(747503,120993,'_server_http_x_forwarded_for_1','84.42.253.252'),(747504,120993,'_server_http_referer','http://www.google.com.hk'),(747505,120994,'login_id','1'),(747506,120994,'login_email','mentolnet@gmail.com'),(747507,120994,'login','mentol'),(747508,120994,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747509,120994,'_message_key','user_login_failed'),(747510,120994,'_xmlrpc_request','true'),(747511,120994,'_server_remote_addr','104.155.103.87'),(747512,120994,'_server_http_x_forwarded_for_0','25.118.94.142'),(747513,120994,'_server_http_x_forwarded_for_1','104.155.103.87'),(747514,120994,'_server_http_referer','http://www.google.com.hk'),(747515,120995,'login_id','1'),(747516,120995,'login_email','mentolnet@gmail.com'),(747517,120995,'login','mentol'),(747518,120995,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747519,120995,'_message_key','user_login_failed'),(747520,120995,'_xmlrpc_request','true'),(747521,120995,'_server_remote_addr','118.174.220.168'),(747522,120995,'_server_http_x_forwarded_for_0','70.160.35.143'),(747523,120995,'_server_http_x_forwarded_for_1','118.174.220.168'),(747524,120995,'_server_http_referer','http://www.google.com.hk'),(747525,120996,'login_id','1'),(747526,120996,'login_email','mentolnet@gmail.com'),(747527,120996,'login','mentol'),(747528,120996,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747529,120996,'_message_key','user_login_failed'),(747530,120996,'_xmlrpc_request','true'),(747531,120996,'_server_remote_addr','195.210.172.42'),(747532,120996,'_server_http_x_forwarded_for_0','110.78.189.60'),(747533,120996,'_server_http_x_forwarded_for_1','195.210.172.42'),(747534,120996,'_server_http_referer','http://www.google.com.hk'),(747535,120997,'login_id','1'),(747536,120997,'login_email','mentolnet@gmail.com'),(747537,120997,'login','mentol'),(747538,120997,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747539,120997,'_message_key','user_login_failed'),(747540,120997,'_xmlrpc_request','true'),(747541,120997,'_server_remote_addr','35.221.42.38'),(747542,120997,'_server_http_x_forwarded_for_0','126.195.215.39'),(747543,120997,'_server_http_x_forwarded_for_1','35.221.42.38'),(747544,120997,'_server_http_referer','http://www.google.com.hk'),(747545,120998,'login_id','1'),(747546,120998,'login_email','mentolnet@gmail.com'),(747547,120998,'login','mentol'),(747548,120998,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747549,120998,'_message_key','user_login_failed'),(747550,120998,'_xmlrpc_request','true'),(747551,120998,'_server_remote_addr','109.100.138.62'),(747552,120998,'_server_http_x_forwarded_for_0','22.170.205.138'),(747553,120998,'_server_http_x_forwarded_for_1','109.100.138.62'),(747554,120998,'_server_http_referer','http://www.google.com.hk'),(747555,120999,'login_id','1'),(747556,120999,'login_email','mentolnet@gmail.com'),(747557,120999,'login','mentol'),(747558,120999,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747559,120999,'_message_key','user_login_failed'),(747560,120999,'_xmlrpc_request','true'),(747561,120999,'_server_remote_addr','193.142.219.104'),(747562,120999,'_server_http_x_forwarded_for_1','193.142.219.104'),(747563,120999,'_server_http_referer','http://www.google.com.hk'),(747564,121000,'login_id','1'),(747565,121000,'login_email','mentolnet@gmail.com'),(747566,121000,'login','mentol'),(747567,121000,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747568,121000,'_message_key','user_login_failed'),(747569,121000,'_xmlrpc_request','true'),(747570,121000,'_server_remote_addr','27.254.149.139'),(747571,121000,'_server_http_x_forwarded_for_0','59.67.30.215'),(747572,121000,'_server_http_x_forwarded_for_1','27.254.149.139'),(747573,121000,'_server_http_referer','http://www.google.com.hk'),(747574,121001,'login_id','1'),(747575,121001,'login_email','mentolnet@gmail.com'),(747576,121001,'login','mentol'),(747577,121001,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747578,121001,'_message_key','user_login_failed'),(747579,121001,'_xmlrpc_request','true'),(747580,121001,'_server_remote_addr','118.172.97.14'),(747581,121001,'_server_http_x_forwarded_for_0','118.172.97.14'),(747582,121001,'_server_http_referer','http://www.google.com.hk'),(747583,121002,'login_id','1'),(747584,121002,'login_email','mentolnet@gmail.com'),(747585,121002,'login','mentol'),(747586,121002,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747587,121002,'_message_key','user_login_failed'),(747588,121002,'_xmlrpc_request','true'),(747589,121002,'_server_remote_addr','31.148.48.151'),(747590,121002,'_server_http_x_forwarded_for_0','139.239.125.102'),(747591,121002,'_server_http_x_forwarded_for_1','31.148.48.151'),(747592,121002,'_server_http_referer','http://www.google.com.hk'),(747593,121003,'login_id','1'),(747594,121003,'login_email','mentolnet@gmail.com'),(747595,121003,'login','mentol'),(747596,121003,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747597,121003,'_message_key','user_login_failed'),(747598,121003,'_xmlrpc_request','true'),(747599,121003,'_server_remote_addr','77.39.29.29'),(747600,121003,'_server_http_x_forwarded_for_0','47.110.180.36'),(747601,121003,'_server_http_x_forwarded_for_1','77.39.29.29'),(747602,121003,'_server_http_referer','http://www.google.com.hk'),(747603,121004,'login_id','1'),(747604,121004,'login_email','mentolnet@gmail.com'),(747605,121004,'login','mentol'),(747606,121004,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747607,121004,'_message_key','user_login_failed'),(747608,121004,'_xmlrpc_request','true'),(747609,121004,'_server_remote_addr','167.99.87.19'),(747610,121004,'_server_http_x_forwarded_for_0','217.50.150.107'),(747611,121004,'_server_http_x_forwarded_for_1','192.99.8.157'),(747612,121004,'_server_http_x_forwarded_for_2','167.99.87.19'),(747613,121004,'_server_http_referer','http://www.google.com.hk'),(747614,121005,'login_id','1'),(747615,121005,'login_email','mentolnet@gmail.com'),(747616,121005,'login','mentol'),(747617,121005,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747618,121005,'_message_key','user_login_failed'),(747619,121005,'_xmlrpc_request','true'),(747620,121005,'_server_remote_addr','140.227.200.215'),(747621,121005,'_server_http_x_forwarded_for_0','140.227.200.215'),(747622,121005,'_server_http_referer','http://www.google.com.hk'),(747623,121006,'login_id','1'),(747624,121006,'login_email','mentolnet@gmail.com'),(747625,121006,'login','mentol'),(747626,121006,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747627,121006,'_message_key','user_login_failed'),(747628,121006,'_xmlrpc_request','true'),(747629,121006,'_server_remote_addr','118.174.220.136'),(747630,121006,'_server_http_x_forwarded_for_0','184.57.89.89'),(747631,121006,'_server_http_x_forwarded_for_1','118.174.220.136'),(747632,121006,'_server_http_referer','http://www.google.com.hk'),(747633,121007,'login_id','1'),(747634,121007,'login_email','mentolnet@gmail.com'),(747635,121007,'login','mentol'),(747636,121007,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747637,121007,'_message_key','user_login_failed'),(747638,121007,'_xmlrpc_request','true'),(747639,121007,'_server_remote_addr','94.242.59.245'),(747640,121007,'_server_http_x_forwarded_for_0','168.252.236.10'),(747641,121007,'_server_http_x_forwarded_for_1','192.99.8.157'),(747642,121007,'_server_http_x_forwarded_for_2','94.242.59.245'),(747643,121007,'_server_http_referer','http://www.google.com.hk'),(747644,121008,'login_id','1'),(747645,121008,'login_email','mentolnet@gmail.com'),(747646,121008,'login','mentol'),(747647,121008,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747648,121008,'_message_key','user_login_failed'),(747649,121008,'_xmlrpc_request','true'),(747650,121008,'_server_remote_addr','138.197.193.129'),(747651,121008,'_server_http_x_forwarded_for_0','52.133.133.188'),(747652,121008,'_server_http_x_forwarded_for_1','192.99.8.157'),(747653,121008,'_server_http_x_forwarded_for_2','138.197.193.129'),(747654,121008,'_server_http_referer','http://www.google.com.hk'),(747655,121009,'login_id','1'),(747656,121009,'login_email','mentolnet@gmail.com'),(747657,121009,'login','mentol'),(747658,121009,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747659,121009,'_message_key','user_login_failed'),(747660,121009,'_xmlrpc_request','true'),(747661,121009,'_server_remote_addr','140.227.72.193'),(747662,121009,'_server_http_x_forwarded_for_0','140.227.72.193'),(747663,121009,'_server_http_referer','http://www.google.com.hk'),(747664,121010,'login_id','1'),(747665,121010,'login_email','mentolnet@gmail.com'),(747666,121010,'login','mentol'),(747667,121010,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747668,121010,'_message_key','user_login_failed'),(747669,121010,'_xmlrpc_request','true'),(747670,121010,'_server_remote_addr','83.97.111.202'),(747671,121010,'_server_http_x_forwarded_for_0','132.220.137.252'),(747672,121010,'_server_http_x_forwarded_for_1','83.97.111.202'),(747673,121010,'_server_http_referer','http://www.google.com.hk'),(747674,121011,'login_id','1'),(747675,121011,'login_email','mentolnet@gmail.com'),(747676,121011,'login','mentol'),(747677,121011,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747678,121011,'_message_key','user_login_failed'),(747679,121011,'_xmlrpc_request','true'),(747680,121011,'_server_remote_addr','80.78.72.152'),(747681,121011,'_server_http_x_forwarded_for_0','172.128.202.42'),(747682,121011,'_server_http_x_forwarded_for_1','80.78.72.152'),(747683,121011,'_server_http_referer','http://www.google.com.hk'),(747684,121012,'login_id','1'),(747685,121012,'login_email','mentolnet@gmail.com'),(747686,121012,'login','mentol'),(747687,121012,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747688,121012,'_message_key','user_login_failed'),(747689,121012,'_xmlrpc_request','true'),(747690,121012,'_server_remote_addr','109.104.222.70'),(747691,121012,'_server_http_x_forwarded_for_1','192.99.8.157'),(747692,121012,'_server_http_x_forwarded_for_2','109.104.222.70'),(747693,121012,'_server_http_referer','http://www.google.com.hk'),(747694,121013,'login_id','1'),(747695,121013,'login_email','mentolnet@gmail.com'),(747696,121013,'login','mentol'),(747697,121013,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747698,121013,'_message_key','user_login_failed'),(747699,121013,'_xmlrpc_request','true'),(747700,121013,'_server_remote_addr','54.183.156.31'),(747701,121013,'_server_http_x_forwarded_for_0','30.183.65.133'),(747702,121013,'_server_http_x_forwarded_for_1','54.183.156.31'),(747703,121013,'_server_http_referer','http://www.google.com.hk'),(747704,121014,'login_id','1'),(747705,121014,'login_email','mentolnet@gmail.com'),(747706,121014,'login','mentol'),(747707,121014,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747708,121014,'_message_key','user_login_failed'),(747709,121014,'_xmlrpc_request','true'),(747710,121014,'_server_remote_addr','1.20.101.221'),(747711,121014,'_server_http_x_forwarded_for_0','136.54.70.151'),(747712,121014,'_server_http_x_forwarded_for_1','1.20.101.221'),(747713,121014,'_server_http_referer','http://www.google.com.hk'),(747714,121015,'login_id','1'),(747715,121015,'login_email','mentolnet@gmail.com'),(747716,121015,'login','mentol'),(747717,121015,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747718,121015,'_message_key','user_login_failed'),(747719,121015,'_xmlrpc_request','true'),(747720,121015,'_server_remote_addr','80.78.64.179'),(747721,121015,'_server_http_x_forwarded_for_1','80.78.64.179'),(747722,121015,'_server_http_referer','http://www.google.com.hk'),(747723,121016,'login_id','1'),(747724,121016,'login_email','mentolnet@gmail.com'),(747725,121016,'login','mentol'),(747726,121016,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747727,121016,'_message_key','user_login_failed'),(747728,121016,'_xmlrpc_request','true'),(747729,121016,'_server_remote_addr','124.81.228.34'),(747730,121016,'_server_http_x_forwarded_for_1','124.81.228.34'),(747731,121016,'_server_http_referer','http://www.google.com.hk'),(747732,121017,'login_id','1'),(747733,121017,'login_email','mentolnet@gmail.com'),(747734,121017,'login','mentol'),(747735,121017,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747736,121017,'_message_key','user_login_failed'),(747737,121017,'_xmlrpc_request','true'),(747738,121017,'_server_remote_addr','5.23.102.194'),(747739,121017,'_server_http_x_forwarded_for_0','58.45.16.156'),(747740,121017,'_server_http_x_forwarded_for_1','5.23.102.194'),(747741,121017,'_server_http_referer','http://www.google.com.hk'),(747742,121018,'login_id','1'),(747743,121018,'login_email','mentolnet@gmail.com'),(747744,121018,'login','mentol'),(747745,121018,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747746,121018,'_message_key','user_login_failed'),(747747,121018,'_xmlrpc_request','true'),(747748,121018,'_server_remote_addr','140.227.209.164'),(747749,121018,'_server_http_x_forwarded_for_0','140.227.209.164'),(747750,121019,'login_id','1'),(747751,121019,'login_email','mentolnet@gmail.com'),(747752,121019,'login','mentol'),(747753,121019,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747754,121019,'_message_key','user_login_failed'),(747755,121019,'_xmlrpc_request','true'),(747756,121019,'_server_remote_addr','185.152.113.51'),(747757,121019,'_server_http_x_forwarded_for_0','122.6.101.152'),(747758,121019,'_server_http_x_forwarded_for_1','185.152.113.51'),(747759,121019,'_server_http_referer','http://www.google.com.hk'),(747760,121020,'login_id','1'),(747761,121020,'login_email','mentolnet@gmail.com'),(747762,121020,'login','mentol'),(747763,121020,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747764,121020,'_message_key','user_login_failed'),(747765,121020,'_xmlrpc_request','true'),(747766,121020,'_server_remote_addr','1.10.186.181'),(747767,121020,'_server_http_x_forwarded_for_0','2.83.26.117'),(747768,121020,'_server_http_x_forwarded_for_1','1.10.186.181'),(747769,121020,'_server_http_referer','http://www.google.com.hk'),(747770,121021,'login_id','1'),(747771,121021,'login_email','mentolnet@gmail.com'),(747772,121021,'login','mentol'),(747773,121021,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747774,121021,'_message_key','user_login_failed'),(747775,121021,'_xmlrpc_request','true'),(747776,121021,'_server_remote_addr','47.52.155.245'),(747777,121021,'_server_http_x_forwarded_for_0','56.214.152.171'),(747778,121021,'_server_http_x_forwarded_for_1','47.52.155.245'),(747779,121021,'_server_http_referer','http://www.google.com.hk'),(747780,121022,'login_id','1'),(747781,121022,'login_email','mentolnet@gmail.com'),(747782,121022,'login','mentol'),(747783,121022,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747784,121022,'_message_key','user_login_failed'),(747785,121022,'_xmlrpc_request','true'),(747786,121022,'_server_remote_addr','91.191.63.162'),(747787,121022,'_server_http_x_forwarded_for_0','54.190.17.41'),(747788,121022,'_server_http_x_forwarded_for_1','91.191.63.162'),(747789,121022,'_server_http_referer','http://www.google.com.hk'),(747790,121023,'login_id','1'),(747791,121023,'login_email','mentolnet@gmail.com'),(747792,121023,'login','mentol'),(747793,121023,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747794,121023,'_message_key','user_login_failed'),(747795,121023,'_xmlrpc_request','true'),(747796,121023,'_server_remote_addr','178.75.1.132'),(747797,121023,'_server_http_x_forwarded_for_0','170.244.122.56'),(747798,121023,'_server_http_x_forwarded_for_1','178.75.1.132'),(747799,121023,'_server_http_referer','http://www.google.com.hk'),(747800,121024,'login_id','1'),(747801,121024,'login_email','mentolnet@gmail.com'),(747802,121024,'login','mentol'),(747803,121024,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747804,121024,'_message_key','user_login_failed'),(747805,121024,'_xmlrpc_request','true'),(747806,121024,'_server_remote_addr','77.221.220.133'),(747807,121024,'_server_http_x_forwarded_for_1','77.221.220.133'),(747808,121024,'_server_http_referer','http://www.google.com.hk'),(747809,121025,'login_id','1'),(747810,121025,'login_email','mentolnet@gmail.com'),(747811,121025,'login','mentol'),(747812,121025,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747813,121025,'_message_key','user_login_failed'),(747814,121025,'_xmlrpc_request','true'),(747815,121025,'_server_remote_addr','109.194.175.165'),(747816,121025,'_server_http_x_forwarded_for_0','24.74.79.152'),(747817,121025,'_server_http_x_forwarded_for_1','109.194.175.165'),(747818,121025,'_server_http_referer','http://www.google.com.hk'),(747819,121026,'login_id','1'),(747820,121026,'login_email','mentolnet@gmail.com'),(747821,121026,'login','mentol'),(747822,121026,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747823,121026,'_message_key','user_login_failed'),(747824,121026,'_xmlrpc_request','true'),(747825,121026,'_server_remote_addr','190.85.70.110'),(747826,121026,'_server_http_x_forwarded_for_0','218.27.162.221'),(747827,121026,'_server_http_x_forwarded_for_1','190.85.70.110'),(747828,121026,'_server_http_referer','http://www.google.com.hk'),(747829,121027,'login_id','1'),(747830,121027,'login_email','mentolnet@gmail.com'),(747831,121027,'login','mentol'),(747832,121027,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747833,121027,'_message_key','user_login_failed'),(747834,121027,'_xmlrpc_request','true'),(747835,121027,'_server_remote_addr','190.122.187.230'),(747836,121027,'_server_http_x_forwarded_for_0','106.133.34.183'),(747837,121027,'_server_http_x_forwarded_for_1','190.122.187.230'),(747838,121027,'_server_http_referer','http://www.google.com.hk'),(747839,121028,'login_id','1'),(747840,121028,'login_email','mentolnet@gmail.com'),(747841,121028,'login','mentol'),(747842,121028,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747843,121028,'_message_key','user_login_failed'),(747844,121028,'_xmlrpc_request','true'),(747845,121028,'_server_remote_addr','190.211.115.218'),(747846,121028,'_server_http_x_forwarded_for_1','190.211.115.218'),(747847,121028,'_server_http_referer','http://www.google.com.hk'),(747848,121029,'login_id','1'),(747849,121029,'login_email','mentolnet@gmail.com'),(747850,121029,'login','mentol'),(747851,121029,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747852,121029,'_message_key','user_login_failed'),(747853,121029,'_xmlrpc_request','true'),(747854,121029,'_server_remote_addr','113.130.126.218'),(747855,121029,'_server_http_x_forwarded_for_0','187.54.10.34'),(747856,121029,'_server_http_x_forwarded_for_1','113.130.126.218'),(747857,121029,'_server_http_referer','http://www.google.com.hk'),(747858,121030,'login_id','1'),(747859,121030,'login_email','mentolnet@gmail.com'),(747860,121030,'login','mentol'),(747861,121030,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747862,121030,'_message_key','user_login_failed'),(747863,121030,'_xmlrpc_request','true'),(747864,121030,'_server_remote_addr','94.190.9.131'),(747865,121030,'_server_http_x_forwarded_for_0','79.109.145.89'),(747866,121030,'_server_http_x_forwarded_for_1','94.190.9.131'),(747867,121030,'_server_http_referer','http://www.google.com.hk'),(747868,121031,'login_id','1'),(747869,121031,'login_email','mentolnet@gmail.com'),(747870,121031,'login','mentol'),(747871,121031,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747872,121031,'_message_key','user_login_failed'),(747873,121031,'_xmlrpc_request','true'),(747874,121031,'_server_remote_addr','103.218.101.230'),(747875,121031,'_server_http_x_forwarded_for_0','99.175.144.121'),(747876,121031,'_server_http_x_forwarded_for_1','192.99.8.157'),(747877,121031,'_server_http_x_forwarded_for_2','103.218.101.230'),(747878,121031,'_server_http_referer','http://www.google.com.hk'),(747879,121032,'login_id','1'),(747880,121032,'login_email','mentolnet@gmail.com'),(747881,121032,'login','mentol'),(747882,121032,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747883,121032,'_message_key','user_login_failed'),(747884,121032,'_xmlrpc_request','true'),(747885,121032,'_server_remote_addr','93.152.172.162'),(747886,121032,'_server_http_x_forwarded_for_1','93.152.172.162'),(747887,121032,'_server_http_referer','http://www.google.com.hk'),(747888,121033,'login_id','1'),(747889,121033,'login_email','mentolnet@gmail.com'),(747890,121033,'login','mentol'),(747891,121033,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747892,121033,'_message_key','user_login_failed'),(747893,121033,'_xmlrpc_request','true'),(747894,121033,'_server_remote_addr','140.227.53.4'),(747895,121033,'_server_http_x_forwarded_for_0','106.39.38.181'),(747896,121033,'_server_http_x_forwarded_for_1','192.99.8.157'),(747897,121033,'_server_http_x_forwarded_for_2','140.227.53.4'),(747898,121033,'_server_http_referer','http://www.google.com.hk'),(747899,121034,'login_id','1'),(747900,121034,'login_email','mentolnet@gmail.com'),(747901,121034,'login','mentol'),(747902,121034,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747903,121034,'_message_key','user_login_failed'),(747904,121034,'_xmlrpc_request','true'),(747905,121034,'_server_remote_addr','103.112.167.6'),(747906,121034,'_server_http_x_forwarded_for_0','183.148.43.235'),(747907,121034,'_server_http_x_forwarded_for_1','192.99.8.157'),(747908,121034,'_server_http_x_forwarded_for_2','103.112.167.6'),(747909,121034,'_server_http_referer','http://www.google.com.hk'),(747910,121035,'login_id','1'),(747911,121035,'login_email','mentolnet@gmail.com'),(747912,121035,'login','mentol'),(747913,121035,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747914,121035,'_message_key','user_login_failed'),(747915,121035,'_xmlrpc_request','true'),(747916,121035,'_server_remote_addr','5.23.102.194'),(747917,121035,'_server_http_x_forwarded_for_0','28.166.68.82'),(747918,121035,'_server_http_x_forwarded_for_1','5.23.102.194'),(747919,121035,'_server_http_referer','http://www.google.com.hk'),(747920,121036,'login_id','1'),(747921,121036,'login_email','mentolnet@gmail.com'),(747922,121036,'login','mentol'),(747923,121036,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747924,121036,'_message_key','user_login_failed'),(747925,121036,'_xmlrpc_request','true'),(747926,121036,'_server_remote_addr','209.97.168.63'),(747927,121036,'_server_http_x_forwarded_for_0','123.192.204.45'),(747928,121036,'_server_http_x_forwarded_for_1','192.99.8.157'),(747929,121036,'_server_http_x_forwarded_for_2','209.97.168.63'),(747930,121036,'_server_http_referer','http://www.google.com.hk'),(747931,121037,'login_id','1'),(747932,121037,'login_email','mentolnet@gmail.com'),(747933,121037,'login','mentol'),(747934,121037,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747935,121037,'_message_key','user_login_failed'),(747936,121037,'_xmlrpc_request','true'),(747937,121037,'_server_remote_addr','5.148.128.44'),(747938,121037,'_server_http_x_forwarded_for_0','96.144.21.123'),(747939,121037,'_server_http_x_forwarded_for_1','192.99.8.157'),(747940,121037,'_server_http_x_forwarded_for_3','5.148.128.44'),(747941,121037,'_server_http_referer','http://www.google.com.hk'),(747942,121038,'login_id','1'),(747943,121038,'login_email','mentolnet@gmail.com'),(747944,121038,'login','mentol'),(747945,121038,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747946,121038,'_message_key','user_login_failed'),(747947,121038,'_xmlrpc_request','true'),(747948,121038,'_server_remote_addr','178.130.29.226'),(747949,121038,'_server_http_x_forwarded_for_0','149.197.237.12'),(747950,121038,'_server_http_x_forwarded_for_1','178.130.29.226'),(747951,121038,'_server_http_referer','http://www.google.com.hk'),(747952,121039,'login_id','1'),(747953,121039,'login_email','mentolnet@gmail.com'),(747954,121039,'login','mentol'),(747955,121039,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747956,121039,'_message_key','user_login_failed'),(747957,121039,'_xmlrpc_request','true'),(747958,121039,'_server_remote_addr','159.203.27.24'),(747959,121039,'_server_http_x_forwarded_for_0','124.181.156.9'),(747960,121039,'_server_http_x_forwarded_for_2','159.203.27.24'),(747961,121039,'_server_http_referer','http://www.google.com.hk'),(747962,121040,'login_id','1'),(747963,121040,'login_email','mentolnet@gmail.com'),(747964,121040,'login','mentol'),(747965,121040,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747966,121040,'_message_key','user_login_failed'),(747967,121040,'_xmlrpc_request','true'),(747968,121040,'_server_remote_addr','140.227.75.169'),(747969,121040,'_server_http_x_forwarded_for_0','140.227.75.169'),(747970,121040,'_server_http_referer','http://www.google.com.hk'),(747971,121041,'login_id','1'),(747972,121041,'login_email','mentolnet@gmail.com'),(747973,121041,'login','mentol'),(747974,121041,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747975,121041,'_message_key','user_login_failed'),(747976,121041,'_xmlrpc_request','true'),(747977,121041,'_server_remote_addr','170.254.229.154'),(747978,121041,'_server_http_x_forwarded_for_0','8.23.209.229'),(747979,121041,'_server_http_x_forwarded_for_1','170.254.229.154'),(747980,121041,'_server_http_referer','http://www.google.com.hk'),(747981,121042,'login_id','1'),(747982,121042,'login_email','mentolnet@gmail.com'),(747983,121042,'login','mentol'),(747984,121042,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747985,121042,'_message_key','user_login_failed'),(747986,121042,'_xmlrpc_request','true'),(747987,121042,'_server_remote_addr','140.227.203.210'),(747988,121042,'_server_http_x_forwarded_for_0','140.227.203.210'),(747989,121042,'_server_http_referer','http://www.google.com.hk'),(747990,121043,'login_id','1'),(747991,121043,'login_email','mentolnet@gmail.com'),(747992,121043,'login','mentol'),(747993,121043,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(747994,121043,'_message_key','user_login_failed'),(747995,121043,'_xmlrpc_request','true'),(747996,121043,'_server_remote_addr','78.186.153.69'),(747997,121043,'_server_http_x_forwarded_for_0','28.83.212.116'),(747998,121043,'_server_http_x_forwarded_for_1','78.186.153.69'),(747999,121043,'_server_http_referer','http://www.google.com.hk'),(748000,121044,'login_id','1'),(748001,121044,'login_email','mentolnet@gmail.com'),(748002,121044,'login','mentol'),(748003,121044,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748004,121044,'_message_key','user_login_failed'),(748005,121044,'_xmlrpc_request','true'),(748006,121044,'_server_remote_addr','185.152.113.51'),(748007,121044,'_server_http_x_forwarded_for_0','182.122.91.132'),(748008,121044,'_server_http_x_forwarded_for_1','185.152.113.51'),(748009,121044,'_server_http_referer','http://www.google.com.hk'),(748010,121045,'login_id','1'),(748011,121045,'login_email','mentolnet@gmail.com'),(748012,121045,'login','mentol'),(748013,121045,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748014,121045,'_message_key','user_login_failed'),(748015,121045,'_xmlrpc_request','true'),(748016,121045,'_server_remote_addr','118.174.232.126'),(748017,121045,'_server_http_x_forwarded_for_0','148.2.34.227'),(748018,121045,'_server_http_x_forwarded_for_1','118.174.232.126'),(748019,121045,'_server_http_referer','http://www.google.com.hk'),(748020,121046,'login_id','1'),(748021,121046,'login_email','mentolnet@gmail.com'),(748022,121046,'login','mentol'),(748023,121046,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748024,121046,'_message_key','user_login_failed'),(748025,121046,'_xmlrpc_request','true'),(748026,121046,'_server_remote_addr','128.199.242.152'),(748027,121046,'_server_http_x_forwarded_for_0','14.19.202.42'),(748028,121046,'_server_http_x_forwarded_for_1','192.99.8.157'),(748029,121046,'_server_http_x_forwarded_for_2','128.199.242.152'),(748030,121046,'_server_http_referer','http://www.google.com.hk'),(748031,121047,'login_id','1'),(748032,121047,'login_email','mentolnet@gmail.com'),(748033,121047,'login','mentol'),(748034,121047,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748035,121047,'_message_key','user_login_failed'),(748036,121047,'_xmlrpc_request','true'),(748037,121047,'_server_remote_addr','140.227.76.44'),(748038,121047,'_server_http_x_forwarded_for_0','140.227.76.44'),(748039,121047,'_server_http_referer','http://www.google.com.hk'),(748040,121048,'login_id','1'),(748041,121048,'login_email','mentolnet@gmail.com'),(748042,121048,'login','mentol'),(748043,121048,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748044,121048,'_message_key','user_login_failed'),(748045,121048,'_xmlrpc_request','true'),(748046,121048,'_server_remote_addr','140.227.11.203'),(748047,121048,'_server_http_x_forwarded_for_0','140.227.11.203'),(748048,121048,'_server_http_referer','http://www.google.com.hk'),(748049,121049,'login_id','1'),(748050,121049,'login_email','mentolnet@gmail.com'),(748051,121049,'login','mentol'),(748052,121049,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748053,121049,'_message_key','user_login_failed'),(748054,121049,'_xmlrpc_request','true'),(748055,121049,'_server_remote_addr','50.197.38.230'),(748056,121049,'_server_http_x_forwarded_for_0','195.99.139.108'),(748057,121049,'_server_http_x_forwarded_for_1','50.197.38.230'),(748058,121049,'_server_http_referer','http://www.google.com.hk'),(748059,121050,'login_id','1'),(748060,121050,'login_email','mentolnet@gmail.com'),(748061,121050,'login','mentol'),(748062,121050,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748063,121050,'_message_key','user_login_failed'),(748064,121050,'_xmlrpc_request','true'),(748065,121050,'_server_remote_addr','140.227.203.209'),(748066,121050,'_server_http_x_forwarded_for_0','140.227.203.209'),(748067,121050,'_server_http_referer','http://www.google.com.hk'),(748068,121051,'login_id','1'),(748069,121051,'login_email','mentolnet@gmail.com'),(748070,121051,'login','mentol'),(748071,121051,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748072,121051,'_message_key','user_login_failed'),(748073,121051,'_xmlrpc_request','true'),(748074,121051,'_server_remote_addr','183.96.217.250'),(748075,121051,'_server_http_x_forwarded_for_0','187.138.116.222'),(748076,121051,'_server_http_x_forwarded_for_1','183.96.217.250'),(748077,121051,'_server_http_referer','http://www.google.com.hk'),(748078,121052,'login_id','1'),(748079,121052,'login_email','mentolnet@gmail.com'),(748080,121052,'login','mentol'),(748081,121052,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748082,121052,'_message_key','user_login_failed'),(748083,121052,'_xmlrpc_request','true'),(748084,121052,'_server_remote_addr','140.227.80.73'),(748085,121052,'_server_http_x_forwarded_for_0','140.227.80.73'),(748086,121052,'_server_http_referer','http://www.google.com.hk'),(748087,121053,'login_id','1'),(748088,121053,'login_email','mentolnet@gmail.com'),(748089,121053,'login','mentol'),(748090,121053,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748091,121053,'_message_key','user_login_failed'),(748092,121053,'_xmlrpc_request','true'),(748093,121053,'_server_remote_addr','31.145.187.172'),(748094,121053,'_server_http_x_forwarded_for_0','192.39.150.47'),(748095,121053,'_server_http_x_forwarded_for_1','31.145.187.172'),(748096,121053,'_server_http_referer','http://www.google.com.hk'),(748097,121054,'login_id','1'),(748098,121054,'login_email','mentolnet@gmail.com'),(748099,121054,'login','mentol'),(748100,121054,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748101,121054,'_message_key','user_login_failed'),(748102,121054,'_xmlrpc_request','true'),(748103,121054,'_server_remote_addr','35.221.42.38'),(748104,121054,'_server_http_x_forwarded_for_0','84.153.234.61'),(748105,121054,'_server_http_x_forwarded_for_1','35.221.42.38'),(748106,121054,'_server_http_referer','http://www.google.com.hk'),(748107,121055,'login_id','1'),(748108,121055,'login_email','mentolnet@gmail.com'),(748109,121055,'login','mentol'),(748110,121055,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748111,121055,'_message_key','user_login_failed'),(748112,121055,'_xmlrpc_request','true'),(748113,121055,'_server_remote_addr','140.227.79.108'),(748114,121055,'_server_http_x_forwarded_for_0','140.227.79.108'),(748115,121055,'_server_http_referer','http://www.google.com.hk'),(748116,121056,'login_id','1'),(748117,121056,'login_email','mentolnet@gmail.com'),(748118,121056,'login','mentol'),(748119,121056,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748120,121056,'_message_key','user_login_failed'),(748121,121056,'_xmlrpc_request','true'),(748122,121056,'_server_remote_addr','140.227.210.205'),(748123,121056,'_server_http_x_forwarded_for_0','140.227.210.205'),(748124,121056,'_server_http_referer','http://www.google.com.hk'),(748125,121057,'login_id','1'),(748126,121057,'login_email','mentolnet@gmail.com'),(748127,121057,'login','mentol'),(748128,121057,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748129,121057,'_message_key','user_login_failed'),(748130,121057,'_xmlrpc_request','true'),(748131,121057,'_server_remote_addr','140.227.212.179'),(748132,121057,'_server_http_x_forwarded_for_0','140.227.212.179'),(748133,121058,'login_id','1'),(748134,121058,'login_email','mentolnet@gmail.com'),(748135,121058,'login','mentol'),(748136,121058,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748137,121058,'_message_key','user_login_failed'),(748138,121058,'_xmlrpc_request','true'),(748139,121058,'_server_remote_addr','117.102.88.121'),(748140,121058,'_server_http_x_forwarded_for_0','106.115.170.207'),(748141,121058,'_server_http_x_forwarded_for_1','117.102.88.121'),(748142,121058,'_server_http_referer','http://www.google.com.hk'),(748143,121059,'login_id','1'),(748144,121059,'login_email','mentolnet@gmail.com'),(748145,121059,'login','mentol'),(748146,121059,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748147,121059,'_message_key','user_login_failed'),(748148,121059,'_xmlrpc_request','true'),(748149,121059,'_server_remote_addr','180.180.156.17'),(748150,121059,'_server_http_x_forwarded_for_0','197.23.139.99'),(748151,121059,'_server_http_x_forwarded_for_1','180.180.156.17'),(748152,121059,'_server_http_referer','http://www.google.com.hk'),(748153,121060,'login_id','1'),(748154,121060,'login_email','mentolnet@gmail.com'),(748155,121060,'login','mentol'),(748156,121060,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748157,121060,'_message_key','user_login_failed'),(748158,121060,'_xmlrpc_request','true'),(748159,121060,'_server_remote_addr','88.80.153.107'),(748160,121060,'_server_http_x_forwarded_for_0','161.137.253.26'),(748161,121060,'_server_http_x_forwarded_for_1','88.80.153.107'),(748162,121060,'_server_http_referer','http://www.google.com.hk'),(748163,121061,'login_id','1'),(748164,121061,'login_email','mentolnet@gmail.com'),(748165,121061,'login','mentol'),(748166,121061,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748167,121061,'_message_key','user_login_failed'),(748168,121061,'_xmlrpc_request','true'),(748169,121061,'_server_remote_addr','95.161.179.186'),(748170,121061,'_server_http_x_forwarded_for_0','118.89.223.100'),(748171,121061,'_server_http_x_forwarded_for_1','95.161.179.186'),(748172,121061,'_server_http_referer','http://www.google.com.hk'),(748173,121062,'login_id','1'),(748174,121062,'login_email','mentolnet@gmail.com'),(748175,121062,'login','mentol'),(748176,121062,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748177,121062,'_message_key','user_login_failed'),(748178,121062,'_xmlrpc_request','true'),(748179,121062,'_server_remote_addr','77.70.115.103'),(748180,121062,'_server_http_x_forwarded_for_1','77.70.115.103'),(748181,121062,'_server_http_referer','http://www.google.com.hk'),(748182,121063,'login_id','1'),(748183,121063,'login_email','mentolnet@gmail.com'),(748184,121063,'login','mentol'),(748185,121063,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748186,121063,'_message_key','user_login_failed'),(748187,121063,'_xmlrpc_request','true'),(748188,121063,'_server_remote_addr','95.189.112.214'),(748189,121063,'_server_http_x_forwarded_for_0','20.219.122.228'),(748190,121063,'_server_http_x_forwarded_for_1','95.189.112.214'),(748191,121063,'_server_http_referer','http://www.google.com.hk'),(748192,121064,'login_id','1'),(748193,121064,'login_email','mentolnet@gmail.com'),(748194,121064,'login','mentol'),(748195,121064,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748196,121064,'_message_key','user_login_failed'),(748197,121064,'_xmlrpc_request','true'),(748198,121064,'_server_remote_addr','185.122.44.218'),(748199,121064,'_server_http_x_forwarded_for_0','198.210.43.96'),(748200,121064,'_server_http_x_forwarded_for_1','185.122.44.218'),(748201,121064,'_server_http_referer','http://www.google.com.hk'),(748202,121065,'login_id','1'),(748203,121065,'login_email','mentolnet@gmail.com'),(748204,121065,'login','mentol'),(748205,121065,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748206,121065,'_message_key','user_login_failed'),(748207,121065,'_xmlrpc_request','true'),(748208,121065,'_server_remote_addr','143.255.40.30'),(748209,121065,'_server_http_x_forwarded_for_0','197.126.238.228'),(748210,121065,'_server_http_x_forwarded_for_1','143.255.40.30'),(748211,121065,'_server_http_referer','http://www.google.com.hk'),(748212,121066,'login_id','1'),(748213,121066,'login_email','mentolnet@gmail.com'),(748214,121066,'login','mentol'),(748215,121066,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748216,121066,'_message_key','user_login_failed'),(748217,121066,'_xmlrpc_request','true'),(748218,121066,'_server_remote_addr','35.245.32.51'),(748219,121066,'_server_http_x_forwarded_for_0','116.161.207.237'),(748220,121066,'_server_http_x_forwarded_for_1','192.99.8.157'),(748221,121066,'_server_http_x_forwarded_for_2','35.245.32.51'),(748222,121066,'_server_http_referer','http://www.google.com.hk'),(748223,121067,'login_id','1'),(748224,121067,'login_email','mentolnet@gmail.com'),(748225,121067,'login','mentol'),(748226,121067,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748227,121067,'_message_key','user_login_failed'),(748228,121067,'_xmlrpc_request','true'),(748229,121067,'_server_remote_addr','158.46.43.137'),(748230,121067,'_server_http_x_forwarded_for_0','169.115.218.225'),(748231,121067,'_server_http_x_forwarded_for_1','158.46.43.137'),(748232,121067,'_server_http_referer','http://www.google.com.hk'),(748233,121068,'login_id','1'),(748234,121068,'login_email','mentolnet@gmail.com'),(748235,121068,'login','mentol'),(748236,121068,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748237,121068,'_message_key','user_login_failed'),(748238,121068,'_xmlrpc_request','true'),(748239,121068,'_server_remote_addr','91.205.131.168'),(748240,121068,'_server_http_x_forwarded_for_0','145.127.36.60'),(748241,121068,'_server_http_x_forwarded_for_1','192.99.8.157'),(748242,121068,'_server_http_x_forwarded_for_2','91.205.131.168'),(748243,121068,'_server_http_referer','http://www.google.com.hk'),(748244,121069,'login_id','1'),(748245,121069,'login_email','mentolnet@gmail.com'),(748246,121069,'login','mentol'),(748247,121069,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748248,121069,'_message_key','user_login_failed'),(748249,121069,'_xmlrpc_request','true'),(748250,121069,'_server_remote_addr','77.70.115.103'),(748251,121069,'_server_http_x_forwarded_for_0','84.196.41.16'),(748252,121069,'_server_http_x_forwarded_for_1','77.70.115.103'),(748253,121069,'_server_http_referer','http://www.google.com.hk'),(748254,121070,'login_id','1'),(748255,121070,'login_email','mentolnet@gmail.com'),(748256,121070,'login','mentol'),(748257,121070,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748258,121070,'_message_key','user_login_failed'),(748259,121070,'_xmlrpc_request','true'),(748260,121070,'_server_remote_addr','82.147.84.78'),(748261,121070,'_server_http_x_forwarded_for_0','15.242.152.172'),(748262,121070,'_server_http_x_forwarded_for_1','82.147.84.78'),(748263,121070,'_server_http_referer','http://www.google.com.hk'),(748264,121071,'login_id','1'),(748265,121071,'login_email','mentolnet@gmail.com'),(748266,121071,'login','mentol'),(748267,121071,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748268,121071,'_message_key','user_login_failed'),(748269,121071,'_xmlrpc_request','true'),(748270,121071,'_server_remote_addr','118.175.244.21'),(748271,121071,'_server_http_x_forwarded_for_0','17.198.36.184'),(748272,121071,'_server_http_x_forwarded_for_1','192.99.8.157'),(748273,121071,'_server_http_x_forwarded_for_2','118.175.244.21'),(748274,121071,'_server_http_referer','http://www.google.com.hk'),(748275,121072,'login_id','1'),(748276,121072,'login_email','mentolnet@gmail.com'),(748277,121072,'login','mentol'),(748278,121072,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748279,121072,'_message_key','user_login_failed'),(748280,121072,'_xmlrpc_request','true'),(748281,121072,'_server_remote_addr','174.127.155.118'),(748282,121072,'_server_http_x_forwarded_for_0','91.251.133.82'),(748283,121072,'_server_http_x_forwarded_for_1','174.127.155.118'),(748284,121072,'_server_http_referer','http://www.google.com.hk'),(748285,121073,'login_id','1'),(748286,121073,'login_email','mentolnet@gmail.com'),(748287,121073,'login','mentol'),(748288,121073,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748289,121073,'_message_key','user_login_failed'),(748290,121073,'_xmlrpc_request','true'),(748291,121073,'_server_remote_addr','140.227.27.81'),(748292,121073,'_server_http_x_forwarded_for_0','140.227.27.81'),(748293,121073,'_server_http_referer','http://www.google.com.hk'),(748294,121074,'login_id','1'),(748295,121074,'login_email','mentolnet@gmail.com'),(748296,121074,'login','mentol'),(748297,121074,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748298,121074,'_message_key','user_login_failed'),(748299,121074,'_xmlrpc_request','true'),(748300,121074,'_server_remote_addr','91.134.210.185'),(748301,121074,'_server_http_x_forwarded_for_0','75.65.83.129'),(748302,121074,'_server_http_x_forwarded_for_1','91.134.210.185'),(748303,121074,'_server_http_referer','http://www.google.com.hk'),(748304,121075,'login_id','1'),(748305,121075,'login_email','mentolnet@gmail.com'),(748306,121075,'login','mentol'),(748307,121075,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748308,121075,'_message_key','user_login_failed'),(748309,121075,'_xmlrpc_request','true'),(748310,121075,'_server_remote_addr','109.105.195.250'),(748311,121075,'_server_http_x_forwarded_for_0','81.67.50.133'),(748312,121075,'_server_http_x_forwarded_for_1','109.105.195.250'),(748313,121075,'_server_http_referer','http://www.google.com.hk'),(748314,121076,'login_id','1'),(748315,121076,'login_email','mentolnet@gmail.com'),(748316,121076,'login','mentol'),(748317,121076,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748318,121076,'_message_key','user_login_failed'),(748319,121076,'_xmlrpc_request','true'),(748320,121076,'_server_remote_addr','140.227.211.208'),(748321,121076,'_server_http_x_forwarded_for_0','140.227.211.208'),(748322,121076,'_server_http_referer','http://www.google.com.hk'),(748323,121077,'login_id','1'),(748324,121077,'login_email','mentolnet@gmail.com'),(748325,121077,'login','mentol'),(748326,121077,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748327,121077,'_message_key','user_login_failed'),(748328,121077,'_xmlrpc_request','true'),(748329,121077,'_server_remote_addr','71.183.100.76'),(748330,121077,'_server_http_x_forwarded_for_0','74.43.226.97'),(748331,121077,'_server_http_x_forwarded_for_1','71.183.100.76'),(748332,121077,'_server_http_referer','http://www.google.com.hk'),(748333,121078,'login_id','1'),(748334,121078,'login_email','mentolnet@gmail.com'),(748335,121078,'login','mentol'),(748336,121078,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748337,121078,'_message_key','user_login_failed'),(748338,121078,'_xmlrpc_request','true'),(748339,121078,'_server_remote_addr','140.227.207.211'),(748340,121078,'_server_http_x_forwarded_for_0','140.227.207.211'),(748341,121078,'_server_http_referer','http://www.google.com.hk'),(748342,121079,'login_id','1'),(748343,121079,'login_email','mentolnet@gmail.com'),(748344,121079,'login','mentol'),(748345,121079,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748346,121079,'_message_key','user_login_failed'),(748347,121079,'_xmlrpc_request','true'),(748348,121079,'_server_remote_addr','212.160.180.110'),(748349,121079,'_server_http_x_forwarded_for_0','8.171.28.72'),(748350,121079,'_server_http_x_forwarded_for_1','212.160.180.110'),(748351,121079,'_server_http_referer','http://www.google.com.hk'),(748352,121080,'login_id','1'),(748353,121080,'login_email','mentolnet@gmail.com'),(748354,121080,'login','mentol'),(748355,121080,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748356,121080,'_message_key','user_login_failed'),(748357,121080,'_xmlrpc_request','true'),(748358,121080,'_server_remote_addr','212.160.180.110'),(748359,121080,'_server_http_x_forwarded_for_0','56.83.217.164'),(748360,121080,'_server_http_x_forwarded_for_1','212.160.180.110'),(748361,121080,'_server_http_referer','http://www.google.com.hk'),(748362,121081,'login_id','1'),(748363,121081,'login_email','mentolnet@gmail.com'),(748364,121081,'login','mentol'),(748365,121081,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748366,121081,'_message_key','user_login_failed'),(748367,121081,'_xmlrpc_request','true'),(748368,121081,'_server_remote_addr','5.2.230.40'),(748369,121081,'_server_http_x_forwarded_for_0','172.73.183.217'),(748370,121081,'_server_http_x_forwarded_for_1','5.2.230.40'),(748371,121081,'_server_http_referer','http://www.google.com.hk'),(748372,121082,'login_id','1'),(748373,121082,'login_email','mentolnet@gmail.com'),(748374,121082,'login','mentol'),(748375,121082,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748376,121082,'_message_key','user_login_failed'),(748377,121082,'_xmlrpc_request','true'),(748378,121082,'_server_remote_addr','140.227.8.202'),(748379,121082,'_server_http_x_forwarded_for_0','140.227.8.202'),(748380,121082,'_server_http_referer','http://www.google.com.hk'),(748381,121083,'login_id','1'),(748382,121083,'login_email','mentolnet@gmail.com'),(748383,121083,'login','mentol'),(748384,121083,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748385,121083,'_message_key','user_login_failed'),(748386,121083,'_xmlrpc_request','true'),(748387,121083,'_server_remote_addr','140.227.77.30'),(748388,121083,'_server_http_x_forwarded_for_0','140.227.77.30'),(748389,121083,'_server_http_referer','http://www.google.com.hk'),(748390,121084,'login_id','1'),(748391,121084,'login_email','mentolnet@gmail.com'),(748392,121084,'login','mentol'),(748393,121084,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748394,121084,'_message_key','user_login_failed'),(748395,121084,'_xmlrpc_request','true'),(748396,121084,'_server_remote_addr','118.174.220.231'),(748397,121084,'_server_http_x_forwarded_for_0','73.222.39.105'),(748398,121084,'_server_http_x_forwarded_for_1','118.174.220.231'),(748399,121084,'_server_http_referer','http://www.google.com.hk'),(748400,121085,'login_id','1'),(748401,121085,'login_email','mentolnet@gmail.com'),(748402,121085,'login','mentol'),(748403,121085,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748404,121085,'_message_key','user_login_failed'),(748405,121085,'_xmlrpc_request','true'),(748406,121085,'_server_remote_addr','140.227.28.129'),(748407,121085,'_server_http_x_forwarded_for_0','140.227.28.129'),(748408,121085,'_server_http_referer','http://www.google.com.hk'),(748409,121086,'login_id','1'),(748410,121086,'login_email','mentolnet@gmail.com'),(748411,121086,'login','mentol'),(748412,121086,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748413,121086,'_message_key','user_login_failed'),(748414,121086,'_xmlrpc_request','true'),(748415,121086,'_server_remote_addr','181.129.133.74'),(748416,121086,'_server_http_x_forwarded_for_0','30.119.213.143'),(748417,121086,'_server_http_x_forwarded_for_1','181.129.133.74'),(748418,121086,'_server_http_referer','http://www.google.com.hk'),(748419,121087,'login_id','1'),(748420,121087,'login_email','mentolnet@gmail.com'),(748421,121087,'login','mentol'),(748422,121087,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748423,121087,'_message_key','user_login_failed'),(748424,121087,'_xmlrpc_request','true'),(748425,121087,'_server_remote_addr','78.186.153.69'),(748426,121087,'_server_http_x_forwarded_for_0','62.200.26.169'),(748427,121087,'_server_http_x_forwarded_for_1','78.186.153.69'),(748428,121087,'_server_http_referer','http://www.google.com.hk'),(748429,121088,'login_id','1'),(748430,121088,'login_email','mentolnet@gmail.com'),(748431,121088,'login','mentol'),(748432,121088,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748433,121088,'_message_key','user_login_failed'),(748434,121088,'_xmlrpc_request','true'),(748435,121088,'_server_remote_addr','198.13.59.170'),(748436,121088,'_server_http_x_forwarded_for_0','48.97.127.254'),(748437,121088,'_server_http_x_forwarded_for_2','198.13.59.170'),(748438,121088,'_server_http_referer','http://www.google.com.hk'),(748439,121089,'login_id','1'),(748440,121089,'login_email','mentolnet@gmail.com'),(748441,121089,'login','mentol'),(748442,121089,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748443,121089,'_message_key','user_login_failed'),(748444,121089,'_xmlrpc_request','true'),(748445,121089,'_server_remote_addr','118.174.232.126'),(748446,121089,'_server_http_x_forwarded_for_0','150.45.237.102'),(748447,121089,'_server_http_x_forwarded_for_1','118.174.232.126'),(748448,121089,'_server_http_referer','http://www.google.com.hk'),(748449,121090,'login_id','1'),(748450,121090,'login_email','mentolnet@gmail.com'),(748451,121090,'login','mentol'),(748452,121090,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748453,121090,'_message_key','user_login_failed'),(748454,121090,'_xmlrpc_request','true'),(748455,121090,'_server_remote_addr','140.227.203.176'),(748456,121090,'_server_http_x_forwarded_for_0','140.227.203.176'),(748457,121091,'login_id','1'),(748458,121091,'login_email','mentolnet@gmail.com'),(748459,121091,'login','mentol'),(748460,121091,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748461,121091,'_message_key','user_login_failed'),(748462,121091,'_xmlrpc_request','true'),(748463,121091,'_server_remote_addr','140.227.207.211'),(748464,121091,'_server_http_x_forwarded_for_0','140.227.207.211'),(748465,121091,'_server_http_referer','http://www.google.com.hk'),(748466,121092,'login_id','1'),(748467,121092,'login_email','mentolnet@gmail.com'),(748468,121092,'login','mentol'),(748469,121092,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748470,121092,'_message_key','user_login_failed'),(748471,121092,'_xmlrpc_request','true'),(748472,121092,'_server_remote_addr','114.108.177.104'),(748473,121092,'_server_http_x_forwarded_for_0','85.249.86.135'),(748474,121092,'_server_http_x_forwarded_for_1','114.108.177.104'),(748475,121092,'_server_http_referer','http://www.google.com.hk'),(748476,121093,'login_id','1'),(748477,121093,'login_email','mentolnet@gmail.com'),(748478,121093,'login','mentol'),(748479,121093,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748480,121093,'_message_key','user_login_failed'),(748481,121093,'_xmlrpc_request','true'),(748482,121093,'_server_remote_addr','170.239.46.2'),(748483,121093,'_server_http_x_forwarded_for_0','194.244.48.84'),(748484,121093,'_server_http_x_forwarded_for_1','170.239.46.2'),(748485,121093,'_server_http_referer','http://www.google.com.hk'),(748486,121094,'login_id','1'),(748487,121094,'login_email','mentolnet@gmail.com'),(748488,121094,'login','mentol'),(748489,121094,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748490,121094,'_message_key','user_login_failed'),(748491,121094,'_xmlrpc_request','true'),(748492,121094,'_server_remote_addr','185.34.17.158'),(748493,121094,'_server_http_x_forwarded_for_0','102.215.251.201'),(748494,121094,'_server_http_x_forwarded_for_1','185.34.17.158'),(748495,121094,'_server_http_referer','http://www.google.com.hk'),(748496,121095,'login_id','1'),(748497,121095,'login_email','mentolnet@gmail.com'),(748498,121095,'login','mentol'),(748499,121095,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748500,121095,'_message_key','user_login_failed'),(748501,121095,'_xmlrpc_request','true'),(748502,121095,'_server_remote_addr','114.108.177.104'),(748503,121095,'_server_http_x_forwarded_for_0','54.181.16.197'),(748504,121095,'_server_http_x_forwarded_for_1','114.108.177.104'),(748505,121095,'_server_http_referer','http://www.google.com.hk'),(748506,121096,'login_id','1'),(748507,121096,'login_email','mentolnet@gmail.com'),(748508,121096,'login','mentol'),(748509,121096,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748510,121096,'_message_key','user_login_failed'),(748511,121096,'_xmlrpc_request','true'),(748512,121096,'_server_remote_addr','140.227.209.164'),(748513,121096,'_server_http_x_forwarded_for_0','140.227.209.164'),(748514,121097,'login_id','1'),(748515,121097,'login_email','mentolnet@gmail.com'),(748516,121097,'login','mentol'),(748517,121097,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748518,121097,'_message_key','user_login_failed'),(748519,121097,'_xmlrpc_request','true'),(748520,121097,'_server_remote_addr','140.227.200.215'),(748521,121097,'_server_http_x_forwarded_for_0','140.227.200.215'),(748522,121097,'_server_http_referer','http://www.google.com.hk'),(748523,121098,'login_id','1'),(748524,121098,'login_email','mentolnet@gmail.com'),(748525,121098,'login','mentol'),(748526,121098,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748527,121098,'_message_key','user_login_failed'),(748528,121098,'_xmlrpc_request','true'),(748529,121098,'_server_remote_addr','140.227.78.185'),(748530,121098,'_server_http_x_forwarded_for_0','140.227.78.185'),(748531,121098,'_server_http_referer','http://www.google.com.hk'),(748532,121099,'login_id','1'),(748533,121099,'login_email','mentolnet@gmail.com'),(748534,121099,'login','mentol'),(748535,121099,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748536,121099,'_message_key','user_login_failed'),(748537,121099,'_xmlrpc_request','true'),(748538,121099,'_server_remote_addr','91.149.180.96'),(748539,121099,'_server_http_x_forwarded_for_0','185.83.111.169'),(748540,121099,'_server_http_x_forwarded_for_1','91.149.180.96'),(748541,121099,'_server_http_referer','http://www.google.com.hk'),(748542,121100,'login_id','1'),(748543,121100,'login_email','mentolnet@gmail.com'),(748544,121100,'login','mentol'),(748545,121100,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748546,121100,'_message_key','user_login_failed'),(748547,121100,'_xmlrpc_request','true'),(748548,121100,'_server_remote_addr','95.181.143.106'),(748549,121100,'_server_http_x_forwarded_for_0','173.64.187.156'),(748550,121100,'_server_http_x_forwarded_for_1','95.181.143.106'),(748551,121100,'_server_http_referer','http://www.google.com.hk'),(748552,121101,'login_id','1'),(748553,121101,'login_email','mentolnet@gmail.com'),(748554,121101,'login','mentol'),(748555,121101,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748556,121101,'_message_key','user_login_failed'),(748557,121101,'_xmlrpc_request','true'),(748558,121101,'_server_remote_addr','113.252.222.73'),(748559,121101,'_server_http_x_forwarded_for_0','9.125.187.242'),(748560,121101,'_server_http_x_forwarded_for_1','113.252.222.73'),(748561,121101,'_server_http_referer','http://www.google.com.hk'),(748562,121102,'login_id','1'),(748563,121102,'login_email','mentolnet@gmail.com'),(748564,121102,'login','mentol'),(748565,121102,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748566,121102,'_message_key','user_login_failed'),(748567,121102,'_xmlrpc_request','true'),(748568,121102,'_server_remote_addr','125.25.80.58'),(748569,121102,'_server_http_x_forwarded_for_0','55.204.14.176'),(748570,121102,'_server_http_x_forwarded_for_1','125.25.80.58'),(748571,121102,'_server_http_referer','http://www.google.com.hk'),(748572,121103,'login_id','1'),(748573,121103,'login_email','mentolnet@gmail.com'),(748574,121103,'login','mentol'),(748575,121103,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748576,121103,'_message_key','user_login_failed'),(748577,121103,'_xmlrpc_request','true'),(748578,121103,'_server_remote_addr','185.152.113.51'),(748579,121103,'_server_http_x_forwarded_for_0','220.10.101.185'),(748580,121103,'_server_http_x_forwarded_for_1','185.152.113.51'),(748581,121103,'_server_http_referer','http://www.google.com.hk'),(748582,121104,'login_id','1'),(748583,121104,'login_email','mentolnet@gmail.com'),(748584,121104,'login','mentol'),(748585,121104,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748586,121104,'_message_key','user_login_failed'),(748587,121104,'_xmlrpc_request','true'),(748588,121104,'_server_remote_addr','1.20.100.251'),(748589,121104,'_server_http_x_forwarded_for_0','186.231.58.121'),(748590,121104,'_server_http_x_forwarded_for_1','1.20.100.251'),(748591,121104,'_server_http_referer','http://www.google.com.hk'),(748592,121105,'login_id','1'),(748593,121105,'login_email','mentolnet@gmail.com'),(748594,121105,'login','mentol'),(748595,121105,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748596,121105,'_message_key','user_login_failed'),(748597,121105,'_xmlrpc_request','true'),(748598,121105,'_server_remote_addr','85.109.127.66'),(748599,121105,'_server_http_x_forwarded_for_0','140.243.140.55'),(748600,121105,'_server_http_x_forwarded_for_1','85.109.127.66'),(748601,121105,'_server_http_referer','http://www.google.com.hk'),(748602,121106,'login_id','1'),(748603,121106,'login_email','mentolnet@gmail.com'),(748604,121106,'login','mentol'),(748605,121106,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748606,121106,'_message_key','user_login_failed'),(748607,121106,'_xmlrpc_request','true'),(748608,121106,'_server_remote_addr','140.227.198.242'),(748609,121106,'_server_http_x_forwarded_for_0','140.227.198.242'),(748610,121106,'_server_http_referer','http://www.google.com.hk'),(748611,121107,'login_id','1'),(748612,121107,'login_email','mentolnet@gmail.com'),(748613,121107,'login','mentol'),(748614,121107,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748615,121107,'_message_key','user_login_failed'),(748616,121107,'_xmlrpc_request','true'),(748617,121107,'_server_remote_addr','1.20.103.56'),(748618,121107,'_server_http_x_forwarded_for_0','19.243.178.4'),(748619,121107,'_server_http_x_forwarded_for_1','1.20.103.56'),(748620,121107,'_server_http_referer','http://www.google.com.hk'),(748621,121108,'login_id','1'),(748622,121108,'login_email','mentolnet@gmail.com'),(748623,121108,'login','mentol'),(748624,121108,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748625,121108,'_message_key','user_login_failed'),(748626,121108,'_xmlrpc_request','true'),(748627,121108,'_server_remote_addr','1.254.195.253'),(748628,121108,'_server_http_x_forwarded_for_0','185.135.193.213'),(748629,121108,'_server_http_x_forwarded_for_1','1.254.195.253'),(748630,121108,'_server_http_referer','http://www.google.com.hk'),(748631,121109,'login_id','1'),(748632,121109,'login_email','mentolnet@gmail.com'),(748633,121109,'login','mentol'),(748634,121109,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748635,121109,'_message_key','user_login_failed'),(748636,121109,'_xmlrpc_request','true'),(748637,121109,'_server_remote_addr','95.87.14.3'),(748638,121109,'_server_http_x_forwarded_for_0','93.204.142.58'),(748639,121109,'_server_http_x_forwarded_for_1','95.87.14.3'),(748640,121109,'_server_http_referer','http://www.google.com.hk'),(748641,121110,'login_id','1'),(748642,121110,'login_email','mentolnet@gmail.com'),(748643,121110,'login','mentol'),(748644,121110,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748645,121110,'_message_key','user_login_failed'),(748646,121110,'_xmlrpc_request','true'),(748647,121110,'_server_remote_addr','91.134.210.185'),(748648,121110,'_server_http_x_forwarded_for_0','41.175.209.130'),(748649,121110,'_server_http_x_forwarded_for_1','91.134.210.185'),(748650,121110,'_server_http_referer','http://www.google.com.hk'),(748651,121111,'login_id','1'),(748652,121111,'login_email','mentolnet@gmail.com'),(748653,121111,'login','mentol'),(748654,121111,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748655,121111,'_message_key','user_login_failed'),(748656,121111,'_xmlrpc_request','true'),(748657,121111,'_server_remote_addr','150.107.243.18'),(748658,121111,'_server_http_x_forwarded_for_0','197.246.85.48'),(748659,121111,'_server_http_x_forwarded_for_1','150.107.243.18'),(748660,121111,'_server_http_referer','http://www.google.com.hk'),(748661,121112,'login_id','1'),(748662,121112,'login_email','mentolnet@gmail.com'),(748663,121112,'login','mentol'),(748664,121112,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748665,121112,'_message_key','user_login_failed'),(748666,121112,'_xmlrpc_request','true'),(748667,121112,'_server_remote_addr','188.68.95.166'),(748668,121112,'_server_http_x_forwarded_for_0','42.233.102.160'),(748669,121112,'_server_http_x_forwarded_for_1','188.68.95.166'),(748670,121112,'_server_http_referer','http://www.google.com.hk'),(748671,121113,'login_id','1'),(748672,121113,'login_email','mentolnet@gmail.com'),(748673,121113,'login','mentol'),(748674,121113,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748675,121113,'_message_key','user_login_failed'),(748676,121113,'_xmlrpc_request','true'),(748677,121113,'_server_remote_addr','203.189.136.139'),(748678,121113,'_server_http_x_forwarded_for_0','75.6.221.39'),(748679,121113,'_server_http_x_forwarded_for_1','192.99.8.157'),(748680,121113,'_server_http_x_forwarded_for_2','203.189.136.139'),(748681,121113,'_server_http_referer','http://www.google.com.hk'),(748682,121114,'login_id','1'),(748683,121114,'login_email','mentolnet@gmail.com'),(748684,121114,'login','mentol'),(748685,121114,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748686,121114,'_message_key','user_login_failed'),(748687,121114,'_xmlrpc_request','true'),(748688,121114,'_server_remote_addr','47.52.108.40'),(748689,121114,'_server_http_x_forwarded_for_0','90.252.246.136'),(748690,121114,'_server_http_x_forwarded_for_1','47.52.108.40'),(748691,121114,'_server_http_referer','http://www.google.com.hk'),(748692,121115,'login_id','1'),(748693,121115,'login_email','mentolnet@gmail.com'),(748694,121115,'login','mentol'),(748695,121115,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748696,121115,'_message_key','user_login_failed'),(748697,121115,'_xmlrpc_request','true'),(748698,121115,'_server_remote_addr','176.104.117.23'),(748699,121115,'_server_http_x_forwarded_for_0','97.138.193.122'),(748700,121115,'_server_http_x_forwarded_for_1','176.104.117.23'),(748701,121115,'_server_http_referer','http://www.google.com.hk'),(748702,121116,'login_id','1'),(748703,121116,'login_email','mentolnet@gmail.com'),(748704,121116,'login','mentol'),(748705,121116,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748706,121116,'_message_key','user_login_failed'),(748707,121116,'_xmlrpc_request','true'),(748708,121116,'_server_remote_addr','88.84.209.69'),(748709,121116,'_server_http_x_forwarded_for_0','202.96.239.105'),(748710,121116,'_server_http_x_forwarded_for_1','88.84.209.69'),(748711,121116,'_server_http_referer','http://www.google.com.hk'),(748712,121117,'login_id','1'),(748713,121117,'login_email','mentolnet@gmail.com'),(748714,121117,'login','mentol'),(748715,121117,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748716,121117,'_message_key','user_login_failed'),(748717,121117,'_xmlrpc_request','true'),(748718,121117,'_server_remote_addr','182.61.170.45'),(748719,121117,'_server_http_x_forwarded_for_1','192.99.8.157'),(748720,121117,'_server_http_x_forwarded_for_2','182.61.170.45'),(748721,121117,'_server_http_referer','http://www.google.com.hk'),(748722,121118,'login_id','1'),(748723,121118,'login_email','mentolnet@gmail.com'),(748724,121118,'login','mentol'),(748725,121118,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748726,121118,'_message_key','user_login_failed'),(748727,121118,'_xmlrpc_request','true'),(748728,121118,'_server_remote_addr','91.196.37.202'),(748729,121118,'_server_http_x_forwarded_for_0','131.3.52.181'),(748730,121118,'_server_http_x_forwarded_for_1','91.196.37.202'),(748731,121118,'_server_http_referer','http://www.google.com.hk'),(748732,121119,'login_id','1'),(748733,121119,'login_email','mentolnet@gmail.com'),(748734,121119,'login','mentol'),(748735,121119,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748736,121119,'_message_key','user_login_failed'),(748737,121119,'_xmlrpc_request','true'),(748738,121119,'_server_remote_addr','59.127.168.43'),(748739,121119,'_server_http_x_forwarded_for_0','153.122.4.63'),(748740,121119,'_server_http_x_forwarded_for_1','192.99.8.157'),(748741,121119,'_server_http_x_forwarded_for_2','59.127.168.43'),(748742,121119,'_server_http_referer','http://www.google.com.hk'),(748743,121120,'login_id','1'),(748744,121120,'login_email','mentolnet@gmail.com'),(748745,121120,'login','mentol'),(748746,121120,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748747,121120,'_message_key','user_login_failed'),(748748,121120,'_xmlrpc_request','true'),(748749,121120,'_server_remote_addr','109.105.195.250'),(748750,121120,'_server_http_x_forwarded_for_0','136.181.166.217'),(748751,121120,'_server_http_x_forwarded_for_1','109.105.195.250'),(748752,121120,'_server_http_referer','http://www.google.com.hk'),(748753,121121,'login_id','1'),(748754,121121,'login_email','mentolnet@gmail.com'),(748755,121121,'login','mentol'),(748756,121121,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748757,121121,'_message_key','user_login_failed'),(748758,121121,'_xmlrpc_request','true'),(748759,121121,'_server_remote_addr','140.227.59.74'),(748760,121121,'_server_http_x_forwarded_for_0','140.227.59.74'),(748761,121121,'_server_http_referer','http://www.google.com.hk'),(748762,121122,'login_id','1'),(748763,121122,'login_email','mentolnet@gmail.com'),(748764,121122,'login','mentol'),(748765,121122,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748766,121122,'_message_key','user_login_failed'),(748767,121122,'_xmlrpc_request','true'),(748768,121122,'_server_remote_addr','197.254.103.126'),(748769,121122,'_server_http_x_forwarded_for_0','171.59.249.137'),(748770,121122,'_server_http_x_forwarded_for_1','197.254.103.126'),(748771,121122,'_server_http_referer','http://www.google.com.hk'),(748772,121123,'login_id','1'),(748773,121123,'login_email','mentolnet@gmail.com'),(748774,121123,'login','mentol'),(748775,121123,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748776,121123,'_message_key','user_login_failed'),(748777,121123,'_xmlrpc_request','true'),(748778,121123,'_server_remote_addr','140.227.78.185'),(748779,121123,'_server_http_x_forwarded_for_0','140.227.78.185'),(748780,121123,'_server_http_referer','http://www.google.com.hk'),(748781,121124,'login_id','1'),(748782,121124,'login_email','mentolnet@gmail.com'),(748783,121124,'login','mentol'),(748784,121124,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748785,121124,'_message_key','user_login_failed'),(748786,121124,'_xmlrpc_request','true'),(748787,121124,'_server_remote_addr','1.20.100.183'),(748788,121124,'_server_http_x_forwarded_for_0','23.219.75.51'),(748789,121124,'_server_http_x_forwarded_for_1','1.20.100.183'),(748790,121124,'_server_http_referer','http://www.google.com.hk'),(748791,121125,'login_id','1'),(748792,121125,'login_email','mentolnet@gmail.com'),(748793,121125,'login','mentol'),(748794,121125,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748795,121125,'_message_key','user_login_failed'),(748796,121125,'_xmlrpc_request','true'),(748797,121125,'_server_remote_addr','140.227.211.208'),(748798,121125,'_server_http_x_forwarded_for_0','140.227.211.208'),(748799,121125,'_server_http_referer','http://www.google.com.hk'),(748800,121126,'login_id','1'),(748801,121126,'login_email','mentolnet@gmail.com'),(748802,121126,'login','mentol'),(748803,121126,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748804,121126,'_message_key','user_login_failed'),(748805,121126,'_xmlrpc_request','true'),(748806,121126,'_server_remote_addr','124.41.193.183'),(748807,121126,'_server_http_x_forwarded_for_0','150.213.254.10'),(748808,121126,'_server_http_x_forwarded_for_1','124.41.193.183'),(748809,121126,'_server_http_referer','http://www.google.com.hk'),(748810,121127,'login_id','1'),(748811,121127,'login_email','mentolnet@gmail.com'),(748812,121127,'login','mentol'),(748813,121127,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748814,121127,'_message_key','user_login_failed'),(748815,121127,'_xmlrpc_request','true'),(748816,121127,'_server_remote_addr','140.227.79.108'),(748817,121127,'_server_http_x_forwarded_for_0','140.227.79.108'),(748818,121127,'_server_http_referer','http://www.google.com.hk'),(748819,121128,'login_id','1'),(748820,121128,'login_email','mentolnet@gmail.com'),(748821,121128,'login','mentol'),(748822,121128,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748823,121128,'_message_key','user_login_failed'),(748824,121128,'_xmlrpc_request','true'),(748825,121128,'_server_remote_addr','31.13.15.94'),(748826,121128,'_server_http_x_forwarded_for_0','66.80.107.29'),(748827,121128,'_server_http_x_forwarded_for_1','31.13.15.94'),(748828,121128,'_server_http_referer','http://www.google.com.hk'),(748829,121129,'login_id','1'),(748830,121129,'login_email','mentolnet@gmail.com'),(748831,121129,'login','mentol'),(748832,121129,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748833,121129,'_message_key','user_login_failed'),(748834,121129,'_xmlrpc_request','true'),(748835,121129,'_server_remote_addr','88.12.29.20'),(748836,121129,'_server_http_x_forwarded_for_0','134.240.50.233'),(748837,121129,'_server_http_x_forwarded_for_1','88.12.29.20'),(748838,121129,'_server_http_referer','http://www.google.com.hk'),(748839,121130,'login_id','1'),(748840,121130,'login_email','mentolnet@gmail.com'),(748841,121130,'login','mentol'),(748842,121130,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748843,121130,'_message_key','user_login_failed'),(748844,121130,'_xmlrpc_request','true'),(748845,121130,'_server_remote_addr','140.227.57.219'),(748846,121130,'_server_http_x_forwarded_for_0','140.227.57.219'),(748847,121130,'_server_http_referer','http://www.google.com.hk'),(748848,121131,'login_id','1'),(748849,121131,'login_email','mentolnet@gmail.com'),(748850,121131,'login','mentol'),(748851,121131,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748852,121131,'_message_key','user_login_failed'),(748853,121131,'_xmlrpc_request','true'),(748854,121131,'_server_remote_addr','1.179.157.237'),(748855,121131,'_server_http_x_forwarded_for_1','1.179.157.237'),(748856,121131,'_server_http_referer','http://www.google.com.hk'),(748857,121132,'login_id','1'),(748858,121132,'login_email','mentolnet@gmail.com'),(748859,121132,'login','mentol'),(748860,121132,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748861,121132,'_message_key','user_login_failed'),(748862,121132,'_xmlrpc_request','true'),(748863,121132,'_server_remote_addr','31.148.48.151'),(748864,121132,'_server_http_x_forwarded_for_0','29.174.51.183'),(748865,121132,'_server_http_x_forwarded_for_1','31.148.48.151'),(748866,121132,'_server_http_referer','http://www.google.com.hk'),(748867,121133,'login_id','1'),(748868,121133,'login_email','mentolnet@gmail.com'),(748869,121133,'login','mentol'),(748870,121133,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748871,121133,'_message_key','user_login_failed'),(748872,121133,'_xmlrpc_request','true'),(748873,121133,'_server_remote_addr','140.227.212.211'),(748874,121133,'_server_http_x_forwarded_for_0','140.227.212.211'),(748875,121133,'_server_http_referer','http://www.google.com.hk'),(748876,121134,'login_id','1'),(748877,121134,'login_email','mentolnet@gmail.com'),(748878,121134,'login','mentol'),(748879,121134,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748880,121134,'_message_key','user_login_failed'),(748881,121134,'_xmlrpc_request','true'),(748882,121134,'_server_remote_addr','1.10.186.130'),(748883,121134,'_server_http_x_forwarded_for_1','1.10.186.130'),(748884,121134,'_server_http_referer','http://www.google.com.hk'),(748885,121135,'login_id','1'),(748886,121135,'login_email','mentolnet@gmail.com'),(748887,121135,'login','mentol'),(748888,121135,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748889,121135,'_message_key','user_login_failed'),(748890,121135,'_xmlrpc_request','true'),(748891,121135,'_server_remote_addr','84.42.253.252'),(748892,121135,'_server_http_x_forwarded_for_1','84.42.253.252'),(748893,121135,'_server_http_referer','http://www.google.com.hk'),(748894,121136,'login_id','1'),(748895,121136,'login_email','mentolnet@gmail.com'),(748896,121136,'login','mentol'),(748897,121136,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748898,121136,'_message_key','user_login_failed'),(748899,121136,'_xmlrpc_request','true'),(748900,121136,'_server_remote_addr','181.129.163.115'),(748901,121136,'_server_http_x_forwarded_for_0','149.27.183.118'),(748902,121136,'_server_http_x_forwarded_for_1','181.129.163.115'),(748903,121136,'_server_http_referer','http://www.google.com.hk'),(748904,121137,'login_id','1'),(748905,121137,'login_email','mentolnet@gmail.com'),(748906,121137,'login','mentol'),(748907,121137,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748908,121137,'_message_key','user_login_failed'),(748909,121137,'_xmlrpc_request','true'),(748910,121137,'_server_remote_addr','91.205.146.25'),(748911,121137,'_server_http_x_forwarded_for_0','89.125.25.146'),(748912,121137,'_server_http_x_forwarded_for_1','91.205.146.25'),(748913,121137,'_server_http_referer','http://www.google.com.hk'),(748914,121138,'login_id','1'),(748915,121138,'login_email','mentolnet@gmail.com'),(748916,121138,'login','mentol'),(748917,121138,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748918,121138,'_message_key','user_login_failed'),(748919,121138,'_xmlrpc_request','true'),(748920,121138,'_server_remote_addr','110.235.249.80'),(748921,121138,'_server_http_x_forwarded_for_0','24.90.218.153'),(748922,121138,'_server_http_x_forwarded_for_1','110.235.249.80'),(748923,121138,'_server_http_referer','http://www.google.com.hk'),(748924,121139,'login_id','1'),(748925,121139,'login_email','mentolnet@gmail.com'),(748926,121139,'login','mentol'),(748927,121139,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748928,121139,'_message_key','user_login_failed'),(748929,121139,'_xmlrpc_request','true'),(748930,121139,'_server_remote_addr','119.82.252.80'),(748931,121139,'_server_http_x_forwarded_for_0','75.49.42.156'),(748932,121139,'_server_http_x_forwarded_for_1','119.82.252.80'),(748933,121139,'_server_http_referer','http://www.google.com.hk'),(748934,121140,'login_id','1'),(748935,121140,'login_email','mentolnet@gmail.com'),(748936,121140,'login','mentol'),(748937,121140,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748938,121140,'_message_key','user_login_failed'),(748939,121140,'_xmlrpc_request','true'),(748940,121140,'_server_remote_addr','178.75.1.132'),(748941,121140,'_server_http_x_forwarded_for_0','120.96.218.200'),(748942,121140,'_server_http_x_forwarded_for_1','178.75.1.132'),(748943,121140,'_server_http_referer','http://www.google.com.hk'),(748944,121141,'login_id','1'),(748945,121141,'login_email','mentolnet@gmail.com'),(748946,121141,'login','mentol'),(748947,121141,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748948,121141,'_message_key','user_login_failed'),(748949,121141,'_xmlrpc_request','true'),(748950,121141,'_server_remote_addr','119.82.252.115'),(748951,121141,'_server_http_x_forwarded_for_0','196.59.103.61'),(748952,121141,'_server_http_x_forwarded_for_1','119.82.252.115'),(748953,121141,'_server_http_referer','http://www.google.com.hk'),(748954,121142,'login_id','1'),(748955,121142,'login_email','mentolnet@gmail.com'),(748956,121142,'login','mentol'),(748957,121142,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748958,121142,'_message_key','user_login_failed'),(748959,121142,'_xmlrpc_request','true'),(748960,121142,'_server_remote_addr','140.227.75.55'),(748961,121142,'_server_http_x_forwarded_for_0','140.227.75.55'),(748962,121142,'_server_http_referer','http://www.google.com.hk'),(748963,121143,'login_id','1'),(748964,121143,'login_email','mentolnet@gmail.com'),(748965,121143,'login','mentol'),(748966,121143,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748967,121143,'_message_key','user_login_failed'),(748968,121143,'_xmlrpc_request','true'),(748969,121143,'_server_remote_addr','113.130.126.218'),(748970,121143,'_server_http_x_forwarded_for_0','156.56.107.84'),(748971,121143,'_server_http_x_forwarded_for_1','113.130.126.218'),(748972,121143,'_server_http_referer','http://www.google.com.hk'),(748973,121144,'login_id','1'),(748974,121144,'login_email','mentolnet@gmail.com'),(748975,121144,'login','mentol'),(748976,121144,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748977,121144,'_message_key','user_login_failed'),(748978,121144,'_xmlrpc_request','true'),(748979,121144,'_server_remote_addr','87.249.247.200'),(748980,121144,'_server_http_x_forwarded_for_0','138.45.172.193'),(748981,121144,'_server_http_x_forwarded_for_1','87.249.247.200'),(748982,121144,'_server_http_referer','http://www.google.com.hk'),(748983,121145,'login_id','1'),(748984,121145,'login_email','mentolnet@gmail.com'),(748985,121145,'login','mentol'),(748986,121145,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748987,121145,'_message_key','user_login_failed'),(748988,121145,'_xmlrpc_request','true'),(748989,121145,'_server_remote_addr','154.79.242.6'),(748990,121145,'_server_http_x_forwarded_for_0','117.138.18.91'),(748991,121145,'_server_http_x_forwarded_for_1','154.79.242.6'),(748992,121145,'_server_http_referer','http://www.google.com.hk'),(748993,121146,'login_id','1'),(748994,121146,'login_email','mentolnet@gmail.com'),(748995,121146,'login','mentol'),(748996,121146,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(748997,121146,'_message_key','user_login_failed'),(748998,121146,'_xmlrpc_request','true'),(748999,121146,'_server_remote_addr','140.227.80.73'),(749000,121146,'_server_http_x_forwarded_for_0','140.227.80.73'),(749001,121146,'_server_http_referer','http://www.google.com.hk'),(749002,121147,'login_id','1'),(749003,121147,'login_email','mentolnet@gmail.com'),(749004,121147,'login','mentol'),(749005,121147,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749006,121147,'_message_key','user_login_failed'),(749007,121147,'_xmlrpc_request','true'),(749008,121147,'_server_remote_addr','46.150.174.90'),(749009,121147,'_server_http_x_forwarded_for_0','83.123.166.27'),(749010,121147,'_server_http_x_forwarded_for_1','46.150.174.90'),(749011,121147,'_server_http_referer','http://www.google.com.hk'),(749012,121148,'login_id','1'),(749013,121148,'login_email','mentolnet@gmail.com'),(749014,121148,'login','mentol'),(749015,121148,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749016,121148,'_message_key','user_login_failed'),(749017,121148,'_xmlrpc_request','true'),(749018,121148,'_server_remote_addr','93.171.245.215'),(749019,121148,'_server_http_x_forwarded_for_0','216.228.28.154'),(749020,121148,'_server_http_x_forwarded_for_1','93.171.245.215'),(749021,121148,'_server_http_referer','http://www.google.com.hk'),(749022,121149,'login_id','1'),(749023,121149,'login_email','mentolnet@gmail.com'),(749024,121149,'login','mentol'),(749025,121149,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749026,121149,'_message_key','user_login_failed'),(749027,121149,'_xmlrpc_request','true'),(749028,121149,'_server_remote_addr','140.227.75.55'),(749029,121149,'_server_http_x_forwarded_for_0','140.227.75.55'),(749030,121149,'_server_http_referer','http://www.google.com.hk'),(749031,121150,'login_id','1'),(749032,121150,'login_email','mentolnet@gmail.com'),(749033,121150,'login','mentol'),(749034,121150,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749035,121150,'_message_key','user_login_failed'),(749036,121150,'_xmlrpc_request','true'),(749037,121150,'_server_remote_addr','182.61.170.45'),(749038,121150,'_server_http_x_forwarded_for_0','158.252.170.152'),(749039,121150,'_server_http_x_forwarded_for_1','192.99.8.157'),(749040,121150,'_server_http_x_forwarded_for_2','182.61.170.45'),(749041,121150,'_server_http_referer','http://www.google.com.hk'),(749042,121151,'login_id','1'),(749043,121151,'login_email','mentolnet@gmail.com'),(749044,121151,'login','mentol'),(749045,121151,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749046,121151,'_message_key','user_login_failed'),(749047,121151,'_xmlrpc_request','true'),(749048,121151,'_server_remote_addr','78.186.153.69'),(749049,121151,'_server_http_x_forwarded_for_0','100.80.52.41'),(749050,121151,'_server_http_x_forwarded_for_1','78.186.153.69'),(749051,121151,'_server_http_referer','http://www.google.com.hk'),(749052,121152,'login_id','1'),(749053,121152,'login_email','mentolnet@gmail.com'),(749054,121152,'login','mentol'),(749055,121152,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749056,121152,'_message_key','user_login_failed'),(749057,121152,'_xmlrpc_request','true'),(749058,121152,'_server_remote_addr','103.245.188.86'),(749059,121152,'_server_http_x_forwarded_for_0','134.183.135.181'),(749060,121152,'_server_http_x_forwarded_for_1','103.245.188.86'),(749061,121152,'_server_http_referer','http://www.google.com.hk'),(749062,121153,'login_id','1'),(749063,121153,'login_email','mentolnet@gmail.com'),(749064,121153,'login','mentol'),(749065,121153,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749066,121153,'_message_key','user_login_failed'),(749067,121153,'_xmlrpc_request','true'),(749068,121153,'_server_remote_addr','59.127.168.43'),(749069,121153,'_server_http_x_forwarded_for_1','192.99.8.157'),(749070,121153,'_server_http_x_forwarded_for_2','59.127.168.43'),(749071,121153,'_server_http_referer','http://www.google.com.hk'),(749072,121154,'login_id','1'),(749073,121154,'login_email','mentolnet@gmail.com'),(749074,121154,'login','mentol'),(749075,121154,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749076,121154,'_message_key','user_login_failed'),(749077,121154,'_xmlrpc_request','true'),(749078,121154,'_server_remote_addr','140.227.70.68'),(749079,121154,'_server_http_x_forwarded_for_0','140.227.70.68'),(749080,121155,'login_id','1'),(749081,121155,'login_email','mentolnet@gmail.com'),(749082,121155,'login','mentol'),(749083,121155,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749084,121155,'_message_key','user_login_failed'),(749085,121155,'_xmlrpc_request','true'),(749086,121155,'_server_remote_addr','103.76.241.66'),(749087,121155,'_server_http_x_forwarded_for_0','24.247.9.35'),(749088,121155,'_server_http_x_forwarded_for_1','103.76.241.66'),(749089,121155,'_server_http_referer','http://www.google.com.hk'),(749090,121156,'login_id','1'),(749091,121156,'login_email','mentolnet@gmail.com'),(749092,121156,'login','mentol'),(749093,121156,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749094,121156,'_message_key','user_login_failed'),(749095,121156,'_xmlrpc_request','true'),(749096,121156,'_server_remote_addr','114.108.177.104'),(749097,121156,'_server_http_x_forwarded_for_0','172.209.157.155'),(749098,121156,'_server_http_x_forwarded_for_1','114.108.177.104'),(749099,121156,'_server_http_referer','http://www.google.com.hk'),(749100,121157,'login_id','1'),(749101,121157,'login_email','mentolnet@gmail.com'),(749102,121157,'login','mentol'),(749103,121157,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749104,121157,'_message_key','user_login_failed'),(749105,121157,'_xmlrpc_request','true'),(749106,121157,'_server_remote_addr','31.171.195.55'),(749107,121157,'_server_http_x_forwarded_for_0','90.40.181.59'),(749108,121157,'_server_http_x_forwarded_for_1','31.171.195.55'),(749109,121157,'_server_http_referer','http://www.google.com.hk'),(749110,121158,'login_id','1'),(749111,121158,'login_email','mentolnet@gmail.com'),(749112,121158,'login','mentol'),(749113,121158,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749114,121158,'_message_key','user_login_failed'),(749115,121158,'_xmlrpc_request','true'),(749116,121158,'_server_remote_addr','124.81.228.34'),(749117,121158,'_server_http_x_forwarded_for_0','181.189.167.143'),(749118,121158,'_server_http_x_forwarded_for_1','124.81.228.34'),(749119,121158,'_server_http_referer','http://www.google.com.hk'),(749120,121159,'login_id','1'),(749121,121159,'login_email','mentolnet@gmail.com'),(749122,121159,'login','mentol'),(749123,121159,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749124,121159,'_message_key','user_login_failed'),(749125,121159,'_xmlrpc_request','true'),(749126,121159,'_server_remote_addr','201.150.36.221'),(749127,121159,'_server_http_x_forwarded_for_1','201.150.36.221'),(749128,121159,'_server_http_referer','http://www.google.com.hk'),(749129,121160,'login_id','1'),(749130,121160,'login_email','mentolnet@gmail.com'),(749131,121160,'login','mentol'),(749132,121160,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749133,121160,'_message_key','user_login_failed'),(749134,121160,'_xmlrpc_request','true'),(749135,121160,'_server_remote_addr','125.27.251.159'),(749136,121160,'_server_http_x_forwarded_for_0','205.193.14.149'),(749137,121160,'_server_http_x_forwarded_for_1','125.27.251.159'),(749138,121160,'_server_http_referer','http://www.google.com.hk'),(749139,121161,'login_id','1'),(749140,121161,'login_email','mentolnet@gmail.com'),(749141,121161,'login','mentol'),(749142,121161,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749143,121161,'_message_key','user_login_failed'),(749144,121161,'_xmlrpc_request','true'),(749145,121161,'_server_remote_addr','118.174.234.68'),(749146,121161,'_server_http_x_forwarded_for_1','118.174.234.68'),(749147,121161,'_server_http_referer','http://www.google.com.hk'),(749148,121162,'login_id','1'),(749149,121162,'login_email','mentolnet@gmail.com'),(749150,121162,'login','mentol'),(749151,121162,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749152,121162,'_message_key','user_login_failed'),(749153,121162,'_xmlrpc_request','true'),(749154,121162,'_server_remote_addr','103.76.241.66'),(749155,121162,'_server_http_x_forwarded_for_1','103.76.241.66'),(749156,121162,'_server_http_referer','http://www.google.com.hk'),(749157,121163,'login_id','1'),(749158,121163,'login_email','mentolnet@gmail.com'),(749159,121163,'login','mentol'),(749160,121163,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749161,121163,'_message_key','user_login_failed'),(749162,121163,'_xmlrpc_request','true'),(749163,121163,'_server_remote_addr','93.76.98.61'),(749164,121163,'_server_http_x_forwarded_for_0','65.162.178.9'),(749165,121163,'_server_http_x_forwarded_for_1','93.76.98.61'),(749166,121163,'_server_http_referer','http://www.google.com.hk'),(749167,121164,'login_id','1'),(749168,121164,'login_email','mentolnet@gmail.com'),(749169,121164,'login','mentol'),(749170,121164,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749171,121164,'_message_key','user_login_failed'),(749172,121164,'_xmlrpc_request','true'),(749173,121164,'_server_remote_addr','118.172.97.14'),(749174,121164,'_server_http_x_forwarded_for_0','118.172.97.14'),(749175,121164,'_server_http_referer','http://www.google.com.hk'),(749176,121165,'login_id','1'),(749177,121165,'login_email','mentolnet@gmail.com'),(749178,121165,'login','mentol'),(749179,121165,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749180,121165,'_message_key','user_login_failed'),(749181,121165,'_xmlrpc_request','true'),(749182,121165,'_server_remote_addr','88.119.50.248'),(749183,121165,'_server_http_x_forwarded_for_0','180.114.200.224'),(749184,121165,'_server_http_x_forwarded_for_1','192.99.8.157'),(749185,121165,'_server_http_x_forwarded_for_2','88.119.50.248'),(749186,121165,'_server_http_referer','http://www.google.com.hk'),(749187,121166,'login_id','1'),(749188,121166,'login_email','mentolnet@gmail.com'),(749189,121166,'login','mentol'),(749190,121166,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749191,121166,'_message_key','user_login_failed'),(749192,121166,'_xmlrpc_request','true'),(749193,121166,'_server_remote_addr','186.42.215.242'),(749194,121166,'_server_http_x_forwarded_for_0','186.188.32.119'),(749195,121166,'_server_http_x_forwarded_for_1','186.42.215.242'),(749196,121166,'_server_http_referer','http://www.google.com.hk'),(749197,121167,'login_id','1'),(749198,121167,'login_email','mentolnet@gmail.com'),(749199,121167,'login','mentol'),(749200,121167,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749201,121167,'_message_key','user_login_failed'),(749202,121167,'_xmlrpc_request','true'),(749203,121167,'_server_remote_addr','149.129.132.93'),(749204,121167,'_server_http_x_forwarded_for_0','60.118.90.182'),(749205,121167,'_server_http_x_forwarded_for_1','149.129.132.93'),(749206,121167,'_server_http_referer','http://www.google.com.hk'),(749207,121168,'login_id','1'),(749208,121168,'login_email','mentolnet@gmail.com'),(749209,121168,'login','mentol'),(749210,121168,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749211,121168,'_message_key','user_login_failed'),(749212,121168,'_xmlrpc_request','true'),(749213,121168,'_server_remote_addr','186.155.243.50'),(749214,121168,'_server_http_x_forwarded_for_0','75.184.220.83'),(749215,121168,'_server_http_x_forwarded_for_1','186.155.243.50'),(749216,121168,'_server_http_referer','http://www.google.com.hk'),(749217,121169,'login_id','1'),(749218,121169,'login_email','mentolnet@gmail.com'),(749219,121169,'login','mentol'),(749220,121169,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749221,121169,'_message_key','user_login_failed'),(749222,121169,'_xmlrpc_request','true'),(749223,121169,'_server_remote_addr','170.254.229.154'),(749224,121169,'_server_http_x_forwarded_for_0','141.156.23.18'),(749225,121169,'_server_http_x_forwarded_for_1','170.254.229.154'),(749226,121169,'_server_http_referer','http://www.google.com.hk'),(749227,121170,'login_id','1'),(749228,121170,'login_email','mentolnet@gmail.com'),(749229,121170,'login','mentol'),(749230,121170,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749231,121170,'_message_key','user_login_failed'),(749232,121170,'_xmlrpc_request','true'),(749233,121170,'_server_remote_addr','93.190.58.4'),(749234,121170,'_server_http_x_forwarded_for_0','213.34.192.125'),(749235,121170,'_server_http_x_forwarded_for_1','93.190.58.4'),(749236,121170,'_server_http_referer','http://www.google.com.hk'),(749237,121171,'login_id','1'),(749238,121171,'login_email','mentolnet@gmail.com'),(749239,121171,'login','mentol'),(749240,121171,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749241,121171,'_message_key','user_login_failed'),(749242,121171,'_xmlrpc_request','true'),(749243,121171,'_server_remote_addr','110.171.54.28'),(749244,121171,'_server_http_x_forwarded_for_0','24.159.226.36'),(749245,121171,'_server_http_x_forwarded_for_1','110.171.54.28'),(749246,121171,'_server_http_x_forwarded_for_2','110.171.54.28'),(749247,121171,'_server_http_referer','http://www.google.com.hk'),(749248,121172,'login_id','1'),(749249,121172,'login_email','mentolnet@gmail.com'),(749250,121172,'login','mentol'),(749251,121172,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749252,121172,'_message_key','user_login_failed'),(749253,121172,'_xmlrpc_request','true'),(749254,121172,'_server_remote_addr','185.216.195.134'),(749255,121172,'_server_http_x_forwarded_for_0','79.28.205.234'),(749256,121172,'_server_http_x_forwarded_for_1','185.216.195.134'),(749257,121172,'_server_http_referer','http://www.google.com.hk'),(749258,121173,'login_id','1'),(749259,121173,'login_email','mentolnet@gmail.com'),(749260,121173,'login','mentol'),(749261,121173,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749262,121173,'_message_key','user_login_failed'),(749263,121173,'_xmlrpc_request','true'),(749264,121173,'_server_remote_addr','125.25.80.34'),(749265,121173,'_server_http_x_forwarded_for_0','191.208.40.191'),(749266,121173,'_server_http_x_forwarded_for_1','125.25.80.34'),(749267,121173,'_server_http_referer','http://www.google.com.hk'),(749268,121174,'login_id','1'),(749269,121174,'login_email','mentolnet@gmail.com'),(749270,121174,'login','mentol'),(749271,121174,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749272,121174,'_message_key','user_login_failed'),(749273,121174,'_xmlrpc_request','true'),(749274,121174,'_server_remote_addr','142.93.40.52'),(749275,121174,'_server_http_x_forwarded_for_0','61.28.157.95'),(749276,121174,'_server_http_x_forwarded_for_1','192.99.8.157'),(749277,121174,'_server_http_x_forwarded_for_2','142.93.40.52'),(749278,121174,'_server_http_referer','http://www.google.com.hk'),(749279,121175,'login_id','1'),(749280,121175,'login_email','mentolnet@gmail.com'),(749281,121175,'login','mentol'),(749282,121175,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749283,121175,'_message_key','user_login_failed'),(749284,121175,'_xmlrpc_request','true'),(749285,121175,'_server_remote_addr','31.44.249.31'),(749286,121175,'_server_http_x_forwarded_for_0','123.246.236.23'),(749287,121175,'_server_http_x_forwarded_for_1','192.99.8.157'),(749288,121175,'_server_http_x_forwarded_for_2','31.44.249.31'),(749289,121175,'_server_http_referer','http://www.google.com.hk'),(749290,121176,'login_id','1'),(749291,121176,'login_email','mentolnet@gmail.com'),(749292,121176,'login','mentol'),(749293,121176,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749294,121176,'_message_key','user_login_failed'),(749295,121176,'_xmlrpc_request','true'),(749296,121176,'_server_remote_addr','188.0.20.45'),(749297,121176,'_server_http_x_forwarded_for_0','65.81.46.202'),(749298,121176,'_server_http_x_forwarded_for_1','188.0.20.45'),(749299,121176,'_server_http_referer','http://www.google.com.hk'),(749300,121177,'login_id','1'),(749301,121177,'login_email','mentolnet@gmail.com'),(749302,121177,'login','mentol'),(749303,121177,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749304,121177,'_message_key','user_login_failed'),(749305,121177,'_xmlrpc_request','true'),(749306,121177,'_server_remote_addr','118.174.196.203'),(749307,121177,'_server_http_x_forwarded_for_0','65.84.117.120'),(749308,121177,'_server_http_x_forwarded_for_1','118.174.196.203'),(749309,121177,'_server_http_referer','http://www.google.com.hk'),(749310,121178,'login_id','1'),(749311,121178,'login_email','mentolnet@gmail.com'),(749312,121178,'login','mentol'),(749313,121178,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749314,121178,'_message_key','user_login_failed'),(749315,121178,'_xmlrpc_request','true'),(749316,121178,'_server_remote_addr','195.222.106.135'),(749317,121178,'_server_http_x_forwarded_for_0','172.166.246.87'),(749318,121178,'_server_http_x_forwarded_for_1','195.222.106.135'),(749319,121178,'_server_http_referer','http://www.google.com.hk'),(749320,121179,'login_id','1'),(749321,121179,'login_email','mentolnet@gmail.com'),(749322,121179,'login','mentol'),(749323,121179,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749324,121179,'_message_key','user_login_failed'),(749325,121179,'_xmlrpc_request','true'),(749326,121179,'_server_remote_addr','103.42.162.30'),(749327,121179,'_server_http_x_forwarded_for_0','35.64.138.53'),(749328,121179,'_server_http_x_forwarded_for_1','192.99.8.157'),(749329,121179,'_server_http_x_forwarded_for_2','103.42.162.30'),(749330,121179,'_server_http_referer','http://www.google.com.hk'),(749331,121180,'login_id','1'),(749332,121180,'login_email','mentolnet@gmail.com'),(749333,121180,'login','mentol'),(749334,121180,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749335,121180,'_message_key','user_login_failed'),(749336,121180,'_xmlrpc_request','true'),(749337,121180,'_server_remote_addr','140.227.28.129'),(749338,121180,'_server_http_x_forwarded_for_0','140.227.28.129'),(749339,121180,'_server_http_referer','http://www.google.com.hk'),(749340,121181,'login_id','1'),(749341,121181,'login_email','mentolnet@gmail.com'),(749342,121181,'login','mentol'),(749343,121181,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749344,121181,'_message_key','user_login_failed'),(749345,121181,'_xmlrpc_request','true'),(749346,121181,'_server_remote_addr','140.227.210.165'),(749347,121181,'_server_http_x_forwarded_for_0','140.227.210.165'),(749348,121182,'login_id','1'),(749349,121182,'login_email','mentolnet@gmail.com'),(749350,121182,'login','mentol'),(749351,121182,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749352,121182,'_message_key','user_login_failed'),(749353,121182,'_xmlrpc_request','true'),(749354,121182,'_server_remote_addr','185.152.113.51'),(749355,121182,'_server_http_x_forwarded_for_1','185.152.113.51'),(749356,121182,'_server_http_referer','http://www.google.com.hk'),(749357,121183,'login_id','1'),(749358,121183,'login_email','mentolnet@gmail.com'),(749359,121183,'login','mentol'),(749360,121183,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749361,121183,'_message_key','user_login_failed'),(749362,121183,'_xmlrpc_request','true'),(749363,121183,'_server_remote_addr','140.227.76.44'),(749364,121183,'_server_http_x_forwarded_for_0','140.227.76.44'),(749365,121183,'_server_http_referer','http://www.google.com.hk'),(749366,121184,'login_id','1'),(749367,121184,'login_email','mentolnet@gmail.com'),(749368,121184,'login','mentol'),(749369,121184,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749370,121184,'_message_key','user_login_failed'),(749371,121184,'_xmlrpc_request','true'),(749372,121184,'_server_remote_addr','140.227.53.4'),(749373,121184,'_server_http_x_forwarded_for_0','93.216.81.230'),(749374,121184,'_server_http_x_forwarded_for_1','192.99.8.157'),(749375,121184,'_server_http_x_forwarded_for_2','140.227.53.4'),(749376,121184,'_server_http_referer','http://www.google.com.hk'),(749377,121185,'login_id','1'),(749378,121185,'login_email','mentolnet@gmail.com'),(749379,121185,'login','mentol'),(749380,121185,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749381,121185,'_message_key','user_login_failed'),(749382,121185,'_xmlrpc_request','true'),(749383,121185,'_server_remote_addr','88.84.209.69'),(749384,121185,'_server_http_x_forwarded_for_0','201.103.48.41'),(749385,121185,'_server_http_x_forwarded_for_1','88.84.209.69'),(749386,121185,'_server_http_referer','http://www.google.com.hk'),(749387,121186,'login_id','1'),(749388,121186,'login_email','mentolnet@gmail.com'),(749389,121186,'login','mentol'),(749390,121186,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749391,121186,'_message_key','user_login_failed'),(749392,121186,'_xmlrpc_request','true'),(749393,121186,'_server_remote_addr','103.42.162.30'),(749394,121186,'_server_http_x_forwarded_for_0','69.163.140.69'),(749395,121186,'_server_http_x_forwarded_for_1','192.99.8.157'),(749396,121186,'_server_http_x_forwarded_for_2','103.42.162.30'),(749397,121186,'_server_http_referer','http://www.google.com.hk'),(749398,121187,'login_id','1'),(749399,121187,'login_email','mentolnet@gmail.com'),(749400,121187,'login','mentol'),(749401,121187,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749402,121187,'_message_key','user_login_failed'),(749403,121187,'_xmlrpc_request','true'),(749404,121187,'_server_remote_addr','185.111.208.148'),(749405,121187,'_server_http_x_forwarded_for_0','164.38.15.27'),(749406,121187,'_server_http_x_forwarded_for_1','185.111.208.148'),(749407,121187,'_server_http_referer','http://www.google.com.hk'),(749408,121188,'login_id','1'),(749409,121188,'login_email','mentolnet@gmail.com'),(749410,121188,'login','mentol'),(749411,121188,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749412,121188,'_message_key','user_login_failed'),(749413,121188,'_xmlrpc_request','true'),(749414,121188,'_server_remote_addr','118.174.220.231'),(749415,121188,'_server_http_x_forwarded_for_0','37.187.134.28'),(749416,121188,'_server_http_x_forwarded_for_1','118.174.220.231'),(749417,121188,'_server_http_referer','http://www.google.com.hk'),(749418,121189,'login_id','1'),(749419,121189,'login_email','mentolnet@gmail.com'),(749420,121189,'login','mentol'),(749421,121189,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749422,121189,'_message_key','user_login_failed'),(749423,121189,'_xmlrpc_request','true'),(749424,121189,'_server_remote_addr','27.254.149.139'),(749425,121189,'_server_http_x_forwarded_for_1','27.254.149.139'),(749426,121189,'_server_http_referer','http://www.google.com.hk'),(749427,121190,'login_id','1'),(749428,121190,'login_email','mentolnet@gmail.com'),(749429,121190,'login','mentol'),(749430,121190,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749431,121190,'_message_key','user_login_failed'),(749432,121190,'_xmlrpc_request','true'),(749433,121190,'_server_remote_addr','47.52.155.245'),(749434,121190,'_server_http_x_forwarded_for_0','131.23.107.242'),(749435,121190,'_server_http_x_forwarded_for_1','47.52.155.245'),(749436,121190,'_server_http_referer','http://www.google.com.hk'),(749437,121191,'login_id','1'),(749438,121191,'login_email','mentolnet@gmail.com'),(749439,121191,'login','mentol'),(749440,121191,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749441,121191,'_message_key','user_login_failed'),(749442,121191,'_xmlrpc_request','true'),(749443,121191,'_server_remote_addr','189.1.181.37'),(749444,121191,'_server_http_x_forwarded_for_0','168.106.194.48'),(749445,121191,'_server_http_x_forwarded_for_1','189.1.181.37'),(749446,121191,'_server_http_referer','http://www.google.com.hk'),(749447,121192,'login_id','1'),(749448,121192,'login_email','mentolnet@gmail.com'),(749449,121192,'login','mentol'),(749450,121192,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749451,121192,'_message_key','user_login_failed'),(749452,121192,'_xmlrpc_request','true'),(749453,121192,'_server_remote_addr','82.102.16.187'),(749454,121192,'_server_http_x_forwarded_for_0','82.102.16.187'),(749455,121192,'_server_http_referer','http://www.google.com.hk'),(749456,121193,'login_id','1'),(749457,121193,'login_email','mentolnet@gmail.com'),(749458,121193,'login','mentol'),(749459,121193,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749460,121193,'_message_key','user_login_failed'),(749461,121193,'_xmlrpc_request','true'),(749462,121193,'_server_remote_addr','178.140.8.221'),(749463,121193,'_server_http_x_forwarded_for_0','7.84.49.50'),(749464,121193,'_server_http_x_forwarded_for_1','178.140.8.221'),(749465,121193,'_server_http_referer','http://www.google.com.hk'),(749466,121194,'login_id','1'),(749467,121194,'login_email','mentolnet@gmail.com'),(749468,121194,'login','mentol'),(749469,121194,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749470,121194,'_message_key','user_login_failed'),(749471,121194,'_xmlrpc_request','true'),(749472,121194,'_server_remote_addr','85.143.202.141'),(749473,121194,'_server_http_x_forwarded_for_0','167.75.225.225'),(749474,121194,'_server_http_x_forwarded_for_1','85.143.202.141'),(749475,121194,'_server_http_referer','http://www.google.com.hk'),(749476,121195,'login_id','1'),(749477,121195,'login_email','mentolnet@gmail.com'),(749478,121195,'login','mentol'),(749479,121195,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749480,121195,'_message_key','user_login_failed'),(749481,121195,'_xmlrpc_request','true'),(749482,121195,'_server_remote_addr','140.227.58.159'),(749483,121195,'_server_http_x_forwarded_for_0','140.227.58.159'),(749484,121195,'_server_http_referer','http://www.google.com.hk'),(749485,121196,'login_id','1'),(749486,121196,'login_email','mentolnet@gmail.com'),(749487,121196,'login','mentol'),(749488,121196,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749489,121196,'_message_key','user_login_failed'),(749490,121196,'_xmlrpc_request','true'),(749491,121196,'_server_remote_addr','185.233.94.105'),(749492,121196,'_server_http_x_forwarded_for_0','96.203.252.227'),(749493,121196,'_server_http_x_forwarded_for_1','192.99.8.157'),(749494,121196,'_server_http_x_forwarded_for_2','185.233.94.105'),(749495,121196,'_server_http_referer','http://www.google.com.hk'),(749496,121197,'login_id','1'),(749497,121197,'login_email','mentolnet@gmail.com'),(749498,121197,'login','mentol'),(749499,121197,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749500,121197,'_message_key','user_login_failed'),(749501,121197,'_xmlrpc_request','true'),(749502,121197,'_server_remote_addr','188.17.152.172'),(749503,121197,'_server_http_x_forwarded_for_0','105.141.142.107'),(749504,121197,'_server_http_x_forwarded_for_1','188.17.152.172'),(749505,121197,'_server_http_referer','http://www.google.com.hk'),(749506,121198,'login_id','1'),(749507,121198,'login_email','mentolnet@gmail.com'),(749508,121198,'login','mentol'),(749509,121198,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749510,121198,'_message_key','user_login_failed'),(749511,121198,'_xmlrpc_request','true'),(749512,121198,'_server_remote_addr','189.124.195.185'),(749513,121198,'_server_http_x_forwarded_for_0','192.234.181.56'),(749514,121198,'_server_http_x_forwarded_for_1','189.124.195.185'),(749515,121198,'_server_http_referer','http://www.google.com.hk'),(749516,121199,'login_id','1'),(749517,121199,'login_email','mentolnet@gmail.com'),(749518,121199,'login','mentol'),(749519,121199,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749520,121199,'_message_key','user_login_failed'),(749521,121199,'_xmlrpc_request','true'),(749522,121199,'_server_remote_addr','125.27.251.198'),(749523,121199,'_server_http_x_forwarded_for_0','136.232.201.250'),(749524,121199,'_server_http_x_forwarded_for_1','125.27.251.198'),(749525,121199,'_server_http_referer','http://www.google.com.hk'),(749526,121200,'login_id','1'),(749527,121200,'login_email','mentolnet@gmail.com'),(749528,121200,'login','mentol'),(749529,121200,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749530,121200,'_message_key','user_login_failed'),(749531,121200,'_xmlrpc_request','true'),(749532,121200,'_server_remote_addr','138.197.193.129'),(749533,121200,'_server_http_x_forwarded_for_0','53.72.70.226'),(749534,121200,'_server_http_x_forwarded_for_1','192.99.8.157'),(749535,121200,'_server_http_x_forwarded_for_2','138.197.193.129'),(749536,121200,'_server_http_referer','http://www.google.com.hk'),(749537,121201,'login_id','1'),(749538,121201,'login_email','mentolnet@gmail.com'),(749539,121201,'login','mentol'),(749540,121201,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749541,121201,'_message_key','user_login_failed'),(749542,121201,'_xmlrpc_request','true'),(749543,121201,'_server_remote_addr','87.251.188.218'),(749544,121201,'_server_http_x_forwarded_for_0','47.12.181.160'),(749545,121201,'_server_http_x_forwarded_for_1','87.251.188.218'),(749546,121201,'_server_http_referer','http://www.google.com.hk'),(749547,121202,'login_id','1'),(749548,121202,'login_email','mentolnet@gmail.com'),(749549,121202,'login','mentol'),(749550,121202,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749551,121202,'_message_key','user_login_failed'),(749552,121202,'_xmlrpc_request','true'),(749553,121202,'_server_remote_addr','110.232.64.164'),(749554,121202,'_server_http_x_forwarded_for_1','110.232.64.164'),(749555,121202,'_server_http_referer','http://www.google.com.hk'),(749556,121203,'login_id','1'),(749557,121203,'login_email','mentolnet@gmail.com'),(749558,121203,'login','mentol'),(749559,121203,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749560,121203,'_message_key','user_login_failed'),(749561,121203,'_xmlrpc_request','true'),(749562,121203,'_server_remote_addr','31.148.48.151'),(749563,121203,'_server_http_x_forwarded_for_0','210.59.85.97'),(749564,121203,'_server_http_x_forwarded_for_1','31.148.48.151'),(749565,121203,'_server_http_referer','http://www.google.com.hk'),(749566,121204,'login_id','1'),(749567,121204,'login_email','mentolnet@gmail.com'),(749568,121204,'login','mentol'),(749569,121204,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749570,121204,'_message_key','user_login_failed'),(749571,121204,'_xmlrpc_request','true'),(749572,121204,'_server_remote_addr','194.135.109.118'),(749573,121204,'_server_http_x_forwarded_for_0','152.191.21.13'),(749574,121204,'_server_http_x_forwarded_for_1','194.135.109.118'),(749575,121204,'_server_http_referer','http://www.google.com.hk'),(749576,121205,'login_id','1'),(749577,121205,'login_email','mentolnet@gmail.com'),(749578,121205,'login','mentol'),(749579,121205,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749580,121205,'_message_key','user_login_failed'),(749581,121205,'_xmlrpc_request','true'),(749582,121205,'_server_remote_addr','91.134.210.185'),(749583,121205,'_server_http_x_forwarded_for_0','177.226.176.127'),(749584,121205,'_server_http_x_forwarded_for_1','91.134.210.185'),(749585,121205,'_server_http_referer','http://www.google.com.hk'),(749586,121206,'login_id','1'),(749587,121206,'login_email','mentolnet@gmail.com'),(749588,121206,'login','mentol'),(749589,121206,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749590,121206,'_message_key','user_login_failed'),(749591,121206,'_xmlrpc_request','true'),(749592,121206,'_server_remote_addr','95.68.242.38'),(749593,121206,'_server_http_x_forwarded_for_1','95.68.242.38'),(749594,121206,'_server_http_referer','http://www.google.com.hk'),(749595,121207,'login_id','1'),(749596,121207,'login_email','mentolnet@gmail.com'),(749597,121207,'login','mentol'),(749598,121207,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749599,121207,'_message_key','user_login_failed'),(749600,121207,'_xmlrpc_request','true'),(749601,121207,'_server_remote_addr','117.2.17.26'),(749602,121207,'_server_http_x_forwarded_for_0','11.101.25.63'),(749603,121207,'_server_http_x_forwarded_for_1','117.2.17.26'),(749604,121207,'_server_http_referer','http://www.google.com.hk'),(749605,121208,'login_id','1'),(749606,121208,'login_email','mentolnet@gmail.com'),(749607,121208,'login','mentol'),(749608,121208,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749609,121208,'_message_key','user_login_failed'),(749610,121208,'_xmlrpc_request','true'),(749611,121208,'_server_remote_addr','140.227.204.165'),(749612,121208,'_server_http_x_forwarded_for_0','140.227.204.165'),(749613,121209,'login_id','1'),(749614,121209,'login_email','mentolnet@gmail.com'),(749615,121209,'login','mentol'),(749616,121209,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749617,121209,'_message_key','user_login_failed'),(749618,121209,'_xmlrpc_request','true'),(749619,121209,'_server_remote_addr','124.41.193.183'),(749620,121209,'_server_http_x_forwarded_for_0','216.82.67.183'),(749621,121209,'_server_http_x_forwarded_for_1','124.41.193.183'),(749622,121209,'_server_http_referer','http://www.google.com.hk'),(749623,121210,'login_id','1'),(749624,121210,'login_email','mentolnet@gmail.com'),(749625,121210,'login','mentol'),(749626,121210,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749627,121210,'_message_key','user_login_failed'),(749628,121210,'_xmlrpc_request','true'),(749629,121210,'_server_remote_addr','103.76.241.66'),(749630,121210,'_server_http_x_forwarded_for_0','140.243.66.245'),(749631,121210,'_server_http_x_forwarded_for_1','103.76.241.66'),(749632,121210,'_server_http_referer','http://www.google.com.hk'),(749633,121211,'login_id','1'),(749634,121211,'login_email','mentolnet@gmail.com'),(749635,121211,'login','mentol'),(749636,121211,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749637,121211,'_message_key','user_login_failed'),(749638,121211,'_xmlrpc_request','true'),(749639,121211,'_server_remote_addr','140.227.57.219'),(749640,121211,'_server_http_x_forwarded_for_0','140.227.57.219'),(749641,121211,'_server_http_referer','http://www.google.com.hk'),(749642,121212,'login_id','1'),(749643,121212,'login_email','mentolnet@gmail.com'),(749644,121212,'login','mentol'),(749645,121212,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749646,121212,'_message_key','user_login_failed'),(749647,121212,'_xmlrpc_request','true'),(749648,121212,'_server_remote_addr','170.239.46.2'),(749649,121212,'_server_http_x_forwarded_for_0','43.203.52.191'),(749650,121212,'_server_http_x_forwarded_for_1','170.239.46.2'),(749651,121212,'_server_http_referer','http://www.google.com.hk'),(749652,121213,'login_id','1'),(749653,121213,'login_email','mentolnet@gmail.com'),(749654,121213,'login','mentol'),(749655,121213,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749656,121213,'_message_key','user_login_failed'),(749657,121213,'_xmlrpc_request','true'),(749658,121213,'_server_remote_addr','140.227.211.208'),(749659,121213,'_server_http_x_forwarded_for_0','140.227.211.208'),(749660,121213,'_server_http_referer','http://www.google.com.hk'),(749661,121214,'login_id','1'),(749662,121214,'login_email','mentolnet@gmail.com'),(749663,121214,'login','mentol'),(749664,121214,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749665,121214,'_message_key','user_login_failed'),(749666,121214,'_xmlrpc_request','true'),(749667,121214,'_server_remote_addr','140.227.203.176'),(749668,121214,'_server_http_x_forwarded_for_0','140.227.203.176'),(749669,121215,'login_id','1'),(749670,121215,'login_email','mentolnet@gmail.com'),(749671,121215,'login','mentol'),(749672,121215,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749673,121215,'_message_key','user_login_failed'),(749674,121215,'_xmlrpc_request','true'),(749675,121215,'_server_remote_addr','87.249.247.200'),(749676,121215,'_server_http_x_forwarded_for_0','14.225.48.68'),(749677,121215,'_server_http_x_forwarded_for_1','87.249.247.200'),(749678,121215,'_server_http_referer','http://www.google.com.hk'),(749679,121216,'login_id','1'),(749680,121216,'login_email','mentolnet@gmail.com'),(749681,121216,'login','mentol'),(749682,121216,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749683,121216,'_message_key','user_login_failed'),(749684,121216,'_xmlrpc_request','true'),(749685,121216,'_server_remote_addr','154.79.242.6'),(749686,121216,'_server_http_x_forwarded_for_0','210.238.148.74'),(749687,121216,'_server_http_x_forwarded_for_1','154.79.242.6'),(749688,121216,'_server_http_referer','http://www.google.com.hk'),(749689,121217,'login_id','1'),(749690,121217,'login_email','mentolnet@gmail.com'),(749691,121217,'login','mentol'),(749692,121217,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749693,121217,'_message_key','user_login_failed'),(749694,121217,'_xmlrpc_request','true'),(749695,121217,'_server_remote_addr','216.201.235.94'),(749696,121217,'_server_http_x_forwarded_for_0','184.134.6.126'),(749697,121217,'_server_http_x_forwarded_for_1','216.201.235.94'),(749698,121217,'_server_http_referer','http://www.google.com.hk'),(749699,121218,'login_id','1'),(749700,121218,'login_email','mentolnet@gmail.com'),(749701,121218,'login','mentol'),(749702,121218,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749703,121218,'_message_key','user_login_failed'),(749704,121218,'_xmlrpc_request','true'),(749705,121218,'_server_remote_addr','59.127.168.43'),(749706,121218,'_server_http_x_forwarded_for_0','35.174.192.27'),(749707,121218,'_server_http_x_forwarded_for_1','192.99.8.157'),(749708,121218,'_server_http_x_forwarded_for_2','59.127.168.43'),(749709,121218,'_server_http_referer','http://www.google.com.hk'),(749710,121219,'login_id','1'),(749711,121219,'login_email','mentolnet@gmail.com'),(749712,121219,'login','mentol'),(749713,121219,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749714,121219,'_message_key','user_login_failed'),(749715,121219,'_xmlrpc_request','true'),(749716,121219,'_server_remote_addr','91.134.210.185'),(749717,121219,'_server_http_x_forwarded_for_0','54.219.245.151'),(749718,121219,'_server_http_x_forwarded_for_1','91.134.210.185'),(749719,121219,'_server_http_referer','http://www.google.com.hk'),(749720,121220,'login_id','1'),(749721,121220,'login_email','mentolnet@gmail.com'),(749722,121220,'login','mentol'),(749723,121220,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749724,121220,'_message_key','user_login_failed'),(749725,121220,'_xmlrpc_request','true'),(749726,121220,'_server_remote_addr','1.20.103.100'),(749727,121220,'_server_http_x_forwarded_for_0','99.166.132.8'),(749728,121220,'_server_http_x_forwarded_for_1','1.20.103.100'),(749729,121220,'_server_http_referer','http://www.google.com.hk'),(749730,121221,'login_id','1'),(749731,121221,'login_email','mentolnet@gmail.com'),(749732,121221,'login','mentol'),(749733,121221,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749734,121221,'_message_key','user_login_failed'),(749735,121221,'_xmlrpc_request','true'),(749736,121221,'_server_remote_addr','95.161.179.186'),(749737,121221,'_server_http_x_forwarded_for_1','95.161.179.186'),(749738,121221,'_server_http_referer','http://www.google.com.hk'),(749739,121222,'login_id','1'),(749740,121222,'login_email','mentolnet@gmail.com'),(749741,121222,'login','mentol'),(749742,121222,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749743,121222,'_message_key','user_login_failed'),(749744,121222,'_xmlrpc_request','true'),(749745,121222,'_server_remote_addr','118.174.220.136'),(749746,121222,'_server_http_x_forwarded_for_0','108.185.216.93'),(749747,121222,'_server_http_x_forwarded_for_1','118.174.220.136'),(749748,121222,'_server_http_referer','http://www.google.com.hk'),(749749,121223,'login_id','1'),(749750,121223,'login_email','mentolnet@gmail.com'),(749751,121223,'login','mentol'),(749752,121223,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749753,121223,'_message_key','user_login_failed'),(749754,121223,'_xmlrpc_request','true'),(749755,121223,'_server_remote_addr','118.174.232.126'),(749756,121223,'_server_http_x_forwarded_for_0','118.110.165.139'),(749757,121223,'_server_http_x_forwarded_for_1','118.174.232.126'),(749758,121223,'_server_http_referer','http://www.google.com.hk'),(749759,121224,'login_id','1'),(749760,121224,'login_email','mentolnet@gmail.com'),(749761,121224,'login','mentol'),(749762,121224,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749763,121224,'_message_key','user_login_failed'),(749764,121224,'_xmlrpc_request','true'),(749765,121224,'_server_remote_addr','54.37.204.119'),(749766,121224,'_server_http_x_forwarded_for_0','70.138.30.206'),(749767,121224,'_server_http_x_forwarded_for_1','54.37.204.119'),(749768,121224,'_server_http_referer','http://www.google.com.hk'),(749769,121225,'login_id','1'),(749770,121225,'login_email','mentolnet@gmail.com'),(749771,121225,'login','mentol'),(749772,121225,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749773,121225,'_message_key','user_login_failed'),(749774,121225,'_xmlrpc_request','true'),(749775,121225,'_server_remote_addr','81.26.130.121'),(749776,121225,'_server_http_x_forwarded_for_1','81.26.130.121'),(749777,121225,'_server_http_referer','http://www.google.com.hk'),(749778,121226,'login_id','1'),(749779,121226,'login_email','mentolnet@gmail.com'),(749780,121226,'login','mentol'),(749781,121226,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749782,121226,'_message_key','user_login_failed'),(749783,121226,'_xmlrpc_request','true'),(749784,121226,'_server_remote_addr','119.82.253.198'),(749785,121226,'_server_http_x_forwarded_for_0','105.199.97.80'),(749786,121226,'_server_http_x_forwarded_for_1','119.82.253.198'),(749787,121226,'_server_http_referer','http://www.google.com.hk'),(749788,121227,'login_id','1'),(749789,121227,'login_email','mentolnet@gmail.com'),(749790,121227,'login','mentol'),(749791,121227,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749792,121227,'_message_key','user_login_failed'),(749793,121227,'_xmlrpc_request','true'),(749794,121227,'_server_remote_addr','194.146.201.67'),(749795,121227,'_server_http_x_forwarded_for_1','194.146.201.67'),(749796,121227,'_server_http_referer','http://www.google.com.hk'),(749797,121228,'login_id','1'),(749798,121228,'login_email','mentolnet@gmail.com'),(749799,121228,'login','mentol'),(749800,121228,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749801,121228,'_message_key','user_login_failed'),(749802,121228,'_xmlrpc_request','true'),(749803,121228,'_server_remote_addr','116.105.225.104'),(749804,121228,'_server_http_x_forwarded_for_0','128.218.61.207'),(749805,121228,'_server_http_x_forwarded_for_1','192.99.8.157'),(749806,121228,'_server_http_x_forwarded_for_2','116.105.225.104'),(749807,121228,'_server_http_referer','http://www.google.com.hk'),(749808,121229,'failed_username','luis-monteiro'),(749809,121229,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749810,121229,'_message_key','user_unknown_login_failed'),(749811,121229,'_xmlrpc_request','true'),(749812,121229,'_server_remote_addr','176.213.137.103'),(749813,121229,'_server_http_x_forwarded_for_0','16.247.58.125'),(749814,121229,'_server_http_x_forwarded_for_1','176.213.137.103'),(749815,121229,'_server_http_referer','http://www.google.com.hk'),(749816,121230,'failed_username','luis-monteiro'),(749817,121230,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749818,121230,'_message_key','user_unknown_login_failed'),(749819,121230,'_xmlrpc_request','true'),(749820,121230,'_server_remote_addr','79.172.236.204'),(749821,121230,'_server_http_x_forwarded_for_0','22.49.99.47'),(749822,121230,'_server_http_x_forwarded_for_1','79.172.236.204'),(749823,121230,'_server_http_referer','http://www.google.com.hk'),(749824,121231,'failed_username','luis-monteiro'),(749825,121231,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749826,121231,'_message_key','user_unknown_login_failed'),(749827,121231,'_xmlrpc_request','true'),(749828,121231,'_server_remote_addr','1.10.188.211'),(749829,121231,'_server_http_x_forwarded_for_1','1.10.188.211'),(749830,121231,'_server_http_referer','http://www.google.com.hk'),(749831,121232,'failed_username','luis-monteiro'),(749832,121232,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749833,121232,'_message_key','user_unknown_login_failed'),(749834,121232,'_xmlrpc_request','true'),(749835,121232,'_server_remote_addr','77.39.29.29'),(749836,121232,'_server_http_x_forwarded_for_1','77.39.29.29'),(749837,121232,'_server_http_referer','http://www.google.com.hk'),(749838,121233,'failed_username','luis-monteiro'),(749839,121233,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749840,121233,'_message_key','user_unknown_login_failed'),(749841,121233,'_xmlrpc_request','true'),(749842,121233,'_server_remote_addr','77.39.29.29'),(749843,121233,'_server_http_x_forwarded_for_1','77.39.29.29'),(749844,121233,'_server_http_referer','http://www.google.com.hk'),(749845,121234,'failed_username','luis-monteiro'),(749846,121234,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749847,121234,'_message_key','user_unknown_login_failed'),(749848,121234,'_xmlrpc_request','true'),(749849,121234,'_server_remote_addr','140.227.198.242'),(749850,121234,'_server_http_x_forwarded_for_0','140.227.198.242'),(749851,121234,'_server_http_referer','http://www.google.com.hk'),(749852,121235,'failed_username','luis-monteiro'),(749853,121235,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749854,121235,'_message_key','user_unknown_login_failed'),(749855,121235,'_xmlrpc_request','true'),(749856,121235,'_server_remote_addr','88.84.209.69'),(749857,121235,'_server_http_x_forwarded_for_0','87.64.135.155'),(749858,121235,'_server_http_x_forwarded_for_1','88.84.209.69'),(749859,121235,'_server_http_referer','http://www.google.com.hk'),(749860,121236,'failed_username','luis-monteiro'),(749861,121236,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749862,121236,'_message_key','user_unknown_login_failed'),(749863,121236,'_xmlrpc_request','true'),(749864,121236,'_server_remote_addr','140.227.210.205'),(749865,121236,'_server_http_x_forwarded_for_0','140.227.210.205'),(749866,121236,'_server_http_referer','http://www.google.com.hk'),(749867,121237,'failed_username','luis-monteiro'),(749868,121237,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749869,121237,'_message_key','user_unknown_login_failed'),(749870,121237,'_xmlrpc_request','true'),(749871,121237,'_server_remote_addr','93.152.172.162'),(749872,121237,'_server_http_x_forwarded_for_0','20.79.125.106'),(749873,121237,'_server_http_x_forwarded_for_1','93.152.172.162'),(749874,121237,'_server_http_referer','http://www.google.com.hk'),(749875,121238,'failed_username','luis-monteiro'),(749876,121238,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749877,121238,'_message_key','user_unknown_login_failed'),(749878,121238,'_xmlrpc_request','true'),(749879,121238,'_server_remote_addr','140.227.58.159'),(749880,121238,'_server_http_x_forwarded_for_0','140.227.58.159'),(749881,121238,'_server_http_referer','http://www.google.com.hk'),(749882,121239,'failed_username','luis-monteiro'),(749883,121239,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749884,121239,'_message_key','user_unknown_login_failed'),(749885,121239,'_xmlrpc_request','true'),(749886,121239,'_server_remote_addr','138.197.165.126'),(749887,121239,'_server_http_x_forwarded_for_1','192.99.8.157'),(749888,121239,'_server_http_x_forwarded_for_2','138.197.165.126'),(749889,121239,'_server_http_referer','http://www.google.com.hk'),(749890,121240,'failed_username','luis-monteiro'),(749891,121240,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749892,121240,'_message_key','user_unknown_login_failed'),(749893,121240,'_xmlrpc_request','true'),(749894,121240,'_server_remote_addr','103.218.240.182'),(749895,121240,'_server_http_x_forwarded_for_1','103.218.240.182'),(749896,121240,'_server_http_referer','http://www.google.com.hk'),(749897,121241,'failed_username','luis-monteiro'),(749898,121241,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749899,121241,'_message_key','user_unknown_login_failed'),(749900,121241,'_xmlrpc_request','true'),(749901,121241,'_server_remote_addr','202.182.55.18'),(749902,121241,'_server_http_x_forwarded_for_0','218.141.27.65'),(749903,121241,'_server_http_x_forwarded_for_1','202.182.55.18'),(749904,121241,'_server_http_referer','http://www.google.com.hk'),(749905,121242,'failed_username','luis-monteiro'),(749906,121242,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749907,121242,'_message_key','user_unknown_login_failed'),(749908,121242,'_xmlrpc_request','true'),(749909,121242,'_server_remote_addr','140.227.209.164'),(749910,121242,'_server_http_x_forwarded_for_0','140.227.209.164'),(749911,121243,'failed_username','luis-monteiro'),(749912,121243,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749913,121243,'_message_key','user_unknown_login_failed'),(749914,121243,'_xmlrpc_request','true'),(749915,121243,'_server_remote_addr','140.227.208.205'),(749916,121243,'_server_http_x_forwarded_for_0','140.227.208.205'),(749917,121243,'_server_http_referer','http://www.google.com.hk'),(749918,121244,'failed_username','luis-monteiro'),(749919,121244,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749920,121244,'_message_key','user_unknown_login_failed'),(749921,121244,'_xmlrpc_request','true'),(749922,121244,'_server_remote_addr','140.227.76.44'),(749923,121244,'_server_http_x_forwarded_for_0','140.227.76.44'),(749924,121244,'_server_http_referer','http://www.google.com.hk'),(749925,121245,'failed_username','luis-monteiro'),(749926,121245,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749927,121245,'_message_key','user_unknown_login_failed'),(749928,121245,'_xmlrpc_request','true'),(749929,121245,'_server_remote_addr','79.189.176.162'),(749930,121245,'_server_http_x_forwarded_for_0','128.244.110.245'),(749931,121245,'_server_http_x_forwarded_for_1','79.189.176.162'),(749932,121245,'_server_http_referer','http://www.google.com.hk'),(749933,121246,'failed_username','luis-monteiro'),(749934,121246,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749935,121246,'_message_key','user_unknown_login_failed'),(749936,121246,'_xmlrpc_request','true'),(749937,121246,'_server_remote_addr','113.130.126.218'),(749938,121246,'_server_http_x_forwarded_for_0','122.87.98.203'),(749939,121246,'_server_http_x_forwarded_for_1','113.130.126.218'),(749940,121246,'_server_http_referer','http://www.google.com.hk'),(749941,121247,'failed_username','luis-monteiro'),(749942,121247,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749943,121247,'_message_key','user_unknown_login_failed'),(749944,121247,'_xmlrpc_request','true'),(749945,121247,'_server_remote_addr','118.174.220.231'),(749946,121247,'_server_http_x_forwarded_for_0','217.165.136.241'),(749947,121247,'_server_http_x_forwarded_for_1','118.174.220.231'),(749948,121247,'_server_http_referer','http://www.google.com.hk'),(749949,121248,'failed_username','luis-monteiro'),(749950,121248,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749951,121248,'_message_key','user_unknown_login_failed'),(749952,121248,'_xmlrpc_request','true'),(749953,121248,'_server_remote_addr','140.227.209.164'),(749954,121248,'_server_http_x_forwarded_for_0','140.227.209.164'),(749955,121249,'failed_username','luis-monteiro'),(749956,121249,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749957,121249,'_message_key','user_unknown_login_failed'),(749958,121249,'_xmlrpc_request','true'),(749959,121249,'_server_remote_addr','5.23.102.194'),(749960,121249,'_server_http_x_forwarded_for_0','146.50.166.207'),(749961,121249,'_server_http_x_forwarded_for_1','5.23.102.194'),(749962,121249,'_server_http_referer','http://www.google.com.hk'),(749963,121250,'failed_username','luis-monteiro'),(749964,121250,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749965,121250,'_message_key','user_unknown_login_failed'),(749966,121250,'_xmlrpc_request','true'),(749967,121250,'_server_remote_addr','178.47.139.50'),(749968,121250,'_server_http_x_forwarded_for_0','158.36.202.109'),(749969,121250,'_server_http_x_forwarded_for_1','178.47.139.50'),(749970,121250,'_server_http_referer','http://www.google.com.hk'),(749971,121251,'failed_username','luis-monteiro'),(749972,121251,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749973,121251,'_message_key','user_unknown_login_failed'),(749974,121251,'_xmlrpc_request','true'),(749975,121251,'_server_remote_addr','114.108.177.104'),(749976,121251,'_server_http_x_forwarded_for_0','131.129.84.113'),(749977,121251,'_server_http_x_forwarded_for_1','114.108.177.104'),(749978,121251,'_server_http_referer','http://www.google.com.hk'),(749979,121252,'failed_username','luis-monteiro'),(749980,121252,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749981,121252,'_message_key','user_unknown_login_failed'),(749982,121252,'_xmlrpc_request','true'),(749983,121252,'_server_remote_addr','140.227.79.108'),(749984,121252,'_server_http_x_forwarded_for_0','140.227.79.108'),(749985,121252,'_server_http_referer','http://www.google.com.hk'),(749986,121253,'failed_username','luis-monteiro'),(749987,121253,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749988,121253,'_message_key','user_unknown_login_failed'),(749989,121253,'_xmlrpc_request','true'),(749990,121253,'_server_remote_addr','178.237.180.34'),(749991,121253,'_server_http_x_forwarded_for_0','14.166.92.9'),(749992,121253,'_server_http_x_forwarded_for_1','178.237.180.34'),(749993,121253,'_server_http_referer','http://www.google.com.hk'),(749994,121254,'failed_username','luis-monteiro'),(749995,121254,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(749996,121254,'_message_key','user_unknown_login_failed'),(749997,121254,'_xmlrpc_request','true'),(749998,121254,'_server_remote_addr','110.74.193.200'),(749999,121254,'_server_http_x_forwarded_for_0','193.219.204.253'),(750000,121254,'_server_http_x_forwarded_for_1','110.74.193.200'),(750001,121254,'_server_http_referer','http://www.google.com.hk'),(750002,121255,'failed_username','luis-monteiro'),(750003,121255,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750004,121255,'_message_key','user_unknown_login_failed'),(750005,121255,'_xmlrpc_request','true'),(750006,121255,'_server_remote_addr','81.198.208.219'),(750007,121255,'_server_http_x_forwarded_for_0','194.136.155.160'),(750008,121255,'_server_http_x_forwarded_for_1','81.198.208.219'),(750009,121255,'_server_http_referer','http://www.google.com.hk'),(750010,121256,'failed_username','luis-monteiro'),(750011,121256,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750012,121256,'_message_key','user_unknown_login_failed'),(750013,121256,'_xmlrpc_request','true'),(750014,121256,'_server_remote_addr','118.172.211.3'),(750015,121256,'_server_http_x_forwarded_for_0','165.64.46.147'),(750016,121256,'_server_http_x_forwarded_for_1','118.172.211.3'),(750017,121256,'_server_http_referer','http://www.google.com.hk'),(750018,121257,'failed_username','luis-monteiro'),(750019,121257,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750020,121257,'_message_key','user_unknown_login_failed'),(750021,121257,'_xmlrpc_request','true'),(750022,121257,'_server_remote_addr','113.161.173.14'),(750023,121257,'_server_http_x_forwarded_for_0','78.182.192.227'),(750024,121257,'_server_http_x_forwarded_for_1','192.99.8.157'),(750025,121257,'_server_http_x_forwarded_for_2','113.161.173.14'),(750026,121257,'_server_http_referer','http://www.google.com.hk'),(750027,121258,'failed_username','luis-monteiro'),(750028,121258,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750029,121258,'_message_key','user_unknown_login_failed'),(750030,121258,'_xmlrpc_request','true'),(750031,121258,'_server_remote_addr','138.219.229.239'),(750032,121258,'_server_http_x_forwarded_for_0','80.218.77.23'),(750033,121258,'_server_http_x_forwarded_for_1','192.99.8.157'),(750034,121258,'_server_http_x_forwarded_for_2','138.219.229.239'),(750035,121258,'_server_http_referer','http://www.google.com.hk'),(750036,121259,'failed_username','luis-monteiro'),(750037,121259,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750038,121259,'_message_key','user_unknown_login_failed'),(750039,121259,'_xmlrpc_request','true'),(750040,121259,'_server_remote_addr','89.239.25.16'),(750041,121259,'_server_http_x_forwarded_for_0','173.27.22.134'),(750042,121259,'_server_http_x_forwarded_for_1','89.239.25.16'),(750043,121259,'_server_http_referer','http://www.google.com.hk'),(750044,121260,'failed_username','luis-monteiro'),(750045,121260,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750046,121260,'_message_key','user_unknown_login_failed'),(750047,121260,'_xmlrpc_request','true'),(750048,121260,'_server_remote_addr','103.23.203.250'),(750049,121260,'_server_http_x_forwarded_for_0','115.50.242.138'),(750050,121260,'_server_http_x_forwarded_for_1','103.23.203.250'),(750051,121260,'_server_http_referer','http://www.google.com.hk'),(750052,121261,'failed_username','luis-monteiro'),(750053,121261,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750054,121261,'_message_key','user_unknown_login_failed'),(750055,121261,'_xmlrpc_request','true'),(750056,121261,'_server_remote_addr','185.7.233.66'),(750057,121261,'_server_http_x_forwarded_for_0','215.24.223.197'),(750058,121261,'_server_http_x_forwarded_for_1','185.7.233.66'),(750059,121261,'_server_http_referer','http://www.google.com.hk'),(750060,121262,'failed_username','luis-monteiro'),(750061,121262,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750062,121262,'_message_key','user_unknown_login_failed'),(750063,121262,'_xmlrpc_request','true'),(750064,121262,'_server_remote_addr','111.68.108.34'),(750065,121262,'_server_http_x_forwarded_for_0','86.96.95.175'),(750066,121262,'_server_http_x_forwarded_for_1','111.68.108.34'),(750067,121262,'_server_http_referer','http://www.google.com.hk'),(750068,121263,'failed_username','luis-monteiro'),(750069,121263,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750070,121263,'_message_key','user_unknown_login_failed'),(750071,121263,'_xmlrpc_request','true'),(750072,121263,'_server_remote_addr','1.10.187.158'),(750073,121263,'_server_http_x_forwarded_for_1','1.10.187.158'),(750074,121263,'_server_http_referer','http://www.google.com.hk'),(750075,121264,'failed_username','luis-monteiro'),(750076,121264,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750077,121264,'_message_key','user_unknown_login_failed'),(750078,121264,'_xmlrpc_request','true'),(750079,121264,'_server_remote_addr','202.147.195.158'),(750080,121264,'_server_http_x_forwarded_for_0','122.98.6.99'),(750081,121264,'_server_http_x_forwarded_for_1','192.99.8.157'),(750082,121264,'_server_http_x_forwarded_for_2','202.147.195.158'),(750083,121264,'_server_http_referer','http://www.google.com.hk'),(750084,121265,'failed_username','luis-monteiro'),(750085,121265,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750086,121265,'_message_key','user_unknown_login_failed'),(750087,121265,'_xmlrpc_request','true'),(750088,121265,'_server_remote_addr','186.155.243.50'),(750089,121265,'_server_http_x_forwarded_for_0','187.121.66.17'),(750090,121265,'_server_http_x_forwarded_for_1','186.155.243.50'),(750091,121265,'_server_http_referer','http://www.google.com.hk'),(750092,121266,'failed_username','luis-monteiro'),(750093,121266,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750094,121266,'_message_key','user_unknown_login_failed'),(750095,121266,'_xmlrpc_request','true'),(750096,121266,'_server_remote_addr','35.199.11.70'),(750097,121266,'_server_http_x_forwarded_for_0','104.160.156.165'),(750098,121266,'_server_http_x_forwarded_for_1','35.199.11.70'),(750099,121266,'_server_http_referer','http://www.google.com.hk'),(750100,121267,'failed_username','luis-monteiro'),(750101,121267,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750102,121267,'_message_key','user_unknown_login_failed'),(750103,121267,'_xmlrpc_request','true'),(750104,121267,'_server_remote_addr','185.186.242.154'),(750105,121267,'_server_http_x_forwarded_for_0','185.186.242.154'),(750106,121267,'_server_http_referer','http://www.google.com.hk'),(750107,121268,'failed_username','luis-monteiro'),(750108,121268,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750109,121268,'_message_key','user_unknown_login_failed'),(750110,121268,'_xmlrpc_request','true'),(750111,121268,'_server_remote_addr','103.218.240.182'),(750112,121268,'_server_http_x_forwarded_for_0','17.163.109.227'),(750113,121268,'_server_http_x_forwarded_for_1','103.218.240.182'),(750114,121268,'_server_http_referer','http://www.google.com.hk'),(750115,121269,'failed_username','luis-monteiro'),(750116,121269,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750117,121269,'_message_key','user_unknown_login_failed'),(750118,121269,'_xmlrpc_request','true'),(750119,121269,'_server_remote_addr','212.5.107.81'),(750120,121269,'_server_http_x_forwarded_for_0','180.199.253.208'),(750121,121269,'_server_http_x_forwarded_for_1','212.5.107.81'),(750122,121269,'_server_http_referer','http://www.google.com.hk'),(750123,121270,'failed_username','luis-monteiro'),(750124,121270,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750125,121270,'_message_key','user_unknown_login_failed'),(750126,121270,'_xmlrpc_request','true'),(750127,121270,'_server_remote_addr','201.184.135.90'),(750128,121270,'_server_http_x_forwarded_for_0','161.162.217.48'),(750129,121270,'_server_http_x_forwarded_for_1','201.184.135.90'),(750130,121270,'_server_http_referer','http://www.google.com.hk'),(750131,121271,'failed_username','luis-monteiro'),(750132,121271,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750133,121271,'_message_key','user_unknown_login_failed'),(750134,121271,'_xmlrpc_request','true'),(750135,121271,'_server_remote_addr','31.146.84.90'),(750136,121271,'_server_http_x_forwarded_for_0','162.150.237.134'),(750137,121271,'_server_http_x_forwarded_for_1','31.146.84.90'),(750138,121271,'_server_http_referer','http://www.google.com.hk'),(750139,121272,'failed_username','luis-monteiro'),(750140,121272,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750141,121272,'_message_key','user_unknown_login_failed'),(750142,121272,'_xmlrpc_request','true'),(750143,121272,'_server_remote_addr','101.51.141.102'),(750144,121272,'_server_http_x_forwarded_for_0','104.25.165.4'),(750145,121272,'_server_http_x_forwarded_for_1','101.51.141.102'),(750146,121272,'_server_http_referer','http://www.google.com.hk'),(750147,121273,'failed_username','luis-monteiro'),(750148,121273,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750149,121273,'_message_key','user_unknown_login_failed'),(750150,121273,'_xmlrpc_request','true'),(750151,121273,'_server_remote_addr','159.203.27.24'),(750152,121273,'_server_http_x_forwarded_for_0','172.133.179.57'),(750153,121273,'_server_http_x_forwarded_for_2','159.203.27.24'),(750154,121273,'_server_http_referer','http://www.google.com.hk'),(750155,121274,'failed_username','luis-monteiro'),(750156,121274,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750157,121274,'_message_key','user_unknown_login_failed'),(750158,121274,'_xmlrpc_request','true'),(750159,121274,'_server_remote_addr','185.190.40.115'),(750160,121274,'_server_http_x_forwarded_for_0','100.185.84.187'),(750161,121274,'_server_http_x_forwarded_for_1','185.190.40.115'),(750162,121274,'_server_http_referer','http://www.google.com.hk'),(750163,121275,'failed_username','luis-monteiro'),(750164,121275,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750165,121275,'_message_key','user_unknown_login_failed'),(750166,121275,'_xmlrpc_request','true'),(750167,121275,'_server_remote_addr','169.0.239.67'),(750168,121275,'_server_http_x_forwarded_for_0','158.104.53.190'),(750169,121275,'_server_http_x_forwarded_for_1','192.99.8.157'),(750170,121275,'_server_http_x_forwarded_for_2','169.0.239.67'),(750171,121275,'_server_http_referer','http://www.google.com.hk'),(750172,121276,'failed_username','luis-monteiro'),(750173,121276,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750174,121276,'_message_key','user_unknown_login_failed'),(750175,121276,'_xmlrpc_request','true'),(750176,121276,'_server_remote_addr','118.175.207.102'),(750177,121276,'_server_http_x_forwarded_for_1','118.175.207.102'),(750178,121276,'_server_http_referer','http://www.google.com.hk'),(750179,121277,'failed_username','luis-monteiro'),(750180,121277,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750181,121277,'_message_key','user_unknown_login_failed'),(750182,121277,'_xmlrpc_request','true'),(750183,121277,'_server_remote_addr','101.51.141.102'),(750184,121277,'_server_http_x_forwarded_for_0','26.181.150.32'),(750185,121277,'_server_http_x_forwarded_for_1','101.51.141.102'),(750186,121277,'_server_http_referer','http://www.google.com.hk'),(750187,121278,'failed_username','luis-monteiro'),(750188,121278,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750189,121278,'_message_key','user_unknown_login_failed'),(750190,121278,'_xmlrpc_request','true'),(750191,121278,'_server_remote_addr','1.20.100.81'),(750192,121278,'_server_http_x_forwarded_for_1','1.20.100.81'),(750193,121278,'_server_http_referer','http://www.google.com.hk'),(750194,121279,'failed_username','luis-monteiro'),(750195,121279,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750196,121279,'_message_key','user_unknown_login_failed'),(750197,121279,'_xmlrpc_request','true'),(750198,121279,'_server_remote_addr','182.73.168.70'),(750199,121279,'_server_http_x_forwarded_for_0','19.238.241.195'),(750200,121279,'_server_http_x_forwarded_for_1','182.73.168.70'),(750201,121279,'_server_http_referer','http://www.google.com.hk'),(750202,121280,'failed_username','luis-monteiro'),(750203,121280,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750204,121280,'_message_key','user_unknown_login_failed'),(750205,121280,'_xmlrpc_request','true'),(750206,121280,'_server_remote_addr','103.218.240.182'),(750207,121280,'_server_http_x_forwarded_for_0','37.114.253.176'),(750208,121280,'_server_http_x_forwarded_for_1','103.218.240.182'),(750209,121280,'_server_http_referer','http://www.google.com.hk'),(750210,121281,'failed_username','luis-monteiro'),(750211,121281,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750212,121281,'_message_key','user_unknown_login_failed'),(750213,121281,'_xmlrpc_request','true'),(750214,121281,'_server_remote_addr','218.255.102.246'),(750215,121281,'_server_http_x_forwarded_for_1','218.255.102.246'),(750216,121281,'_server_http_referer','http://www.google.com.hk'),(750217,121282,'failed_username','luis-monteiro'),(750218,121282,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750219,121282,'_message_key','user_unknown_login_failed'),(750220,121282,'_xmlrpc_request','true'),(750221,121282,'_server_remote_addr','140.227.77.30'),(750222,121282,'_server_http_x_forwarded_for_0','140.227.77.30'),(750223,121282,'_server_http_referer','http://www.google.com.hk'),(750224,121283,'failed_username','luis-monteiro'),(750225,121283,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750226,121283,'_message_key','user_unknown_login_failed'),(750227,121283,'_xmlrpc_request','true'),(750228,121283,'_server_remote_addr','140.227.8.202'),(750229,121283,'_server_http_x_forwarded_for_0','140.227.8.202'),(750230,121283,'_server_http_referer','http://www.google.com.hk'),(750231,121284,'failed_username','luis-monteiro'),(750232,121284,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750233,121284,'_message_key','user_unknown_login_failed'),(750234,121284,'_xmlrpc_request','true'),(750235,121284,'_server_remote_addr','150.107.243.18'),(750236,121284,'_server_http_x_forwarded_for_0','86.21.68.223'),(750237,121284,'_server_http_x_forwarded_for_1','150.107.243.18'),(750238,121284,'_server_http_referer','http://www.google.com.hk'),(750239,121285,'failed_username','luis-monteiro'),(750240,121285,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750241,121285,'_message_key','user_unknown_login_failed'),(750242,121285,'_xmlrpc_request','true'),(750243,121285,'_server_remote_addr','140.227.79.108'),(750244,121285,'_server_http_x_forwarded_for_0','140.227.79.108'),(750245,121285,'_server_http_referer','http://www.google.com.hk'),(750246,121286,'failed_username','luis-monteiro'),(750247,121286,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750248,121286,'_message_key','user_unknown_login_failed'),(750249,121286,'_xmlrpc_request','true'),(750250,121286,'_server_remote_addr','203.90.241.231'),(750251,121286,'_server_http_x_forwarded_for_0','127.193.61.135'),(750252,121286,'_server_http_x_forwarded_for_1','192.99.8.157'),(750253,121286,'_server_http_x_forwarded_for_2','203.90.241.231'),(750254,121286,'_server_http_referer','http://www.google.com.hk'),(750255,121287,'failed_username','luis-monteiro'),(750256,121287,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750257,121287,'_message_key','user_unknown_login_failed'),(750258,121287,'_xmlrpc_request','true'),(750259,121287,'_server_remote_addr','1.55.240.156'),(750260,121287,'_server_http_x_forwarded_for_0','108.38.186.230'),(750261,121287,'_server_http_x_forwarded_for_1','1.55.240.156'),(750262,121287,'_server_http_referer','http://www.google.com.hk'),(750263,121288,'failed_username','luis-monteiro'),(750264,121288,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750265,121288,'_message_key','user_unknown_login_failed'),(750266,121288,'_xmlrpc_request','true'),(750267,121288,'_server_remote_addr','202.147.195.158'),(750268,121288,'_server_http_x_forwarded_for_0','169.25.19.196'),(750269,121288,'_server_http_x_forwarded_for_1','192.99.8.157'),(750270,121288,'_server_http_x_forwarded_for_2','202.147.195.158'),(750271,121288,'_server_http_referer','http://www.google.com.hk'),(750272,121289,'failed_username','luis-monteiro'),(750273,121289,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750274,121289,'_message_key','user_unknown_login_failed'),(750275,121289,'_xmlrpc_request','true'),(750276,121289,'_server_remote_addr','47.75.184.187'),(750277,121289,'_server_http_x_forwarded_for_0','164.233.214.144'),(750278,121289,'_server_http_x_forwarded_for_1','47.75.184.187'),(750279,121289,'_server_http_referer','http://www.google.com.hk'),(750280,121290,'failed_username','luis-monteiro'),(750281,121290,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750282,121290,'_message_key','user_unknown_login_failed'),(750283,121290,'_xmlrpc_request','true'),(750284,121290,'_server_remote_addr','109.92.140.250'),(750285,121290,'_server_http_x_forwarded_for_0','3.200.160.174'),(750286,121290,'_server_http_x_forwarded_for_1','109.92.140.250'),(750287,121290,'_server_http_referer','http://www.google.com.hk'),(750288,121291,'failed_username','luis-monteiro'),(750289,121291,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750290,121291,'_message_key','user_unknown_login_failed'),(750291,121291,'_xmlrpc_request','true'),(750292,121291,'_server_remote_addr','95.181.130.149'),(750293,121291,'_server_http_x_forwarded_for_0','149.54.109.148'),(750294,121291,'_server_http_x_forwarded_for_1','95.181.130.149'),(750295,121291,'_server_http_referer','http://www.google.com.hk'),(750296,121292,'failed_username','luis-monteiro'),(750297,121292,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750298,121292,'_message_key','user_unknown_login_failed'),(750299,121292,'_xmlrpc_request','true'),(750300,121292,'_server_remote_addr','202.5.60.121'),(750301,121292,'_server_http_x_forwarded_for_0','206.88.220.141'),(750302,121292,'_server_http_x_forwarded_for_1','202.5.60.121'),(750303,121292,'_server_http_referer','http://www.google.com.hk'),(750304,121293,'failed_username','luis-monteiro'),(750305,121293,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750306,121293,'_message_key','user_unknown_login_failed'),(750307,121293,'_xmlrpc_request','true'),(750308,121293,'_server_remote_addr','36.89.235.35'),(750309,121293,'_server_http_x_forwarded_for_0','98.96.129.247'),(750310,121293,'_server_http_x_forwarded_for_1','36.89.235.35'),(750311,121293,'_server_http_referer','http://www.google.com.hk'),(750312,121294,'failed_username','luis-monteiro'),(750313,121294,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750314,121294,'_message_key','user_unknown_login_failed'),(750315,121294,'_xmlrpc_request','true'),(750316,121294,'_server_remote_addr','140.227.207.179'),(750317,121294,'_server_http_x_forwarded_for_0','140.227.207.179'),(750318,121295,'failed_username','luis-monteiro'),(750319,121295,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750320,121295,'_message_key','user_unknown_login_failed'),(750321,121295,'_xmlrpc_request','true'),(750322,121295,'_server_remote_addr','47.75.194.109'),(750323,121295,'_server_http_x_forwarded_for_0','156.198.219.164'),(750324,121295,'_server_http_x_forwarded_for_1','47.75.194.109'),(750325,121295,'_server_http_referer','http://www.google.com.hk'),(750326,121296,'failed_username','luis-monteiro'),(750327,121296,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750328,121296,'_message_key','user_unknown_login_failed'),(750329,121296,'_xmlrpc_request','true'),(750330,121296,'_server_remote_addr','1.254.195.253'),(750331,121296,'_server_http_x_forwarded_for_0','200.124.154.4'),(750332,121296,'_server_http_x_forwarded_for_1','1.254.195.253'),(750333,121296,'_server_http_referer','http://www.google.com.hk'),(750334,121297,'failed_username','luis-monteiro'),(750335,121297,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750336,121297,'_message_key','user_unknown_login_failed'),(750337,121297,'_xmlrpc_request','true'),(750338,121297,'_server_remote_addr','140.227.213.209'),(750339,121297,'_server_http_x_forwarded_for_0','140.227.213.209'),(750340,121297,'_server_http_referer','http://www.google.com.hk'),(750341,121298,'failed_username','luis-monteiro'),(750342,121298,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750343,121298,'_message_key','user_unknown_login_failed'),(750344,121298,'_xmlrpc_request','true'),(750345,121298,'_server_remote_addr','197.254.103.126'),(750346,121298,'_server_http_x_forwarded_for_0','119.147.64.251'),(750347,121298,'_server_http_x_forwarded_for_1','197.254.103.126'),(750348,121298,'_server_http_referer','http://www.google.com.hk'),(750349,121299,'failed_username','luis-monteiro'),(750350,121299,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750351,121299,'_message_key','user_unknown_login_failed'),(750352,121299,'_xmlrpc_request','true'),(750353,121299,'_server_remote_addr','189.1.181.37'),(750354,121299,'_server_http_x_forwarded_for_0','124.68.141.105'),(750355,121299,'_server_http_x_forwarded_for_1','189.1.181.37'),(750356,121299,'_server_http_referer','http://www.google.com.hk'),(750357,121300,'failed_username','luis-monteiro'),(750358,121300,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750359,121300,'_message_key','user_unknown_login_failed'),(750360,121300,'_xmlrpc_request','true'),(750361,121300,'_server_remote_addr','140.227.68.113'),(750362,121300,'_server_http_x_forwarded_for_0','140.227.68.113'),(750363,121301,'failed_username','luis-monteiro'),(750364,121301,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750365,121301,'_message_key','user_unknown_login_failed'),(750366,121301,'_xmlrpc_request','true'),(750367,121301,'_server_remote_addr','140.227.79.108'),(750368,121301,'_server_http_x_forwarded_for_0','140.227.79.108'),(750369,121301,'_server_http_referer','http://www.google.com.hk'),(750370,121302,'failed_username','luis-monteiro'),(750371,121302,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750372,121302,'_message_key','user_unknown_login_failed'),(750373,121302,'_xmlrpc_request','true'),(750374,121302,'_server_remote_addr','47.52.210.47'),(750375,121302,'_server_http_x_forwarded_for_0','102.140.124.199'),(750376,121302,'_server_http_x_forwarded_for_1','47.52.210.47'),(750377,121302,'_server_http_referer','http://www.google.com.hk'),(750378,121303,'failed_username','luis-monteiro'),(750379,121303,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750380,121303,'_message_key','user_unknown_login_failed'),(750381,121303,'_xmlrpc_request','true'),(750382,121303,'_server_remote_addr','140.227.207.166'),(750383,121303,'_server_http_x_forwarded_for_0','140.227.207.166'),(750384,121304,'failed_username','luis-monteiro'),(750385,121304,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750386,121304,'_message_key','user_unknown_login_failed'),(750387,121304,'_xmlrpc_request','true'),(750388,121304,'_server_remote_addr','24.35.1.6'),(750389,121304,'_server_http_x_forwarded_for_0','196.144.165.30'),(750390,121304,'_server_http_x_forwarded_for_1','24.35.1.6'),(750391,121304,'_server_http_referer','http://www.google.com.hk'),(750392,121305,'failed_username','luis-monteiro'),(750393,121305,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750394,121305,'_message_key','user_unknown_login_failed'),(750395,121305,'_xmlrpc_request','true'),(750396,121305,'_server_remote_addr','114.108.177.104'),(750397,121305,'_server_http_x_forwarded_for_0','11.228.135.247'),(750398,121305,'_server_http_x_forwarded_for_1','114.108.177.104'),(750399,121305,'_server_http_referer','http://www.google.com.hk'),(750400,121306,'failed_username','luis-monteiro'),(750401,121306,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750402,121306,'_message_key','user_unknown_login_failed'),(750403,121306,'_xmlrpc_request','true'),(750404,121306,'_server_remote_addr','186.42.212.214'),(750405,121306,'_server_http_x_forwarded_for_1','186.42.212.214'),(750406,121306,'_server_http_referer','http://www.google.com.hk'),(750407,121307,'failed_username','luis-monteiro'),(750408,121307,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750409,121307,'_message_key','user_unknown_login_failed'),(750410,121307,'_xmlrpc_request','true'),(750411,121307,'_server_remote_addr','140.227.79.108'),(750412,121307,'_server_http_x_forwarded_for_0','140.227.79.108'),(750413,121307,'_server_http_referer','http://www.google.com.hk'),(750414,121308,'failed_username','luis-monteiro'),(750415,121308,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750416,121308,'_message_key','user_unknown_login_failed'),(750417,121308,'_xmlrpc_request','true'),(750418,121308,'_server_remote_addr','74.208.239.30'),(750419,121308,'_server_http_x_forwarded_for_1','74.208.239.30'),(750420,121308,'_server_http_referer','http://www.google.com.hk'),(750421,121309,'failed_username','luis-monteiro'),(750422,121309,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750423,121309,'_message_key','user_unknown_login_failed'),(750424,121309,'_xmlrpc_request','true'),(750425,121309,'_server_remote_addr','158.255.51.213'),(750426,121309,'_server_http_x_forwarded_for_0','17.110.197.69'),(750427,121309,'_server_http_x_forwarded_for_1','158.255.51.213'),(750428,121309,'_server_http_referer','http://www.google.com.hk'),(750429,121310,'failed_username','luis-monteiro'),(750430,121310,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750431,121310,'_message_key','user_unknown_login_failed'),(750432,121310,'_xmlrpc_request','true'),(750433,121310,'_server_remote_addr','223.19.141.26'),(750434,121310,'_server_http_x_forwarded_for_0','140.192.35.141'),(750435,121310,'_server_http_x_forwarded_for_1','223.19.141.26'),(750436,121310,'_server_http_referer','http://www.google.com.hk'),(750437,121311,'failed_username','luis-monteiro'),(750438,121311,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750439,121311,'_message_key','user_unknown_login_failed'),(750440,121311,'_xmlrpc_request','true'),(750441,121311,'_server_remote_addr','103.48.56.130'),(750442,121311,'_server_http_x_forwarded_for_0','155.17.196.61'),(750443,121311,'_server_http_x_forwarded_for_1','192.99.8.157'),(750444,121311,'_server_http_x_forwarded_for_2','103.48.56.130'),(750445,121311,'_server_http_referer','http://www.google.com.hk'),(750446,121312,'failed_username','luis-monteiro'),(750447,121312,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750448,121312,'_message_key','user_unknown_login_failed'),(750449,121312,'_xmlrpc_request','true'),(750450,121312,'_server_remote_addr','167.99.176.159'),(750451,121312,'_server_http_x_forwarded_for_0','8.51.113.60'),(750452,121312,'_server_http_x_forwarded_for_1','192.99.8.157'),(750453,121312,'_server_http_x_forwarded_for_2','167.99.176.159'),(750454,121312,'_server_http_referer','http://www.google.com.hk'),(750455,121313,'failed_username','luis-monteiro'),(750456,121313,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750457,121313,'_message_key','user_unknown_login_failed'),(750458,121313,'_xmlrpc_request','true'),(750459,121313,'_server_remote_addr','101.109.255.243'),(750460,121313,'_server_http_x_forwarded_for_0','54.163.175.53'),(750461,121313,'_server_http_x_forwarded_for_1','101.109.255.243'),(750462,121313,'_server_http_referer','http://www.google.com.hk'),(750463,121314,'failed_username','luis-monteiro'),(750464,121314,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750465,121314,'_message_key','user_unknown_login_failed'),(750466,121314,'_xmlrpc_request','true'),(750467,121314,'_server_remote_addr','157.65.31.220'),(750468,121314,'_server_http_x_forwarded_for_0','157.65.31.220'),(750469,121314,'_server_http_referer','http://www.google.com.hk'),(750470,121315,'failed_username','luis-monteiro'),(750471,121315,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750472,121315,'_message_key','user_unknown_login_failed'),(750473,121315,'_xmlrpc_request','true'),(750474,121315,'_server_remote_addr','178.57.101.235'),(750475,121315,'_server_http_x_forwarded_for_0','117.2.253.6'),(750476,121315,'_server_http_x_forwarded_for_1','178.57.101.235'),(750477,121315,'_server_http_referer','http://www.google.com.hk'),(750478,121316,'failed_username','luis-monteiro'),(750479,121316,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750480,121316,'_message_key','user_unknown_login_failed'),(750481,121316,'_xmlrpc_request','true'),(750482,121316,'_server_remote_addr','195.53.49.42'),(750483,121316,'_server_http_x_forwarded_for_1','192.99.8.157'),(750484,121316,'_server_http_x_forwarded_for_2','195.53.49.42'),(750485,121316,'_server_http_referer','http://www.google.com.hk'),(750486,121317,'failed_username','luis-monteiro'),(750487,121317,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750488,121317,'_message_key','user_unknown_login_failed'),(750489,121317,'_xmlrpc_request','true'),(750490,121317,'_server_remote_addr','109.167.224.198'),(750491,121317,'_server_http_x_forwarded_for_0','205.187.90.194'),(750492,121317,'_server_http_x_forwarded_for_1','109.167.224.198'),(750493,121317,'_server_http_referer','http://www.google.com.hk'),(750494,121318,'failed_username','luis-monteiro'),(750495,121318,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750496,121318,'_message_key','user_unknown_login_failed'),(750497,121318,'_xmlrpc_request','true'),(750498,121318,'_server_remote_addr','188.17.152.172'),(750499,121318,'_server_http_x_forwarded_for_0','66.104.217.143'),(750500,121318,'_server_http_x_forwarded_for_1','188.17.152.172'),(750501,121318,'_server_http_referer','http://www.google.com.hk'),(750502,121319,'failed_username','luis-monteiro'),(750503,121319,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750504,121319,'_message_key','user_unknown_login_failed'),(750505,121319,'_xmlrpc_request','true'),(750506,121319,'_server_remote_addr','61.8.78.130'),(750507,121319,'_server_http_x_forwarded_for_0','142.136.161.135'),(750508,121319,'_server_http_x_forwarded_for_1','192.99.8.157'),(750509,121319,'_server_http_x_forwarded_for_2','61.8.78.130'),(750510,121319,'_server_http_referer','http://www.google.com.hk'),(750511,121320,'failed_username','luis-monteiro'),(750512,121320,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750513,121320,'_message_key','user_unknown_login_failed'),(750514,121320,'_xmlrpc_request','true'),(750515,121320,'_server_remote_addr','140.227.203.210'),(750516,121320,'_server_http_x_forwarded_for_0','140.227.203.210'),(750517,121320,'_server_http_referer','http://www.google.com.hk'),(750518,121321,'failed_username','luis-monteiro'),(750519,121321,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750520,121321,'_message_key','user_unknown_login_failed'),(750521,121321,'_xmlrpc_request','true'),(750522,121321,'_server_remote_addr','173.212.219.151'),(750523,121321,'_server_http_x_forwarded_for_0','171.26.101.39'),(750524,121321,'_server_http_x_forwarded_for_1','192.99.8.157'),(750525,121321,'_server_http_x_forwarded_for_2','173.212.219.151'),(750526,121321,'_server_http_referer','http://www.google.com.hk'),(750527,121322,'failed_username','luis-monteiro'),(750528,121322,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750529,121322,'_message_key','user_unknown_login_failed'),(750530,121322,'_xmlrpc_request','true'),(750531,121322,'_server_remote_addr','110.235.249.54'),(750532,121322,'_server_http_x_forwarded_for_0','3.33.178.27'),(750533,121322,'_server_http_x_forwarded_for_1','110.235.249.54'),(750534,121322,'_server_http_referer','http://www.google.com.hk'),(750535,121323,'failed_username','luis-monteiro'),(750536,121323,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750537,121323,'_message_key','user_unknown_login_failed'),(750538,121323,'_xmlrpc_request','true'),(750539,121323,'_server_remote_addr','95.179.135.66'),(750540,121323,'_server_http_x_forwarded_for_0','95.179.135.66'),(750541,121323,'_server_http_referer','http://www.google.com.hk'),(750542,121324,'failed_username','luis-monteiro'),(750543,121324,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750544,121324,'_message_key','user_unknown_login_failed'),(750545,121324,'_xmlrpc_request','true'),(750546,121324,'_server_remote_addr','95.181.130.149'),(750547,121324,'_server_http_x_forwarded_for_0','24.194.6.21'),(750548,121324,'_server_http_x_forwarded_for_1','95.181.130.149'),(750549,121324,'_server_http_referer','http://www.google.com.hk'),(750550,121325,'failed_username','luis-monteiro'),(750551,121325,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750552,121325,'_message_key','user_unknown_login_failed'),(750553,121325,'_xmlrpc_request','true'),(750554,121325,'_server_remote_addr','212.72.150.51'),(750555,121325,'_server_http_x_forwarded_for_0','120.100.91.179'),(750556,121325,'_server_http_x_forwarded_for_1','212.72.150.51'),(750557,121325,'_server_http_referer','http://www.google.com.hk'),(750558,121326,'failed_username','luis-monteiro'),(750559,121326,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750560,121326,'_message_key','user_unknown_login_failed'),(750561,121326,'_xmlrpc_request','true'),(750562,121326,'_server_remote_addr','43.245.202.211'),(750563,121326,'_server_http_x_forwarded_for_0','156.89.84.28'),(750564,121326,'_server_http_x_forwarded_for_1','43.245.202.211'),(750565,121326,'_server_http_referer','http://www.google.com.hk'),(750566,121327,'failed_username','luis-monteiro'),(750567,121327,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750568,121327,'_message_key','user_unknown_login_failed'),(750569,121327,'_xmlrpc_request','true'),(750570,121327,'_server_remote_addr','180.87.195.22'),(750571,121327,'_server_http_x_forwarded_for_0','34.141.155.39'),(750572,121327,'_server_http_x_forwarded_for_1','180.87.195.22'),(750573,121327,'_server_http_referer','http://www.google.com.hk'),(750574,121328,'failed_username','luis-monteiro'),(750575,121328,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750576,121328,'_message_key','user_unknown_login_failed'),(750577,121328,'_xmlrpc_request','true'),(750578,121328,'_server_remote_addr','58.179.14.183'),(750579,121328,'_server_http_x_forwarded_for_1','58.179.14.183'),(750580,121328,'_server_http_referer','http://www.google.com.hk'),(750581,121329,'failed_username','luis-monteiro'),(750582,121329,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750583,121329,'_message_key','user_unknown_login_failed'),(750584,121329,'_xmlrpc_request','true'),(750585,121329,'_server_remote_addr','101.109.83.204'),(750586,121329,'_server_http_x_forwarded_for_0','205.253.95.192'),(750587,121329,'_server_http_x_forwarded_for_1','101.109.83.204'),(750588,121329,'_server_http_referer','http://www.google.com.hk'),(750589,121330,'failed_username','luis-monteiro'),(750590,121330,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750591,121330,'_message_key','user_unknown_login_failed'),(750592,121330,'_xmlrpc_request','true'),(750593,121330,'_server_remote_addr','1.254.195.253'),(750594,121330,'_server_http_x_forwarded_for_0','47.148.209.151'),(750595,121330,'_server_http_x_forwarded_for_1','1.254.195.253'),(750596,121330,'_server_http_referer','http://www.google.com.hk'),(750597,121331,'failed_username','luis-monteiro'),(750598,121331,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750599,121331,'_message_key','user_unknown_login_failed'),(750600,121331,'_xmlrpc_request','true'),(750601,121331,'_server_remote_addr','175.176.160.179'),(750602,121331,'_server_http_x_forwarded_for_0','86.163.213.143'),(750603,121331,'_server_http_x_forwarded_for_1','175.176.160.179'),(750604,121331,'_server_http_referer','http://www.google.com.hk'),(750605,121332,'failed_username','luis-monteiro'),(750606,121332,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750607,121332,'_message_key','user_unknown_login_failed'),(750608,121332,'_xmlrpc_request','true'),(750609,121332,'_server_remote_addr','91.191.63.162'),(750610,121332,'_server_http_x_forwarded_for_0','109.78.224.195'),(750611,121332,'_server_http_x_forwarded_for_1','91.191.63.162'),(750612,121332,'_server_http_referer','http://www.google.com.hk'),(750613,121333,'failed_username','luis-monteiro'),(750614,121333,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750615,121333,'_message_key','user_unknown_login_failed'),(750616,121333,'_xmlrpc_request','true'),(750617,121333,'_server_remote_addr','140.227.212.179'),(750618,121333,'_server_http_x_forwarded_for_0','140.227.212.179'),(750619,121334,'failed_username','luis-monteiro'),(750620,121334,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750621,121334,'_message_key','user_unknown_login_failed'),(750622,121334,'_xmlrpc_request','true'),(750623,121334,'_server_remote_addr','140.227.59.67'),(750624,121334,'_server_http_x_forwarded_for_0','140.227.59.67'),(750625,121334,'_server_http_referer','http://www.google.com.hk'),(750626,121335,'failed_username','luis-monteiro'),(750627,121335,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750628,121335,'_message_key','user_unknown_login_failed'),(750629,121335,'_xmlrpc_request','true'),(750630,121335,'_server_remote_addr','140.227.204.165'),(750631,121335,'_server_http_x_forwarded_for_0','140.227.204.165'),(750632,121336,'failed_username','luis-monteiro'),(750633,121336,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750634,121336,'_message_key','user_unknown_login_failed'),(750635,121336,'_xmlrpc_request','true'),(750636,121336,'_server_remote_addr','140.227.212.211'),(750637,121336,'_server_http_x_forwarded_for_0','140.227.212.211'),(750638,121336,'_server_http_referer','http://www.google.com.hk'),(750639,121337,'failed_username','luis-monteiro'),(750640,121337,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750641,121337,'_message_key','user_unknown_login_failed'),(750642,121337,'_xmlrpc_request','true'),(750643,121337,'_server_remote_addr','212.160.180.110'),(750644,121337,'_server_http_x_forwarded_for_0','99.24.160.71'),(750645,121337,'_server_http_x_forwarded_for_1','212.160.180.110'),(750646,121337,'_server_http_referer','http://www.google.com.hk'),(750647,121338,'failed_username','luis-monteiro'),(750648,121338,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750649,121338,'_message_key','user_unknown_login_failed'),(750650,121338,'_xmlrpc_request','true'),(750651,121338,'_server_remote_addr','189.1.181.37'),(750652,121338,'_server_http_x_forwarded_for_0','128.209.246.121'),(750653,121338,'_server_http_x_forwarded_for_1','189.1.181.37'),(750654,121338,'_server_http_referer','http://www.google.com.hk'),(750655,121339,'failed_username','luis-monteiro'),(750656,121339,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750657,121339,'_message_key','user_unknown_login_failed'),(750658,121339,'_xmlrpc_request','true'),(750659,121339,'_server_remote_addr','154.79.242.6'),(750660,121339,'_server_http_x_forwarded_for_0','124.151.127.16'),(750661,121339,'_server_http_x_forwarded_for_1','154.79.242.6'),(750662,121339,'_server_http_referer','http://www.google.com.hk'),(750663,121340,'failed_username','luis-monteiro'),(750664,121340,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750665,121340,'_message_key','user_unknown_login_failed'),(750666,121340,'_xmlrpc_request','true'),(750667,121340,'_server_remote_addr','96.9.87.54'),(750668,121340,'_server_http_x_forwarded_for_0','115.128.252.170'),(750669,121340,'_server_http_x_forwarded_for_1','96.9.87.54'),(750670,121340,'_server_http_referer','http://www.google.com.hk'),(750671,121341,'failed_username','luis-monteiro'),(750672,121341,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750673,121341,'_message_key','user_unknown_login_failed'),(750674,121341,'_xmlrpc_request','true'),(750675,121341,'_server_remote_addr','186.250.53.35'),(750676,121341,'_server_http_x_forwarded_for_0','170.168.125.179'),(750677,121341,'_server_http_x_forwarded_for_1','186.250.53.35'),(750678,121341,'_server_http_referer','http://www.google.com.hk'),(750679,121342,'failed_username','luis-monteiro'),(750680,121342,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750681,121342,'_message_key','user_unknown_login_failed'),(750682,121342,'_xmlrpc_request','true'),(750683,121342,'_server_remote_addr','35.221.42.38'),(750684,121342,'_server_http_x_forwarded_for_0','123.154.29.188'),(750685,121342,'_server_http_x_forwarded_for_1','35.221.42.38'),(750686,121342,'_server_http_referer','http://www.google.com.hk'),(750687,121343,'failed_username','luis-monteiro'),(750688,121343,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750689,121343,'_message_key','user_unknown_login_failed'),(750690,121343,'_xmlrpc_request','true'),(750691,121343,'_server_remote_addr','93.171.245.215'),(750692,121343,'_server_http_x_forwarded_for_0','104.80.210.152'),(750693,121343,'_server_http_x_forwarded_for_1','93.171.245.215'),(750694,121343,'_server_http_referer','http://www.google.com.hk'),(750695,121344,'failed_username','luis-monteiro'),(750696,121344,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750697,121344,'_message_key','user_unknown_login_failed'),(750698,121344,'_xmlrpc_request','true'),(750699,121344,'_server_remote_addr','140.227.59.74'),(750700,121344,'_server_http_x_forwarded_for_0','140.227.59.74'),(750701,121344,'_server_http_referer','http://www.google.com.hk'),(750702,121345,'failed_username','luis-monteiro'),(750703,121345,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750704,121345,'_message_key','user_unknown_login_failed'),(750705,121345,'_xmlrpc_request','true'),(750706,121345,'_server_remote_addr','91.196.37.202'),(750707,121345,'_server_http_x_forwarded_for_1','91.196.37.202'),(750708,121345,'_server_http_referer','http://www.google.com.hk'),(750709,121346,'failed_username','luis-monteiro'),(750710,121346,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750711,121346,'_message_key','user_unknown_login_failed'),(750712,121346,'_xmlrpc_request','true'),(750713,121346,'_server_remote_addr','87.249.247.200'),(750714,121346,'_server_http_x_forwarded_for_0','4.27.110.50'),(750715,121346,'_server_http_x_forwarded_for_1','87.249.247.200'),(750716,121346,'_server_http_referer','http://www.google.com.hk'),(750717,121347,'failed_username','luis-monteiro'),(750718,121347,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750719,121347,'_message_key','user_unknown_login_failed'),(750720,121347,'_xmlrpc_request','true'),(750721,121347,'_server_remote_addr','198.13.59.170'),(750722,121347,'_server_http_x_forwarded_for_0','48.36.89.121'),(750723,121347,'_server_http_x_forwarded_for_2','198.13.59.170'),(750724,121347,'_server_http_referer','http://www.google.com.hk'),(750725,121348,'failed_username','luis-monteiro'),(750726,121348,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750727,121348,'_message_key','user_unknown_login_failed'),(750728,121348,'_xmlrpc_request','true'),(750729,121348,'_server_remote_addr','205.145.146.34'),(750730,121348,'_server_http_x_forwarded_for_0','130.32.22.247'),(750731,121348,'_server_http_x_forwarded_for_1','205.145.146.34'),(750732,121348,'_server_http_referer','http://www.google.com.hk'),(750733,121349,'failed_username','luis-monteiro'),(750734,121349,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750735,121349,'_message_key','user_unknown_login_failed'),(750736,121349,'_xmlrpc_request','true'),(750737,121349,'_server_remote_addr','188.244.175.2'),(750738,121349,'_server_http_x_forwarded_for_0','175.7.163.6'),(750739,121349,'_server_http_x_forwarded_for_1','188.244.175.2'),(750740,121349,'_server_http_referer','http://www.google.com.hk'),(750741,121350,'failed_username','luis-monteiro'),(750742,121350,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750743,121350,'_message_key','user_unknown_login_failed'),(750744,121350,'_xmlrpc_request','true'),(750745,121350,'_server_remote_addr','81.198.208.219'),(750746,121350,'_server_http_x_forwarded_for_0','89.195.135.87'),(750747,121350,'_server_http_x_forwarded_for_1','81.198.208.219'),(750748,121350,'_server_http_referer','http://www.google.com.hk'),(750749,121351,'failed_username','luis-monteiro'),(750750,121351,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750751,121351,'_message_key','user_unknown_login_failed'),(750752,121351,'_xmlrpc_request','true'),(750753,121351,'_server_remote_addr','180.180.156.46'),(750754,121351,'_server_http_x_forwarded_for_0','216.238.124.99'),(750755,121351,'_server_http_x_forwarded_for_1','180.180.156.46'),(750756,121351,'_server_http_referer','http://www.google.com.hk'),(750757,121352,'failed_username','luis-monteiro'),(750758,121352,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750759,121352,'_message_key','user_unknown_login_failed'),(750760,121352,'_xmlrpc_request','true'),(750761,121352,'_server_remote_addr','1.20.103.13'),(750762,121352,'_server_http_x_forwarded_for_1','1.20.103.13'),(750763,121352,'_server_http_referer','http://www.google.com.hk'),(750764,121353,'failed_username','luis-monteiro'),(750765,121353,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750766,121353,'_message_key','user_unknown_login_failed'),(750767,121353,'_xmlrpc_request','true'),(750768,121353,'_server_remote_addr','186.42.184.146'),(750769,121353,'_server_http_x_forwarded_for_0','64.164.138.112'),(750770,121353,'_server_http_x_forwarded_for_1','186.42.184.146'),(750771,121353,'_server_http_referer','http://www.google.com.hk'),(750772,121354,'failed_username','luis-monteiro'),(750773,121354,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750774,121354,'_message_key','user_unknown_login_failed'),(750775,121354,'_xmlrpc_request','true'),(750776,121354,'_server_remote_addr','110.36.239.235'),(750777,121354,'_server_http_x_forwarded_for_0','209.167.12.232'),(750778,121354,'_server_http_x_forwarded_for_1','192.99.8.157'),(750779,121354,'_server_http_x_forwarded_for_2','110.36.239.235'),(750780,121354,'_server_http_referer','http://www.google.com.hk'),(750781,121355,'failed_username','luis-monteiro'),(750782,121355,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750783,121355,'_message_key','user_unknown_login_failed'),(750784,121355,'_xmlrpc_request','true'),(750785,121355,'_server_remote_addr','83.97.108.15'),(750786,121355,'_server_http_x_forwarded_for_0','33.61.38.72'),(750787,121355,'_server_http_x_forwarded_for_1','83.97.108.15'),(750788,121355,'_server_http_referer','http://www.google.com.hk'),(750789,121356,'failed_username','luis-monteiro'),(750790,121356,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750791,121356,'_message_key','user_unknown_login_failed'),(750792,121356,'_xmlrpc_request','true'),(750793,121356,'_server_remote_addr','103.23.203.250'),(750794,121356,'_server_http_x_forwarded_for_0','146.214.213.244'),(750795,121356,'_server_http_x_forwarded_for_1','103.23.203.250'),(750796,121356,'_server_http_referer','http://www.google.com.hk'),(750797,121357,'failed_username','luis-monteiro'),(750798,121357,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750799,121357,'_message_key','user_unknown_login_failed'),(750800,121357,'_xmlrpc_request','true'),(750801,121357,'_server_remote_addr','188.168.51.13'),(750802,121357,'_server_http_x_forwarded_for_0','145.234.163.90'),(750803,121357,'_server_http_x_forwarded_for_1','188.168.51.13'),(750804,121357,'_server_http_referer','http://www.google.com.hk'),(750805,121358,'failed_username','luis-monteiro'),(750806,121358,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750807,121358,'_message_key','user_unknown_login_failed'),(750808,121358,'_xmlrpc_request','true'),(750809,121358,'_server_remote_addr','140.227.210.205'),(750810,121358,'_server_http_x_forwarded_for_0','140.227.210.205'),(750811,121358,'_server_http_referer','http://www.google.com.hk'),(750812,121359,'failed_username','luis-monteiro'),(750813,121359,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750814,121359,'_message_key','user_unknown_login_failed'),(750815,121359,'_xmlrpc_request','true'),(750816,121359,'_server_remote_addr','80.78.64.179'),(750817,121359,'_server_http_x_forwarded_for_0','108.142.14.201'),(750818,121359,'_server_http_x_forwarded_for_1','80.78.64.179'),(750819,121359,'_server_http_referer','http://www.google.com.hk'),(750820,121360,'failed_username','luis-monteiro'),(750821,121360,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750822,121360,'_message_key','user_unknown_login_failed'),(750823,121360,'_xmlrpc_request','true'),(750824,121360,'_server_remote_addr','125.25.165.105'),(750825,121360,'_server_http_x_forwarded_for_0','129.121.121.35'),(750826,121360,'_server_http_x_forwarded_for_1','125.25.165.105'),(750827,121360,'_server_http_referer','http://www.google.com.hk'),(750828,121361,'failed_username','luis-monteiro'),(750829,121361,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750830,121361,'_message_key','user_unknown_login_failed'),(750831,121361,'_xmlrpc_request','true'),(750832,121361,'_server_remote_addr','185.162.218.18'),(750833,121361,'_server_http_x_forwarded_for_0','212.209.38.209'),(750834,121361,'_server_http_x_forwarded_for_1','185.162.218.18'),(750835,121361,'_server_http_referer','http://www.google.com.hk'),(750836,121362,'failed_username','luis-monteiro'),(750837,121362,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750838,121362,'_message_key','user_unknown_login_failed'),(750839,121362,'_xmlrpc_request','true'),(750840,121362,'_server_remote_addr','95.140.30.148'),(750841,121362,'_server_http_x_forwarded_for_0','133.65.27.153'),(750842,121362,'_server_http_x_forwarded_for_1','95.140.30.148'),(750843,121362,'_server_http_referer','http://www.google.com.hk'),(750844,121363,'failed_username','luis-monteiro'),(750845,121363,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750846,121363,'_message_key','user_unknown_login_failed'),(750847,121363,'_xmlrpc_request','true'),(750848,121363,'_server_remote_addr','176.62.185.54'),(750849,121363,'_server_http_x_forwarded_for_0','56.193.161.90'),(750850,121363,'_server_http_x_forwarded_for_1','176.62.185.54'),(750851,121363,'_server_http_referer','http://www.google.com.hk'),(750852,121364,'failed_username','luis-monteiro'),(750853,121364,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750854,121364,'_message_key','user_unknown_login_failed'),(750855,121364,'_xmlrpc_request','true'),(750856,121364,'_server_remote_addr','194.9.26.58'),(750857,121364,'_server_http_x_forwarded_for_0','39.25.246.46'),(750858,121364,'_server_http_x_forwarded_for_1','194.9.26.58'),(750859,121364,'_server_http_referer','http://www.google.com.hk'),(750860,121365,'failed_username','luis-monteiro'),(750861,121365,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750862,121365,'_message_key','user_unknown_login_failed'),(750863,121365,'_xmlrpc_request','true'),(750864,121365,'_server_remote_addr','188.255.187.226'),(750865,121365,'_server_http_x_forwarded_for_0','54.118.254.151'),(750866,121365,'_server_http_x_forwarded_for_1','192.99.8.157'),(750867,121365,'_server_http_x_forwarded_for_2','188.255.187.226'),(750868,121365,'_server_http_referer','http://www.google.com.hk'),(750869,121366,'failed_username','luis-monteiro'),(750870,121366,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750871,121366,'_message_key','user_unknown_login_failed'),(750872,121366,'_xmlrpc_request','true'),(750873,121366,'_server_remote_addr','140.227.202.209'),(750874,121366,'_server_http_x_forwarded_for_0','140.227.202.209'),(750875,121366,'_server_http_referer','http://www.google.com.hk'),(750876,121367,'failed_username','luis-monteiro'),(750877,121367,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750878,121367,'_message_key','user_unknown_login_failed'),(750879,121367,'_xmlrpc_request','true'),(750880,121367,'_server_remote_addr','110.164.58.103'),(750881,121367,'_server_http_x_forwarded_for_0','57.180.89.68'),(750882,121367,'_server_http_x_forwarded_for_1','110.164.58.103'),(750883,121367,'_server_http_referer','http://www.google.com.hk'),(750884,121368,'failed_username','luis-monteiro'),(750885,121368,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750886,121368,'_message_key','user_unknown_login_failed'),(750887,121368,'_xmlrpc_request','true'),(750888,121368,'_server_remote_addr','186.42.212.214'),(750889,121368,'_server_http_x_forwarded_for_0','192.77.93.158'),(750890,121368,'_server_http_x_forwarded_for_1','186.42.212.214'),(750891,121368,'_server_http_referer','http://www.google.com.hk'),(750892,121369,'failed_username','luis-monteiro'),(750893,121369,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750894,121369,'_message_key','user_unknown_login_failed'),(750895,121369,'_xmlrpc_request','true'),(750896,121369,'_server_remote_addr','140.227.204.165'),(750897,121369,'_server_http_x_forwarded_for_0','140.227.204.165'),(750898,121370,'failed_username','luis-monteiro'),(750899,121370,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750900,121370,'_message_key','user_unknown_login_failed'),(750901,121370,'_xmlrpc_request','true'),(750902,121370,'_server_remote_addr','35.221.42.38'),(750903,121370,'_server_http_x_forwarded_for_0','172.88.117.11'),(750904,121370,'_server_http_x_forwarded_for_1','35.221.42.38'),(750905,121370,'_server_http_referer','http://www.google.com.hk'),(750906,121371,'failed_username','luis-monteiro'),(750907,121371,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750908,121371,'_message_key','user_unknown_login_failed'),(750909,121371,'_xmlrpc_request','true'),(750910,121371,'_server_remote_addr','140.227.210.165'),(750911,121371,'_server_http_x_forwarded_for_0','140.227.210.165'),(750912,121372,'failed_username','luis-monteiro'),(750913,121372,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750914,121372,'_message_key','user_unknown_login_failed'),(750915,121372,'_xmlrpc_request','true'),(750916,121372,'_server_remote_addr','5.23.102.194'),(750917,121372,'_server_http_x_forwarded_for_1','5.23.102.194'),(750918,121372,'_server_http_referer','http://www.google.com.hk'),(750919,121373,'failed_username','luis-monteiro'),(750920,121373,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750921,121373,'_message_key','user_unknown_login_failed'),(750922,121373,'_xmlrpc_request','true'),(750923,121373,'_server_remote_addr','140.227.204.165'),(750924,121373,'_server_http_x_forwarded_for_0','140.227.204.165'),(750925,121374,'failed_username','luis-monteiro'),(750926,121374,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750927,121374,'_message_key','user_unknown_login_failed'),(750928,121374,'_xmlrpc_request','true'),(750929,121374,'_server_remote_addr','140.227.212.179'),(750930,121374,'_server_http_x_forwarded_for_0','140.227.212.179'),(750931,121375,'failed_username','luis-monteiro'),(750932,121375,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750933,121375,'_message_key','user_unknown_login_failed'),(750934,121375,'_xmlrpc_request','true'),(750935,121375,'_server_remote_addr','212.160.180.110'),(750936,121375,'_server_http_x_forwarded_for_0','146.91.199.35'),(750937,121375,'_server_http_x_forwarded_for_1','212.160.180.110'),(750938,121375,'_server_http_referer','http://www.google.com.hk'),(750939,121376,'failed_username','luis-monteiro'),(750940,121376,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750941,121376,'_message_key','user_unknown_login_failed'),(750942,121376,'_xmlrpc_request','true'),(750943,121376,'_server_remote_addr','140.227.212.179'),(750944,121376,'_server_http_x_forwarded_for_0','140.227.212.179'),(750945,121377,'failed_username','luis-monteiro'),(750946,121377,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750947,121377,'_message_key','user_unknown_login_failed'),(750948,121377,'_xmlrpc_request','true'),(750949,121377,'_server_remote_addr','113.255.181.197'),(750950,121377,'_server_http_x_forwarded_for_1','113.255.181.197'),(750951,121377,'_server_http_referer','http://www.google.com.hk'),(750952,121378,'failed_username','luis-monteiro'),(750953,121378,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750954,121378,'_message_key','user_unknown_login_failed'),(750955,121378,'_xmlrpc_request','true'),(750956,121378,'_server_remote_addr','36.89.235.35'),(750957,121378,'_server_http_x_forwarded_for_0','116.40.231.163'),(750958,121378,'_server_http_x_forwarded_for_1','36.89.235.35'),(750959,121378,'_server_http_referer','http://www.google.com.hk'),(750960,121379,'failed_username','luis-monteiro'),(750961,121379,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750962,121379,'_message_key','user_unknown_login_failed'),(750963,121379,'_xmlrpc_request','true'),(750964,121379,'_server_remote_addr','201.150.36.221'),(750965,121379,'_server_http_x_forwarded_for_0','85.162.164.167'),(750966,121379,'_server_http_x_forwarded_for_1','201.150.36.221'),(750967,121379,'_server_http_referer','http://www.google.com.hk'),(750968,121380,'failed_username','luis-monteiro'),(750969,121380,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750970,121380,'_message_key','user_unknown_login_failed'),(750971,121380,'_xmlrpc_request','true'),(750972,121380,'_server_remote_addr','140.227.207.211'),(750973,121380,'_server_http_x_forwarded_for_0','140.227.207.211'),(750974,121380,'_server_http_referer','http://www.google.com.hk'),(750975,121381,'failed_username','luis-monteiro'),(750976,121381,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750977,121381,'_message_key','user_unknown_login_failed'),(750978,121381,'_xmlrpc_request','true'),(750979,121381,'_server_remote_addr','150.107.243.18'),(750980,121381,'_server_http_x_forwarded_for_0','12.193.125.253'),(750981,121381,'_server_http_x_forwarded_for_1','150.107.243.18'),(750982,121381,'_server_http_referer','http://www.google.com.hk'),(750983,121382,'failed_username','luis-monteiro'),(750984,121382,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750985,121382,'_message_key','user_unknown_login_failed'),(750986,121382,'_xmlrpc_request','true'),(750987,121382,'_server_remote_addr','91.196.37.202'),(750988,121382,'_server_http_x_forwarded_for_0','4.134.164.6'),(750989,121382,'_server_http_x_forwarded_for_1','91.196.37.202'),(750990,121382,'_server_http_referer','http://www.google.com.hk'),(750991,121383,'failed_username','luis-monteiro'),(750992,121383,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(750993,121383,'_message_key','user_unknown_login_failed'),(750994,121383,'_xmlrpc_request','true'),(750995,121383,'_server_remote_addr','140.227.11.203'),(750996,121383,'_server_http_x_forwarded_for_0','140.227.11.203'),(750997,121383,'_server_http_referer','http://www.google.com.hk'),(750998,121384,'failed_username','luis-monteiro'),(750999,121384,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751000,121384,'_message_key','user_unknown_login_failed'),(751001,121384,'_xmlrpc_request','true'),(751002,121384,'_server_remote_addr','103.76.241.66'),(751003,121384,'_server_http_x_forwarded_for_0','134.111.151.213'),(751004,121384,'_server_http_x_forwarded_for_1','103.76.241.66'),(751005,121384,'_server_http_referer','http://www.google.com.hk'),(751006,121385,'failed_username','luis-monteiro'),(751007,121385,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751008,121385,'_message_key','user_unknown_login_failed'),(751009,121385,'_xmlrpc_request','true'),(751010,121385,'_server_remote_addr','103.218.101.230'),(751011,121385,'_server_http_x_forwarded_for_0','160.70.172.171'),(751012,121385,'_server_http_x_forwarded_for_1','192.99.8.157'),(751013,121385,'_server_http_x_forwarded_for_2','103.218.101.230'),(751014,121385,'_server_http_referer','http://www.google.com.hk'),(751015,121386,'failed_username','luis-monteiro'),(751016,121386,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751017,121386,'_message_key','user_unknown_login_failed'),(751018,121386,'_xmlrpc_request','true'),(751019,121386,'_server_remote_addr','223.16.229.241'),(751020,121386,'_server_http_x_forwarded_for_0','182.201.13.214'),(751021,121386,'_server_http_x_forwarded_for_1','223.16.229.241'),(751022,121386,'_server_http_referer','http://www.google.com.hk'),(751023,121387,'failed_username','luis-monteiro'),(751024,121387,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751025,121387,'_message_key','user_unknown_login_failed'),(751026,121387,'_xmlrpc_request','true'),(751027,121387,'_server_remote_addr','140.227.207.211'),(751028,121387,'_server_http_x_forwarded_for_0','140.227.207.211'),(751029,121387,'_server_http_referer','http://www.google.com.hk'),(751030,121388,'failed_username','luis-monteiro'),(751031,121388,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751032,121388,'_message_key','user_unknown_login_failed'),(751033,121388,'_xmlrpc_request','true'),(751034,121388,'_server_remote_addr','140.227.207.211'),(751035,121388,'_server_http_x_forwarded_for_0','140.227.207.211'),(751036,121388,'_server_http_referer','http://www.google.com.hk'),(751037,121389,'failed_username','luis-monteiro'),(751038,121389,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751039,121389,'_message_key','user_unknown_login_failed'),(751040,121389,'_xmlrpc_request','true'),(751041,121389,'_server_remote_addr','185.27.62.66'),(751042,121389,'_server_http_x_forwarded_for_0','78.35.201.247'),(751043,121389,'_server_http_x_forwarded_for_1','185.27.62.66'),(751044,121389,'_server_http_referer','http://www.google.com.hk'),(751045,121390,'failed_username','luis-monteiro'),(751046,121390,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751047,121390,'_message_key','user_unknown_login_failed'),(751048,121390,'_xmlrpc_request','true'),(751049,121390,'_server_remote_addr','185.44.174.253'),(751050,121390,'_server_http_x_forwarded_for_0','184.81.41.164'),(751051,121390,'_server_http_x_forwarded_for_1','185.44.174.253'),(751052,121390,'_server_http_referer','http://www.google.com.hk'),(751053,121391,'failed_username','luis-monteiro'),(751054,121391,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751055,121391,'_message_key','user_unknown_login_failed'),(751056,121391,'_xmlrpc_request','true'),(751057,121391,'_server_remote_addr','87.249.247.200'),(751058,121391,'_server_http_x_forwarded_for_0','62.84.85.208'),(751059,121391,'_server_http_x_forwarded_for_1','87.249.247.200'),(751060,121391,'_server_http_referer','http://www.google.com.hk'),(751061,121392,'failed_username','luis-monteiro'),(751062,121392,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751063,121392,'_message_key','user_unknown_login_failed'),(751064,121392,'_xmlrpc_request','true'),(751065,121392,'_server_remote_addr','27.147.139.154'),(751066,121392,'_server_http_x_forwarded_for_0','72.98.3.12'),(751067,121392,'_server_http_x_forwarded_for_1','27.147.139.154'),(751068,121392,'_server_http_referer','http://www.google.com.hk'),(751069,121393,'failed_username','luis-monteiro'),(751070,121393,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751071,121393,'_message_key','user_unknown_login_failed'),(751072,121393,'_xmlrpc_request','true'),(751073,121393,'_server_remote_addr','82.142.149.162'),(751074,121393,'_server_http_x_forwarded_for_0','125.144.194.220'),(751075,121393,'_server_http_x_forwarded_for_1','82.142.149.162'),(751076,121393,'_server_http_referer','http://www.google.com.hk'),(751077,121394,'failed_username','luis-monteiro'),(751078,121394,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751079,121394,'_message_key','user_unknown_login_failed'),(751080,121394,'_xmlrpc_request','true'),(751081,121394,'_server_remote_addr','122.201.23.122'),(751082,121394,'_server_http_x_forwarded_for_0','153.171.221.115'),(751083,121394,'_server_http_x_forwarded_for_1','122.201.23.122'),(751084,121394,'_server_http_referer','http://www.google.com.hk'),(751085,121395,'failed_username','luis-monteiro'),(751086,121395,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751087,121395,'_message_key','user_unknown_login_failed'),(751088,121395,'_xmlrpc_request','true'),(751089,121395,'_server_remote_addr','182.61.170.45'),(751090,121395,'_server_http_x_forwarded_for_0','114.13.140.16'),(751091,121395,'_server_http_x_forwarded_for_1','192.99.8.157'),(751092,121395,'_server_http_x_forwarded_for_2','182.61.170.45'),(751093,121395,'_server_http_referer','http://www.google.com.hk'),(751094,121396,'failed_username','luis-monteiro'),(751095,121396,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751096,121396,'_message_key','user_unknown_login_failed'),(751097,121396,'_xmlrpc_request','true'),(751098,121396,'_server_remote_addr','140.227.77.30'),(751099,121396,'_server_http_x_forwarded_for_0','140.227.77.30'),(751100,121396,'_server_http_referer','http://www.google.com.hk'),(751101,121397,'failed_username','luis-monteiro'),(751102,121397,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751103,121397,'_message_key','user_unknown_login_failed'),(751104,121397,'_xmlrpc_request','true'),(751105,121397,'_server_remote_addr','85.117.61.186'),(751106,121397,'_server_http_x_forwarded_for_0','207.199.82.182'),(751107,121397,'_server_http_x_forwarded_for_1','85.117.61.186'),(751108,121397,'_server_http_referer','http://www.google.com.hk'),(751109,121398,'failed_username','luis-monteiro'),(751110,121398,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751111,121398,'_message_key','user_unknown_login_failed'),(751112,121398,'_xmlrpc_request','true'),(751113,121398,'_server_remote_addr','36.89.145.162'),(751114,121398,'_server_http_x_forwarded_for_0','125.18.21.225'),(751115,121398,'_server_http_x_forwarded_for_1','192.99.8.157'),(751116,121398,'_server_http_x_forwarded_for_2','36.89.145.162'),(751117,121398,'_server_http_referer','http://www.google.com.hk'),(751118,121399,'failed_username','luis-monteiro'),(751119,121399,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751120,121399,'_message_key','user_unknown_login_failed'),(751121,121399,'_xmlrpc_request','true'),(751122,121399,'_server_remote_addr','140.227.53.4'),(751123,121399,'_server_http_x_forwarded_for_1','192.99.8.157'),(751124,121399,'_server_http_x_forwarded_for_2','140.227.53.4'),(751125,121399,'_server_http_referer','http://www.google.com.hk'),(751126,121400,'failed_username','luis-monteiro'),(751127,121400,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751128,121400,'_message_key','user_unknown_login_failed'),(751129,121400,'_xmlrpc_request','true'),(751130,121400,'_server_remote_addr','36.89.145.162'),(751131,121400,'_server_http_x_forwarded_for_0','40.232.190.216'),(751132,121400,'_server_http_x_forwarded_for_1','192.99.8.157'),(751133,121400,'_server_http_x_forwarded_for_2','36.89.145.162'),(751134,121400,'_server_http_referer','http://www.google.com.hk'),(751135,121401,'failed_username','luis-monteiro'),(751136,121401,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751137,121401,'_message_key','user_unknown_login_failed'),(751138,121401,'_xmlrpc_request','true'),(751139,121401,'_server_remote_addr','140.227.26.47'),(751140,121401,'_server_http_x_forwarded_for_0','140.227.26.47'),(751141,121401,'_server_http_referer','http://www.google.com.hk'),(751142,121402,'failed_username','luis-monteiro'),(751143,121402,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751144,121402,'_message_key','user_unknown_login_failed'),(751145,121402,'_xmlrpc_request','true'),(751146,121402,'_server_remote_addr','27.254.149.139'),(751147,121402,'_server_http_x_forwarded_for_0','208.40.189.50'),(751148,121402,'_server_http_x_forwarded_for_1','27.254.149.139'),(751149,121402,'_server_http_referer','http://www.google.com.hk'),(751150,121403,'failed_username','luis-monteiro'),(751151,121403,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751152,121403,'_message_key','user_unknown_login_failed'),(751153,121403,'_xmlrpc_request','true'),(751154,121403,'_server_remote_addr','159.138.22.112'),(751155,121403,'_server_http_x_forwarded_for_0','3.179.198.76'),(751156,121403,'_server_http_x_forwarded_for_1','159.138.22.112'),(751157,121403,'_server_http_referer','http://www.google.com.hk'),(751158,121404,'failed_username','luis-monteiro'),(751159,121404,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751160,121404,'_message_key','user_unknown_login_failed'),(751161,121404,'_xmlrpc_request','true'),(751162,121404,'_server_remote_addr','140.227.57.219'),(751163,121404,'_server_http_x_forwarded_for_0','140.227.57.219'),(751164,121404,'_server_http_referer','http://www.google.com.hk'),(751165,121405,'failed_username','luis-monteiro'),(751166,121405,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751167,121405,'_message_key','user_unknown_login_failed'),(751168,121405,'_xmlrpc_request','true'),(751169,121405,'_server_remote_addr','218.255.102.246'),(751170,121405,'_server_http_x_forwarded_for_0','148.104.100.249'),(751171,121405,'_server_http_x_forwarded_for_1','218.255.102.246'),(751172,121405,'_server_http_referer','http://www.google.com.hk'),(751173,121406,'failed_username','luis-monteiro'),(751174,121406,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751175,121406,'_message_key','user_unknown_login_failed'),(751176,121406,'_xmlrpc_request','true'),(751177,121406,'_server_remote_addr','36.89.235.35'),(751178,121406,'_server_http_x_forwarded_for_0','96.101.62.22'),(751179,121406,'_server_http_x_forwarded_for_1','36.89.235.35'),(751180,121406,'_server_http_referer','http://www.google.com.hk'),(751181,121407,'failed_username','luis-monteiro'),(751182,121407,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751183,121407,'_message_key','user_unknown_login_failed'),(751184,121407,'_xmlrpc_request','true'),(751185,121407,'_server_remote_addr','140.227.204.165'),(751186,121407,'_server_http_x_forwarded_for_0','140.227.204.165'),(751187,121408,'failed_username','luis-monteiro'),(751188,121408,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751189,121408,'_message_key','user_unknown_login_failed'),(751190,121408,'_xmlrpc_request','true'),(751191,121408,'_server_remote_addr','5.2.230.40'),(751192,121408,'_server_http_x_forwarded_for_0','39.165.173.160'),(751193,121408,'_server_http_x_forwarded_for_1','5.2.230.40'),(751194,121408,'_server_http_referer','http://www.google.com.hk'),(751195,121409,'failed_username','luis-monteiro'),(751196,121409,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751197,121409,'_message_key','user_unknown_login_failed'),(751198,121409,'_xmlrpc_request','true'),(751199,121409,'_server_remote_addr','212.96.56.114'),(751200,121409,'_server_http_x_forwarded_for_0','43.156.225.59'),(751201,121409,'_server_http_x_forwarded_for_1','212.96.56.114'),(751202,121409,'_server_http_referer','http://www.google.com.hk'),(751203,121410,'failed_username','luis-monteiro'),(751204,121410,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751205,121410,'_message_key','user_unknown_login_failed'),(751206,121410,'_xmlrpc_request','true'),(751207,121410,'_server_remote_addr','93.171.245.215'),(751208,121410,'_server_http_x_forwarded_for_0','69.27.3.141'),(751209,121410,'_server_http_x_forwarded_for_1','93.171.245.215'),(751210,121410,'_server_http_referer','http://www.google.com.hk'),(751211,121411,'failed_username','luis-monteiro'),(751212,121411,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751213,121411,'_message_key','user_unknown_login_failed'),(751214,121411,'_xmlrpc_request','true'),(751215,121411,'_server_remote_addr','89.102.198.78'),(751216,121411,'_server_http_x_forwarded_for_1','89.102.198.78'),(751217,121411,'_server_http_referer','http://www.google.com.hk'),(751218,121412,'failed_username','luis-monteiro'),(751219,121412,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751220,121412,'_message_key','user_unknown_login_failed'),(751221,121412,'_xmlrpc_request','true'),(751222,121412,'_server_remote_addr','106.1.29.250'),(751223,121412,'_server_http_x_forwarded_for_0','184.195.162.62'),(751224,121412,'_server_http_x_forwarded_for_1','106.1.29.250'),(751225,121412,'_server_http_referer','http://www.google.com.hk'),(751226,121413,'failed_username','luis-monteiro'),(751227,121413,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751228,121413,'_message_key','user_unknown_login_failed'),(751229,121413,'_xmlrpc_request','true'),(751230,121413,'_server_remote_addr','185.233.94.105'),(751231,121413,'_server_http_x_forwarded_for_0','26.237.196.62'),(751232,121413,'_server_http_x_forwarded_for_1','192.99.8.157'),(751233,121413,'_server_http_x_forwarded_for_2','185.233.94.105'),(751234,121413,'_server_http_referer','http://www.google.com.hk'),(751235,121414,'failed_username','luis-monteiro'),(751236,121414,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751237,121414,'_message_key','user_unknown_login_failed'),(751238,121414,'_xmlrpc_request','true'),(751239,121414,'_server_remote_addr','185.27.62.66'),(751240,121414,'_server_http_x_forwarded_for_0','163.99.135.84'),(751241,121414,'_server_http_x_forwarded_for_1','185.27.62.66'),(751242,121414,'_server_http_referer','http://www.google.com.hk'),(751243,121415,'failed_username','luis-monteiro'),(751244,121415,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751245,121415,'_message_key','user_unknown_login_failed'),(751246,121415,'_xmlrpc_request','true'),(751247,121415,'_server_remote_addr','27.147.139.154'),(751248,121415,'_server_http_x_forwarded_for_1','27.147.139.154'),(751249,121415,'_server_http_referer','http://www.google.com.hk'),(751250,121416,'failed_username','luis-monteiro'),(751251,121416,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751252,121416,'_message_key','user_unknown_login_failed'),(751253,121416,'_xmlrpc_request','true'),(751254,121416,'_server_remote_addr','82.142.149.162'),(751255,121416,'_server_http_x_forwarded_for_0','184.214.151.188'),(751256,121416,'_server_http_x_forwarded_for_1','82.142.149.162'),(751257,121416,'_server_http_referer','http://www.google.com.hk'),(751258,121417,'failed_username','luis-monteiro'),(751259,121417,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751260,121417,'_message_key','user_unknown_login_failed'),(751261,121417,'_xmlrpc_request','true'),(751262,121417,'_server_remote_addr','91.191.63.162'),(751263,121417,'_server_http_x_forwarded_for_0','17.242.210.131'),(751264,121417,'_server_http_x_forwarded_for_1','91.191.63.162'),(751265,121417,'_server_http_referer','http://www.google.com.hk'),(751266,121418,'failed_username','luis-monteiro'),(751267,121418,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751268,121418,'_message_key','user_unknown_login_failed'),(751269,121418,'_xmlrpc_request','true'),(751270,121418,'_server_remote_addr','47.52.108.40'),(751271,121418,'_server_http_x_forwarded_for_0','203.133.186.132'),(751272,121418,'_server_http_x_forwarded_for_1','47.52.108.40'),(751273,121418,'_server_http_referer','http://www.google.com.hk'),(751274,121419,'failed_username','luis-monteiro'),(751275,121419,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751276,121419,'_message_key','user_unknown_login_failed'),(751277,121419,'_xmlrpc_request','true'),(751278,121419,'_server_remote_addr','182.61.170.45'),(751279,121419,'_server_http_x_forwarded_for_0','125.101.18.92'),(751280,121419,'_server_http_x_forwarded_for_1','192.99.8.157'),(751281,121419,'_server_http_x_forwarded_for_2','182.61.170.45'),(751282,121419,'_server_http_referer','http://www.google.com.hk'),(751283,121420,'failed_username','luis-monteiro'),(751284,121420,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751285,121420,'_message_key','user_unknown_login_failed'),(751286,121420,'_xmlrpc_request','true'),(751287,121420,'_server_remote_addr','201.150.36.221'),(751288,121420,'_server_http_x_forwarded_for_0','164.53.128.181'),(751289,121420,'_server_http_x_forwarded_for_1','201.150.36.221'),(751290,121420,'_server_http_referer','http://www.google.com.hk'),(751291,121421,'failed_username','luis-monteiro'),(751292,121421,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751293,121421,'_message_key','user_unknown_login_failed'),(751294,121421,'_xmlrpc_request','true'),(751295,121421,'_server_remote_addr','140.227.213.209'),(751296,121421,'_server_http_x_forwarded_for_0','140.227.213.209'),(751297,121421,'_server_http_referer','http://www.google.com.hk'),(751298,121422,'failed_username','luis-monteiro'),(751299,121422,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751300,121422,'_message_key','user_unknown_login_failed'),(751301,121422,'_xmlrpc_request','true'),(751302,121422,'_server_remote_addr','93.114.74.132'),(751303,121422,'_server_http_x_forwarded_for_0','207.71.153.41'),(751304,121422,'_server_http_x_forwarded_for_1','93.114.74.132'),(751305,121422,'_server_http_referer','http://www.google.com.hk'),(751306,121423,'failed_username','luis-monteiro'),(751307,121423,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751308,121423,'_message_key','user_unknown_login_failed'),(751309,121423,'_xmlrpc_request','true'),(751310,121423,'_server_remote_addr','41.78.243.233'),(751311,121423,'_server_http_x_forwarded_for_0','212.63.216.13'),(751312,121423,'_server_http_x_forwarded_for_1','41.78.243.233'),(751313,121423,'_server_http_referer','http://www.google.com.hk'),(751314,121424,'failed_username','luis-monteiro'),(751315,121424,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751316,121424,'_message_key','user_unknown_login_failed'),(751317,121424,'_xmlrpc_request','true'),(751318,121424,'_server_remote_addr','88.84.209.69'),(751319,121424,'_server_http_x_forwarded_for_0','36.147.150.190'),(751320,121424,'_server_http_x_forwarded_for_1','88.84.209.69'),(751321,121424,'_server_http_referer','http://www.google.com.hk'),(751322,121425,'failed_username','luis-monteiro'),(751323,121425,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751324,121425,'_message_key','user_unknown_login_failed'),(751325,121425,'_xmlrpc_request','true'),(751326,121425,'_server_remote_addr','140.227.204.165'),(751327,121425,'_server_http_x_forwarded_for_0','140.227.204.165'),(751328,121426,'failed_username','luis-monteiro'),(751329,121426,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751330,121426,'_message_key','user_unknown_login_failed'),(751331,121426,'_xmlrpc_request','true'),(751332,121426,'_server_remote_addr','140.227.207.166'),(751333,121426,'_server_http_x_forwarded_for_0','140.227.207.166'),(751334,121427,'failed_username','luis-monteiro'),(751335,121427,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751336,121427,'_message_key','user_unknown_login_failed'),(751337,121427,'_xmlrpc_request','true'),(751338,121427,'_server_remote_addr','140.227.78.138'),(751339,121427,'_server_http_x_forwarded_for_0','140.227.78.138'),(751340,121427,'_server_http_referer','http://www.google.com.hk'),(751341,121428,'failed_username','luis-monteiro'),(751342,121428,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751343,121428,'_message_key','user_unknown_login_failed'),(751344,121428,'_xmlrpc_request','true'),(751345,121428,'_server_remote_addr','27.254.149.139'),(751346,121428,'_server_http_x_forwarded_for_0','150.83.18.194'),(751347,121428,'_server_http_x_forwarded_for_1','27.254.149.139'),(751348,121428,'_server_http_referer','http://www.google.com.hk'),(751349,121429,'failed_username','luis-monteiro'),(751350,121429,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751351,121429,'_message_key','user_unknown_login_failed'),(751352,121429,'_xmlrpc_request','true'),(751353,121429,'_server_remote_addr','113.255.181.197'),(751354,121429,'_server_http_x_forwarded_for_0','85.221.221.81'),(751355,121429,'_server_http_x_forwarded_for_1','113.255.181.197'),(751356,121429,'_server_http_referer','http://www.google.com.hk'),(751357,121430,'failed_username','luis-monteiro'),(751358,121430,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751359,121430,'_message_key','user_unknown_login_failed'),(751360,121430,'_xmlrpc_request','true'),(751361,121430,'_server_remote_addr','183.88.213.85'),(751362,121430,'_server_http_x_forwarded_for_0','119.199.106.196'),(751363,121430,'_server_http_x_forwarded_for_1','192.99.8.157'),(751364,121430,'_server_http_x_forwarded_for_2','183.88.213.85'),(751365,121430,'_server_http_referer','http://www.google.com.hk'),(751366,121431,'failed_username','luis-monteiro'),(751367,121431,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751368,121431,'_message_key','user_unknown_login_failed'),(751369,121431,'_xmlrpc_request','true'),(751370,121431,'_server_remote_addr','174.127.155.118'),(751371,121431,'_server_http_x_forwarded_for_0','217.133.250.240'),(751372,121431,'_server_http_x_forwarded_for_1','174.127.155.118'),(751373,121431,'_server_http_referer','http://www.google.com.hk'),(751374,121432,'failed_username','luis-monteiro'),(751375,121432,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751376,121432,'_message_key','user_unknown_login_failed'),(751377,121432,'_xmlrpc_request','true'),(751378,121432,'_server_remote_addr','82.142.149.162'),(751379,121432,'_server_http_x_forwarded_for_0','32.95.135.92'),(751380,121432,'_server_http_x_forwarded_for_1','82.142.149.162'),(751381,121432,'_server_http_referer','http://www.google.com.hk'),(751382,121433,'failed_username','luis-monteiro'),(751383,121433,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751384,121433,'_message_key','user_unknown_login_failed'),(751385,121433,'_xmlrpc_request','true'),(751386,121433,'_server_remote_addr','202.166.216.213'),(751387,121433,'_server_http_x_forwarded_for_0','87.143.8.213'),(751388,121433,'_server_http_x_forwarded_for_1','202.166.216.213'),(751389,121433,'_server_http_referer','http://www.google.com.hk'),(751390,121434,'failed_username','luis-monteiro'),(751391,121434,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751392,121434,'_message_key','user_unknown_login_failed'),(751393,121434,'_xmlrpc_request','true'),(751394,121434,'_server_remote_addr','59.127.168.43'),(751395,121434,'_server_http_x_forwarded_for_0','178.81.204.196'),(751396,121434,'_server_http_x_forwarded_for_1','192.99.8.157'),(751397,121434,'_server_http_x_forwarded_for_2','59.127.168.43'),(751398,121434,'_server_http_referer','http://www.google.com.hk'),(751399,121435,'failed_username','luis-monteiro'),(751400,121435,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751401,121435,'_message_key','user_unknown_login_failed'),(751402,121435,'_xmlrpc_request','true'),(751403,121435,'_server_remote_addr','47.52.210.47'),(751404,121435,'_server_http_x_forwarded_for_0','216.130.186.214'),(751405,121435,'_server_http_x_forwarded_for_1','47.52.210.47'),(751406,121435,'_server_http_referer','http://www.google.com.hk'),(751407,121436,'failed_username','luis-monteiro'),(751408,121436,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751409,121436,'_message_key','user_unknown_login_failed'),(751410,121436,'_xmlrpc_request','true'),(751411,121436,'_server_remote_addr','27.147.139.154'),(751412,121436,'_server_http_x_forwarded_for_0','146.253.19.29'),(751413,121436,'_server_http_x_forwarded_for_1','27.147.139.154'),(751414,121436,'_server_http_referer','http://www.google.com.hk'),(751415,121437,'failed_username','luis-monteiro'),(751416,121437,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751417,121437,'_message_key','user_unknown_login_failed'),(751418,121437,'_xmlrpc_request','true'),(751419,121437,'_server_remote_addr','159.138.22.112'),(751420,121437,'_server_http_x_forwarded_for_0','53.41.250.64'),(751421,121437,'_server_http_x_forwarded_for_1','159.138.22.112'),(751422,121437,'_server_http_referer','http://www.google.com.hk'),(751423,121438,'failed_username','luis-monteiro'),(751424,121438,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751425,121438,'_message_key','user_unknown_login_failed'),(751426,121438,'_xmlrpc_request','true'),(751427,121438,'_server_remote_addr','140.227.68.113'),(751428,121438,'_server_http_x_forwarded_for_0','140.227.68.113'),(751429,121439,'failed_username','luis-monteiro'),(751430,121439,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751431,121439,'_message_key','user_unknown_login_failed'),(751432,121439,'_xmlrpc_request','true'),(751433,121439,'_server_remote_addr','140.227.72.193'),(751434,121439,'_server_http_x_forwarded_for_0','140.227.72.193'),(751435,121439,'_server_http_referer','http://www.google.com.hk'),(751436,121440,'failed_username','luis-monteiro'),(751437,121440,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751438,121440,'_message_key','user_unknown_login_failed'),(751439,121440,'_xmlrpc_request','true'),(751440,121440,'_server_remote_addr','140.227.200.215'),(751441,121440,'_server_http_x_forwarded_for_0','140.227.200.215'),(751442,121440,'_server_http_referer','http://www.google.com.hk'),(751443,121441,'failed_username','luis-monteiro'),(751444,121441,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751445,121441,'_message_key','user_unknown_login_failed'),(751446,121441,'_xmlrpc_request','true'),(751447,121441,'_server_remote_addr','180.250.153.129'),(751448,121441,'_server_http_x_forwarded_for_0','49.48.202.59'),(751449,121441,'_server_http_x_forwarded_for_1','180.250.153.129'),(751450,121441,'_server_http_referer','http://www.google.com.hk'),(751451,121442,'failed_username','luis-monteiro'),(751452,121442,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751453,121442,'_message_key','user_unknown_login_failed'),(751454,121442,'_xmlrpc_request','true'),(751455,121442,'_server_remote_addr','122.201.23.122'),(751456,121442,'_server_http_x_forwarded_for_0','49.249.131.22'),(751457,121442,'_server_http_x_forwarded_for_1','122.201.23.122'),(751458,121442,'_server_http_referer','http://www.google.com.hk'),(751459,121443,'failed_username','luis-monteiro'),(751460,121443,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751461,121443,'_message_key','user_unknown_login_failed'),(751462,121443,'_xmlrpc_request','true'),(751463,121443,'_server_remote_addr','150.107.243.18'),(751464,121443,'_server_http_x_forwarded_for_0','108.158.236.11'),(751465,121443,'_server_http_x_forwarded_for_1','150.107.243.18'),(751466,121443,'_server_http_referer','http://www.google.com.hk'),(751467,121444,'failed_username','luis-monteiro'),(751468,121444,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751469,121444,'_message_key','user_unknown_login_failed'),(751470,121444,'_xmlrpc_request','true'),(751471,121444,'_server_remote_addr','36.89.237.10'),(751472,121444,'_server_http_x_forwarded_for_0','54.157.218.236'),(751473,121444,'_server_http_x_forwarded_for_1','36.89.237.10'),(751474,121444,'_server_http_referer','http://www.google.com.hk'),(751475,121445,'failed_username','luis-monteiro'),(751476,121445,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751477,121445,'_message_key','user_unknown_login_failed'),(751478,121445,'_xmlrpc_request','true'),(751479,121445,'_server_remote_addr','36.89.145.162'),(751480,121445,'_server_http_x_forwarded_for_0','160.161.37.100'),(751481,121445,'_server_http_x_forwarded_for_1','192.99.8.157'),(751482,121445,'_server_http_x_forwarded_for_2','36.89.145.162'),(751483,121445,'_server_http_referer','http://www.google.com.hk'),(751484,121446,'failed_username','luis-monteiro'),(751485,121446,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751486,121446,'_message_key','user_unknown_login_failed'),(751487,121446,'_xmlrpc_request','true'),(751488,121446,'_server_remote_addr','186.250.53.35'),(751489,121446,'_server_http_x_forwarded_for_0','172.210.43.138'),(751490,121446,'_server_http_x_forwarded_for_1','186.250.53.35'),(751491,121446,'_server_http_referer','http://www.google.com.hk'),(751492,121447,'failed_username','luis-monteiro'),(751493,121447,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751494,121447,'_message_key','user_unknown_login_failed'),(751495,121447,'_xmlrpc_request','true'),(751496,121447,'_server_remote_addr','140.227.80.73'),(751497,121447,'_server_http_x_forwarded_for_0','140.227.80.73'),(751498,121447,'_server_http_referer','http://www.google.com.hk'),(751499,121448,'failed_username','luis-monteiro'),(751500,121448,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751501,121448,'_message_key','user_unknown_login_failed'),(751502,121448,'_xmlrpc_request','true'),(751503,121448,'_server_remote_addr','140.227.29.229'),(751504,121448,'_server_http_x_forwarded_for_0','140.227.29.229'),(751505,121448,'_server_http_referer','http://www.google.com.hk'),(751506,121449,'failed_username','luis-monteiro'),(751507,121449,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751508,121449,'_message_key','user_unknown_login_failed'),(751509,121449,'_xmlrpc_request','true'),(751510,121449,'_server_remote_addr','202.5.49.73'),(751511,121449,'_server_http_x_forwarded_for_0','139.210.87.58'),(751512,121449,'_server_http_x_forwarded_for_1','202.5.49.73'),(751513,121449,'_server_http_referer','http://www.google.com.hk'),(751514,121450,'failed_username','luis-monteiro'),(751515,121450,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751516,121450,'_message_key','user_unknown_login_failed'),(751517,121450,'_xmlrpc_request','true'),(751518,121450,'_server_remote_addr','202.5.49.73'),(751519,121450,'_server_http_x_forwarded_for_0','22.248.245.105'),(751520,121450,'_server_http_x_forwarded_for_1','202.5.49.73'),(751521,121450,'_server_http_referer','http://www.google.com.hk'),(751522,121451,'failed_username','luis-monteiro'),(751523,121451,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751524,121451,'_message_key','user_unknown_login_failed'),(751525,121451,'_xmlrpc_request','true'),(751526,121451,'_server_remote_addr','212.96.56.114'),(751527,121451,'_server_http_x_forwarded_for_0','118.207.8.147'),(751528,121451,'_server_http_x_forwarded_for_1','212.96.56.114'),(751529,121451,'_server_http_referer','http://www.google.com.hk'),(751530,121452,'failed_username','luis-monteiro'),(751531,121452,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751532,121452,'_message_key','user_unknown_login_failed'),(751533,121452,'_xmlrpc_request','true'),(751534,121452,'_server_remote_addr','140.227.8.202'),(751535,121452,'_server_http_x_forwarded_for_0','140.227.8.202'),(751536,121452,'_server_http_referer','http://www.google.com.hk'),(751537,121453,'failed_username','luis-monteiro'),(751538,121453,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751539,121453,'_message_key','user_unknown_login_failed'),(751540,121453,'_xmlrpc_request','true'),(751541,121453,'_server_remote_addr','82.142.149.162'),(751542,121453,'_server_http_x_forwarded_for_0','196.35.176.58'),(751543,121453,'_server_http_x_forwarded_for_1','82.142.149.162'),(751544,121453,'_server_http_referer','http://www.google.com.hk'),(751545,121454,'failed_username','luis-monteiro'),(751546,121454,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751547,121454,'_message_key','user_unknown_login_failed'),(751548,121454,'_xmlrpc_request','true'),(751549,121454,'_server_remote_addr','140.227.8.202'),(751550,121454,'_server_http_x_forwarded_for_0','140.227.8.202'),(751551,121454,'_server_http_referer','http://www.google.com.hk'),(751552,121455,'failed_username','luis-monteiro'),(751553,121455,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751554,121455,'_message_key','user_unknown_login_failed'),(751555,121455,'_xmlrpc_request','true'),(751556,121455,'_server_remote_addr','140.227.210.205'),(751557,121455,'_server_http_x_forwarded_for_0','140.227.210.205'),(751558,121455,'_server_http_referer','http://www.google.com.hk'),(751559,121456,'failed_username','luis-monteiro'),(751560,121456,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751561,121456,'_message_key','user_unknown_login_failed'),(751562,121456,'_xmlrpc_request','true'),(751563,121456,'_server_remote_addr','158.46.43.137'),(751564,121456,'_server_http_x_forwarded_for_0','153.194.251.201'),(751565,121456,'_server_http_x_forwarded_for_1','158.46.43.137'),(751566,121456,'_server_http_referer','http://www.google.com.hk'),(751567,121457,'failed_username','luis-monteiro'),(751568,121457,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751569,121457,'_message_key','user_unknown_login_failed'),(751570,121457,'_xmlrpc_request','true'),(751571,121457,'_server_remote_addr','140.227.59.67'),(751572,121457,'_server_http_x_forwarded_for_0','140.227.59.67'),(751573,121457,'_server_http_referer','http://www.google.com.hk'),(751574,121458,'failed_username','luis-monteiro'),(751575,121458,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751576,121458,'_message_key','user_unknown_login_failed'),(751577,121458,'_xmlrpc_request','true'),(751578,121458,'_server_remote_addr','206.189.184.15'),(751579,121458,'_server_http_x_forwarded_for_0','217.128.54.187'),(751580,121458,'_server_http_x_forwarded_for_2','206.189.184.15'),(751581,121458,'_server_http_referer','http://www.google.com.hk'),(751582,121459,'failed_username','luis-monteiro'),(751583,121459,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751584,121459,'_message_key','user_unknown_login_failed'),(751585,121459,'_xmlrpc_request','true'),(751586,121459,'_server_remote_addr','178.237.180.34'),(751587,121459,'_server_http_x_forwarded_for_1','178.237.180.34'),(751588,121459,'_server_http_referer','http://www.google.com.hk'),(751589,121460,'failed_username','luis-monteiro'),(751590,121460,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751591,121460,'_message_key','user_unknown_login_failed'),(751592,121460,'_xmlrpc_request','true'),(751593,121460,'_server_remote_addr','77.39.29.29'),(751594,121460,'_server_http_x_forwarded_for_1','77.39.29.29'),(751595,121460,'_server_http_referer','http://www.google.com.hk'),(751596,121461,'failed_username','luis-monteiro'),(751597,121461,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751598,121461,'_message_key','user_unknown_login_failed'),(751599,121461,'_xmlrpc_request','true'),(751600,121461,'_server_remote_addr','194.44.20.78'),(751601,121461,'_server_http_x_forwarded_for_0','62.159.157.99'),(751602,121461,'_server_http_x_forwarded_for_1','194.44.20.78'),(751603,121461,'_server_http_referer','http://www.google.com.hk'),(751604,121462,'failed_username','luis-monteiro'),(751605,121462,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751606,121462,'_message_key','user_unknown_login_failed'),(751607,121462,'_xmlrpc_request','true'),(751608,121462,'_server_remote_addr','95.84.128.25'),(751609,121462,'_server_http_x_forwarded_for_0','39.247.74.215'),(751610,121462,'_server_http_x_forwarded_for_1','95.84.128.25'),(751611,121462,'_server_http_referer','http://www.google.com.hk'),(751612,121463,'failed_username','luis-monteiro'),(751613,121463,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751614,121463,'_message_key','user_unknown_login_failed'),(751615,121463,'_xmlrpc_request','true'),(751616,121463,'_server_remote_addr','140.227.212.179'),(751617,121463,'_server_http_x_forwarded_for_0','140.227.212.179'),(751618,121464,'failed_username','luis-monteiro'),(751619,121464,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751620,121464,'_message_key','user_unknown_login_failed'),(751621,121464,'_xmlrpc_request','true'),(751622,121464,'_server_remote_addr','194.146.201.67'),(751623,121464,'_server_http_x_forwarded_for_0','56.71.197.244'),(751624,121464,'_server_http_x_forwarded_for_1','194.146.201.67'),(751625,121464,'_server_http_referer','http://www.google.com.hk'),(751626,121465,'failed_username','luis-monteiro'),(751627,121465,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751628,121465,'_message_key','user_unknown_login_failed'),(751629,121465,'_xmlrpc_request','true'),(751630,121465,'_server_remote_addr','103.78.215.238'),(751631,121465,'_server_http_x_forwarded_for_1','192.99.8.157'),(751632,121465,'_server_http_x_forwarded_for_2','103.78.215.238'),(751633,121465,'_server_http_referer','http://www.google.com.hk'),(751634,121466,'failed_username','luis-monteiro'),(751635,121466,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751636,121466,'_message_key','user_unknown_login_failed'),(751637,121466,'_xmlrpc_request','true'),(751638,121466,'_server_remote_addr','201.150.36.221'),(751639,121466,'_server_http_x_forwarded_for_1','201.150.36.221'),(751640,121466,'_server_http_referer','http://www.google.com.hk'),(751641,121467,'failed_username','luis-monteiro'),(751642,121467,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751643,121467,'_message_key','user_unknown_login_failed'),(751644,121467,'_xmlrpc_request','true'),(751645,121467,'_server_remote_addr','140.227.208.159'),(751646,121467,'_server_http_x_forwarded_for_0','140.227.208.159'),(751647,121468,'failed_username','luis-monteiro'),(751648,121468,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751649,121468,'_message_key','user_unknown_login_failed'),(751650,121468,'_xmlrpc_request','true'),(751651,121468,'_server_remote_addr','140.227.27.81'),(751652,121468,'_server_http_x_forwarded_for_0','140.227.27.81'),(751653,121468,'_server_http_referer','http://www.google.com.hk'),(751654,121469,'failed_username','luis-monteiro'),(751655,121469,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751656,121469,'_message_key','user_unknown_login_failed'),(751657,121469,'_xmlrpc_request','true'),(751658,121469,'_server_remote_addr','88.84.209.69'),(751659,121469,'_server_http_x_forwarded_for_0','32.4.177.56'),(751660,121469,'_server_http_x_forwarded_for_1','88.84.209.69'),(751661,121469,'_server_http_referer','http://www.google.com.hk'),(751662,121470,'failed_username','luis-monteiro'),(751663,121470,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751664,121470,'_message_key','user_unknown_login_failed'),(751665,121470,'_xmlrpc_request','true'),(751666,121470,'_server_remote_addr','177.87.79.249'),(751667,121470,'_server_http_x_forwarded_for_1','192.99.8.157'),(751668,121470,'_server_http_x_forwarded_for_2','177.87.79.249'),(751669,121470,'_server_http_referer','http://www.google.com.hk'),(751670,121471,'failed_username','luis-monteiro'),(751671,121471,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751672,121471,'_message_key','user_unknown_login_failed'),(751673,121471,'_xmlrpc_request','true'),(751674,121471,'_server_remote_addr','103.112.167.6'),(751675,121471,'_server_http_x_forwarded_for_0','137.39.117.213'),(751676,121471,'_server_http_x_forwarded_for_1','192.99.8.157'),(751677,121471,'_server_http_x_forwarded_for_2','103.112.167.6'),(751678,121471,'_server_http_referer','http://www.google.com.hk'),(751679,121472,'failed_username','luis-monteiro'),(751680,121472,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751681,121472,'_message_key','user_unknown_login_failed'),(751682,121472,'_xmlrpc_request','true'),(751683,121472,'_server_remote_addr','140.227.80.73'),(751684,121472,'_server_http_x_forwarded_for_0','140.227.80.73'),(751685,121472,'_server_http_referer','http://www.google.com.hk'),(751686,121473,'failed_username','luis-monteiro'),(751687,121473,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751688,121473,'_message_key','user_unknown_login_failed'),(751689,121473,'_xmlrpc_request','true'),(751690,121473,'_server_remote_addr','187.84.177.6'),(751691,121473,'_server_http_x_forwarded_for_1','187.84.177.6'),(751692,121473,'_server_http_referer','http://www.google.com.hk'),(751693,121474,'failed_username','luis-monteiro'),(751694,121474,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751695,121474,'_message_key','user_unknown_login_failed'),(751696,121474,'_xmlrpc_request','true'),(751697,121474,'_server_remote_addr','219.90.87.91'),(751698,121474,'_server_http_x_forwarded_for_0','117.64.82.179'),(751699,121474,'_server_http_x_forwarded_for_1','219.90.87.91'),(751700,121474,'_server_http_referer','http://www.google.com.hk'),(751701,121475,'failed_username','luis-monteiro'),(751702,121475,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751703,121475,'_message_key','user_unknown_login_failed'),(751704,121475,'_xmlrpc_request','true'),(751705,121475,'_server_remote_addr','188.43.94.101'),(751706,121475,'_server_http_x_forwarded_for_0','136.162.191.188'),(751707,121475,'_server_http_x_forwarded_for_1','188.43.94.101'),(751708,121475,'_server_http_referer','http://www.google.com.hk'),(751709,121476,'failed_username','luis-monteiro'),(751710,121476,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751711,121476,'_message_key','user_unknown_login_failed'),(751712,121476,'_xmlrpc_request','true'),(751713,121476,'_server_remote_addr','85.196.183.162'),(751714,121476,'_server_http_x_forwarded_for_0','104.145.249.5'),(751715,121476,'_server_http_x_forwarded_for_1','85.196.183.162'),(751716,121476,'_server_http_referer','http://www.google.com.hk'),(751717,121477,'failed_username','luis-monteiro'),(751718,121477,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751719,121477,'_message_key','user_unknown_login_failed'),(751720,121477,'_xmlrpc_request','true'),(751721,121477,'_server_remote_addr','182.52.74.74'),(751722,121477,'_server_http_x_forwarded_for_0','161.33.103.53'),(751723,121477,'_server_http_x_forwarded_for_1','182.52.74.74'),(751724,121477,'_server_http_referer','http://www.google.com.hk'),(751725,121478,'failed_username','luis-monteiro'),(751726,121478,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751727,121478,'_message_key','user_unknown_login_failed'),(751728,121478,'_xmlrpc_request','true'),(751729,121478,'_server_remote_addr','124.81.228.34'),(751730,121478,'_server_http_x_forwarded_for_0','170.30.111.6'),(751731,121478,'_server_http_x_forwarded_for_1','124.81.228.34'),(751732,121478,'_server_http_referer','http://www.google.com.hk'),(751733,121479,'failed_username','luis-monteiro'),(751734,121479,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751735,121479,'_message_key','user_unknown_login_failed'),(751736,121479,'_xmlrpc_request','true'),(751737,121479,'_server_remote_addr','1.10.189.68'),(751738,121479,'_server_http_x_forwarded_for_0','209.153.81.179'),(751739,121479,'_server_http_x_forwarded_for_1','1.10.189.68'),(751740,121479,'_server_http_referer','http://www.google.com.hk'),(751741,121480,'failed_username','luis-monteiro'),(751742,121480,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751743,121480,'_message_key','user_unknown_login_failed'),(751744,121480,'_xmlrpc_request','true'),(751745,121480,'_server_remote_addr','96.9.87.54'),(751746,121480,'_server_http_x_forwarded_for_0','96.197.26.2'),(751747,121480,'_server_http_x_forwarded_for_1','96.9.87.54'),(751748,121480,'_server_http_referer','http://www.google.com.hk'),(751749,121481,'failed_username','luis-monteiro'),(751750,121481,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751751,121481,'_message_key','user_unknown_login_failed'),(751752,121481,'_xmlrpc_request','true'),(751753,121481,'_server_remote_addr','5.23.102.194'),(751754,121481,'_server_http_x_forwarded_for_0','178.206.198.28'),(751755,121481,'_server_http_x_forwarded_for_1','5.23.102.194'),(751756,121481,'_server_http_referer','http://www.google.com.hk'),(751757,121482,'failed_username','luis-monteiro'),(751758,121482,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751759,121482,'_message_key','user_unknown_login_failed'),(751760,121482,'_xmlrpc_request','true'),(751761,121482,'_server_remote_addr','140.227.199.211'),(751762,121482,'_server_http_x_forwarded_for_0','140.227.199.211'),(751763,121482,'_server_http_referer','http://www.google.com.hk'),(751764,121483,'failed_username','luis-monteiro'),(751765,121483,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751766,121483,'_message_key','user_unknown_login_failed'),(751767,121483,'_xmlrpc_request','true'),(751768,121483,'_server_remote_addr','185.67.236.199'),(751769,121483,'_server_http_x_forwarded_for_0','141.233.78.116'),(751770,121483,'_server_http_x_forwarded_for_1','185.67.236.199'),(751771,121483,'_server_http_referer','http://www.google.com.hk'),(751772,121484,'failed_username','luis-monteiro'),(751773,121484,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751774,121484,'_message_key','user_unknown_login_failed'),(751775,121484,'_xmlrpc_request','true'),(751776,121484,'_server_remote_addr','140.227.202.209'),(751777,121484,'_server_http_x_forwarded_for_0','140.227.202.209'),(751778,121484,'_server_http_referer','http://www.google.com.hk'),(751779,121485,'failed_username','luis-monteiro'),(751780,121485,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751781,121485,'_message_key','user_unknown_login_failed'),(751782,121485,'_xmlrpc_request','true'),(751783,121485,'_server_remote_addr','140.227.212.211'),(751784,121485,'_server_http_x_forwarded_for_0','140.227.212.211'),(751785,121485,'_server_http_referer','http://www.google.com.hk'),(751786,121486,'failed_username','luis-monteiro'),(751787,121486,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751788,121486,'_message_key','user_unknown_login_failed'),(751789,121486,'_xmlrpc_request','true'),(751790,121486,'_server_remote_addr','47.75.184.187'),(751791,121486,'_server_http_x_forwarded_for_0','103.197.76.45'),(751792,121486,'_server_http_x_forwarded_for_1','47.75.184.187'),(751793,121486,'_server_http_referer','http://www.google.com.hk'),(751794,121487,'failed_username','luis-monteiro'),(751795,121487,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751796,121487,'_message_key','user_unknown_login_failed'),(751797,121487,'_xmlrpc_request','true'),(751798,121487,'_server_remote_addr','47.52.155.245'),(751799,121487,'_server_http_x_forwarded_for_1','47.52.155.245'),(751800,121487,'_server_http_referer','http://www.google.com.hk'),(751801,121488,'failed_username','luis-monteiro'),(751802,121488,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751803,121488,'_message_key','user_unknown_login_failed'),(751804,121488,'_xmlrpc_request','true'),(751805,121488,'_server_remote_addr','193.151.196.58'),(751806,121488,'_server_http_x_forwarded_for_1','193.151.196.58'),(751807,121488,'_server_http_referer','http://www.google.com.hk'),(751808,121489,'failed_username','luis-monteiro'),(751809,121489,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751810,121489,'_message_key','user_unknown_login_failed'),(751811,121489,'_xmlrpc_request','true'),(751812,121489,'_server_remote_addr','124.41.193.183'),(751813,121489,'_server_http_x_forwarded_for_0','198.61.139.115'),(751814,121489,'_server_http_x_forwarded_for_1','124.41.193.183'),(751815,121489,'_server_http_referer','http://www.google.com.hk'),(751816,121490,'failed_username','luis-monteiro'),(751817,121490,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751818,121490,'_message_key','user_unknown_login_failed'),(751819,121490,'_xmlrpc_request','true'),(751820,121490,'_server_remote_addr','212.90.162.54'),(751821,121490,'_server_http_x_forwarded_for_1','212.90.162.54'),(751822,121490,'_server_http_referer','http://www.google.com.hk'),(751823,121491,'failed_username','luis-monteiro'),(751824,121491,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751825,121491,'_message_key','user_unknown_login_failed'),(751826,121491,'_xmlrpc_request','true'),(751827,121491,'_server_remote_addr','212.160.180.110'),(751828,121491,'_server_http_x_forwarded_for_0','9.29.122.254'),(751829,121491,'_server_http_x_forwarded_for_1','212.160.180.110'),(751830,121491,'_server_http_referer','http://www.google.com.hk'),(751831,121492,'failed_username','luis-monteiro'),(751832,121492,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751833,121492,'_message_key','user_unknown_login_failed'),(751834,121492,'_xmlrpc_request','true'),(751835,121492,'_server_remote_addr','41.78.243.233'),(751836,121492,'_server_http_x_forwarded_for_0','33.62.162.120'),(751837,121492,'_server_http_x_forwarded_for_1','41.78.243.233'),(751838,121492,'_server_http_referer','http://www.google.com.hk'),(751839,121493,'failed_username','luis-monteiro'),(751840,121493,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751841,121493,'_message_key','user_unknown_login_failed'),(751842,121493,'_xmlrpc_request','true'),(751843,121493,'_server_remote_addr','140.227.78.185'),(751844,121493,'_server_http_x_forwarded_for_0','140.227.78.185'),(751845,121493,'_server_http_referer','http://www.google.com.hk'),(751846,121494,'failed_username','luis-monteiro'),(751847,121494,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751848,121494,'_message_key','user_unknown_login_failed'),(751849,121494,'_xmlrpc_request','true'),(751850,121494,'_server_remote_addr','81.198.208.219'),(751851,121494,'_server_http_x_forwarded_for_0','45.113.241.51'),(751852,121494,'_server_http_x_forwarded_for_1','81.198.208.219'),(751853,121494,'_server_http_referer','http://www.google.com.hk'),(751854,121495,'failed_username','luis-monteiro'),(751855,121495,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751856,121495,'_message_key','user_unknown_login_failed'),(751857,121495,'_xmlrpc_request','true'),(751858,121495,'_server_remote_addr','188.93.246.34'),(751859,121495,'_server_http_x_forwarded_for_0','71.32.9.186'),(751860,121495,'_server_http_x_forwarded_for_1','192.99.8.157'),(751861,121495,'_server_http_x_forwarded_for_2','188.93.246.34'),(751862,121495,'_server_http_referer','http://www.google.com.hk'),(751863,121496,'failed_username','luis-monteiro'),(751864,121496,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751865,121496,'_message_key','user_unknown_login_failed'),(751866,121496,'_xmlrpc_request','true'),(751867,121496,'_server_remote_addr','83.97.108.8'),(751868,121496,'_server_http_x_forwarded_for_0','221.48.165.54'),(751869,121496,'_server_http_x_forwarded_for_1','83.97.108.8'),(751870,121496,'_server_http_referer','http://www.google.com.hk'),(751871,121497,'failed_username','luis-monteiro'),(751872,121497,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751873,121497,'_message_key','user_unknown_login_failed'),(751874,121497,'_xmlrpc_request','true'),(751875,121497,'_server_remote_addr','125.26.99.148'),(751876,121497,'_server_http_x_forwarded_for_0','170.37.151.235'),(751877,121497,'_server_http_x_forwarded_for_1','125.26.99.148'),(751878,121497,'_server_http_referer','http://www.google.com.hk'),(751879,121498,'failed_username','luis-monteiro'),(751880,121498,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751881,121498,'_message_key','user_unknown_login_failed'),(751882,121498,'_xmlrpc_request','true'),(751883,121498,'_server_remote_addr','140.227.213.209'),(751884,121498,'_server_http_x_forwarded_for_0','140.227.213.209'),(751885,121498,'_server_http_referer','http://www.google.com.hk'),(751886,121499,'failed_username','luis-monteiro'),(751887,121499,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751888,121499,'_message_key','user_unknown_login_failed'),(751889,121499,'_xmlrpc_request','true'),(751890,121499,'_server_remote_addr','175.103.42.147'),(751891,121499,'_server_http_x_forwarded_for_0','100.170.189.194'),(751892,121499,'_server_http_x_forwarded_for_1','192.99.8.157'),(751893,121499,'_server_http_x_forwarded_for_2','175.103.42.147'),(751894,121499,'_server_http_referer','http://www.google.com.hk'),(751895,121500,'failed_username','luis-monteiro'),(751896,121500,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751897,121500,'_message_key','user_unknown_login_failed'),(751898,121500,'_xmlrpc_request','true'),(751899,121500,'_server_remote_addr','193.19.165.222'),(751900,121500,'_server_http_x_forwarded_for_0','8.20.161.248'),(751901,121500,'_server_http_x_forwarded_for_1','193.19.165.222'),(751902,121500,'_server_http_referer','http://www.google.com.hk'),(751903,121501,'failed_username','luis-monteiro'),(751904,121501,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751905,121501,'_message_key','user_unknown_login_failed'),(751906,121501,'_xmlrpc_request','true'),(751907,121501,'_server_remote_addr','150.163.105.2'),(751908,121501,'_server_http_x_forwarded_for_0','161.124.12.233'),(751909,121501,'_server_http_x_forwarded_for_1','150.163.105.2'),(751910,121501,'_server_http_referer','http://www.google.com.hk'),(751911,121502,'failed_username','luis-monteiro'),(751912,121502,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751913,121502,'_message_key','user_unknown_login_failed'),(751914,121502,'_xmlrpc_request','true'),(751915,121502,'_server_remote_addr','182.52.51.29'),(751916,121502,'_server_http_x_forwarded_for_0','166.191.146.218'),(751917,121502,'_server_http_x_forwarded_for_1','182.52.51.29'),(751918,121502,'_server_http_referer','http://www.google.com.hk'),(751919,121503,'failed_username','luis-monteiro'),(751920,121503,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751921,121503,'_message_key','user_unknown_login_failed'),(751922,121503,'_xmlrpc_request','true'),(751923,121503,'_server_remote_addr','43.245.202.211'),(751924,121503,'_server_http_x_forwarded_for_0','16.196.207.122'),(751925,121503,'_server_http_x_forwarded_for_1','43.245.202.211'),(751926,121503,'_server_http_referer','http://www.google.com.hk'),(751927,121504,'failed_username','luis-monteiro'),(751928,121504,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751929,121504,'_message_key','user_unknown_login_failed'),(751930,121504,'_xmlrpc_request','true'),(751931,121504,'_server_remote_addr','94.24.249.234'),(751932,121504,'_server_http_x_forwarded_for_0','47.195.61.5'),(751933,121504,'_server_http_x_forwarded_for_1','94.24.249.234'),(751934,121504,'_server_http_referer','http://www.google.com.hk'),(751935,121505,'failed_username','luis-monteiro'),(751936,121505,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751937,121505,'_message_key','user_unknown_login_failed'),(751938,121505,'_xmlrpc_request','true'),(751939,121505,'_server_remote_addr','13.127.94.56'),(751940,121505,'_server_http_x_forwarded_for_0','141.254.137.100'),(751941,121505,'_server_http_x_forwarded_for_1','13.127.94.56'),(751942,121505,'_server_http_referer','http://www.google.com.hk'),(751943,121506,'failed_username','luis-monteiro'),(751944,121506,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751945,121506,'_message_key','user_unknown_login_failed'),(751946,121506,'_xmlrpc_request','true'),(751947,121506,'_server_remote_addr','185.122.44.218'),(751948,121506,'_server_http_x_forwarded_for_0','48.242.5.57'),(751949,121506,'_server_http_x_forwarded_for_1','185.122.44.218'),(751950,121506,'_server_http_referer','http://www.google.com.hk'),(751951,121507,'failed_username','luis-monteiro'),(751952,121507,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751953,121507,'_message_key','user_unknown_login_failed'),(751954,121507,'_xmlrpc_request','true'),(751955,121507,'_server_remote_addr','157.65.31.220'),(751956,121507,'_server_http_x_forwarded_for_0','157.65.31.220'),(751957,121507,'_server_http_referer','http://www.google.com.hk'),(751958,121508,'failed_username','luis-monteiro'),(751959,121508,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751960,121508,'_message_key','user_unknown_login_failed'),(751961,121508,'_xmlrpc_request','true'),(751962,121508,'_server_remote_addr','173.212.219.151'),(751963,121508,'_server_http_x_forwarded_for_0','217.95.57.214'),(751964,121508,'_server_http_x_forwarded_for_1','192.99.8.157'),(751965,121508,'_server_http_x_forwarded_for_2','173.212.219.151'),(751966,121508,'_server_http_referer','http://www.google.com.hk'),(751967,121509,'failed_username','luis-monteiro'),(751968,121509,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751969,121509,'_message_key','user_unknown_login_failed'),(751970,121509,'_xmlrpc_request','true'),(751971,121509,'_server_remote_addr','202.152.38.77'),(751972,121509,'_server_http_x_forwarded_for_0','83.208.244.241'),(751973,121509,'_server_http_x_forwarded_for_1','202.152.38.77'),(751974,121509,'_server_http_referer','http://www.google.com.hk'),(751975,121510,'failed_username','luis-monteiro'),(751976,121510,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751977,121510,'_message_key','user_unknown_login_failed'),(751978,121510,'_xmlrpc_request','true'),(751979,121510,'_server_remote_addr','1.65.169.12'),(751980,121510,'_server_http_x_forwarded_for_0','208.168.164.68'),(751981,121510,'_server_http_x_forwarded_for_1','1.65.169.12'),(751982,121510,'_server_http_referer','http://www.google.com.hk'),(751983,121511,'failed_username','luis-monteiro'),(751984,121511,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751985,121511,'_message_key','user_unknown_login_failed'),(751986,121511,'_xmlrpc_request','true'),(751987,121511,'_server_remote_addr','36.89.235.35'),(751988,121511,'_server_http_x_forwarded_for_0','91.90.206.190'),(751989,121511,'_server_http_x_forwarded_for_1','36.89.235.35'),(751990,121511,'_server_http_referer','http://www.google.com.hk'),(751991,121512,'failed_username','luis-monteiro'),(751992,121512,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(751993,121512,'_message_key','user_unknown_login_failed'),(751994,121512,'_xmlrpc_request','true'),(751995,121512,'_server_remote_addr','181.129.59.3'),(751996,121512,'_server_http_x_forwarded_for_0','27.31.199.77'),(751997,121512,'_server_http_x_forwarded_for_1','181.129.59.3'),(751998,121512,'_server_http_referer','http://www.google.com.hk'),(751999,121513,'failed_username','luis-monteiro'),(752000,121513,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(752001,121513,'_message_key','user_unknown_login_failed'),(752002,121513,'_xmlrpc_request','true'),(752003,121513,'_server_remote_addr','93.73.51.181'),(752004,121513,'_server_http_x_forwarded_for_0','112.7.53.246'),(752005,121513,'_server_http_x_forwarded_for_1','93.73.51.181'),(752006,121513,'_server_http_referer','http://www.google.com.hk'),(752007,121514,'failed_username','luis-monteiro'),(752008,121514,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(752009,121514,'_message_key','user_unknown_login_failed'),(752010,121514,'_xmlrpc_request','true'),(752011,121514,'_server_remote_addr','43.246.139.82'),(752012,121514,'_server_http_x_forwarded_for_0','155.237.102.114'),(752013,121514,'_server_http_x_forwarded_for_1','192.99.8.157'),(752014,121514,'_server_http_x_forwarded_for_2','43.246.139.82'),(752015,121514,'_server_http_referer','http://www.google.com.hk'),(752016,121515,'failed_username','luis-monteiro'),(752017,121515,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(752018,121515,'_message_key','user_unknown_login_failed'),(752019,121515,'_xmlrpc_request','true'),(752020,121515,'_server_remote_addr','106.1.29.250'),(752021,121515,'_server_http_x_forwarded_for_1','106.1.29.250'),(752022,121515,'_server_http_referer','http://www.google.com.hk'),(752023,121516,'login_id','1'),(752024,121516,'login_email','mentolnet@gmail.com'),(752025,121516,'login','mentol'),(752026,121516,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752027,121516,'_message_key','user_login_failed'),(752028,121516,'_server_remote_addr','183.203.160.235'),(752029,121516,'_server_http_x_forwarded_for_0','183.203.160.235'),(752030,121517,'login_id','1'),(752031,121517,'login_email','mentolnet@gmail.com'),(752032,121517,'login','mentol'),(752033,121517,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752034,121517,'_message_key','user_login_failed'),(752035,121517,'_server_remote_addr','183.203.160.235'),(752036,121517,'_server_http_x_forwarded_for_0','183.203.160.235'),(752037,121518,'login_id','1'),(752038,121518,'login_email','mentolnet@gmail.com'),(752039,121518,'login','mentol'),(752040,121518,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752041,121518,'_message_key','user_login_failed'),(752042,121518,'_server_remote_addr','183.203.160.235'),(752043,121518,'_server_http_x_forwarded_for_0','183.203.160.235'),(752044,121519,'login_id','1'),(752045,121519,'login_email','mentolnet@gmail.com'),(752046,121519,'login','mentol'),(752047,121519,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752048,121519,'_message_key','user_login_failed'),(752049,121519,'_server_remote_addr','183.203.160.235'),(752050,121519,'_server_http_x_forwarded_for_0','183.203.160.235'),(752051,121520,'login_id','1'),(752052,121520,'login_email','mentolnet@gmail.com'),(752053,121520,'login','mentol'),(752054,121520,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752055,121520,'_message_key','user_login_failed'),(752056,121520,'_server_remote_addr','183.203.160.235'),(752057,121520,'_server_http_x_forwarded_for_0','183.203.160.235'),(752058,121521,'login_id','1'),(752059,121521,'login_email','mentolnet@gmail.com'),(752060,121521,'login','mentol'),(752061,121521,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752062,121521,'_message_key','user_login_failed'),(752063,121521,'_server_remote_addr','183.203.160.235'),(752064,121521,'_server_http_x_forwarded_for_0','183.203.160.235'),(752065,121522,'login_id','1'),(752066,121522,'login_email','mentolnet@gmail.com'),(752067,121522,'login','mentol'),(752068,121522,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752069,121522,'_message_key','user_login_failed'),(752070,121522,'_server_remote_addr','183.203.160.235'),(752071,121522,'_server_http_x_forwarded_for_0','183.203.160.235'),(752072,121523,'login_id','1'),(752073,121523,'login_email','mentolnet@gmail.com'),(752074,121523,'login','mentol'),(752075,121523,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752076,121523,'_message_key','user_login_failed'),(752077,121523,'_server_remote_addr','183.203.160.235'),(752078,121523,'_server_http_x_forwarded_for_0','183.203.160.235'),(752079,121524,'login_id','1'),(752080,121524,'login_email','mentolnet@gmail.com'),(752081,121524,'login','mentol'),(752082,121524,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752083,121524,'_message_key','user_login_failed'),(752084,121524,'_server_remote_addr','183.203.160.235'),(752085,121524,'_server_http_x_forwarded_for_0','183.203.160.235'),(752086,121525,'login_id','1'),(752087,121525,'login_email','mentolnet@gmail.com'),(752088,121525,'login','mentol'),(752089,121525,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752090,121525,'_message_key','user_login_failed'),(752091,121525,'_server_remote_addr','183.203.160.235'),(752092,121525,'_server_http_x_forwarded_for_0','183.203.160.235'),(752093,121526,'login_id','1'),(752094,121526,'login_email','mentolnet@gmail.com'),(752095,121526,'login','mentol'),(752096,121526,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752097,121526,'_message_key','user_login_failed'),(752098,121526,'_server_remote_addr','183.203.160.235'),(752099,121526,'_server_http_x_forwarded_for_0','183.203.160.235'),(752100,121527,'login_id','1'),(752101,121527,'login_email','mentolnet@gmail.com'),(752102,121527,'login','mentol'),(752103,121527,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752104,121527,'_message_key','user_login_failed'),(752105,121527,'_server_remote_addr','183.203.160.235'),(752106,121527,'_server_http_x_forwarded_for_0','183.203.160.235'),(752107,121528,'login_id','1'),(752108,121528,'login_email','mentolnet@gmail.com'),(752109,121528,'login','mentol'),(752110,121528,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752111,121528,'_message_key','user_login_failed'),(752112,121528,'_server_remote_addr','183.203.160.235'),(752113,121528,'_server_http_x_forwarded_for_0','183.203.160.235'),(752114,121529,'login_id','1'),(752115,121529,'login_email','mentolnet@gmail.com'),(752116,121529,'login','mentol'),(752117,121529,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752118,121529,'_message_key','user_login_failed'),(752119,121529,'_server_remote_addr','183.203.160.235'),(752120,121529,'_server_http_x_forwarded_for_0','183.203.160.235'),(752121,121530,'login_id','1'),(752122,121530,'login_email','mentolnet@gmail.com'),(752123,121530,'login','mentol'),(752124,121530,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752125,121530,'_message_key','user_login_failed'),(752126,121530,'_server_remote_addr','183.203.160.235'),(752127,121530,'_server_http_x_forwarded_for_0','183.203.160.235'),(752128,121531,'login_id','1'),(752129,121531,'login_email','mentolnet@gmail.com'),(752130,121531,'login','mentol'),(752131,121531,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752132,121531,'_message_key','user_login_failed'),(752133,121531,'_server_remote_addr','183.203.160.235'),(752134,121531,'_server_http_x_forwarded_for_0','183.203.160.235'),(752135,121532,'login_id','1'),(752136,121532,'login_email','mentolnet@gmail.com'),(752137,121532,'login','mentol'),(752138,121532,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752139,121532,'_message_key','user_login_failed'),(752140,121532,'_server_remote_addr','183.203.160.235'),(752141,121532,'_server_http_x_forwarded_for_0','183.203.160.235'),(752142,121533,'login_id','1'),(752143,121533,'login_email','mentolnet@gmail.com'),(752144,121533,'login','mentol'),(752145,121533,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752146,121533,'_message_key','user_login_failed'),(752147,121533,'_server_remote_addr','183.203.160.235'),(752148,121533,'_server_http_x_forwarded_for_0','183.203.160.235'),(752149,121534,'login_id','1'),(752150,121534,'login_email','mentolnet@gmail.com'),(752151,121534,'login','mentol'),(752152,121534,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752153,121534,'_message_key','user_login_failed'),(752154,121534,'_server_remote_addr','183.203.160.235'),(752155,121534,'_server_http_x_forwarded_for_0','183.203.160.235'),(752156,121535,'login_id','1'),(752157,121535,'login_email','mentolnet@gmail.com'),(752158,121535,'login','mentol'),(752159,121535,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752160,121535,'_message_key','user_login_failed'),(752161,121535,'_server_remote_addr','183.203.160.235'),(752162,121535,'_server_http_x_forwarded_for_0','183.203.160.235'),(752163,121536,'login_id','1'),(752164,121536,'login_email','mentolnet@gmail.com'),(752165,121536,'login','mentol'),(752166,121536,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752167,121536,'_message_key','user_login_failed'),(752168,121536,'_server_remote_addr','183.203.160.235'),(752169,121536,'_server_http_x_forwarded_for_0','183.203.160.235'),(752170,121537,'login_id','1'),(752171,121537,'login_email','mentolnet@gmail.com'),(752172,121537,'login','mentol'),(752173,121537,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752174,121537,'_message_key','user_login_failed'),(752175,121537,'_server_remote_addr','183.203.160.235'),(752176,121537,'_server_http_x_forwarded_for_0','183.203.160.235'),(752177,121538,'login_id','1'),(752178,121538,'login_email','mentolnet@gmail.com'),(752179,121538,'login','mentol'),(752180,121538,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752181,121538,'_message_key','user_login_failed'),(752182,121538,'_server_remote_addr','183.203.160.235'),(752183,121538,'_server_http_x_forwarded_for_0','183.203.160.235'),(752184,121539,'login_id','1'),(752185,121539,'login_email','mentolnet@gmail.com'),(752186,121539,'login','mentol'),(752187,121539,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752188,121539,'_message_key','user_login_failed'),(752189,121539,'_server_remote_addr','183.203.160.235'),(752190,121539,'_server_http_x_forwarded_for_0','183.203.160.235'),(752191,121540,'login_id','1'),(752192,121540,'login_email','mentolnet@gmail.com'),(752193,121540,'login','mentol'),(752194,121540,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752195,121540,'_message_key','user_login_failed'),(752196,121540,'_server_remote_addr','183.203.160.235'),(752197,121540,'_server_http_x_forwarded_for_0','183.203.160.235'),(752198,121541,'login_id','1'),(752199,121541,'login_email','mentolnet@gmail.com'),(752200,121541,'login','mentol'),(752201,121541,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752202,121541,'_message_key','user_login_failed'),(752203,121541,'_server_remote_addr','183.203.160.235'),(752204,121541,'_server_http_x_forwarded_for_0','183.203.160.235'),(752205,121542,'login_id','1'),(752206,121542,'login_email','mentolnet@gmail.com'),(752207,121542,'login','mentol'),(752208,121542,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752209,121542,'_message_key','user_login_failed'),(752210,121542,'_server_remote_addr','61.28.113.58'),(752211,121542,'_server_http_x_forwarded_for_0','61.28.113.58'),(752212,121543,'login_id','1'),(752213,121543,'login_email','mentolnet@gmail.com'),(752214,121543,'login','mentol'),(752215,121543,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752216,121543,'_message_key','user_login_failed'),(752217,121543,'_server_remote_addr','61.28.113.58'),(752218,121543,'_server_http_x_forwarded_for_0','61.28.113.58'),(752219,121544,'login_id','1'),(752220,121544,'login_email','mentolnet@gmail.com'),(752221,121544,'login','mentol'),(752222,121544,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752223,121544,'_message_key','user_login_failed'),(752224,121544,'_server_remote_addr','61.28.113.58'),(752225,121544,'_server_http_x_forwarded_for_0','61.28.113.58'),(752226,121545,'login_id','1'),(752227,121545,'login_email','mentolnet@gmail.com'),(752228,121545,'login','mentol'),(752229,121545,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752230,121545,'_message_key','user_login_failed'),(752231,121545,'_server_remote_addr','61.28.113.58'),(752232,121545,'_server_http_x_forwarded_for_0','61.28.113.58'),(752233,121546,'login_id','1'),(752234,121546,'login_email','mentolnet@gmail.com'),(752235,121546,'login','mentol'),(752236,121546,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752237,121546,'_message_key','user_login_failed'),(752238,121546,'_server_remote_addr','61.28.113.58'),(752239,121546,'_server_http_x_forwarded_for_0','61.28.113.58'),(752240,121547,'login_id','1'),(752241,121547,'login_email','mentolnet@gmail.com'),(752242,121547,'login','mentol'),(752243,121547,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752244,121547,'_message_key','user_login_failed'),(752245,121547,'_server_remote_addr','61.28.113.58'),(752246,121547,'_server_http_x_forwarded_for_0','61.28.113.58'),(752247,121548,'login_id','1'),(752248,121548,'login_email','mentolnet@gmail.com'),(752249,121548,'login','mentol'),(752250,121548,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752251,121548,'_message_key','user_login_failed'),(752252,121548,'_server_remote_addr','61.28.113.58'),(752253,121548,'_server_http_x_forwarded_for_0','61.28.113.58'),(752254,121549,'login_id','1'),(752255,121549,'login_email','mentolnet@gmail.com'),(752256,121549,'login','mentol'),(752257,121549,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752258,121549,'_message_key','user_login_failed'),(752259,121549,'_server_remote_addr','61.28.113.58'),(752260,121549,'_server_http_x_forwarded_for_0','61.28.113.58'),(752261,121550,'login_id','1'),(752262,121550,'login_email','mentolnet@gmail.com'),(752263,121550,'login','mentol'),(752264,121550,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752265,121550,'_message_key','user_login_failed'),(752266,121550,'_server_remote_addr','61.28.113.58'),(752267,121550,'_server_http_x_forwarded_for_0','61.28.113.58'),(752268,121551,'login_id','1'),(752269,121551,'login_email','mentolnet@gmail.com'),(752270,121551,'login','mentol'),(752271,121551,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752272,121551,'_message_key','user_login_failed'),(752273,121551,'_server_remote_addr','61.28.113.58'),(752274,121551,'_server_http_x_forwarded_for_0','61.28.113.58'),(752275,121552,'login_id','1'),(752276,121552,'login_email','mentolnet@gmail.com'),(752277,121552,'login','mentol'),(752278,121552,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752279,121552,'_message_key','user_login_failed'),(752280,121552,'_server_remote_addr','61.28.113.58'),(752281,121552,'_server_http_x_forwarded_for_0','61.28.113.58'),(752282,121553,'login_id','1'),(752283,121553,'login_email','mentolnet@gmail.com'),(752284,121553,'login','mentol'),(752285,121553,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752286,121553,'_message_key','user_login_failed'),(752287,121553,'_server_remote_addr','61.28.113.58'),(752288,121553,'_server_http_x_forwarded_for_0','61.28.113.58'),(752289,121554,'login_id','1'),(752290,121554,'login_email','mentolnet@gmail.com'),(752291,121554,'login','mentol'),(752292,121554,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752293,121554,'_message_key','user_login_failed'),(752294,121554,'_server_remote_addr','61.28.113.58'),(752295,121554,'_server_http_x_forwarded_for_0','61.28.113.58'),(752296,121555,'login_id','1'),(752297,121555,'login_email','mentolnet@gmail.com'),(752298,121555,'login','mentol'),(752299,121555,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752300,121555,'_message_key','user_login_failed'),(752301,121555,'_server_remote_addr','61.28.113.58'),(752302,121555,'_server_http_x_forwarded_for_0','61.28.113.58'),(752303,121556,'login_id','1'),(752304,121556,'login_email','mentolnet@gmail.com'),(752305,121556,'login','mentol'),(752306,121556,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752307,121556,'_message_key','user_login_failed'),(752308,121556,'_server_remote_addr','61.28.113.58'),(752309,121556,'_server_http_x_forwarded_for_0','61.28.113.58'),(752310,121557,'login_id','1'),(752311,121557,'login_email','mentolnet@gmail.com'),(752312,121557,'login','mentol'),(752313,121557,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752314,121557,'_message_key','user_login_failed'),(752315,121557,'_server_remote_addr','61.28.113.58'),(752316,121557,'_server_http_x_forwarded_for_0','61.28.113.58'),(752317,121558,'login_id','1'),(752318,121558,'login_email','mentolnet@gmail.com'),(752319,121558,'login','mentol'),(752320,121558,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752321,121558,'_message_key','user_login_failed'),(752322,121558,'_server_remote_addr','61.28.113.58'),(752323,121558,'_server_http_x_forwarded_for_0','61.28.113.58'),(752324,121559,'login_id','1'),(752325,121559,'login_email','mentolnet@gmail.com'),(752326,121559,'login','mentol'),(752327,121559,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752328,121559,'_message_key','user_login_failed'),(752329,121559,'_server_remote_addr','61.28.113.58'),(752330,121559,'_server_http_x_forwarded_for_0','61.28.113.58'),(752331,121560,'login_id','1'),(752332,121560,'login_email','mentolnet@gmail.com'),(752333,121560,'login','mentol'),(752334,121560,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752335,121560,'_message_key','user_login_failed'),(752336,121560,'_server_remote_addr','61.28.113.58'),(752337,121560,'_server_http_x_forwarded_for_0','61.28.113.58'),(752338,121561,'login_id','1'),(752339,121561,'login_email','mentolnet@gmail.com'),(752340,121561,'login','mentol'),(752341,121561,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752342,121561,'_message_key','user_login_failed'),(752343,121561,'_server_remote_addr','61.28.113.58'),(752344,121561,'_server_http_x_forwarded_for_0','61.28.113.58'),(752345,121562,'login_id','1'),(752346,121562,'login_email','mentolnet@gmail.com'),(752347,121562,'login','mentol'),(752348,121562,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752349,121562,'_message_key','user_login_failed'),(752350,121562,'_server_remote_addr','61.28.113.58'),(752351,121562,'_server_http_x_forwarded_for_0','61.28.113.58'),(752352,121563,'login_id','1'),(752353,121563,'login_email','mentolnet@gmail.com'),(752354,121563,'login','mentol'),(752355,121563,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752356,121563,'_message_key','user_login_failed'),(752357,121563,'_server_remote_addr','61.28.113.58'),(752358,121563,'_server_http_x_forwarded_for_0','61.28.113.58'),(752359,121564,'login_id','1'),(752360,121564,'login_email','mentolnet@gmail.com'),(752361,121564,'login','mentol'),(752362,121564,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752363,121564,'_message_key','user_login_failed'),(752364,121564,'_server_remote_addr','61.28.113.58'),(752365,121564,'_server_http_x_forwarded_for_0','61.28.113.58'),(752366,121565,'login_id','1'),(752367,121565,'login_email','mentolnet@gmail.com'),(752368,121565,'login','mentol'),(752369,121565,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752370,121565,'_message_key','user_login_failed'),(752371,121565,'_server_remote_addr','182.190.4.60'),(752372,121565,'_server_http_x_forwarded_for_0','182.190.4.60'),(752373,121566,'login_id','1'),(752374,121566,'login_email','mentolnet@gmail.com'),(752375,121566,'login','mentol'),(752376,121566,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752377,121566,'_message_key','user_login_failed'),(752378,121566,'_server_remote_addr','182.190.4.60'),(752379,121566,'_server_http_x_forwarded_for_0','182.190.4.60'),(752380,121567,'login_id','1'),(752381,121567,'login_email','mentolnet@gmail.com'),(752382,121567,'login','mentol'),(752383,121567,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752384,121567,'_message_key','user_login_failed'),(752385,121567,'_server_remote_addr','182.190.4.60'),(752386,121567,'_server_http_x_forwarded_for_0','182.190.4.60'),(752387,121568,'login_id','1'),(752388,121568,'login_email','mentolnet@gmail.com'),(752389,121568,'login','mentol'),(752390,121568,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752391,121568,'_message_key','user_login_failed'),(752392,121568,'_server_remote_addr','182.190.4.60'),(752393,121568,'_server_http_x_forwarded_for_0','182.190.4.60'),(752394,121569,'login_id','1'),(752395,121569,'login_email','mentolnet@gmail.com'),(752396,121569,'login','mentol'),(752397,121569,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752398,121569,'_message_key','user_login_failed'),(752399,121569,'_server_remote_addr','182.190.4.60'),(752400,121569,'_server_http_x_forwarded_for_0','182.190.4.60'),(752401,121570,'login_id','1'),(752402,121570,'login_email','mentolnet@gmail.com'),(752403,121570,'login','mentol'),(752404,121570,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752405,121570,'_message_key','user_login_failed'),(752406,121570,'_server_remote_addr','182.190.4.60'),(752407,121570,'_server_http_x_forwarded_for_0','182.190.4.60'),(752408,121571,'login_id','1'),(752409,121571,'login_email','mentolnet@gmail.com'),(752410,121571,'login','mentol'),(752411,121571,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752412,121571,'_message_key','user_login_failed'),(752413,121571,'_server_remote_addr','182.190.4.60'),(752414,121571,'_server_http_x_forwarded_for_0','182.190.4.60'),(752415,121572,'login_id','1'),(752416,121572,'login_email','mentolnet@gmail.com'),(752417,121572,'login','mentol'),(752418,121572,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752419,121572,'_message_key','user_login_failed'),(752420,121572,'_server_remote_addr','182.190.4.60'),(752421,121572,'_server_http_x_forwarded_for_0','182.190.4.60'),(752422,121573,'login_id','1'),(752423,121573,'login_email','mentolnet@gmail.com'),(752424,121573,'login','mentol'),(752425,121573,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752426,121573,'_message_key','user_login_failed'),(752427,121573,'_server_remote_addr','182.190.4.60'),(752428,121573,'_server_http_x_forwarded_for_0','182.190.4.60'),(752429,121574,'login_id','1'),(752430,121574,'login_email','mentolnet@gmail.com'),(752431,121574,'login','mentol'),(752432,121574,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752433,121574,'_message_key','user_login_failed'),(752434,121574,'_server_remote_addr','182.190.4.60'),(752435,121574,'_server_http_x_forwarded_for_0','182.190.4.60'),(752436,121575,'login_id','1'),(752437,121575,'login_email','mentolnet@gmail.com'),(752438,121575,'login','mentol'),(752439,121575,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752440,121575,'_message_key','user_login_failed'),(752441,121575,'_server_remote_addr','182.190.4.60'),(752442,121575,'_server_http_x_forwarded_for_0','182.190.4.60'),(752443,121576,'login_id','1'),(752444,121576,'login_email','mentolnet@gmail.com'),(752445,121576,'login','mentol'),(752446,121576,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752447,121576,'_message_key','user_login_failed'),(752448,121576,'_server_remote_addr','182.190.4.60'),(752449,121576,'_server_http_x_forwarded_for_0','182.190.4.60'),(752450,121577,'login_id','1'),(752451,121577,'login_email','mentolnet@gmail.com'),(752452,121577,'login','mentol'),(752453,121577,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752454,121577,'_message_key','user_login_failed'),(752455,121577,'_server_remote_addr','182.190.4.60'),(752456,121577,'_server_http_x_forwarded_for_0','182.190.4.60'),(752457,121578,'login_id','1'),(752458,121578,'login_email','mentolnet@gmail.com'),(752459,121578,'login','mentol'),(752460,121578,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752461,121578,'_message_key','user_login_failed'),(752462,121578,'_server_remote_addr','182.190.4.60'),(752463,121578,'_server_http_x_forwarded_for_0','182.190.4.60'),(752464,121579,'login_id','1'),(752465,121579,'login_email','mentolnet@gmail.com'),(752466,121579,'login','mentol'),(752467,121579,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752468,121579,'_message_key','user_login_failed'),(752469,121579,'_server_remote_addr','182.190.4.60'),(752470,121579,'_server_http_x_forwarded_for_0','182.190.4.60'),(752471,121580,'login_id','1'),(752472,121580,'login_email','mentolnet@gmail.com'),(752473,121580,'login','mentol'),(752474,121580,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752475,121580,'_message_key','user_login_failed'),(752476,121580,'_server_remote_addr','182.190.4.60'),(752477,121580,'_server_http_x_forwarded_for_0','182.190.4.60'),(752478,121581,'login_id','1'),(752479,121581,'login_email','mentolnet@gmail.com'),(752480,121581,'login','mentol'),(752481,121581,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752482,121581,'_message_key','user_login_failed'),(752483,121581,'_server_remote_addr','182.190.4.60'),(752484,121581,'_server_http_x_forwarded_for_0','182.190.4.60'),(752485,121582,'login_id','1'),(752486,121582,'login_email','mentolnet@gmail.com'),(752487,121582,'login','mentol'),(752488,121582,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752489,121582,'_message_key','user_login_failed'),(752490,121582,'_server_remote_addr','182.190.4.60'),(752491,121582,'_server_http_x_forwarded_for_0','182.190.4.60'),(752492,121583,'login_id','1'),(752493,121583,'login_email','mentolnet@gmail.com'),(752494,121583,'login','mentol'),(752495,121583,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752496,121583,'_message_key','user_login_failed'),(752497,121583,'_server_remote_addr','182.190.4.60'),(752498,121583,'_server_http_x_forwarded_for_0','182.190.4.60'),(752499,121584,'login_id','1'),(752500,121584,'login_email','mentolnet@gmail.com'),(752501,121584,'login','mentol'),(752502,121584,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752503,121584,'_message_key','user_login_failed'),(752504,121584,'_server_remote_addr','182.190.4.60'),(752505,121584,'_server_http_x_forwarded_for_0','182.190.4.60'),(752506,121585,'login_id','1'),(752507,121585,'login_email','mentolnet@gmail.com'),(752508,121585,'login','mentol'),(752509,121585,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752510,121585,'_message_key','user_login_failed'),(752511,121585,'_server_remote_addr','182.190.4.60'),(752512,121585,'_server_http_x_forwarded_for_0','182.190.4.60'),(752513,121586,'login_id','1'),(752514,121586,'login_email','mentolnet@gmail.com'),(752515,121586,'login','mentol'),(752516,121586,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752517,121586,'_message_key','user_login_failed'),(752518,121586,'_server_remote_addr','182.190.4.60'),(752519,121586,'_server_http_x_forwarded_for_0','182.190.4.60'),(752520,121587,'login_id','1'),(752521,121587,'login_email','mentolnet@gmail.com'),(752522,121587,'login','mentol'),(752523,121587,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752524,121587,'_message_key','user_login_failed'),(752525,121587,'_server_remote_addr','182.190.4.60'),(752526,121587,'_server_http_x_forwarded_for_0','182.190.4.60'),(752527,121588,'login_id','1'),(752528,121588,'login_email','mentolnet@gmail.com'),(752529,121588,'login','mentol'),(752530,121588,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752531,121588,'_message_key','user_login_failed'),(752532,121588,'_server_remote_addr','182.190.4.60'),(752533,121588,'_server_http_x_forwarded_for_0','182.190.4.60'),(752534,121589,'login_id','1'),(752535,121589,'login_email','mentolnet@gmail.com'),(752536,121589,'login','mentol'),(752537,121589,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752538,121589,'_message_key','user_login_failed'),(752539,121589,'_server_remote_addr','182.190.4.60'),(752540,121589,'_server_http_x_forwarded_for_0','182.190.4.60'),(752541,121590,'login_id','1'),(752542,121590,'login_email','mentolnet@gmail.com'),(752543,121590,'login','mentol'),(752544,121590,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752545,121590,'_message_key','user_login_failed'),(752546,121590,'_server_remote_addr','182.190.4.60'),(752547,121590,'_server_http_x_forwarded_for_0','182.190.4.60'),(752548,121591,'login_id','1'),(752549,121591,'login_email','mentolnet@gmail.com'),(752550,121591,'login','mentol'),(752551,121591,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752552,121591,'_message_key','user_login_failed'),(752553,121591,'_server_remote_addr','182.190.4.60'),(752554,121591,'_server_http_x_forwarded_for_0','182.190.4.60'),(752555,121592,'login_id','1'),(752556,121592,'login_email','mentolnet@gmail.com'),(752557,121592,'login','mentol'),(752558,121592,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752559,121592,'_message_key','user_login_failed'),(752560,121592,'_server_remote_addr','182.190.4.60'),(752561,121592,'_server_http_x_forwarded_for_0','182.190.4.60'),(752562,121593,'login_id','1'),(752563,121593,'login_email','mentolnet@gmail.com'),(752564,121593,'login','mentol'),(752565,121593,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752566,121593,'_message_key','user_login_failed'),(752567,121593,'_server_remote_addr','182.190.4.60'),(752568,121593,'_server_http_x_forwarded_for_0','182.190.4.60'),(752569,121594,'login_id','1'),(752570,121594,'login_email','mentolnet@gmail.com'),(752571,121594,'login','mentol'),(752572,121594,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752573,121594,'_message_key','user_login_failed'),(752574,121594,'_server_remote_addr','182.190.4.60'),(752575,121594,'_server_http_x_forwarded_for_0','182.190.4.60'),(752576,121595,'login_id','1'),(752577,121595,'login_email','mentolnet@gmail.com'),(752578,121595,'login','mentol'),(752579,121595,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752580,121595,'_message_key','user_login_failed'),(752581,121595,'_server_remote_addr','124.128.73.58'),(752582,121595,'_server_http_x_forwarded_for_0','124.128.73.58'),(752583,121596,'login_id','1'),(752584,121596,'login_email','mentolnet@gmail.com'),(752585,121596,'login','mentol'),(752586,121596,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752587,121596,'_message_key','user_login_failed'),(752588,121596,'_server_remote_addr','124.128.73.58'),(752589,121596,'_server_http_x_forwarded_for_0','124.128.73.58'),(752590,121597,'login_id','1'),(752591,121597,'login_email','mentolnet@gmail.com'),(752592,121597,'login','mentol'),(752593,121597,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752594,121597,'_message_key','user_login_failed'),(752595,121597,'_server_remote_addr','124.128.73.58'),(752596,121597,'_server_http_x_forwarded_for_0','124.128.73.58'),(752597,121598,'login_id','1'),(752598,121598,'login_email','mentolnet@gmail.com'),(752599,121598,'login','mentol'),(752600,121598,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752601,121598,'_message_key','user_login_failed'),(752602,121598,'_server_remote_addr','124.128.73.58'),(752603,121598,'_server_http_x_forwarded_for_0','124.128.73.58'),(752604,121599,'login_id','1'),(752605,121599,'login_email','mentolnet@gmail.com'),(752606,121599,'login','mentol'),(752607,121599,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752608,121599,'_message_key','user_login_failed'),(752609,121599,'_server_remote_addr','124.128.73.58'),(752610,121599,'_server_http_x_forwarded_for_0','124.128.73.58'),(752611,121600,'login_id','1'),(752612,121600,'login_email','mentolnet@gmail.com'),(752613,121600,'login','mentol'),(752614,121600,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752615,121600,'_message_key','user_login_failed'),(752616,121600,'_server_remote_addr','124.128.73.58'),(752617,121600,'_server_http_x_forwarded_for_0','124.128.73.58'),(752618,121601,'login_id','1'),(752619,121601,'login_email','mentolnet@gmail.com'),(752620,121601,'login','mentol'),(752621,121601,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752622,121601,'_message_key','user_login_failed'),(752623,121601,'_server_remote_addr','124.128.73.58'),(752624,121601,'_server_http_x_forwarded_for_0','124.128.73.58'),(752625,121602,'login_id','1'),(752626,121602,'login_email','mentolnet@gmail.com'),(752627,121602,'login','mentol'),(752628,121602,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752629,121602,'_message_key','user_login_failed'),(752630,121602,'_server_remote_addr','124.128.73.58'),(752631,121602,'_server_http_x_forwarded_for_0','124.128.73.58'),(752632,121603,'login_id','1'),(752633,121603,'login_email','mentolnet@gmail.com'),(752634,121603,'login','mentol'),(752635,121603,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752636,121603,'_message_key','user_login_failed'),(752637,121603,'_server_remote_addr','124.128.73.58'),(752638,121603,'_server_http_x_forwarded_for_0','124.128.73.58'),(752639,121604,'login_id','1'),(752640,121604,'login_email','mentolnet@gmail.com'),(752641,121604,'login','mentol'),(752642,121604,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752643,121604,'_message_key','user_login_failed'),(752644,121604,'_server_remote_addr','124.128.73.58'),(752645,121604,'_server_http_x_forwarded_for_0','124.128.73.58'),(752646,121605,'login_id','1'),(752647,121605,'login_email','mentolnet@gmail.com'),(752648,121605,'login','mentol'),(752649,121605,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752650,121605,'_message_key','user_login_failed'),(752651,121605,'_server_remote_addr','124.128.73.58'),(752652,121605,'_server_http_x_forwarded_for_0','124.128.73.58'),(752653,121606,'login_id','1'),(752654,121606,'login_email','mentolnet@gmail.com'),(752655,121606,'login','mentol'),(752656,121606,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752657,121606,'_message_key','user_login_failed'),(752658,121606,'_server_remote_addr','124.128.73.58'),(752659,121606,'_server_http_x_forwarded_for_0','124.128.73.58'),(752660,121607,'login_id','1'),(752661,121607,'login_email','mentolnet@gmail.com'),(752662,121607,'login','mentol'),(752663,121607,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752664,121607,'_message_key','user_login_failed'),(752665,121607,'_server_remote_addr','124.128.73.58'),(752666,121607,'_server_http_x_forwarded_for_0','124.128.73.58'),(752667,121608,'login_id','1'),(752668,121608,'login_email','mentolnet@gmail.com'),(752669,121608,'login','mentol'),(752670,121608,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752671,121608,'_message_key','user_login_failed'),(752672,121608,'_server_remote_addr','124.128.73.58'),(752673,121608,'_server_http_x_forwarded_for_0','124.128.73.58'),(752674,121609,'login_id','1'),(752675,121609,'login_email','mentolnet@gmail.com'),(752676,121609,'login','mentol'),(752677,121609,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752678,121609,'_message_key','user_login_failed'),(752679,121609,'_server_remote_addr','124.128.73.58'),(752680,121609,'_server_http_x_forwarded_for_0','124.128.73.58'),(752681,121610,'login_id','1'),(752682,121610,'login_email','mentolnet@gmail.com'),(752683,121610,'login','mentol'),(752684,121610,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752685,121610,'_message_key','user_login_failed'),(752686,121610,'_server_remote_addr','124.128.73.58'),(752687,121610,'_server_http_x_forwarded_for_0','124.128.73.58'),(752688,121611,'login_id','1'),(752689,121611,'login_email','mentolnet@gmail.com'),(752690,121611,'login','mentol'),(752691,121611,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752692,121611,'_message_key','user_login_failed'),(752693,121611,'_server_remote_addr','124.128.73.58'),(752694,121611,'_server_http_x_forwarded_for_0','124.128.73.58'),(752695,121612,'login_id','1'),(752696,121612,'login_email','mentolnet@gmail.com'),(752697,121612,'login','mentol'),(752698,121612,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752699,121612,'_message_key','user_login_failed'),(752700,121612,'_server_remote_addr','124.128.73.58'),(752701,121612,'_server_http_x_forwarded_for_0','124.128.73.58'),(752702,121613,'login_id','1'),(752703,121613,'login_email','mentolnet@gmail.com'),(752704,121613,'login','mentol'),(752705,121613,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752706,121613,'_message_key','user_login_failed'),(752707,121613,'_server_remote_addr','124.128.73.58'),(752708,121613,'_server_http_x_forwarded_for_0','124.128.73.58'),(752709,121614,'login_id','1'),(752710,121614,'login_email','mentolnet@gmail.com'),(752711,121614,'login','mentol'),(752712,121614,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752713,121614,'_message_key','user_login_failed'),(752714,121614,'_server_remote_addr','124.128.73.58'),(752715,121614,'_server_http_x_forwarded_for_0','124.128.73.58'),(752716,121615,'login_id','1'),(752717,121615,'login_email','mentolnet@gmail.com'),(752718,121615,'login','mentol'),(752719,121615,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752720,121615,'_message_key','user_login_failed'),(752721,121615,'_server_remote_addr','124.128.73.58'),(752722,121615,'_server_http_x_forwarded_for_0','124.128.73.58'),(752723,121616,'login_id','1'),(752724,121616,'login_email','mentolnet@gmail.com'),(752725,121616,'login','mentol'),(752726,121616,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752727,121616,'_message_key','user_login_failed'),(752728,121616,'_server_remote_addr','124.128.73.58'),(752729,121616,'_server_http_x_forwarded_for_0','124.128.73.58'),(752730,121617,'login_id','1'),(752731,121617,'login_email','mentolnet@gmail.com'),(752732,121617,'login','mentol'),(752733,121617,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752734,121617,'_message_key','user_login_failed'),(752735,121617,'_server_remote_addr','124.128.73.58'),(752736,121617,'_server_http_x_forwarded_for_0','124.128.73.58'),(752737,121618,'login_id','1'),(752738,121618,'login_email','mentolnet@gmail.com'),(752739,121618,'login','mentol'),(752740,121618,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752741,121618,'_message_key','user_login_failed'),(752742,121618,'_server_remote_addr','124.128.73.58'),(752743,121618,'_server_http_x_forwarded_for_0','124.128.73.58'),(752744,121619,'login_id','1'),(752745,121619,'login_email','mentolnet@gmail.com'),(752746,121619,'login','mentol'),(752747,121619,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752748,121619,'_message_key','user_login_failed'),(752749,121619,'_server_remote_addr','124.128.73.58'),(752750,121619,'_server_http_x_forwarded_for_0','124.128.73.58'),(752751,121620,'login_id','1'),(752752,121620,'login_email','mentolnet@gmail.com'),(752753,121620,'login','mentol'),(752754,121620,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752755,121620,'_message_key','user_login_failed'),(752756,121620,'_server_remote_addr','124.128.73.58'),(752757,121620,'_server_http_x_forwarded_for_0','124.128.73.58'),(752758,121621,'login_id','1'),(752759,121621,'login_email','mentolnet@gmail.com'),(752760,121621,'login','mentol'),(752761,121621,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752762,121621,'_message_key','user_login_failed'),(752763,121621,'_server_remote_addr','124.128.73.58'),(752764,121621,'_server_http_x_forwarded_for_0','124.128.73.58'),(752765,121622,'login_id','1'),(752766,121622,'login_email','mentolnet@gmail.com'),(752767,121622,'login','mentol'),(752768,121622,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752769,121622,'_message_key','user_login_failed'),(752770,121622,'_server_remote_addr','124.128.73.58'),(752771,121622,'_server_http_x_forwarded_for_0','124.128.73.58'),(752772,121623,'login_id','1'),(752773,121623,'login_email','mentolnet@gmail.com'),(752774,121623,'login','mentol'),(752775,121623,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752776,121623,'_message_key','user_login_failed'),(752777,121623,'_server_remote_addr','124.128.73.58'),(752778,121623,'_server_http_x_forwarded_for_0','124.128.73.58'),(752779,121624,'login_id','1'),(752780,121624,'login_email','mentolnet@gmail.com'),(752781,121624,'login','mentol'),(752782,121624,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752783,121624,'_message_key','user_login_failed'),(752784,121624,'_server_remote_addr','124.128.73.58'),(752785,121624,'_server_http_x_forwarded_for_0','124.128.73.58'),(752786,121625,'login_id','1'),(752787,121625,'login_email','mentolnet@gmail.com'),(752788,121625,'login','mentol'),(752789,121625,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752790,121625,'_message_key','user_login_failed'),(752791,121625,'_server_remote_addr','124.128.73.58'),(752792,121625,'_server_http_x_forwarded_for_0','124.128.73.58'),(752793,121626,'login_id','1'),(752794,121626,'login_email','mentolnet@gmail.com'),(752795,121626,'login','mentol'),(752796,121626,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752797,121626,'_message_key','user_login_failed'),(752798,121626,'_server_remote_addr','124.128.73.58'),(752799,121626,'_server_http_x_forwarded_for_0','124.128.73.58'),(752800,121627,'login_id','1'),(752801,121627,'login_email','mentolnet@gmail.com'),(752802,121627,'login','mentol'),(752803,121627,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752804,121627,'_message_key','user_login_failed'),(752805,121627,'_server_remote_addr','124.128.73.58'),(752806,121627,'_server_http_x_forwarded_for_0','124.128.73.58'),(752807,121628,'login_id','1'),(752808,121628,'login_email','mentolnet@gmail.com'),(752809,121628,'login','mentol'),(752810,121628,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752811,121628,'_message_key','user_login_failed'),(752812,121628,'_server_remote_addr','124.128.73.58'),(752813,121628,'_server_http_x_forwarded_for_0','124.128.73.58'),(752814,121629,'login_id','1'),(752815,121629,'login_email','mentolnet@gmail.com'),(752816,121629,'login','mentol'),(752817,121629,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752818,121629,'_message_key','user_login_failed'),(752819,121629,'_server_remote_addr','124.128.73.58'),(752820,121629,'_server_http_x_forwarded_for_0','124.128.73.58'),(752821,121630,'login_id','1'),(752822,121630,'login_email','mentolnet@gmail.com'),(752823,121630,'login','mentol'),(752824,121630,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752825,121630,'_message_key','user_login_failed'),(752826,121630,'_server_remote_addr','124.128.73.58'),(752827,121630,'_server_http_x_forwarded_for_0','124.128.73.58'),(752828,121631,'login_id','1'),(752829,121631,'login_email','mentolnet@gmail.com'),(752830,121631,'login','mentol'),(752831,121631,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752832,121631,'_message_key','user_login_failed'),(752833,121631,'_server_remote_addr','124.128.73.58'),(752834,121631,'_server_http_x_forwarded_for_0','124.128.73.58'),(752835,121632,'login_id','1'),(752836,121632,'login_email','mentolnet@gmail.com'),(752837,121632,'login','mentol'),(752838,121632,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752839,121632,'_message_key','user_login_failed'),(752840,121632,'_server_remote_addr','124.128.73.58'),(752841,121632,'_server_http_x_forwarded_for_0','124.128.73.58'),(752842,121633,'login_id','1'),(752843,121633,'login_email','mentolnet@gmail.com'),(752844,121633,'login','mentol'),(752845,121633,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752846,121633,'_message_key','user_login_failed'),(752847,121633,'_server_remote_addr','124.128.73.58'),(752848,121633,'_server_http_x_forwarded_for_0','124.128.73.58'),(752849,121634,'login_id','1'),(752850,121634,'login_email','mentolnet@gmail.com'),(752851,121634,'login','mentol'),(752852,121634,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752853,121634,'_message_key','user_login_failed'),(752854,121634,'_server_remote_addr','124.128.73.58'),(752855,121634,'_server_http_x_forwarded_for_0','124.128.73.58'),(752856,121635,'login_id','1'),(752857,121635,'login_email','mentolnet@gmail.com'),(752858,121635,'login','mentol'),(752859,121635,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752860,121635,'_message_key','user_login_failed'),(752861,121635,'_server_remote_addr','124.128.73.58'),(752862,121635,'_server_http_x_forwarded_for_0','124.128.73.58'),(752863,121636,'login_id','1'),(752864,121636,'login_email','mentolnet@gmail.com'),(752865,121636,'login','mentol'),(752866,121636,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752867,121636,'_message_key','user_login_failed'),(752868,121636,'_server_remote_addr','124.128.73.58'),(752869,121636,'_server_http_x_forwarded_for_0','124.128.73.58'),(752870,121637,'login_id','1'),(752871,121637,'login_email','mentolnet@gmail.com'),(752872,121637,'login','mentol'),(752873,121637,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752874,121637,'_message_key','user_login_failed'),(752875,121637,'_server_remote_addr','124.128.73.58'),(752876,121637,'_server_http_x_forwarded_for_0','124.128.73.58'),(752877,121638,'login_id','1'),(752878,121638,'login_email','mentolnet@gmail.com'),(752879,121638,'login','mentol'),(752880,121638,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752881,121638,'_message_key','user_login_failed'),(752882,121638,'_server_remote_addr','124.128.73.58'),(752883,121638,'_server_http_x_forwarded_for_0','124.128.73.58'),(752884,121639,'login_id','1'),(752885,121639,'login_email','mentolnet@gmail.com'),(752886,121639,'login','mentol'),(752887,121639,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752888,121639,'_message_key','user_login_failed'),(752889,121639,'_server_remote_addr','124.128.73.58'),(752890,121639,'_server_http_x_forwarded_for_0','124.128.73.58'),(752891,121640,'login_id','1'),(752892,121640,'login_email','mentolnet@gmail.com'),(752893,121640,'login','mentol'),(752894,121640,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752895,121640,'_message_key','user_login_failed'),(752896,121640,'_server_remote_addr','124.128.73.58'),(752897,121640,'_server_http_x_forwarded_for_0','124.128.73.58'),(752898,121641,'login_id','1'),(752899,121641,'login_email','mentolnet@gmail.com'),(752900,121641,'login','mentol'),(752901,121641,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752902,121641,'_message_key','user_login_failed'),(752903,121641,'_server_remote_addr','124.128.73.58'),(752904,121641,'_server_http_x_forwarded_for_0','124.128.73.58'),(752905,121642,'login_id','1'),(752906,121642,'login_email','mentolnet@gmail.com'),(752907,121642,'login','mentol'),(752908,121642,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752909,121642,'_message_key','user_login_failed'),(752910,121642,'_server_remote_addr','124.128.73.58'),(752911,121642,'_server_http_x_forwarded_for_0','124.128.73.58'),(752912,121643,'login_id','1'),(752913,121643,'login_email','mentolnet@gmail.com'),(752914,121643,'login','mentol'),(752915,121643,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752916,121643,'_message_key','user_login_failed'),(752917,121643,'_server_remote_addr','124.128.73.58'),(752918,121643,'_server_http_x_forwarded_for_0','124.128.73.58'),(752919,121644,'login_id','1'),(752920,121644,'login_email','mentolnet@gmail.com'),(752921,121644,'login','mentol'),(752922,121644,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752923,121644,'_message_key','user_login_failed'),(752924,121644,'_server_remote_addr','124.128.73.58'),(752925,121644,'_server_http_x_forwarded_for_0','124.128.73.58'),(752926,121645,'login_id','1'),(752927,121645,'login_email','mentolnet@gmail.com'),(752928,121645,'login','mentol'),(752929,121645,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752930,121645,'_message_key','user_login_failed'),(752931,121645,'_server_remote_addr','124.128.73.58'),(752932,121645,'_server_http_x_forwarded_for_0','124.128.73.58'),(752933,121646,'login_id','1'),(752934,121646,'login_email','mentolnet@gmail.com'),(752935,121646,'login','mentol'),(752936,121646,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752937,121646,'_message_key','user_login_failed'),(752938,121646,'_server_remote_addr','124.128.73.58'),(752939,121646,'_server_http_x_forwarded_for_0','124.128.73.58'),(752940,121647,'login_id','1'),(752941,121647,'login_email','mentolnet@gmail.com'),(752942,121647,'login','mentol'),(752943,121647,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752944,121647,'_message_key','user_login_failed'),(752945,121647,'_server_remote_addr','124.128.73.58'),(752946,121647,'_server_http_x_forwarded_for_0','124.128.73.58'),(752947,121648,'login_id','1'),(752948,121648,'login_email','mentolnet@gmail.com'),(752949,121648,'login','mentol'),(752950,121648,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752951,121648,'_message_key','user_login_failed'),(752952,121648,'_server_remote_addr','124.128.73.58'),(752953,121648,'_server_http_x_forwarded_for_0','124.128.73.58'),(752954,121649,'login_id','1'),(752955,121649,'login_email','mentolnet@gmail.com'),(752956,121649,'login','mentol'),(752957,121649,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752958,121649,'_message_key','user_login_failed'),(752959,121649,'_server_remote_addr','124.128.73.58'),(752960,121649,'_server_http_x_forwarded_for_0','124.128.73.58'),(752961,121650,'login_id','1'),(752962,121650,'login_email','mentolnet@gmail.com'),(752963,121650,'login','mentol'),(752964,121650,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752965,121650,'_message_key','user_login_failed'),(752966,121650,'_server_remote_addr','124.128.73.58'),(752967,121650,'_server_http_x_forwarded_for_0','124.128.73.58'),(752968,121651,'login_id','1'),(752969,121651,'login_email','mentolnet@gmail.com'),(752970,121651,'login','mentol'),(752971,121651,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752972,121651,'_message_key','user_login_failed'),(752973,121651,'_server_remote_addr','124.128.73.58'),(752974,121651,'_server_http_x_forwarded_for_0','124.128.73.58'),(752975,121652,'login_id','1'),(752976,121652,'login_email','mentolnet@gmail.com'),(752977,121652,'login','mentol'),(752978,121652,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752979,121652,'_message_key','user_login_failed'),(752980,121652,'_server_remote_addr','124.128.73.58'),(752981,121652,'_server_http_x_forwarded_for_0','124.128.73.58'),(752982,121653,'login_id','1'),(752983,121653,'login_email','mentolnet@gmail.com'),(752984,121653,'login','mentol'),(752985,121653,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752986,121653,'_message_key','user_login_failed'),(752987,121653,'_server_remote_addr','124.128.73.58'),(752988,121653,'_server_http_x_forwarded_for_0','124.128.73.58'),(752989,121654,'login_id','1'),(752990,121654,'login_email','mentolnet@gmail.com'),(752991,121654,'login','mentol'),(752992,121654,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(752993,121654,'_message_key','user_login_failed'),(752994,121654,'_server_remote_addr','124.128.73.58'),(752995,121654,'_server_http_x_forwarded_for_0','124.128.73.58'),(752996,121655,'login_id','1'),(752997,121655,'login_email','mentolnet@gmail.com'),(752998,121655,'login','mentol'),(752999,121655,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753000,121655,'_message_key','user_login_failed'),(753001,121655,'_server_remote_addr','124.128.73.58'),(753002,121655,'_server_http_x_forwarded_for_0','124.128.73.58'),(753003,121656,'login_id','1'),(753004,121656,'login_email','mentolnet@gmail.com'),(753005,121656,'login','mentol'),(753006,121656,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753007,121656,'_message_key','user_login_failed'),(753008,121656,'_server_remote_addr','124.128.73.58'),(753009,121656,'_server_http_x_forwarded_for_0','124.128.73.58'),(753010,121657,'login_id','1'),(753011,121657,'login_email','mentolnet@gmail.com'),(753012,121657,'login','mentol'),(753013,121657,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753014,121657,'_message_key','user_login_failed'),(753015,121657,'_server_remote_addr','124.128.73.58'),(753016,121657,'_server_http_x_forwarded_for_0','124.128.73.58'),(753017,121658,'login_id','1'),(753018,121658,'login_email','mentolnet@gmail.com'),(753019,121658,'login','mentol'),(753020,121658,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753021,121658,'_message_key','user_login_failed'),(753022,121658,'_server_remote_addr','124.128.73.58'),(753023,121658,'_server_http_x_forwarded_for_0','124.128.73.58'),(753024,121659,'login_id','1'),(753025,121659,'login_email','mentolnet@gmail.com'),(753026,121659,'login','mentol'),(753027,121659,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753028,121659,'_message_key','user_login_failed'),(753029,121659,'_server_remote_addr','124.128.73.58'),(753030,121659,'_server_http_x_forwarded_for_0','124.128.73.58'),(753031,121660,'login_id','1'),(753032,121660,'login_email','mentolnet@gmail.com'),(753033,121660,'login','mentol'),(753034,121660,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753035,121660,'_message_key','user_login_failed'),(753036,121660,'_server_remote_addr','124.128.73.58'),(753037,121660,'_server_http_x_forwarded_for_0','124.128.73.58'),(753038,121661,'login_id','1'),(753039,121661,'login_email','mentolnet@gmail.com'),(753040,121661,'login','mentol'),(753041,121661,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753042,121661,'_message_key','user_login_failed'),(753043,121661,'_server_remote_addr','124.128.73.58'),(753044,121661,'_server_http_x_forwarded_for_0','124.128.73.58'),(753045,121662,'login_id','1'),(753046,121662,'login_email','mentolnet@gmail.com'),(753047,121662,'login','mentol'),(753048,121662,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753049,121662,'_message_key','user_login_failed'),(753050,121662,'_server_remote_addr','124.128.73.58'),(753051,121662,'_server_http_x_forwarded_for_0','124.128.73.58'),(753052,121663,'login_id','1'),(753053,121663,'login_email','mentolnet@gmail.com'),(753054,121663,'login','mentol'),(753055,121663,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753056,121663,'_message_key','user_login_failed'),(753057,121663,'_server_remote_addr','124.128.73.58'),(753058,121663,'_server_http_x_forwarded_for_0','124.128.73.58'),(753059,121664,'login_id','1'),(753060,121664,'login_email','mentolnet@gmail.com'),(753061,121664,'login','mentol'),(753062,121664,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753063,121664,'_message_key','user_login_failed'),(753064,121664,'_server_remote_addr','124.128.73.58'),(753065,121664,'_server_http_x_forwarded_for_0','124.128.73.58'),(753066,121665,'login_id','1'),(753067,121665,'login_email','mentolnet@gmail.com'),(753068,121665,'login','mentol'),(753069,121665,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753070,121665,'_message_key','user_login_failed'),(753071,121665,'_server_remote_addr','124.128.73.58'),(753072,121665,'_server_http_x_forwarded_for_0','124.128.73.58'),(753073,121666,'login_id','1'),(753074,121666,'login_email','mentolnet@gmail.com'),(753075,121666,'login','mentol'),(753076,121666,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753077,121666,'_message_key','user_login_failed'),(753078,121666,'_server_remote_addr','124.128.73.58'),(753079,121666,'_server_http_x_forwarded_for_0','124.128.73.58'),(753080,121667,'login_id','1'),(753081,121667,'login_email','mentolnet@gmail.com'),(753082,121667,'login','mentol'),(753083,121667,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753084,121667,'_message_key','user_login_failed'),(753085,121667,'_server_remote_addr','124.128.73.58'),(753086,121667,'_server_http_x_forwarded_for_0','124.128.73.58'),(753087,121668,'login_id','1'),(753088,121668,'login_email','mentolnet@gmail.com'),(753089,121668,'login','mentol'),(753090,121668,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753091,121668,'_message_key','user_login_failed'),(753092,121668,'_server_remote_addr','124.128.73.58'),(753093,121668,'_server_http_x_forwarded_for_0','124.128.73.58'),(753094,121669,'login_id','1'),(753095,121669,'login_email','mentolnet@gmail.com'),(753096,121669,'login','mentol'),(753097,121669,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753098,121669,'_message_key','user_login_failed'),(753099,121669,'_server_remote_addr','124.128.73.58'),(753100,121669,'_server_http_x_forwarded_for_0','124.128.73.58'),(753101,121670,'login_id','1'),(753102,121670,'login_email','mentolnet@gmail.com'),(753103,121670,'login','mentol'),(753104,121670,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753105,121670,'_message_key','user_login_failed'),(753106,121670,'_server_remote_addr','124.128.73.58'),(753107,121670,'_server_http_x_forwarded_for_0','124.128.73.58'),(753108,121671,'login_id','1'),(753109,121671,'login_email','mentolnet@gmail.com'),(753110,121671,'login','mentol'),(753111,121671,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753112,121671,'_message_key','user_login_failed'),(753113,121671,'_server_remote_addr','124.128.73.58'),(753114,121671,'_server_http_x_forwarded_for_0','124.128.73.58'),(753115,121672,'login_id','1'),(753116,121672,'login_email','mentolnet@gmail.com'),(753117,121672,'login','mentol'),(753118,121672,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753119,121672,'_message_key','user_login_failed'),(753120,121672,'_server_remote_addr','124.128.73.58'),(753121,121672,'_server_http_x_forwarded_for_0','124.128.73.58'),(753122,121673,'login_id','1'),(753123,121673,'login_email','mentolnet@gmail.com'),(753124,121673,'login','mentol'),(753125,121673,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753126,121673,'_message_key','user_login_failed'),(753127,121673,'_server_remote_addr','124.128.73.58'),(753128,121673,'_server_http_x_forwarded_for_0','124.128.73.58'),(753129,121674,'login_id','1'),(753130,121674,'login_email','mentolnet@gmail.com'),(753131,121674,'login','mentol'),(753132,121674,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753133,121674,'_message_key','user_login_failed'),(753134,121674,'_server_remote_addr','124.128.73.58'),(753135,121674,'_server_http_x_forwarded_for_0','124.128.73.58'),(753136,121675,'login_id','1'),(753137,121675,'login_email','mentolnet@gmail.com'),(753138,121675,'login','mentol'),(753139,121675,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753140,121675,'_message_key','user_login_failed'),(753141,121675,'_server_remote_addr','124.128.73.58'),(753142,121675,'_server_http_x_forwarded_for_0','124.128.73.58'),(753143,121676,'login_id','1'),(753144,121676,'login_email','mentolnet@gmail.com'),(753145,121676,'login','mentol'),(753146,121676,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753147,121676,'_message_key','user_login_failed'),(753148,121676,'_server_remote_addr','124.128.73.58'),(753149,121676,'_server_http_x_forwarded_for_0','124.128.73.58'),(753150,121677,'login_id','1'),(753151,121677,'login_email','mentolnet@gmail.com'),(753152,121677,'login','mentol'),(753153,121677,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753154,121677,'_message_key','user_login_failed'),(753155,121677,'_server_remote_addr','124.128.73.58'),(753156,121677,'_server_http_x_forwarded_for_0','124.128.73.58'),(753157,121678,'login_id','1'),(753158,121678,'login_email','mentolnet@gmail.com'),(753159,121678,'login','mentol'),(753160,121678,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753161,121678,'_message_key','user_login_failed'),(753162,121678,'_server_remote_addr','124.128.73.58'),(753163,121678,'_server_http_x_forwarded_for_0','124.128.73.58'),(753164,121679,'login_id','1'),(753165,121679,'login_email','mentolnet@gmail.com'),(753166,121679,'login','mentol'),(753167,121679,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753168,121679,'_message_key','user_login_failed'),(753169,121679,'_server_remote_addr','124.128.73.58'),(753170,121679,'_server_http_x_forwarded_for_0','124.128.73.58'),(753171,121680,'login_id','1'),(753172,121680,'login_email','mentolnet@gmail.com'),(753173,121680,'login','mentol'),(753174,121680,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753175,121680,'_message_key','user_login_failed'),(753176,121680,'_server_remote_addr','124.128.73.58'),(753177,121680,'_server_http_x_forwarded_for_0','124.128.73.58'),(753178,121681,'login_id','1'),(753179,121681,'login_email','mentolnet@gmail.com'),(753180,121681,'login','mentol'),(753181,121681,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753182,121681,'_message_key','user_login_failed'),(753183,121681,'_server_remote_addr','124.128.73.58'),(753184,121681,'_server_http_x_forwarded_for_0','124.128.73.58'),(753185,121682,'login_id','1'),(753186,121682,'login_email','mentolnet@gmail.com'),(753187,121682,'login','mentol'),(753188,121682,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753189,121682,'_message_key','user_login_failed'),(753190,121682,'_server_remote_addr','124.128.73.58'),(753191,121682,'_server_http_x_forwarded_for_0','124.128.73.58'),(753192,121683,'login_id','1'),(753193,121683,'login_email','mentolnet@gmail.com'),(753194,121683,'login','mentol'),(753195,121683,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753196,121683,'_message_key','user_login_failed'),(753197,121683,'_server_remote_addr','124.128.73.58'),(753198,121683,'_server_http_x_forwarded_for_0','124.128.73.58'),(753199,121684,'login_id','1'),(753200,121684,'login_email','mentolnet@gmail.com'),(753201,121684,'login','mentol'),(753202,121684,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753203,121684,'_message_key','user_login_failed'),(753204,121684,'_server_remote_addr','124.128.73.58'),(753205,121684,'_server_http_x_forwarded_for_0','124.128.73.58'),(753206,121685,'login_id','1'),(753207,121685,'login_email','mentolnet@gmail.com'),(753208,121685,'login','mentol'),(753209,121685,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753210,121685,'_message_key','user_login_failed'),(753211,121685,'_server_remote_addr','124.128.73.58'),(753212,121685,'_server_http_x_forwarded_for_0','124.128.73.58'),(753213,121686,'login_id','1'),(753214,121686,'login_email','mentolnet@gmail.com'),(753215,121686,'login','mentol'),(753216,121686,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753217,121686,'_message_key','user_login_failed'),(753218,121686,'_server_remote_addr','124.128.73.58'),(753219,121686,'_server_http_x_forwarded_for_0','124.128.73.58'),(753220,121687,'login_id','1'),(753221,121687,'login_email','mentolnet@gmail.com'),(753222,121687,'login','mentol'),(753223,121687,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753224,121687,'_message_key','user_login_failed'),(753225,121687,'_server_remote_addr','124.128.73.58'),(753226,121687,'_server_http_x_forwarded_for_0','124.128.73.58'),(753227,121688,'login_id','1'),(753228,121688,'login_email','mentolnet@gmail.com'),(753229,121688,'login','mentol'),(753230,121688,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753231,121688,'_message_key','user_login_failed'),(753232,121688,'_server_remote_addr','124.128.73.58'),(753233,121688,'_server_http_x_forwarded_for_0','124.128.73.58'),(753234,121689,'login_id','1'),(753235,121689,'login_email','mentolnet@gmail.com'),(753236,121689,'login','mentol'),(753237,121689,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753238,121689,'_message_key','user_login_failed'),(753239,121689,'_server_remote_addr','124.128.73.58'),(753240,121689,'_server_http_x_forwarded_for_0','124.128.73.58'),(753241,121690,'login_id','1'),(753242,121690,'login_email','mentolnet@gmail.com'),(753243,121690,'login','mentol'),(753244,121690,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753245,121690,'_message_key','user_login_failed'),(753246,121690,'_server_remote_addr','124.128.73.58'),(753247,121690,'_server_http_x_forwarded_for_0','124.128.73.58'),(753248,121691,'login_id','1'),(753249,121691,'login_email','mentolnet@gmail.com'),(753250,121691,'login','mentol'),(753251,121691,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753252,121691,'_message_key','user_login_failed'),(753253,121691,'_server_remote_addr','124.128.73.58'),(753254,121691,'_server_http_x_forwarded_for_0','124.128.73.58'),(753255,121692,'login_id','1'),(753256,121692,'login_email','mentolnet@gmail.com'),(753257,121692,'login','mentol'),(753258,121692,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753259,121692,'_message_key','user_login_failed'),(753260,121692,'_server_remote_addr','124.128.73.58'),(753261,121692,'_server_http_x_forwarded_for_0','124.128.73.58'),(753262,121693,'login_id','1'),(753263,121693,'login_email','mentolnet@gmail.com'),(753264,121693,'login','mentol'),(753265,121693,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753266,121693,'_message_key','user_login_failed'),(753267,121693,'_server_remote_addr','124.128.73.58'),(753268,121693,'_server_http_x_forwarded_for_0','124.128.73.58'),(753269,121694,'login_id','1'),(753270,121694,'login_email','mentolnet@gmail.com'),(753271,121694,'login','mentol'),(753272,121694,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753273,121694,'_message_key','user_login_failed'),(753274,121694,'_server_remote_addr','124.128.73.58'),(753275,121694,'_server_http_x_forwarded_for_0','124.128.73.58'),(753276,121695,'login_id','1'),(753277,121695,'login_email','mentolnet@gmail.com'),(753278,121695,'login','mentol'),(753279,121695,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753280,121695,'_message_key','user_login_failed'),(753281,121695,'_server_remote_addr','58.213.133.18'),(753282,121695,'_server_http_x_forwarded_for_0','58.213.133.18'),(753283,121696,'login_id','1'),(753284,121696,'login_email','mentolnet@gmail.com'),(753285,121696,'login','mentol'),(753286,121696,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753287,121696,'_message_key','user_login_failed'),(753288,121696,'_server_remote_addr','58.213.133.18'),(753289,121696,'_server_http_x_forwarded_for_0','58.213.133.18'),(753290,121697,'login_id','1'),(753291,121697,'login_email','mentolnet@gmail.com'),(753292,121697,'login','mentol'),(753293,121697,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753294,121697,'_message_key','user_login_failed'),(753295,121697,'_server_remote_addr','58.213.133.18'),(753296,121697,'_server_http_x_forwarded_for_0','58.213.133.18'),(753297,121698,'login_id','1'),(753298,121698,'login_email','mentolnet@gmail.com'),(753299,121698,'login','mentol'),(753300,121698,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753301,121698,'_message_key','user_login_failed'),(753302,121698,'_server_remote_addr','187.72.160.39'),(753303,121698,'_server_http_x_forwarded_for_0','187.72.160.39'),(753304,121699,'login_id','1'),(753305,121699,'login_email','mentolnet@gmail.com'),(753306,121699,'login','mentol'),(753307,121699,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753308,121699,'_message_key','user_login_failed'),(753309,121699,'_server_remote_addr','187.72.160.39'),(753310,121699,'_server_http_x_forwarded_for_0','187.72.160.39'),(753311,121700,'login_id','1'),(753312,121700,'login_email','mentolnet@gmail.com'),(753313,121700,'login','mentol'),(753314,121700,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753315,121700,'_message_key','user_login_failed'),(753316,121700,'_server_remote_addr','187.72.160.39'),(753317,121700,'_server_http_x_forwarded_for_0','187.72.160.39'),(753318,121701,'login_id','1'),(753319,121701,'login_email','mentolnet@gmail.com'),(753320,121701,'login','mentol'),(753321,121701,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753322,121701,'_message_key','user_login_failed'),(753323,121701,'_server_remote_addr','187.72.160.39'),(753324,121701,'_server_http_x_forwarded_for_0','187.72.160.39'),(753325,121702,'login_id','1'),(753326,121702,'login_email','mentolnet@gmail.com'),(753327,121702,'login','mentol'),(753328,121702,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753329,121702,'_message_key','user_login_failed'),(753330,121702,'_server_remote_addr','187.72.160.39'),(753331,121702,'_server_http_x_forwarded_for_0','187.72.160.39'),(753332,121703,'login_id','1'),(753333,121703,'login_email','mentolnet@gmail.com'),(753334,121703,'login','mentol'),(753335,121703,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753336,121703,'_message_key','user_login_failed'),(753337,121703,'_server_remote_addr','187.72.160.39'),(753338,121703,'_server_http_x_forwarded_for_0','187.72.160.39'),(753339,121704,'login_id','1'),(753340,121704,'login_email','mentolnet@gmail.com'),(753341,121704,'login','mentol'),(753342,121704,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753343,121704,'_message_key','user_login_failed'),(753344,121704,'_server_remote_addr','187.72.160.39'),(753345,121704,'_server_http_x_forwarded_for_0','187.72.160.39'),(753346,121705,'login_id','1'),(753347,121705,'login_email','mentolnet@gmail.com'),(753348,121705,'login','mentol'),(753349,121705,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753350,121705,'_message_key','user_login_failed'),(753351,121705,'_server_remote_addr','187.72.160.39'),(753352,121705,'_server_http_x_forwarded_for_0','187.72.160.39'),(753353,121706,'login_id','1'),(753354,121706,'login_email','mentolnet@gmail.com'),(753355,121706,'login','mentol'),(753356,121706,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753357,121706,'_message_key','user_login_failed'),(753358,121706,'_server_remote_addr','187.72.160.39'),(753359,121706,'_server_http_x_forwarded_for_0','187.72.160.39'),(753360,121707,'login_id','1'),(753361,121707,'login_email','mentolnet@gmail.com'),(753362,121707,'login','mentol'),(753363,121707,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753364,121707,'_message_key','user_login_failed'),(753365,121707,'_server_remote_addr','187.72.160.39'),(753366,121707,'_server_http_x_forwarded_for_0','187.72.160.39'),(753367,121708,'login_id','1'),(753368,121708,'login_email','mentolnet@gmail.com'),(753369,121708,'login','mentol'),(753370,121708,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753371,121708,'_message_key','user_login_failed'),(753372,121708,'_server_remote_addr','187.72.160.39'),(753373,121708,'_server_http_x_forwarded_for_0','187.72.160.39'),(753374,121709,'login_id','1'),(753375,121709,'login_email','mentolnet@gmail.com'),(753376,121709,'login','mentol'),(753377,121709,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753378,121709,'_message_key','user_login_failed'),(753379,121709,'_server_remote_addr','187.72.160.39'),(753380,121709,'_server_http_x_forwarded_for_0','187.72.160.39'),(753381,121710,'login_id','1'),(753382,121710,'login_email','mentolnet@gmail.com'),(753383,121710,'login','mentol'),(753384,121710,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753385,121710,'_message_key','user_login_failed'),(753386,121710,'_server_remote_addr','187.72.160.39'),(753387,121710,'_server_http_x_forwarded_for_0','187.72.160.39'),(753388,121711,'login_id','1'),(753389,121711,'login_email','mentolnet@gmail.com'),(753390,121711,'login','mentol'),(753391,121711,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753392,121711,'_message_key','user_login_failed'),(753393,121711,'_server_remote_addr','187.72.160.39'),(753394,121711,'_server_http_x_forwarded_for_0','187.72.160.39'),(753395,121712,'login_id','1'),(753396,121712,'login_email','mentolnet@gmail.com'),(753397,121712,'login','mentol'),(753398,121712,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753399,121712,'_message_key','user_login_failed'),(753400,121712,'_server_remote_addr','187.72.160.39'),(753401,121712,'_server_http_x_forwarded_for_0','187.72.160.39'),(753402,121713,'login_id','1'),(753403,121713,'login_email','mentolnet@gmail.com'),(753404,121713,'login','mentol'),(753405,121713,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753406,121713,'_message_key','user_login_failed'),(753407,121713,'_server_remote_addr','187.72.160.39'),(753408,121713,'_server_http_x_forwarded_for_0','187.72.160.39'),(753409,121714,'login_id','1'),(753410,121714,'login_email','mentolnet@gmail.com'),(753411,121714,'login','mentol'),(753412,121714,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753413,121714,'_message_key','user_login_failed'),(753414,121714,'_server_remote_addr','187.72.160.39'),(753415,121714,'_server_http_x_forwarded_for_0','187.72.160.39'),(753416,121715,'login_id','1'),(753417,121715,'login_email','mentolnet@gmail.com'),(753418,121715,'login','mentol'),(753419,121715,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753420,121715,'_message_key','user_login_failed'),(753421,121715,'_server_remote_addr','187.72.160.39'),(753422,121715,'_server_http_x_forwarded_for_0','187.72.160.39'),(753423,121716,'login_id','1'),(753424,121716,'login_email','mentolnet@gmail.com'),(753425,121716,'login','mentol'),(753426,121716,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753427,121716,'_message_key','user_login_failed'),(753428,121716,'_server_remote_addr','187.72.160.39'),(753429,121716,'_server_http_x_forwarded_for_0','187.72.160.39'),(753430,121717,'login_id','1'),(753431,121717,'login_email','mentolnet@gmail.com'),(753432,121717,'login','mentol'),(753433,121717,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753434,121717,'_message_key','user_login_failed'),(753435,121717,'_server_remote_addr','187.72.160.39'),(753436,121717,'_server_http_x_forwarded_for_0','187.72.160.39'),(753437,121718,'login_id','1'),(753438,121718,'login_email','mentolnet@gmail.com'),(753439,121718,'login','mentol'),(753440,121718,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753441,121718,'_message_key','user_login_failed'),(753442,121718,'_server_remote_addr','187.72.160.39'),(753443,121718,'_server_http_x_forwarded_for_0','187.72.160.39'),(753444,121719,'login_id','1'),(753445,121719,'login_email','mentolnet@gmail.com'),(753446,121719,'login','mentol'),(753447,121719,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753448,121719,'_message_key','user_login_failed'),(753449,121719,'_server_remote_addr','187.72.160.39'),(753450,121719,'_server_http_x_forwarded_for_0','187.72.160.39'),(753451,121720,'login_id','1'),(753452,121720,'login_email','mentolnet@gmail.com'),(753453,121720,'login','mentol'),(753454,121720,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753455,121720,'_message_key','user_login_failed'),(753456,121720,'_server_remote_addr','187.72.160.39'),(753457,121720,'_server_http_x_forwarded_for_0','187.72.160.39'),(753458,121721,'login_id','1'),(753459,121721,'login_email','mentolnet@gmail.com'),(753460,121721,'login','mentol'),(753461,121721,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753462,121721,'_message_key','user_login_failed'),(753463,121721,'_server_remote_addr','187.72.160.39'),(753464,121721,'_server_http_x_forwarded_for_0','187.72.160.39'),(753465,121722,'login_id','1'),(753466,121722,'login_email','mentolnet@gmail.com'),(753467,121722,'login','mentol'),(753468,121722,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753469,121722,'_message_key','user_login_failed'),(753470,121722,'_server_remote_addr','187.72.160.39'),(753471,121722,'_server_http_x_forwarded_for_0','187.72.160.39'),(753472,121723,'login_id','1'),(753473,121723,'login_email','mentolnet@gmail.com'),(753474,121723,'login','mentol'),(753475,121723,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753476,121723,'_message_key','user_login_failed'),(753477,121723,'_server_remote_addr','187.72.160.39'),(753478,121723,'_server_http_x_forwarded_for_0','187.72.160.39'),(753479,121724,'login_id','1'),(753480,121724,'login_email','mentolnet@gmail.com'),(753481,121724,'login','mentol'),(753482,121724,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753483,121724,'_message_key','user_login_failed'),(753484,121724,'_server_remote_addr','187.72.160.39'),(753485,121724,'_server_http_x_forwarded_for_0','187.72.160.39'),(753486,121725,'login_id','1'),(753487,121725,'login_email','mentolnet@gmail.com'),(753488,121725,'login','mentol'),(753489,121725,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753490,121725,'_message_key','user_login_failed'),(753491,121725,'_server_remote_addr','187.72.160.39'),(753492,121725,'_server_http_x_forwarded_for_0','187.72.160.39'),(753493,121726,'login_id','1'),(753494,121726,'login_email','mentolnet@gmail.com'),(753495,121726,'login','mentol'),(753496,121726,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753497,121726,'_message_key','user_login_failed'),(753498,121726,'_server_remote_addr','187.72.160.39'),(753499,121726,'_server_http_x_forwarded_for_0','187.72.160.39'),(753500,121727,'login_id','1'),(753501,121727,'login_email','mentolnet@gmail.com'),(753502,121727,'login','mentol'),(753503,121727,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753504,121727,'_message_key','user_login_failed'),(753505,121727,'_server_remote_addr','187.72.160.39'),(753506,121727,'_server_http_x_forwarded_for_0','187.72.160.39'),(753507,121728,'login_id','1'),(753508,121728,'login_email','mentolnet@gmail.com'),(753509,121728,'login','mentol'),(753510,121728,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753511,121728,'_message_key','user_login_failed'),(753512,121728,'_server_remote_addr','187.72.160.39'),(753513,121728,'_server_http_x_forwarded_for_0','187.72.160.39'),(753514,121729,'login_id','1'),(753515,121729,'login_email','mentolnet@gmail.com'),(753516,121729,'login','mentol'),(753517,121729,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753518,121729,'_message_key','user_login_failed'),(753519,121729,'_server_remote_addr','187.72.160.39'),(753520,121729,'_server_http_x_forwarded_for_0','187.72.160.39'),(753521,121730,'login_id','1'),(753522,121730,'login_email','mentolnet@gmail.com'),(753523,121730,'login','mentol'),(753524,121730,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753525,121730,'_message_key','user_login_failed'),(753526,121730,'_server_remote_addr','187.72.160.39'),(753527,121730,'_server_http_x_forwarded_for_0','187.72.160.39'),(753528,121731,'login_id','1'),(753529,121731,'login_email','mentolnet@gmail.com'),(753530,121731,'login','mentol'),(753531,121731,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753532,121731,'_message_key','user_login_failed'),(753533,121731,'_server_remote_addr','187.72.160.39'),(753534,121731,'_server_http_x_forwarded_for_0','187.72.160.39'),(753535,121732,'login_id','1'),(753536,121732,'login_email','mentolnet@gmail.com'),(753537,121732,'login','mentol'),(753538,121732,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753539,121732,'_message_key','user_login_failed'),(753540,121732,'_server_remote_addr','187.72.160.39'),(753541,121732,'_server_http_x_forwarded_for_0','187.72.160.39'),(753542,121733,'login_id','1'),(753543,121733,'login_email','mentolnet@gmail.com'),(753544,121733,'login','mentol'),(753545,121733,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753546,121733,'_message_key','user_login_failed'),(753547,121733,'_server_remote_addr','187.72.160.39'),(753548,121733,'_server_http_x_forwarded_for_0','187.72.160.39'),(753549,121734,'login_id','1'),(753550,121734,'login_email','mentolnet@gmail.com'),(753551,121734,'login','mentol'),(753552,121734,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753553,121734,'_message_key','user_login_failed'),(753554,121734,'_server_remote_addr','187.72.160.39'),(753555,121734,'_server_http_x_forwarded_for_0','187.72.160.39'),(753556,121735,'login_id','1'),(753557,121735,'login_email','mentolnet@gmail.com'),(753558,121735,'login','mentol'),(753559,121735,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753560,121735,'_message_key','user_login_failed'),(753561,121735,'_server_remote_addr','187.72.160.39'),(753562,121735,'_server_http_x_forwarded_for_0','187.72.160.39'),(753563,121736,'login_id','1'),(753564,121736,'login_email','mentolnet@gmail.com'),(753565,121736,'login','mentol'),(753566,121736,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753567,121736,'_message_key','user_login_failed'),(753568,121736,'_server_remote_addr','187.72.160.39'),(753569,121736,'_server_http_x_forwarded_for_0','187.72.160.39'),(753570,121737,'login_id','1'),(753571,121737,'login_email','mentolnet@gmail.com'),(753572,121737,'login','mentol'),(753573,121737,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753574,121737,'_message_key','user_login_failed'),(753575,121737,'_server_remote_addr','187.72.160.39'),(753576,121737,'_server_http_x_forwarded_for_0','187.72.160.39'),(753577,121738,'login_id','1'),(753578,121738,'login_email','mentolnet@gmail.com'),(753579,121738,'login','mentol'),(753580,121738,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753581,121738,'_message_key','user_login_failed'),(753582,121738,'_server_remote_addr','187.72.160.39'),(753583,121738,'_server_http_x_forwarded_for_0','187.72.160.39'),(753584,121739,'login_id','1'),(753585,121739,'login_email','mentolnet@gmail.com'),(753586,121739,'login','mentol'),(753587,121739,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753588,121739,'_message_key','user_login_failed'),(753589,121739,'_server_remote_addr','187.72.160.39'),(753590,121739,'_server_http_x_forwarded_for_0','187.72.160.39'),(753591,121740,'login_id','1'),(753592,121740,'login_email','mentolnet@gmail.com'),(753593,121740,'login','mentol'),(753594,121740,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753595,121740,'_message_key','user_login_failed'),(753596,121740,'_server_remote_addr','187.72.160.39'),(753597,121740,'_server_http_x_forwarded_for_0','187.72.160.39'),(753598,121741,'login_id','1'),(753599,121741,'login_email','mentolnet@gmail.com'),(753600,121741,'login','mentol'),(753601,121741,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753602,121741,'_message_key','user_login_failed'),(753603,121741,'_server_remote_addr','187.72.160.39'),(753604,121741,'_server_http_x_forwarded_for_0','187.72.160.39'),(753605,121742,'login_id','1'),(753606,121742,'login_email','mentolnet@gmail.com'),(753607,121742,'login','mentol'),(753608,121742,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753609,121742,'_message_key','user_login_failed'),(753610,121742,'_server_remote_addr','187.72.160.39'),(753611,121742,'_server_http_x_forwarded_for_0','187.72.160.39'),(753612,121743,'login_id','1'),(753613,121743,'login_email','mentolnet@gmail.com'),(753614,121743,'login','mentol'),(753615,121743,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753616,121743,'_message_key','user_login_failed'),(753617,121743,'_server_remote_addr','187.72.160.39'),(753618,121743,'_server_http_x_forwarded_for_0','187.72.160.39'),(753619,121744,'login_id','1'),(753620,121744,'login_email','mentolnet@gmail.com'),(753621,121744,'login','mentol'),(753622,121744,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753623,121744,'_message_key','user_login_failed'),(753624,121744,'_server_remote_addr','187.72.160.39'),(753625,121744,'_server_http_x_forwarded_for_0','187.72.160.39'),(753626,121745,'login_id','1'),(753627,121745,'login_email','mentolnet@gmail.com'),(753628,121745,'login','mentol'),(753629,121745,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753630,121745,'_message_key','user_login_failed'),(753631,121745,'_server_remote_addr','187.72.160.39'),(753632,121745,'_server_http_x_forwarded_for_0','187.72.160.39'),(753633,121746,'login_id','1'),(753634,121746,'login_email','mentolnet@gmail.com'),(753635,121746,'login','mentol'),(753636,121746,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753637,121746,'_message_key','user_login_failed'),(753638,121746,'_server_remote_addr','187.72.160.39'),(753639,121746,'_server_http_x_forwarded_for_0','187.72.160.39'),(753640,121747,'login_id','1'),(753641,121747,'login_email','mentolnet@gmail.com'),(753642,121747,'login','mentol'),(753643,121747,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753644,121747,'_message_key','user_login_failed'),(753645,121747,'_server_remote_addr','187.72.160.39'),(753646,121747,'_server_http_x_forwarded_for_0','187.72.160.39'),(753647,121748,'login_id','1'),(753648,121748,'login_email','mentolnet@gmail.com'),(753649,121748,'login','mentol'),(753650,121748,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753651,121748,'_message_key','user_login_failed'),(753652,121748,'_server_remote_addr','187.72.160.39'),(753653,121748,'_server_http_x_forwarded_for_0','187.72.160.39'),(753654,121749,'login_id','1'),(753655,121749,'login_email','mentolnet@gmail.com'),(753656,121749,'login','mentol'),(753657,121749,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753658,121749,'_message_key','user_login_failed'),(753659,121749,'_server_remote_addr','187.72.160.39'),(753660,121749,'_server_http_x_forwarded_for_0','187.72.160.39'),(753661,121750,'login_id','1'),(753662,121750,'login_email','mentolnet@gmail.com'),(753663,121750,'login','mentol'),(753664,121750,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753665,121750,'_message_key','user_login_failed'),(753666,121750,'_server_remote_addr','187.72.160.39'),(753667,121750,'_server_http_x_forwarded_for_0','187.72.160.39'),(753668,121751,'login_id','1'),(753669,121751,'login_email','mentolnet@gmail.com'),(753670,121751,'login','mentol'),(753671,121751,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753672,121751,'_message_key','user_login_failed'),(753673,121751,'_server_remote_addr','187.72.160.39'),(753674,121751,'_server_http_x_forwarded_for_0','187.72.160.39'),(753675,121752,'login_id','1'),(753676,121752,'login_email','mentolnet@gmail.com'),(753677,121752,'login','mentol'),(753678,121752,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753679,121752,'_message_key','user_login_failed'),(753680,121752,'_server_remote_addr','187.72.160.39'),(753681,121752,'_server_http_x_forwarded_for_0','187.72.160.39'),(753682,121753,'login_id','1'),(753683,121753,'login_email','mentolnet@gmail.com'),(753684,121753,'login','mentol'),(753685,121753,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753686,121753,'_message_key','user_login_failed'),(753687,121753,'_server_remote_addr','187.72.160.39'),(753688,121753,'_server_http_x_forwarded_for_0','187.72.160.39'),(753689,121754,'login_id','1'),(753690,121754,'login_email','mentolnet@gmail.com'),(753691,121754,'login','mentol'),(753692,121754,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753693,121754,'_message_key','user_login_failed'),(753694,121754,'_server_remote_addr','187.72.160.39'),(753695,121754,'_server_http_x_forwarded_for_0','187.72.160.39'),(753696,121755,'login_id','1'),(753697,121755,'login_email','mentolnet@gmail.com'),(753698,121755,'login','mentol'),(753699,121755,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753700,121755,'_message_key','user_login_failed'),(753701,121755,'_server_remote_addr','187.72.160.39'),(753702,121755,'_server_http_x_forwarded_for_0','187.72.160.39'),(753703,121756,'login_id','1'),(753704,121756,'login_email','mentolnet@gmail.com'),(753705,121756,'login','mentol'),(753706,121756,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753707,121756,'_message_key','user_login_failed'),(753708,121756,'_server_remote_addr','187.72.160.39'),(753709,121756,'_server_http_x_forwarded_for_0','187.72.160.39'),(753710,121757,'login_id','1'),(753711,121757,'login_email','mentolnet@gmail.com'),(753712,121757,'login','mentol'),(753713,121757,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753714,121757,'_message_key','user_login_failed'),(753715,121757,'_server_remote_addr','187.72.160.39'),(753716,121757,'_server_http_x_forwarded_for_0','187.72.160.39'),(753717,121758,'login_id','1'),(753718,121758,'login_email','mentolnet@gmail.com'),(753719,121758,'login','mentol'),(753720,121758,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753721,121758,'_message_key','user_login_failed'),(753722,121758,'_server_remote_addr','187.72.160.39'),(753723,121758,'_server_http_x_forwarded_for_0','187.72.160.39'),(753724,121759,'login_id','1'),(753725,121759,'login_email','mentolnet@gmail.com'),(753726,121759,'login','mentol'),(753727,121759,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753728,121759,'_message_key','user_login_failed'),(753729,121759,'_server_remote_addr','187.72.160.39'),(753730,121759,'_server_http_x_forwarded_for_0','187.72.160.39'),(753731,121760,'login_id','1'),(753732,121760,'login_email','mentolnet@gmail.com'),(753733,121760,'login','mentol'),(753734,121760,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753735,121760,'_message_key','user_login_failed'),(753736,121760,'_server_remote_addr','187.72.160.39'),(753737,121760,'_server_http_x_forwarded_for_0','187.72.160.39'),(753738,121761,'login_id','1'),(753739,121761,'login_email','mentolnet@gmail.com'),(753740,121761,'login','mentol'),(753741,121761,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753742,121761,'_message_key','user_login_failed'),(753743,121761,'_server_remote_addr','187.72.160.39'),(753744,121761,'_server_http_x_forwarded_for_0','187.72.160.39'),(753745,121762,'login_id','1'),(753746,121762,'login_email','mentolnet@gmail.com'),(753747,121762,'login','mentol'),(753748,121762,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753749,121762,'_message_key','user_login_failed'),(753750,121762,'_server_remote_addr','187.72.160.39'),(753751,121762,'_server_http_x_forwarded_for_0','187.72.160.39'),(753752,121763,'login_id','1'),(753753,121763,'login_email','mentolnet@gmail.com'),(753754,121763,'login','mentol'),(753755,121763,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753756,121763,'_message_key','user_login_failed'),(753757,121763,'_server_remote_addr','187.72.160.39'),(753758,121763,'_server_http_x_forwarded_for_0','187.72.160.39'),(753759,121764,'login_id','1'),(753760,121764,'login_email','mentolnet@gmail.com'),(753761,121764,'login','mentol'),(753762,121764,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753763,121764,'_message_key','user_login_failed'),(753764,121764,'_server_remote_addr','187.72.160.39'),(753765,121764,'_server_http_x_forwarded_for_0','187.72.160.39'),(753766,121765,'login_id','1'),(753767,121765,'login_email','mentolnet@gmail.com'),(753768,121765,'login','mentol'),(753769,121765,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753770,121765,'_message_key','user_login_failed'),(753771,121765,'_server_remote_addr','187.72.160.39'),(753772,121765,'_server_http_x_forwarded_for_0','187.72.160.39'),(753773,121766,'login_id','1'),(753774,121766,'login_email','mentolnet@gmail.com'),(753775,121766,'login','mentol'),(753776,121766,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753777,121766,'_message_key','user_login_failed'),(753778,121766,'_server_remote_addr','187.72.160.39'),(753779,121766,'_server_http_x_forwarded_for_0','187.72.160.39'),(753780,121767,'login_id','1'),(753781,121767,'login_email','mentolnet@gmail.com'),(753782,121767,'login','mentol'),(753783,121767,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753784,121767,'_message_key','user_login_failed'),(753785,121767,'_server_remote_addr','187.72.160.39'),(753786,121767,'_server_http_x_forwarded_for_0','187.72.160.39'),(753787,121768,'login_id','1'),(753788,121768,'login_email','mentolnet@gmail.com'),(753789,121768,'login','mentol'),(753790,121768,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753791,121768,'_message_key','user_login_failed'),(753792,121768,'_server_remote_addr','187.72.160.39'),(753793,121768,'_server_http_x_forwarded_for_0','187.72.160.39'),(753794,121769,'login_id','1'),(753795,121769,'login_email','mentolnet@gmail.com'),(753796,121769,'login','mentol'),(753797,121769,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753798,121769,'_message_key','user_login_failed'),(753799,121769,'_server_remote_addr','187.72.160.39'),(753800,121769,'_server_http_x_forwarded_for_0','187.72.160.39'),(753801,121770,'login_id','1'),(753802,121770,'login_email','mentolnet@gmail.com'),(753803,121770,'login','mentol'),(753804,121770,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753805,121770,'_message_key','user_login_failed'),(753806,121770,'_server_remote_addr','187.72.160.39'),(753807,121770,'_server_http_x_forwarded_for_0','187.72.160.39'),(753808,121771,'login_id','1'),(753809,121771,'login_email','mentolnet@gmail.com'),(753810,121771,'login','mentol'),(753811,121771,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753812,121771,'_message_key','user_login_failed'),(753813,121771,'_server_remote_addr','187.72.160.39'),(753814,121771,'_server_http_x_forwarded_for_0','187.72.160.39'),(753815,121772,'login_id','1'),(753816,121772,'login_email','mentolnet@gmail.com'),(753817,121772,'login','mentol'),(753818,121772,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753819,121772,'_message_key','user_login_failed'),(753820,121772,'_server_remote_addr','187.72.160.39'),(753821,121772,'_server_http_x_forwarded_for_0','187.72.160.39'),(753822,121773,'login_id','1'),(753823,121773,'login_email','mentolnet@gmail.com'),(753824,121773,'login','mentol'),(753825,121773,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753826,121773,'_message_key','user_login_failed'),(753827,121773,'_server_remote_addr','187.72.160.39'),(753828,121773,'_server_http_x_forwarded_for_0','187.72.160.39'),(753829,121774,'login_id','1'),(753830,121774,'login_email','mentolnet@gmail.com'),(753831,121774,'login','mentol'),(753832,121774,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753833,121774,'_message_key','user_login_failed'),(753834,121774,'_server_remote_addr','187.72.160.39'),(753835,121774,'_server_http_x_forwarded_for_0','187.72.160.39'),(753836,121775,'login_id','1'),(753837,121775,'login_email','mentolnet@gmail.com'),(753838,121775,'login','mentol'),(753839,121775,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753840,121775,'_message_key','user_login_failed'),(753841,121775,'_server_remote_addr','187.72.160.39'),(753842,121775,'_server_http_x_forwarded_for_0','187.72.160.39'),(753843,121776,'login_id','1'),(753844,121776,'login_email','mentolnet@gmail.com'),(753845,121776,'login','mentol'),(753846,121776,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753847,121776,'_message_key','user_login_failed'),(753848,121776,'_server_remote_addr','187.72.160.39'),(753849,121776,'_server_http_x_forwarded_for_0','187.72.160.39'),(753850,121777,'login_id','1'),(753851,121777,'login_email','mentolnet@gmail.com'),(753852,121777,'login','mentol'),(753853,121777,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753854,121777,'_message_key','user_login_failed'),(753855,121777,'_server_remote_addr','187.72.160.39'),(753856,121777,'_server_http_x_forwarded_for_0','187.72.160.39'),(753857,121778,'login_id','1'),(753858,121778,'login_email','mentolnet@gmail.com'),(753859,121778,'login','mentol'),(753860,121778,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753861,121778,'_message_key','user_login_failed'),(753862,121778,'_server_remote_addr','187.72.160.39'),(753863,121778,'_server_http_x_forwarded_for_0','187.72.160.39'),(753864,121779,'login_id','1'),(753865,121779,'login_email','mentolnet@gmail.com'),(753866,121779,'login','mentol'),(753867,121779,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753868,121779,'_message_key','user_login_failed'),(753869,121779,'_server_remote_addr','187.72.160.39'),(753870,121779,'_server_http_x_forwarded_for_0','187.72.160.39'),(753871,121780,'login_id','1'),(753872,121780,'login_email','mentolnet@gmail.com'),(753873,121780,'login','mentol'),(753874,121780,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753875,121780,'_message_key','user_login_failed'),(753876,121780,'_server_remote_addr','187.72.160.39'),(753877,121780,'_server_http_x_forwarded_for_0','187.72.160.39'),(753878,121781,'login_id','1'),(753879,121781,'login_email','mentolnet@gmail.com'),(753880,121781,'login','mentol'),(753881,121781,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753882,121781,'_message_key','user_login_failed'),(753883,121781,'_server_remote_addr','187.72.160.39'),(753884,121781,'_server_http_x_forwarded_for_0','187.72.160.39'),(753885,121782,'login_id','1'),(753886,121782,'login_email','mentolnet@gmail.com'),(753887,121782,'login','mentol'),(753888,121782,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753889,121782,'_message_key','user_login_failed'),(753890,121782,'_server_remote_addr','187.72.160.39'),(753891,121782,'_server_http_x_forwarded_for_0','187.72.160.39'),(753892,121783,'login_id','1'),(753893,121783,'login_email','mentolnet@gmail.com'),(753894,121783,'login','mentol'),(753895,121783,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753896,121783,'_message_key','user_login_failed'),(753897,121783,'_server_remote_addr','187.72.160.39'),(753898,121783,'_server_http_x_forwarded_for_0','187.72.160.39'),(753899,121784,'login_id','1'),(753900,121784,'login_email','mentolnet@gmail.com'),(753901,121784,'login','mentol'),(753902,121784,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753903,121784,'_message_key','user_login_failed'),(753904,121784,'_server_remote_addr','187.72.160.39'),(753905,121784,'_server_http_x_forwarded_for_0','187.72.160.39'),(753906,121785,'login_id','1'),(753907,121785,'login_email','mentolnet@gmail.com'),(753908,121785,'login','mentol'),(753909,121785,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753910,121785,'_message_key','user_login_failed'),(753911,121785,'_server_remote_addr','187.72.160.39'),(753912,121785,'_server_http_x_forwarded_for_0','187.72.160.39'),(753913,121786,'login_id','1'),(753914,121786,'login_email','mentolnet@gmail.com'),(753915,121786,'login','mentol'),(753916,121786,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753917,121786,'_message_key','user_login_failed'),(753918,121786,'_server_remote_addr','187.72.160.39'),(753919,121786,'_server_http_x_forwarded_for_0','187.72.160.39'),(753920,121787,'login_id','1'),(753921,121787,'login_email','mentolnet@gmail.com'),(753922,121787,'login','mentol'),(753923,121787,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753924,121787,'_message_key','user_login_failed'),(753925,121787,'_server_remote_addr','187.72.160.39'),(753926,121787,'_server_http_x_forwarded_for_0','187.72.160.39'),(753927,121788,'login_id','1'),(753928,121788,'login_email','mentolnet@gmail.com'),(753929,121788,'login','mentol'),(753930,121788,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753931,121788,'_message_key','user_login_failed'),(753932,121788,'_server_remote_addr','187.72.160.39'),(753933,121788,'_server_http_x_forwarded_for_0','187.72.160.39'),(753934,121789,'login_id','1'),(753935,121789,'login_email','mentolnet@gmail.com'),(753936,121789,'login','mentol'),(753937,121789,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753938,121789,'_message_key','user_login_failed'),(753939,121789,'_server_remote_addr','187.72.160.39'),(753940,121789,'_server_http_x_forwarded_for_0','187.72.160.39'),(753941,121790,'login_id','1'),(753942,121790,'login_email','mentolnet@gmail.com'),(753943,121790,'login','mentol'),(753944,121790,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753945,121790,'_message_key','user_login_failed'),(753946,121790,'_server_remote_addr','187.72.160.39'),(753947,121790,'_server_http_x_forwarded_for_0','187.72.160.39'),(753948,121791,'login_id','1'),(753949,121791,'login_email','mentolnet@gmail.com'),(753950,121791,'login','mentol'),(753951,121791,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753952,121791,'_message_key','user_login_failed'),(753953,121791,'_server_remote_addr','187.72.160.39'),(753954,121791,'_server_http_x_forwarded_for_0','187.72.160.39'),(753955,121792,'login_id','1'),(753956,121792,'login_email','mentolnet@gmail.com'),(753957,121792,'login','mentol'),(753958,121792,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753959,121792,'_message_key','user_login_failed'),(753960,121792,'_server_remote_addr','187.72.160.39'),(753961,121792,'_server_http_x_forwarded_for_0','187.72.160.39'),(753962,121793,'login_id','1'),(753963,121793,'login_email','mentolnet@gmail.com'),(753964,121793,'login','mentol'),(753965,121793,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753966,121793,'_message_key','user_login_failed'),(753967,121793,'_server_remote_addr','187.72.160.39'),(753968,121793,'_server_http_x_forwarded_for_0','187.72.160.39'),(753969,121794,'login_id','1'),(753970,121794,'login_email','mentolnet@gmail.com'),(753971,121794,'login','mentol'),(753972,121794,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753973,121794,'_message_key','user_login_failed'),(753974,121794,'_server_remote_addr','187.72.160.39'),(753975,121794,'_server_http_x_forwarded_for_0','187.72.160.39'),(753976,121795,'login_id','1'),(753977,121795,'login_email','mentolnet@gmail.com'),(753978,121795,'login','mentol'),(753979,121795,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753980,121795,'_message_key','user_login_failed'),(753981,121795,'_server_remote_addr','187.72.160.39'),(753982,121795,'_server_http_x_forwarded_for_0','187.72.160.39'),(753983,121796,'login_id','1'),(753984,121796,'login_email','mentolnet@gmail.com'),(753985,121796,'login','mentol'),(753986,121796,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753987,121796,'_message_key','user_login_failed'),(753988,121796,'_server_remote_addr','187.72.160.39'),(753989,121796,'_server_http_x_forwarded_for_0','187.72.160.39'),(753990,121797,'login_id','1'),(753991,121797,'login_email','mentolnet@gmail.com'),(753992,121797,'login','mentol'),(753993,121797,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(753994,121797,'_message_key','user_login_failed'),(753995,121797,'_server_remote_addr','187.72.160.39'),(753996,121797,'_server_http_x_forwarded_for_0','187.72.160.39'),(753997,121798,'login_id','1'),(753998,121798,'login_email','mentolnet@gmail.com'),(753999,121798,'login','mentol'),(754000,121798,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754001,121798,'_message_key','user_login_failed'),(754002,121798,'_server_remote_addr','120.203.25.58'),(754003,121798,'_server_http_x_forwarded_for_0','120.203.25.58'),(754004,121799,'login_id','1'),(754005,121799,'login_email','mentolnet@gmail.com'),(754006,121799,'login','mentol'),(754007,121799,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754008,121799,'_message_key','user_login_failed'),(754009,121799,'_server_remote_addr','120.203.25.58'),(754010,121799,'_server_http_x_forwarded_for_0','120.203.25.58'),(754011,121800,'login_id','1'),(754012,121800,'login_email','mentolnet@gmail.com'),(754013,121800,'login','mentol'),(754014,121800,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754015,121800,'_message_key','user_login_failed'),(754016,121800,'_server_remote_addr','120.203.25.58'),(754017,121800,'_server_http_x_forwarded_for_0','120.203.25.58'),(754018,121801,'login_id','1'),(754019,121801,'login_email','mentolnet@gmail.com'),(754020,121801,'login','mentol'),(754021,121801,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754022,121801,'_message_key','user_login_failed'),(754023,121801,'_server_remote_addr','120.203.25.58'),(754024,121801,'_server_http_x_forwarded_for_0','120.203.25.58'),(754025,121802,'login_id','1'),(754026,121802,'login_email','mentolnet@gmail.com'),(754027,121802,'login','mentol'),(754028,121802,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754029,121802,'_message_key','user_login_failed'),(754030,121802,'_server_remote_addr','120.203.25.58'),(754031,121802,'_server_http_x_forwarded_for_0','120.203.25.58'),(754032,121803,'login_id','1'),(754033,121803,'login_email','mentolnet@gmail.com'),(754034,121803,'login','mentol'),(754035,121803,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754036,121803,'_message_key','user_login_failed'),(754037,121803,'_server_remote_addr','120.203.25.58'),(754038,121803,'_server_http_x_forwarded_for_0','120.203.25.58'),(754039,121804,'login_id','1'),(754040,121804,'login_email','mentolnet@gmail.com'),(754041,121804,'login','mentol'),(754042,121804,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754043,121804,'_message_key','user_login_failed'),(754044,121804,'_server_remote_addr','120.203.25.58'),(754045,121804,'_server_http_x_forwarded_for_0','120.203.25.58'),(754046,121805,'login_id','1'),(754047,121805,'login_email','mentolnet@gmail.com'),(754048,121805,'login','mentol'),(754049,121805,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754050,121805,'_message_key','user_login_failed'),(754051,121805,'_server_remote_addr','120.203.25.58'),(754052,121805,'_server_http_x_forwarded_for_0','120.203.25.58'),(754053,121806,'login_id','1'),(754054,121806,'login_email','mentolnet@gmail.com'),(754055,121806,'login','mentol'),(754056,121806,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754057,121806,'_message_key','user_login_failed'),(754058,121806,'_server_remote_addr','120.203.25.58'),(754059,121806,'_server_http_x_forwarded_for_0','120.203.25.58'),(754060,121807,'login_id','1'),(754061,121807,'login_email','mentolnet@gmail.com'),(754062,121807,'login','mentol'),(754063,121807,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754064,121807,'_message_key','user_login_failed'),(754065,121807,'_server_remote_addr','120.203.25.58'),(754066,121807,'_server_http_x_forwarded_for_0','120.203.25.58'),(754067,121808,'login_id','1'),(754068,121808,'login_email','mentolnet@gmail.com'),(754069,121808,'login','mentol'),(754070,121808,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754071,121808,'_message_key','user_login_failed'),(754072,121808,'_server_remote_addr','120.203.25.58'),(754073,121808,'_server_http_x_forwarded_for_0','120.203.25.58'),(754074,121809,'login_id','1'),(754075,121809,'login_email','mentolnet@gmail.com'),(754076,121809,'login','mentol'),(754077,121809,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754078,121809,'_message_key','user_login_failed'),(754079,121809,'_server_remote_addr','120.203.25.58'),(754080,121809,'_server_http_x_forwarded_for_0','120.203.25.58'),(754081,121810,'login_id','1'),(754082,121810,'login_email','mentolnet@gmail.com'),(754083,121810,'login','mentol'),(754084,121810,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754085,121810,'_message_key','user_login_failed'),(754086,121810,'_server_remote_addr','120.203.25.58'),(754087,121810,'_server_http_x_forwarded_for_0','120.203.25.58'),(754088,121811,'login_id','1'),(754089,121811,'login_email','mentolnet@gmail.com'),(754090,121811,'login','mentol'),(754091,121811,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754092,121811,'_message_key','user_login_failed'),(754093,121811,'_server_remote_addr','120.203.25.58'),(754094,121811,'_server_http_x_forwarded_for_0','120.203.25.58'),(754095,121812,'login_id','1'),(754096,121812,'login_email','mentolnet@gmail.com'),(754097,121812,'login','mentol'),(754098,121812,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754099,121812,'_message_key','user_login_failed'),(754100,121812,'_server_remote_addr','120.203.25.58'),(754101,121812,'_server_http_x_forwarded_for_0','120.203.25.58'),(754102,121813,'login_id','1'),(754103,121813,'login_email','mentolnet@gmail.com'),(754104,121813,'login','mentol'),(754105,121813,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754106,121813,'_message_key','user_login_failed'),(754107,121813,'_server_remote_addr','120.203.25.58'),(754108,121813,'_server_http_x_forwarded_for_0','120.203.25.58'),(754109,121814,'login_id','1'),(754110,121814,'login_email','mentolnet@gmail.com'),(754111,121814,'login','mentol'),(754112,121814,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754113,121814,'_message_key','user_login_failed'),(754114,121814,'_server_remote_addr','120.203.25.58'),(754115,121814,'_server_http_x_forwarded_for_0','120.203.25.58'),(754116,121815,'login_id','1'),(754117,121815,'login_email','mentolnet@gmail.com'),(754118,121815,'login','mentol'),(754119,121815,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754120,121815,'_message_key','user_login_failed'),(754121,121815,'_server_remote_addr','120.203.25.58'),(754122,121815,'_server_http_x_forwarded_for_0','120.203.25.58'),(754123,121816,'login_id','1'),(754124,121816,'login_email','mentolnet@gmail.com'),(754125,121816,'login','mentol'),(754126,121816,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754127,121816,'_message_key','user_login_failed'),(754128,121816,'_server_remote_addr','120.203.25.58'),(754129,121816,'_server_http_x_forwarded_for_0','120.203.25.58'),(754130,121817,'login_id','1'),(754131,121817,'login_email','mentolnet@gmail.com'),(754132,121817,'login','mentol'),(754133,121817,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754134,121817,'_message_key','user_login_failed'),(754135,121817,'_server_remote_addr','120.203.25.58'),(754136,121817,'_server_http_x_forwarded_for_0','120.203.25.58'),(754137,121818,'login_id','1'),(754138,121818,'login_email','mentolnet@gmail.com'),(754139,121818,'login','mentol'),(754140,121818,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754141,121818,'_message_key','user_login_failed'),(754142,121818,'_server_remote_addr','120.203.25.58'),(754143,121818,'_server_http_x_forwarded_for_0','120.203.25.58'),(754144,121819,'login_id','1'),(754145,121819,'login_email','mentolnet@gmail.com'),(754146,121819,'login','mentol'),(754147,121819,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754148,121819,'_message_key','user_login_failed'),(754149,121819,'_server_remote_addr','120.203.25.58'),(754150,121819,'_server_http_x_forwarded_for_0','120.203.25.58'),(754151,121820,'login_id','1'),(754152,121820,'login_email','mentolnet@gmail.com'),(754153,121820,'login','mentol'),(754154,121820,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754155,121820,'_message_key','user_login_failed'),(754156,121820,'_server_remote_addr','120.203.25.58'),(754157,121820,'_server_http_x_forwarded_for_0','120.203.25.58'),(754158,121821,'login_id','1'),(754159,121821,'login_email','mentolnet@gmail.com'),(754160,121821,'login','mentol'),(754161,121821,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754162,121821,'_message_key','user_login_failed'),(754163,121821,'_server_remote_addr','120.203.25.58'),(754164,121821,'_server_http_x_forwarded_for_0','120.203.25.58'),(754165,121822,'login_id','1'),(754166,121822,'login_email','mentolnet@gmail.com'),(754167,121822,'login','mentol'),(754168,121822,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754169,121822,'_message_key','user_login_failed'),(754170,121822,'_server_remote_addr','120.203.25.58'),(754171,121822,'_server_http_x_forwarded_for_0','120.203.25.58'),(754172,121823,'login_id','1'),(754173,121823,'login_email','mentolnet@gmail.com'),(754174,121823,'login','mentol'),(754175,121823,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754176,121823,'_message_key','user_login_failed'),(754177,121823,'_server_remote_addr','120.203.25.58'),(754178,121823,'_server_http_x_forwarded_for_0','120.203.25.58'),(754179,121824,'login_id','1'),(754180,121824,'login_email','mentolnet@gmail.com'),(754181,121824,'login','mentol'),(754182,121824,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754183,121824,'_message_key','user_login_failed'),(754184,121824,'_server_remote_addr','120.203.25.58'),(754185,121824,'_server_http_x_forwarded_for_0','120.203.25.58'),(754186,121825,'login_id','1'),(754187,121825,'login_email','mentolnet@gmail.com'),(754188,121825,'login','mentol'),(754189,121825,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754190,121825,'_message_key','user_login_failed'),(754191,121825,'_server_remote_addr','120.203.25.58'),(754192,121825,'_server_http_x_forwarded_for_0','120.203.25.58'),(754193,121826,'login_id','1'),(754194,121826,'login_email','mentolnet@gmail.com'),(754195,121826,'login','mentol'),(754196,121826,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754197,121826,'_message_key','user_login_failed'),(754198,121826,'_server_remote_addr','120.203.25.58'),(754199,121826,'_server_http_x_forwarded_for_0','120.203.25.58'),(754200,121827,'login_id','1'),(754201,121827,'login_email','mentolnet@gmail.com'),(754202,121827,'login','mentol'),(754203,121827,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754204,121827,'_message_key','user_login_failed'),(754205,121827,'_server_remote_addr','120.203.25.58'),(754206,121827,'_server_http_x_forwarded_for_0','120.203.25.58'),(754207,121828,'login_id','1'),(754208,121828,'login_email','mentolnet@gmail.com'),(754209,121828,'login','mentol'),(754210,121828,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754211,121828,'_message_key','user_login_failed'),(754212,121828,'_server_remote_addr','120.203.25.58'),(754213,121828,'_server_http_x_forwarded_for_0','120.203.25.58'),(754214,121829,'login_id','1'),(754215,121829,'login_email','mentolnet@gmail.com'),(754216,121829,'login','mentol'),(754217,121829,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754218,121829,'_message_key','user_login_failed'),(754219,121829,'_server_remote_addr','120.203.25.58'),(754220,121829,'_server_http_x_forwarded_for_0','120.203.25.58'),(754221,121830,'login_id','1'),(754222,121830,'login_email','mentolnet@gmail.com'),(754223,121830,'login','mentol'),(754224,121830,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754225,121830,'_message_key','user_login_failed'),(754226,121830,'_server_remote_addr','120.203.25.58'),(754227,121830,'_server_http_x_forwarded_for_0','120.203.25.58'),(754228,121831,'login_id','1'),(754229,121831,'login_email','mentolnet@gmail.com'),(754230,121831,'login','mentol'),(754231,121831,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754232,121831,'_message_key','user_login_failed'),(754233,121831,'_server_remote_addr','120.203.25.58'),(754234,121831,'_server_http_x_forwarded_for_0','120.203.25.58'),(754235,121832,'login_id','1'),(754236,121832,'login_email','mentolnet@gmail.com'),(754237,121832,'login','mentol'),(754238,121832,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754239,121832,'_message_key','user_login_failed'),(754240,121832,'_server_remote_addr','120.203.25.58'),(754241,121832,'_server_http_x_forwarded_for_0','120.203.25.58'),(754242,121833,'login_id','1'),(754243,121833,'login_email','mentolnet@gmail.com'),(754244,121833,'login','mentol'),(754245,121833,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754246,121833,'_message_key','user_login_failed'),(754247,121833,'_server_remote_addr','120.203.25.58'),(754248,121833,'_server_http_x_forwarded_for_0','120.203.25.58'),(754249,121834,'login_id','1'),(754250,121834,'login_email','mentolnet@gmail.com'),(754251,121834,'login','mentol'),(754252,121834,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754253,121834,'_message_key','user_login_failed'),(754254,121834,'_server_remote_addr','120.203.25.58'),(754255,121834,'_server_http_x_forwarded_for_0','120.203.25.58'),(754256,121835,'login_id','1'),(754257,121835,'login_email','mentolnet@gmail.com'),(754258,121835,'login','mentol'),(754259,121835,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754260,121835,'_message_key','user_login_failed'),(754261,121835,'_server_remote_addr','120.203.25.58'),(754262,121835,'_server_http_x_forwarded_for_0','120.203.25.58'),(754263,121836,'login_id','1'),(754264,121836,'login_email','mentolnet@gmail.com'),(754265,121836,'login','mentol'),(754266,121836,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754267,121836,'_message_key','user_login_failed'),(754268,121836,'_server_remote_addr','120.203.25.58'),(754269,121836,'_server_http_x_forwarded_for_0','120.203.25.58'),(754270,121837,'login_id','1'),(754271,121837,'login_email','mentolnet@gmail.com'),(754272,121837,'login','mentol'),(754273,121837,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754274,121837,'_message_key','user_login_failed'),(754275,121837,'_server_remote_addr','120.203.25.58'),(754276,121837,'_server_http_x_forwarded_for_0','120.203.25.58'),(754277,121838,'login_id','1'),(754278,121838,'login_email','mentolnet@gmail.com'),(754279,121838,'login','mentol'),(754280,121838,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754281,121838,'_message_key','user_login_failed'),(754282,121838,'_server_remote_addr','120.203.25.58'),(754283,121838,'_server_http_x_forwarded_for_0','120.203.25.58'),(754284,121839,'login_id','1'),(754285,121839,'login_email','mentolnet@gmail.com'),(754286,121839,'login','mentol'),(754287,121839,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754288,121839,'_message_key','user_login_failed'),(754289,121839,'_server_remote_addr','120.203.25.58'),(754290,121839,'_server_http_x_forwarded_for_0','120.203.25.58'),(754291,121840,'login_id','1'),(754292,121840,'login_email','mentolnet@gmail.com'),(754293,121840,'login','mentol'),(754294,121840,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754295,121840,'_message_key','user_login_failed'),(754296,121840,'_server_remote_addr','120.203.25.58'),(754297,121840,'_server_http_x_forwarded_for_0','120.203.25.58'),(754298,121841,'login_id','1'),(754299,121841,'login_email','mentolnet@gmail.com'),(754300,121841,'login','mentol'),(754301,121841,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754302,121841,'_message_key','user_login_failed'),(754303,121841,'_server_remote_addr','120.203.25.58'),(754304,121841,'_server_http_x_forwarded_for_0','120.203.25.58'),(754305,121842,'login_id','1'),(754306,121842,'login_email','mentolnet@gmail.com'),(754307,121842,'login','mentol'),(754308,121842,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754309,121842,'_message_key','user_login_failed'),(754310,121842,'_server_remote_addr','120.203.25.58'),(754311,121842,'_server_http_x_forwarded_for_0','120.203.25.58'),(754312,121843,'login_id','1'),(754313,121843,'login_email','mentolnet@gmail.com'),(754314,121843,'login','mentol'),(754315,121843,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754316,121843,'_message_key','user_login_failed'),(754317,121843,'_server_remote_addr','120.203.25.58'),(754318,121843,'_server_http_x_forwarded_for_0','120.203.25.58'),(754319,121844,'login_id','1'),(754320,121844,'login_email','mentolnet@gmail.com'),(754321,121844,'login','mentol'),(754322,121844,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754323,121844,'_message_key','user_login_failed'),(754324,121844,'_server_remote_addr','120.203.25.58'),(754325,121844,'_server_http_x_forwarded_for_0','120.203.25.58'),(754326,121845,'login_id','1'),(754327,121845,'login_email','mentolnet@gmail.com'),(754328,121845,'login','mentol'),(754329,121845,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754330,121845,'_message_key','user_login_failed'),(754331,121845,'_server_remote_addr','120.203.25.58'),(754332,121845,'_server_http_x_forwarded_for_0','120.203.25.58'),(754333,121846,'login_id','1'),(754334,121846,'login_email','mentolnet@gmail.com'),(754335,121846,'login','mentol'),(754336,121846,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754337,121846,'_message_key','user_login_failed'),(754338,121846,'_server_remote_addr','120.203.25.58'),(754339,121846,'_server_http_x_forwarded_for_0','120.203.25.58'),(754340,121847,'login_id','1'),(754341,121847,'login_email','mentolnet@gmail.com'),(754342,121847,'login','mentol'),(754343,121847,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754344,121847,'_message_key','user_login_failed'),(754345,121847,'_server_remote_addr','120.203.25.58'),(754346,121847,'_server_http_x_forwarded_for_0','120.203.25.58'),(754347,121848,'login_id','1'),(754348,121848,'login_email','mentolnet@gmail.com'),(754349,121848,'login','mentol'),(754350,121848,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754351,121848,'_message_key','user_login_failed'),(754352,121848,'_server_remote_addr','120.203.25.58'),(754353,121848,'_server_http_x_forwarded_for_0','120.203.25.58'),(754354,121849,'login_id','1'),(754355,121849,'login_email','mentolnet@gmail.com'),(754356,121849,'login','mentol'),(754357,121849,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754358,121849,'_message_key','user_login_failed'),(754359,121849,'_server_remote_addr','120.203.25.58'),(754360,121849,'_server_http_x_forwarded_for_0','120.203.25.58'),(754361,121850,'login_id','1'),(754362,121850,'login_email','mentolnet@gmail.com'),(754363,121850,'login','mentol'),(754364,121850,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754365,121850,'_message_key','user_login_failed'),(754366,121850,'_server_remote_addr','120.203.25.58'),(754367,121850,'_server_http_x_forwarded_for_0','120.203.25.58'),(754368,121851,'login_id','1'),(754369,121851,'login_email','mentolnet@gmail.com'),(754370,121851,'login','mentol'),(754371,121851,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754372,121851,'_message_key','user_login_failed'),(754373,121851,'_server_remote_addr','120.203.25.58'),(754374,121851,'_server_http_x_forwarded_for_0','120.203.25.58'),(754375,121852,'login_id','1'),(754376,121852,'login_email','mentolnet@gmail.com'),(754377,121852,'login','mentol'),(754378,121852,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754379,121852,'_message_key','user_login_failed'),(754380,121852,'_server_remote_addr','120.203.25.58'),(754381,121852,'_server_http_x_forwarded_for_0','120.203.25.58'),(754382,121853,'login_id','1'),(754383,121853,'login_email','mentolnet@gmail.com'),(754384,121853,'login','mentol'),(754385,121853,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754386,121853,'_message_key','user_login_failed'),(754387,121853,'_server_remote_addr','120.203.25.58'),(754388,121853,'_server_http_x_forwarded_for_0','120.203.25.58'),(754389,121854,'login_id','1'),(754390,121854,'login_email','mentolnet@gmail.com'),(754391,121854,'login','mentol'),(754392,121854,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754393,121854,'_message_key','user_login_failed'),(754394,121854,'_server_remote_addr','120.203.25.58'),(754395,121854,'_server_http_x_forwarded_for_0','120.203.25.58'),(754396,121855,'login_id','1'),(754397,121855,'login_email','mentolnet@gmail.com'),(754398,121855,'login','mentol'),(754399,121855,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754400,121855,'_message_key','user_login_failed'),(754401,121855,'_server_remote_addr','120.203.25.58'),(754402,121855,'_server_http_x_forwarded_for_0','120.203.25.58'),(754403,121856,'login_id','1'),(754404,121856,'login_email','mentolnet@gmail.com'),(754405,121856,'login','mentol'),(754406,121856,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754407,121856,'_message_key','user_login_failed'),(754408,121856,'_server_remote_addr','120.203.25.58'),(754409,121856,'_server_http_x_forwarded_for_0','120.203.25.58'),(754410,121857,'login_id','1'),(754411,121857,'login_email','mentolnet@gmail.com'),(754412,121857,'login','mentol'),(754413,121857,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754414,121857,'_message_key','user_login_failed'),(754415,121857,'_server_remote_addr','120.203.25.58'),(754416,121857,'_server_http_x_forwarded_for_0','120.203.25.58'),(754417,121858,'login_id','1'),(754418,121858,'login_email','mentolnet@gmail.com'),(754419,121858,'login','mentol'),(754420,121858,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754421,121858,'_message_key','user_login_failed'),(754422,121858,'_server_remote_addr','120.203.25.58'),(754423,121858,'_server_http_x_forwarded_for_0','120.203.25.58'),(754424,121859,'login_id','1'),(754425,121859,'login_email','mentolnet@gmail.com'),(754426,121859,'login','mentol'),(754427,121859,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754428,121859,'_message_key','user_login_failed'),(754429,121859,'_server_remote_addr','120.203.25.58'),(754430,121859,'_server_http_x_forwarded_for_0','120.203.25.58'),(754431,121860,'login_id','1'),(754432,121860,'login_email','mentolnet@gmail.com'),(754433,121860,'login','mentol'),(754434,121860,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754435,121860,'_message_key','user_login_failed'),(754436,121860,'_server_remote_addr','120.203.25.58'),(754437,121860,'_server_http_x_forwarded_for_0','120.203.25.58'),(754438,121861,'login_id','1'),(754439,121861,'login_email','mentolnet@gmail.com'),(754440,121861,'login','mentol'),(754441,121861,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754442,121861,'_message_key','user_login_failed'),(754443,121861,'_server_remote_addr','120.203.25.58'),(754444,121861,'_server_http_x_forwarded_for_0','120.203.25.58'),(754445,121862,'login_id','1'),(754446,121862,'login_email','mentolnet@gmail.com'),(754447,121862,'login','mentol'),(754448,121862,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754449,121862,'_message_key','user_login_failed'),(754450,121862,'_server_remote_addr','120.203.25.58'),(754451,121862,'_server_http_x_forwarded_for_0','120.203.25.58'),(754452,121863,'login_id','1'),(754453,121863,'login_email','mentolnet@gmail.com'),(754454,121863,'login','mentol'),(754455,121863,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754456,121863,'_message_key','user_login_failed'),(754457,121863,'_server_remote_addr','120.203.25.58'),(754458,121863,'_server_http_x_forwarded_for_0','120.203.25.58'),(754459,121864,'login_id','1'),(754460,121864,'login_email','mentolnet@gmail.com'),(754461,121864,'login','mentol'),(754462,121864,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754463,121864,'_message_key','user_login_failed'),(754464,121864,'_server_remote_addr','120.203.25.58'),(754465,121864,'_server_http_x_forwarded_for_0','120.203.25.58'),(754466,121865,'login_id','1'),(754467,121865,'login_email','mentolnet@gmail.com'),(754468,121865,'login','mentol'),(754469,121865,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754470,121865,'_message_key','user_login_failed'),(754471,121865,'_server_remote_addr','120.203.25.58'),(754472,121865,'_server_http_x_forwarded_for_0','120.203.25.58'),(754473,121866,'login_id','1'),(754474,121866,'login_email','mentolnet@gmail.com'),(754475,121866,'login','mentol'),(754476,121866,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754477,121866,'_message_key','user_login_failed'),(754478,121866,'_server_remote_addr','120.203.25.58'),(754479,121866,'_server_http_x_forwarded_for_0','120.203.25.58'),(754480,121867,'login_id','1'),(754481,121867,'login_email','mentolnet@gmail.com'),(754482,121867,'login','mentol'),(754483,121867,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754484,121867,'_message_key','user_login_failed'),(754485,121867,'_server_remote_addr','120.203.25.58'),(754486,121867,'_server_http_x_forwarded_for_0','120.203.25.58'),(754487,121868,'login_id','1'),(754488,121868,'login_email','mentolnet@gmail.com'),(754489,121868,'login','mentol'),(754490,121868,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754491,121868,'_message_key','user_login_failed'),(754492,121868,'_server_remote_addr','120.203.25.58'),(754493,121868,'_server_http_x_forwarded_for_0','120.203.25.58'),(754494,121869,'login_id','1'),(754495,121869,'login_email','mentolnet@gmail.com'),(754496,121869,'login','mentol'),(754497,121869,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754498,121869,'_message_key','user_login_failed'),(754499,121869,'_server_remote_addr','120.203.25.58'),(754500,121869,'_server_http_x_forwarded_for_0','120.203.25.58'),(754501,121870,'login_id','1'),(754502,121870,'login_email','mentolnet@gmail.com'),(754503,121870,'login','mentol'),(754504,121870,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754505,121870,'_message_key','user_login_failed'),(754506,121870,'_server_remote_addr','120.203.25.58'),(754507,121870,'_server_http_x_forwarded_for_0','120.203.25.58'),(754508,121871,'login_id','1'),(754509,121871,'login_email','mentolnet@gmail.com'),(754510,121871,'login','mentol'),(754511,121871,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754512,121871,'_message_key','user_login_failed'),(754513,121871,'_server_remote_addr','120.203.25.58'),(754514,121871,'_server_http_x_forwarded_for_0','120.203.25.58'),(754515,121872,'login_id','1'),(754516,121872,'login_email','mentolnet@gmail.com'),(754517,121872,'login','mentol'),(754518,121872,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754519,121872,'_message_key','user_login_failed'),(754520,121872,'_server_remote_addr','120.203.25.58'),(754521,121872,'_server_http_x_forwarded_for_0','120.203.25.58'),(754522,121873,'login_id','1'),(754523,121873,'login_email','mentolnet@gmail.com'),(754524,121873,'login','mentol'),(754525,121873,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754526,121873,'_message_key','user_login_failed'),(754527,121873,'_server_remote_addr','120.203.25.58'),(754528,121873,'_server_http_x_forwarded_for_0','120.203.25.58'),(754529,121874,'failed_username','luis-monteiro'),(754530,121874,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754531,121874,'_message_key','user_unknown_login_failed'),(754532,121874,'_server_remote_addr','120.203.25.58'),(754533,121874,'_server_http_x_forwarded_for_0','120.203.25.58'),(754534,121875,'failed_username','luis-monteiro'),(754535,121875,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754536,121875,'_message_key','user_unknown_login_failed'),(754537,121875,'_server_remote_addr','120.203.25.58'),(754538,121875,'_server_http_x_forwarded_for_0','120.203.25.58'),(754539,121876,'failed_username','luis-monteiro'),(754540,121876,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754541,121876,'_message_key','user_unknown_login_failed'),(754542,121876,'_server_remote_addr','120.203.25.58'),(754543,121876,'_server_http_x_forwarded_for_0','120.203.25.58'),(754544,121877,'failed_username','luis-monteiro'),(754545,121877,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754546,121877,'_message_key','user_unknown_login_failed'),(754547,121877,'_server_remote_addr','120.203.25.58'),(754548,121877,'_server_http_x_forwarded_for_0','120.203.25.58'),(754549,121878,'failed_username','luis-monteiro'),(754550,121878,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754551,121878,'_message_key','user_unknown_login_failed'),(754552,121878,'_server_remote_addr','120.203.25.58'),(754553,121878,'_server_http_x_forwarded_for_0','120.203.25.58'),(754554,121879,'failed_username','luis-monteiro'),(754555,121879,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754556,121879,'_message_key','user_unknown_login_failed'),(754557,121879,'_server_remote_addr','120.203.25.58'),(754558,121879,'_server_http_x_forwarded_for_0','120.203.25.58'),(754559,121880,'failed_username','luis-monteiro'),(754560,121880,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754561,121880,'_message_key','user_unknown_login_failed'),(754562,121880,'_server_remote_addr','120.203.25.58'),(754563,121880,'_server_http_x_forwarded_for_0','120.203.25.58'),(754564,121881,'failed_username','luis-monteiro'),(754565,121881,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754566,121881,'_message_key','user_unknown_login_failed'),(754567,121881,'_server_remote_addr','120.203.25.58'),(754568,121881,'_server_http_x_forwarded_for_0','120.203.25.58'),(754569,121882,'failed_username','luis-monteiro'),(754570,121882,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754571,121882,'_message_key','user_unknown_login_failed'),(754572,121882,'_server_remote_addr','120.203.25.58'),(754573,121882,'_server_http_x_forwarded_for_0','120.203.25.58'),(754574,121883,'failed_username','luis-monteiro'),(754575,121883,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754576,121883,'_message_key','user_unknown_login_failed'),(754577,121883,'_server_remote_addr','120.203.25.58'),(754578,121883,'_server_http_x_forwarded_for_0','120.203.25.58'),(754579,121884,'failed_username','luis-monteiro'),(754580,121884,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754581,121884,'_message_key','user_unknown_login_failed'),(754582,121884,'_server_remote_addr','120.203.25.58'),(754583,121884,'_server_http_x_forwarded_for_0','120.203.25.58'),(754584,121885,'failed_username','luis-monteiro'),(754585,121885,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754586,121885,'_message_key','user_unknown_login_failed'),(754587,121885,'_server_remote_addr','120.203.25.58'),(754588,121885,'_server_http_x_forwarded_for_0','120.203.25.58'),(754589,121886,'failed_username','luis-monteiro'),(754590,121886,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754591,121886,'_message_key','user_unknown_login_failed'),(754592,121886,'_server_remote_addr','120.203.25.58'),(754593,121886,'_server_http_x_forwarded_for_0','120.203.25.58'),(754594,121887,'failed_username','luis-monteiro'),(754595,121887,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754596,121887,'_message_key','user_unknown_login_failed'),(754597,121887,'_server_remote_addr','120.203.25.58'),(754598,121887,'_server_http_x_forwarded_for_0','120.203.25.58'),(754599,121888,'failed_username','luis-monteiro'),(754600,121888,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754601,121888,'_message_key','user_unknown_login_failed'),(754602,121888,'_server_remote_addr','120.203.25.58'),(754603,121888,'_server_http_x_forwarded_for_0','120.203.25.58'),(754604,121889,'failed_username','luis-monteiro'),(754605,121889,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754606,121889,'_message_key','user_unknown_login_failed'),(754607,121889,'_server_remote_addr','120.203.25.58'),(754608,121889,'_server_http_x_forwarded_for_0','120.203.25.58'),(754609,121890,'failed_username','luis-monteiro'),(754610,121890,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754611,121890,'_message_key','user_unknown_login_failed'),(754612,121890,'_server_remote_addr','120.203.25.58'),(754613,121890,'_server_http_x_forwarded_for_0','120.203.25.58'),(754614,121891,'failed_username','luis-monteiro'),(754615,121891,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754616,121891,'_message_key','user_unknown_login_failed'),(754617,121891,'_server_remote_addr','120.203.25.58'),(754618,121891,'_server_http_x_forwarded_for_0','120.203.25.58'),(754619,121892,'failed_username','luis-monteiro'),(754620,121892,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754621,121892,'_message_key','user_unknown_login_failed'),(754622,121892,'_server_remote_addr','120.203.25.58'),(754623,121892,'_server_http_x_forwarded_for_0','120.203.25.58'),(754624,121893,'failed_username','luis-monteiro'),(754625,121893,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754626,121893,'_message_key','user_unknown_login_failed'),(754627,121893,'_server_remote_addr','120.203.25.58'),(754628,121893,'_server_http_x_forwarded_for_0','120.203.25.58'),(754629,121894,'failed_username','luis-monteiro'),(754630,121894,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754631,121894,'_message_key','user_unknown_login_failed'),(754632,121894,'_server_remote_addr','120.203.25.58'),(754633,121894,'_server_http_x_forwarded_for_0','120.203.25.58'),(754634,121895,'failed_username','luis-monteiro'),(754635,121895,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754636,121895,'_message_key','user_unknown_login_failed'),(754637,121895,'_server_remote_addr','120.203.25.58'),(754638,121895,'_server_http_x_forwarded_for_0','120.203.25.58'),(754639,121896,'failed_username','luis-monteiro'),(754640,121896,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754641,121896,'_message_key','user_unknown_login_failed'),(754642,121896,'_server_remote_addr','120.203.25.58'),(754643,121896,'_server_http_x_forwarded_for_0','120.203.25.58'),(754644,121897,'failed_username','luis-monteiro'),(754645,121897,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754646,121897,'_message_key','user_unknown_login_failed'),(754647,121897,'_server_remote_addr','120.203.25.58'),(754648,121897,'_server_http_x_forwarded_for_0','120.203.25.58'),(754649,121898,'failed_username','luis-monteiro'),(754650,121898,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754651,121898,'_message_key','user_unknown_login_failed'),(754652,121898,'_server_remote_addr','58.214.239.53'),(754653,121898,'_server_http_x_forwarded_for_0','58.214.239.53'),(754654,121899,'failed_username','luis-monteiro'),(754655,121899,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754656,121899,'_message_key','user_unknown_login_failed'),(754657,121899,'_server_remote_addr','58.214.239.53'),(754658,121899,'_server_http_x_forwarded_for_0','58.214.239.53'),(754659,121900,'failed_username','luis-monteiro'),(754660,121900,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754661,121900,'_message_key','user_unknown_login_failed'),(754662,121900,'_server_remote_addr','58.214.239.53'),(754663,121900,'_server_http_x_forwarded_for_0','58.214.239.53'),(754664,121901,'failed_username','luis-monteiro'),(754665,121901,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754666,121901,'_message_key','user_unknown_login_failed'),(754667,121901,'_server_remote_addr','58.214.239.53'),(754668,121901,'_server_http_x_forwarded_for_0','58.214.239.53'),(754669,121902,'failed_username','luis-monteiro'),(754670,121902,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754671,121902,'_message_key','user_unknown_login_failed'),(754672,121902,'_server_remote_addr','58.214.239.53'),(754673,121902,'_server_http_x_forwarded_for_0','58.214.239.53'),(754674,121903,'failed_username','luis-monteiro'),(754675,121903,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754676,121903,'_message_key','user_unknown_login_failed'),(754677,121903,'_server_remote_addr','58.214.239.53'),(754678,121903,'_server_http_x_forwarded_for_0','58.214.239.53'),(754679,121904,'failed_username','luis-monteiro'),(754680,121904,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754681,121904,'_message_key','user_unknown_login_failed'),(754682,121904,'_server_remote_addr','58.214.239.53'),(754683,121904,'_server_http_x_forwarded_for_0','58.214.239.53'),(754684,121905,'failed_username','luis-monteiro'),(754685,121905,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754686,121905,'_message_key','user_unknown_login_failed'),(754687,121905,'_server_remote_addr','58.214.239.53'),(754688,121905,'_server_http_x_forwarded_for_0','58.214.239.53'),(754689,121906,'failed_username','luis-monteiro'),(754690,121906,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754691,121906,'_message_key','user_unknown_login_failed'),(754692,121906,'_server_remote_addr','58.214.239.53'),(754693,121906,'_server_http_x_forwarded_for_0','58.214.239.53'),(754694,121907,'failed_username','luis-monteiro'),(754695,121907,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754696,121907,'_message_key','user_unknown_login_failed'),(754697,121907,'_server_remote_addr','58.214.239.53'),(754698,121907,'_server_http_x_forwarded_for_0','58.214.239.53'),(754699,121908,'failed_username','luis-monteiro'),(754700,121908,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754701,121908,'_message_key','user_unknown_login_failed'),(754702,121908,'_server_remote_addr','58.214.239.53'),(754703,121908,'_server_http_x_forwarded_for_0','58.214.239.53'),(754704,121909,'failed_username','luis-monteiro'),(754705,121909,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754706,121909,'_message_key','user_unknown_login_failed'),(754707,121909,'_server_remote_addr','58.214.239.53'),(754708,121909,'_server_http_x_forwarded_for_0','58.214.239.53'),(754709,121910,'failed_username','luis-monteiro'),(754710,121910,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754711,121910,'_message_key','user_unknown_login_failed'),(754712,121910,'_server_remote_addr','58.214.239.53'),(754713,121910,'_server_http_x_forwarded_for_0','58.214.239.53'),(754714,121911,'failed_username','luis-monteiro'),(754715,121911,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754716,121911,'_message_key','user_unknown_login_failed'),(754717,121911,'_server_remote_addr','58.214.239.53'),(754718,121911,'_server_http_x_forwarded_for_0','58.214.239.53'),(754719,121912,'failed_username','luis-monteiro'),(754720,121912,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754721,121912,'_message_key','user_unknown_login_failed'),(754722,121912,'_server_remote_addr','58.214.239.53'),(754723,121912,'_server_http_x_forwarded_for_0','58.214.239.53'),(754724,121913,'failed_username','luis-monteiro'),(754725,121913,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754726,121913,'_message_key','user_unknown_login_failed'),(754727,121913,'_server_remote_addr','58.214.239.53'),(754728,121913,'_server_http_x_forwarded_for_0','58.214.239.53'),(754729,121914,'failed_username','luis-monteiro'),(754730,121914,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754731,121914,'_message_key','user_unknown_login_failed'),(754732,121914,'_server_remote_addr','58.214.239.53'),(754733,121914,'_server_http_x_forwarded_for_0','58.214.239.53'),(754734,121915,'failed_username','luis-monteiro'),(754735,121915,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754736,121915,'_message_key','user_unknown_login_failed'),(754737,121915,'_server_remote_addr','58.214.239.53'),(754738,121915,'_server_http_x_forwarded_for_0','58.214.239.53'),(754739,121916,'failed_username','luis-monteiro'),(754740,121916,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754741,121916,'_message_key','user_unknown_login_failed'),(754742,121916,'_server_remote_addr','58.214.239.53'),(754743,121916,'_server_http_x_forwarded_for_0','58.214.239.53'),(754744,121917,'failed_username','luis-monteiro'),(754745,121917,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754746,121917,'_message_key','user_unknown_login_failed'),(754747,121917,'_server_remote_addr','58.214.239.53'),(754748,121917,'_server_http_x_forwarded_for_0','58.214.239.53'),(754749,121918,'failed_username','luis-monteiro'),(754750,121918,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754751,121918,'_message_key','user_unknown_login_failed'),(754752,121918,'_server_remote_addr','58.214.239.53'),(754753,121918,'_server_http_x_forwarded_for_0','58.214.239.53'),(754754,121919,'failed_username','luis-monteiro'),(754755,121919,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754756,121919,'_message_key','user_unknown_login_failed'),(754757,121919,'_server_remote_addr','58.214.239.53'),(754758,121919,'_server_http_x_forwarded_for_0','58.214.239.53'),(754759,121920,'failed_username','luis-monteiro'),(754760,121920,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754761,121920,'_message_key','user_unknown_login_failed'),(754762,121920,'_server_remote_addr','58.214.239.53'),(754763,121920,'_server_http_x_forwarded_for_0','58.214.239.53'),(754764,121921,'failed_username','luis-monteiro'),(754765,121921,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754766,121921,'_message_key','user_unknown_login_failed'),(754767,121921,'_server_remote_addr','58.214.239.53'),(754768,121921,'_server_http_x_forwarded_for_0','58.214.239.53'),(754769,121922,'failed_username','luis-monteiro'),(754770,121922,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754771,121922,'_message_key','user_unknown_login_failed'),(754772,121922,'_server_remote_addr','58.214.239.53'),(754773,121922,'_server_http_x_forwarded_for_0','58.214.239.53'),(754774,121923,'failed_username','luis-monteiro'),(754775,121923,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754776,121923,'_message_key','user_unknown_login_failed'),(754777,121923,'_server_remote_addr','58.214.239.53'),(754778,121923,'_server_http_x_forwarded_for_0','58.214.239.53'),(754779,121924,'failed_username','luis-monteiro'),(754780,121924,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754781,121924,'_message_key','user_unknown_login_failed'),(754782,121924,'_server_remote_addr','58.214.239.53'),(754783,121924,'_server_http_x_forwarded_for_0','58.214.239.53'),(754784,121925,'failed_username','luis-monteiro'),(754785,121925,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754786,121925,'_message_key','user_unknown_login_failed'),(754787,121925,'_server_remote_addr','58.214.239.53'),(754788,121925,'_server_http_x_forwarded_for_0','58.214.239.53'),(754789,121926,'failed_username','luis-monteiro'),(754790,121926,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754791,121926,'_message_key','user_unknown_login_failed'),(754792,121926,'_server_remote_addr','58.214.239.53'),(754793,121926,'_server_http_x_forwarded_for_0','58.214.239.53'),(754794,121927,'failed_username','luis-monteiro'),(754795,121927,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754796,121927,'_message_key','user_unknown_login_failed'),(754797,121927,'_server_remote_addr','58.214.239.53'),(754798,121927,'_server_http_x_forwarded_for_0','58.214.239.53'),(754799,121928,'failed_username','luis-monteiro'),(754800,121928,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754801,121928,'_message_key','user_unknown_login_failed'),(754802,121928,'_server_remote_addr','58.214.239.53'),(754803,121928,'_server_http_x_forwarded_for_0','58.214.239.53'),(754804,121929,'failed_username','luis-monteiro'),(754805,121929,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754806,121929,'_message_key','user_unknown_login_failed'),(754807,121929,'_server_remote_addr','58.214.239.53'),(754808,121929,'_server_http_x_forwarded_for_0','58.214.239.53'),(754809,121930,'failed_username','luis-monteiro'),(754810,121930,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754811,121930,'_message_key','user_unknown_login_failed'),(754812,121930,'_server_remote_addr','58.214.239.53'),(754813,121930,'_server_http_x_forwarded_for_0','58.214.239.53'),(754814,121931,'failed_username','luis-monteiro'),(754815,121931,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754816,121931,'_message_key','user_unknown_login_failed'),(754817,121931,'_server_remote_addr','58.214.239.53'),(754818,121931,'_server_http_x_forwarded_for_0','58.214.239.53'),(754819,121932,'failed_username','luis-monteiro'),(754820,121932,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754821,121932,'_message_key','user_unknown_login_failed'),(754822,121932,'_server_remote_addr','58.214.239.53'),(754823,121932,'_server_http_x_forwarded_for_0','58.214.239.53'),(754824,121933,'failed_username','luis-monteiro'),(754825,121933,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754826,121933,'_message_key','user_unknown_login_failed'),(754827,121933,'_server_remote_addr','58.214.239.53'),(754828,121933,'_server_http_x_forwarded_for_0','58.214.239.53'),(754829,121934,'failed_username','luis-monteiro'),(754830,121934,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754831,121934,'_message_key','user_unknown_login_failed'),(754832,121934,'_server_remote_addr','58.214.239.53'),(754833,121934,'_server_http_x_forwarded_for_0','58.214.239.53'),(754834,121935,'failed_username','luis-monteiro'),(754835,121935,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754836,121935,'_message_key','user_unknown_login_failed'),(754837,121935,'_server_remote_addr','58.214.239.53'),(754838,121935,'_server_http_x_forwarded_for_0','58.214.239.53'),(754839,121936,'failed_username','luis-monteiro'),(754840,121936,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754841,121936,'_message_key','user_unknown_login_failed'),(754842,121936,'_server_remote_addr','58.214.239.53'),(754843,121936,'_server_http_x_forwarded_for_0','58.214.239.53'),(754844,121937,'failed_username','luis-monteiro'),(754845,121937,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754846,121937,'_message_key','user_unknown_login_failed'),(754847,121937,'_server_remote_addr','58.214.239.53'),(754848,121937,'_server_http_x_forwarded_for_0','58.214.239.53'),(754849,121938,'failed_username','luis-monteiro'),(754850,121938,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754851,121938,'_message_key','user_unknown_login_failed'),(754852,121938,'_server_remote_addr','58.214.239.53'),(754853,121938,'_server_http_x_forwarded_for_0','58.214.239.53'),(754854,121939,'failed_username','luis-monteiro'),(754855,121939,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754856,121939,'_message_key','user_unknown_login_failed'),(754857,121939,'_server_remote_addr','58.214.239.53'),(754858,121939,'_server_http_x_forwarded_for_0','58.214.239.53'),(754859,121940,'failed_username','luis-monteiro'),(754860,121940,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754861,121940,'_message_key','user_unknown_login_failed'),(754862,121940,'_server_remote_addr','58.214.239.53'),(754863,121940,'_server_http_x_forwarded_for_0','58.214.239.53'),(754864,121941,'failed_username','luis-monteiro'),(754865,121941,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754866,121941,'_message_key','user_unknown_login_failed'),(754867,121941,'_server_remote_addr','58.214.239.53'),(754868,121941,'_server_http_x_forwarded_for_0','58.214.239.53'),(754869,121942,'failed_username','luis-monteiro'),(754870,121942,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754871,121942,'_message_key','user_unknown_login_failed'),(754872,121942,'_server_remote_addr','58.214.239.53'),(754873,121942,'_server_http_x_forwarded_for_0','58.214.239.53'),(754874,121943,'failed_username','luis-monteiro'),(754875,121943,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754876,121943,'_message_key','user_unknown_login_failed'),(754877,121943,'_server_remote_addr','58.214.239.53'),(754878,121943,'_server_http_x_forwarded_for_0','58.214.239.53'),(754879,121944,'failed_username','luis-monteiro'),(754880,121944,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754881,121944,'_message_key','user_unknown_login_failed'),(754882,121944,'_server_remote_addr','58.214.239.53'),(754883,121944,'_server_http_x_forwarded_for_0','58.214.239.53'),(754884,121945,'failed_username','luis-monteiro'),(754885,121945,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754886,121945,'_message_key','user_unknown_login_failed'),(754887,121945,'_server_remote_addr','58.214.239.53'),(754888,121945,'_server_http_x_forwarded_for_0','58.214.239.53'),(754889,121946,'failed_username','luis-monteiro'),(754890,121946,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754891,121946,'_message_key','user_unknown_login_failed'),(754892,121946,'_server_remote_addr','58.214.239.53'),(754893,121946,'_server_http_x_forwarded_for_0','58.214.239.53'),(754894,121947,'failed_username','luis-monteiro'),(754895,121947,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754896,121947,'_message_key','user_unknown_login_failed'),(754897,121947,'_server_remote_addr','58.214.239.53'),(754898,121947,'_server_http_x_forwarded_for_0','58.214.239.53'),(754899,121948,'failed_username','luis-monteiro'),(754900,121948,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754901,121948,'_message_key','user_unknown_login_failed'),(754902,121948,'_server_remote_addr','58.214.239.53'),(754903,121948,'_server_http_x_forwarded_for_0','58.214.239.53'),(754904,121949,'failed_username','luis-monteiro'),(754905,121949,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754906,121949,'_message_key','user_unknown_login_failed'),(754907,121949,'_server_remote_addr','58.214.239.53'),(754908,121949,'_server_http_x_forwarded_for_0','58.214.239.53'),(754909,121950,'failed_username','luis-monteiro'),(754910,121950,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754911,121950,'_message_key','user_unknown_login_failed'),(754912,121950,'_server_remote_addr','58.214.239.53'),(754913,121950,'_server_http_x_forwarded_for_0','58.214.239.53'),(754914,121951,'failed_username','luis-monteiro'),(754915,121951,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754916,121951,'_message_key','user_unknown_login_failed'),(754917,121951,'_server_remote_addr','58.214.239.53'),(754918,121951,'_server_http_x_forwarded_for_0','58.214.239.53'),(754919,121952,'failed_username','luis-monteiro'),(754920,121952,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754921,121952,'_message_key','user_unknown_login_failed'),(754922,121952,'_server_remote_addr','58.214.239.53'),(754923,121952,'_server_http_x_forwarded_for_0','58.214.239.53'),(754924,121953,'failed_username','luis-monteiro'),(754925,121953,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754926,121953,'_message_key','user_unknown_login_failed'),(754927,121953,'_server_remote_addr','58.214.239.53'),(754928,121953,'_server_http_x_forwarded_for_0','58.214.239.53'),(754929,121954,'failed_username','luis-monteiro'),(754930,121954,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754931,121954,'_message_key','user_unknown_login_failed'),(754932,121954,'_server_remote_addr','58.214.239.53'),(754933,121954,'_server_http_x_forwarded_for_0','58.214.239.53'),(754934,121955,'failed_username','luis-monteiro'),(754935,121955,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754936,121955,'_message_key','user_unknown_login_failed'),(754937,121955,'_server_remote_addr','58.214.239.53'),(754938,121955,'_server_http_x_forwarded_for_0','58.214.239.53'),(754939,121956,'failed_username','luis-monteiro'),(754940,121956,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754941,121956,'_message_key','user_unknown_login_failed'),(754942,121956,'_server_remote_addr','58.214.239.53'),(754943,121956,'_server_http_x_forwarded_for_0','58.214.239.53'),(754944,121957,'failed_username','luis-monteiro'),(754945,121957,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754946,121957,'_message_key','user_unknown_login_failed'),(754947,121957,'_server_remote_addr','58.214.239.53'),(754948,121957,'_server_http_x_forwarded_for_0','58.214.239.53'),(754949,121958,'failed_username','luis-monteiro'),(754950,121958,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754951,121958,'_message_key','user_unknown_login_failed'),(754952,121958,'_server_remote_addr','58.214.239.53'),(754953,121958,'_server_http_x_forwarded_for_0','58.214.239.53'),(754954,121959,'failed_username','luis-monteiro'),(754955,121959,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754956,121959,'_message_key','user_unknown_login_failed'),(754957,121959,'_server_remote_addr','58.214.239.53'),(754958,121959,'_server_http_x_forwarded_for_0','58.214.239.53'),(754959,121960,'failed_username','luis-monteiro'),(754960,121960,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754961,121960,'_message_key','user_unknown_login_failed'),(754962,121960,'_server_remote_addr','58.214.239.53'),(754963,121960,'_server_http_x_forwarded_for_0','58.214.239.53'),(754964,121961,'failed_username','luis-monteiro'),(754965,121961,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754966,121961,'_message_key','user_unknown_login_failed'),(754967,121961,'_server_remote_addr','58.214.239.53'),(754968,121961,'_server_http_x_forwarded_for_0','58.214.239.53'),(754969,121962,'failed_username','luis-monteiro'),(754970,121962,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754971,121962,'_message_key','user_unknown_login_failed'),(754972,121962,'_server_remote_addr','58.214.239.53'),(754973,121962,'_server_http_x_forwarded_for_0','58.214.239.53'),(754974,121963,'failed_username','luis-monteiro'),(754975,121963,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754976,121963,'_message_key','user_unknown_login_failed'),(754977,121963,'_server_remote_addr','58.214.239.53'),(754978,121963,'_server_http_x_forwarded_for_0','58.214.239.53'),(754979,121964,'failed_username','luis-monteiro'),(754980,121964,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754981,121964,'_message_key','user_unknown_login_failed'),(754982,121964,'_server_remote_addr','58.214.239.53'),(754983,121964,'_server_http_x_forwarded_for_0','58.214.239.53'),(754984,121965,'failed_username','luis-monteiro'),(754985,121965,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754986,121965,'_message_key','user_unknown_login_failed'),(754987,121965,'_server_remote_addr','58.214.239.53'),(754988,121965,'_server_http_x_forwarded_for_0','58.214.239.53'),(754989,121966,'failed_username','luis-monteiro'),(754990,121966,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754991,121966,'_message_key','user_unknown_login_failed'),(754992,121966,'_server_remote_addr','58.214.239.53'),(754993,121966,'_server_http_x_forwarded_for_0','58.214.239.53'),(754994,121967,'failed_username','luis-monteiro'),(754995,121967,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(754996,121967,'_message_key','user_unknown_login_failed'),(754997,121967,'_server_remote_addr','58.214.239.53'),(754998,121967,'_server_http_x_forwarded_for_0','58.214.239.53'),(754999,121968,'failed_username','luis-monteiro'),(755000,121968,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755001,121968,'_message_key','user_unknown_login_failed'),(755002,121968,'_server_remote_addr','58.214.239.53'),(755003,121968,'_server_http_x_forwarded_for_0','58.214.239.53'),(755004,121969,'failed_username','luis-monteiro'),(755005,121969,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755006,121969,'_message_key','user_unknown_login_failed'),(755007,121969,'_server_remote_addr','58.214.239.53'),(755008,121969,'_server_http_x_forwarded_for_0','58.214.239.53'),(755009,121970,'failed_username','luis-monteiro'),(755010,121970,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755011,121970,'_message_key','user_unknown_login_failed'),(755012,121970,'_server_remote_addr','58.214.239.53'),(755013,121970,'_server_http_x_forwarded_for_0','58.214.239.53'),(755014,121971,'failed_username','luis-monteiro'),(755015,121971,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755016,121971,'_message_key','user_unknown_login_failed'),(755017,121971,'_server_remote_addr','58.214.239.53'),(755018,121971,'_server_http_x_forwarded_for_0','58.214.239.53'),(755019,121972,'failed_username','luis-monteiro'),(755020,121972,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755021,121972,'_message_key','user_unknown_login_failed'),(755022,121972,'_server_remote_addr','58.214.239.53'),(755023,121972,'_server_http_x_forwarded_for_0','58.214.239.53'),(755024,121973,'failed_username','luis-monteiro'),(755025,121973,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755026,121973,'_message_key','user_unknown_login_failed'),(755027,121973,'_server_remote_addr','58.214.239.53'),(755028,121973,'_server_http_x_forwarded_for_0','58.214.239.53'),(755029,121974,'failed_username','luis-monteiro'),(755030,121974,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755031,121974,'_message_key','user_unknown_login_failed'),(755032,121974,'_server_remote_addr','94.244.56.190'),(755033,121974,'_server_http_x_forwarded_for_0','94.244.56.190'),(755034,121975,'failed_username','luis-monteiro'),(755035,121975,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755036,121975,'_message_key','user_unknown_login_failed'),(755037,121975,'_server_remote_addr','94.244.56.190'),(755038,121975,'_server_http_x_forwarded_for_0','94.244.56.190'),(755039,121976,'failed_username','luis-monteiro'),(755040,121976,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755041,121976,'_message_key','user_unknown_login_failed'),(755042,121976,'_server_remote_addr','94.244.56.190'),(755043,121976,'_server_http_x_forwarded_for_0','94.244.56.190'),(755044,121977,'failed_username','luis-monteiro'),(755045,121977,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755046,121977,'_message_key','user_unknown_login_failed'),(755047,121977,'_server_remote_addr','94.244.56.190'),(755048,121977,'_server_http_x_forwarded_for_0','94.244.56.190'),(755049,121978,'failed_username','luis-monteiro'),(755050,121978,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755051,121978,'_message_key','user_unknown_login_failed'),(755052,121978,'_server_remote_addr','94.244.56.190'),(755053,121978,'_server_http_x_forwarded_for_0','94.244.56.190'),(755054,121979,'failed_username','luis-monteiro'),(755055,121979,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755056,121979,'_message_key','user_unknown_login_failed'),(755057,121979,'_server_remote_addr','94.244.56.190'),(755058,121979,'_server_http_x_forwarded_for_0','94.244.56.190'),(755059,121980,'failed_username','luis-monteiro'),(755060,121980,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755061,121980,'_message_key','user_unknown_login_failed'),(755062,121980,'_server_remote_addr','94.244.56.190'),(755063,121980,'_server_http_x_forwarded_for_0','94.244.56.190'),(755064,121981,'failed_username','luis-monteiro'),(755065,121981,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755066,121981,'_message_key','user_unknown_login_failed'),(755067,121981,'_server_remote_addr','94.244.56.190'),(755068,121981,'_server_http_x_forwarded_for_0','94.244.56.190'),(755069,121982,'failed_username','luis-monteiro'),(755070,121982,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755071,121982,'_message_key','user_unknown_login_failed'),(755072,121982,'_server_remote_addr','94.244.56.190'),(755073,121982,'_server_http_x_forwarded_for_0','94.244.56.190'),(755074,121983,'failed_username','luis-monteiro'),(755075,121983,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755076,121983,'_message_key','user_unknown_login_failed'),(755077,121983,'_server_remote_addr','94.244.56.190'),(755078,121983,'_server_http_x_forwarded_for_0','94.244.56.190'),(755079,121984,'failed_username','luis-monteiro'),(755080,121984,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755081,121984,'_message_key','user_unknown_login_failed'),(755082,121984,'_server_remote_addr','94.244.56.190'),(755083,121984,'_server_http_x_forwarded_for_0','94.244.56.190'),(755084,121985,'failed_username','luis-monteiro'),(755085,121985,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755086,121985,'_message_key','user_unknown_login_failed'),(755087,121985,'_server_remote_addr','94.244.56.190'),(755088,121985,'_server_http_x_forwarded_for_0','94.244.56.190'),(755089,121986,'failed_username','luis-monteiro'),(755090,121986,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755091,121986,'_message_key','user_unknown_login_failed'),(755092,121986,'_server_remote_addr','94.244.56.190'),(755093,121986,'_server_http_x_forwarded_for_0','94.244.56.190'),(755094,121987,'failed_username','luis-monteiro'),(755095,121987,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755096,121987,'_message_key','user_unknown_login_failed'),(755097,121987,'_server_remote_addr','94.244.56.190'),(755098,121987,'_server_http_x_forwarded_for_0','94.244.56.190'),(755099,121988,'failed_username','luis-monteiro'),(755100,121988,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755101,121988,'_message_key','user_unknown_login_failed'),(755102,121988,'_server_remote_addr','94.244.56.190'),(755103,121988,'_server_http_x_forwarded_for_0','94.244.56.190'),(755104,121989,'failed_username','luis-monteiro'),(755105,121989,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755106,121989,'_message_key','user_unknown_login_failed'),(755107,121989,'_server_remote_addr','94.244.56.190'),(755108,121989,'_server_http_x_forwarded_for_0','94.244.56.190'),(755109,121990,'failed_username','luis-monteiro'),(755110,121990,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755111,121990,'_message_key','user_unknown_login_failed'),(755112,121990,'_server_remote_addr','94.244.56.190'),(755113,121990,'_server_http_x_forwarded_for_0','94.244.56.190'),(755114,121991,'failed_username','luis-monteiro'),(755115,121991,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755116,121991,'_message_key','user_unknown_login_failed'),(755117,121991,'_server_remote_addr','94.244.56.190'),(755118,121991,'_server_http_x_forwarded_for_0','94.244.56.190'),(755119,121992,'failed_username','luis-monteiro'),(755120,121992,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755121,121992,'_message_key','user_unknown_login_failed'),(755122,121992,'_server_remote_addr','94.244.56.190'),(755123,121992,'_server_http_x_forwarded_for_0','94.244.56.190'),(755124,121993,'failed_username','luis-monteiro'),(755125,121993,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755126,121993,'_message_key','user_unknown_login_failed'),(755127,121993,'_server_remote_addr','94.244.56.190'),(755128,121993,'_server_http_x_forwarded_for_0','94.244.56.190'),(755129,121994,'failed_username','luis-monteiro'),(755130,121994,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755131,121994,'_message_key','user_unknown_login_failed'),(755132,121994,'_server_remote_addr','94.244.56.190'),(755133,121994,'_server_http_x_forwarded_for_0','94.244.56.190'),(755134,121995,'failed_username','luis-monteiro'),(755135,121995,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755136,121995,'_message_key','user_unknown_login_failed'),(755137,121995,'_server_remote_addr','94.244.56.190'),(755138,121995,'_server_http_x_forwarded_for_0','94.244.56.190'),(755139,121996,'failed_username','luis-monteiro'),(755140,121996,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755141,121996,'_message_key','user_unknown_login_failed'),(755142,121996,'_server_remote_addr','94.244.56.190'),(755143,121996,'_server_http_x_forwarded_for_0','94.244.56.190'),(755144,121997,'failed_username','luis-monteiro'),(755145,121997,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755146,121997,'_message_key','user_unknown_login_failed'),(755147,121997,'_server_remote_addr','94.244.56.190'),(755148,121997,'_server_http_x_forwarded_for_0','94.244.56.190'),(755149,121998,'failed_username','luis-monteiro'),(755150,121998,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755151,121998,'_message_key','user_unknown_login_failed'),(755152,121998,'_server_remote_addr','94.244.56.190'),(755153,121998,'_server_http_x_forwarded_for_0','94.244.56.190'),(755154,121999,'failed_username','luis-monteiro'),(755155,121999,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755156,121999,'_message_key','user_unknown_login_failed'),(755157,121999,'_server_remote_addr','94.244.56.190'),(755158,121999,'_server_http_x_forwarded_for_0','94.244.56.190'),(755159,122000,'failed_username','luis-monteiro'),(755160,122000,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755161,122000,'_message_key','user_unknown_login_failed'),(755162,122000,'_server_remote_addr','94.244.56.190'),(755163,122000,'_server_http_x_forwarded_for_0','94.244.56.190'),(755164,122001,'failed_username','luis-monteiro'),(755165,122001,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755166,122001,'_message_key','user_unknown_login_failed'),(755167,122001,'_server_remote_addr','94.244.56.190'),(755168,122001,'_server_http_x_forwarded_for_0','94.244.56.190'),(755169,122002,'failed_username','luis-monteiro'),(755170,122002,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755171,122002,'_message_key','user_unknown_login_failed'),(755172,122002,'_server_remote_addr','94.244.56.190'),(755173,122002,'_server_http_x_forwarded_for_0','94.244.56.190'),(755174,122003,'failed_username','luis-monteiro'),(755175,122003,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755176,122003,'_message_key','user_unknown_login_failed'),(755177,122003,'_server_remote_addr','94.244.56.190'),(755178,122003,'_server_http_x_forwarded_for_0','94.244.56.190'),(755179,122004,'failed_username','luis-monteiro'),(755180,122004,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755181,122004,'_message_key','user_unknown_login_failed'),(755182,122004,'_server_remote_addr','94.244.56.190'),(755183,122004,'_server_http_x_forwarded_for_0','94.244.56.190'),(755184,122005,'failed_username','luis-monteiro'),(755185,122005,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755186,122005,'_message_key','user_unknown_login_failed'),(755187,122005,'_server_remote_addr','94.244.56.190'),(755188,122005,'_server_http_x_forwarded_for_0','94.244.56.190'),(755189,122006,'failed_username','luis-monteiro'),(755190,122006,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755191,122006,'_message_key','user_unknown_login_failed'),(755192,122006,'_server_remote_addr','94.244.56.190'),(755193,122006,'_server_http_x_forwarded_for_0','94.244.56.190'),(755194,122007,'failed_username','luis-monteiro'),(755195,122007,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755196,122007,'_message_key','user_unknown_login_failed'),(755197,122007,'_server_remote_addr','94.244.56.190'),(755198,122007,'_server_http_x_forwarded_for_0','94.244.56.190'),(755199,122008,'failed_username','luis-monteiro'),(755200,122008,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755201,122008,'_message_key','user_unknown_login_failed'),(755202,122008,'_server_remote_addr','94.244.56.190'),(755203,122008,'_server_http_x_forwarded_for_0','94.244.56.190'),(755204,122009,'failed_username','luis-monteiro'),(755205,122009,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755206,122009,'_message_key','user_unknown_login_failed'),(755207,122009,'_server_remote_addr','94.244.56.190'),(755208,122009,'_server_http_x_forwarded_for_0','94.244.56.190'),(755209,122010,'failed_username','luis-monteiro'),(755210,122010,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755211,122010,'_message_key','user_unknown_login_failed'),(755212,122010,'_server_remote_addr','94.244.56.190'),(755213,122010,'_server_http_x_forwarded_for_0','94.244.56.190'),(755214,122011,'failed_username','luis-monteiro'),(755215,122011,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755216,122011,'_message_key','user_unknown_login_failed'),(755217,122011,'_server_remote_addr','94.244.56.190'),(755218,122011,'_server_http_x_forwarded_for_0','94.244.56.190'),(755219,122012,'failed_username','luis-monteiro'),(755220,122012,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755221,122012,'_message_key','user_unknown_login_failed'),(755222,122012,'_server_remote_addr','94.244.56.190'),(755223,122012,'_server_http_x_forwarded_for_0','94.244.56.190'),(755224,122013,'failed_username','luis-monteiro'),(755225,122013,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755226,122013,'_message_key','user_unknown_login_failed'),(755227,122013,'_server_remote_addr','94.244.56.190'),(755228,122013,'_server_http_x_forwarded_for_0','94.244.56.190'),(755229,122014,'failed_username','luis-monteiro'),(755230,122014,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755231,122014,'_message_key','user_unknown_login_failed'),(755232,122014,'_server_remote_addr','94.244.56.190'),(755233,122014,'_server_http_x_forwarded_for_0','94.244.56.190'),(755234,122015,'failed_username','luis-monteiro'),(755235,122015,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755236,122015,'_message_key','user_unknown_login_failed'),(755237,122015,'_server_remote_addr','94.244.56.190'),(755238,122015,'_server_http_x_forwarded_for_0','94.244.56.190'),(755239,122016,'failed_username','luis-monteiro'),(755240,122016,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755241,122016,'_message_key','user_unknown_login_failed'),(755242,122016,'_server_remote_addr','94.244.56.190'),(755243,122016,'_server_http_x_forwarded_for_0','94.244.56.190'),(755244,122017,'failed_username','luis-monteiro'),(755245,122017,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755246,122017,'_message_key','user_unknown_login_failed'),(755247,122017,'_server_remote_addr','94.244.56.190'),(755248,122017,'_server_http_x_forwarded_for_0','94.244.56.190'),(755249,122018,'failed_username','luis-monteiro'),(755250,122018,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755251,122018,'_message_key','user_unknown_login_failed'),(755252,122018,'_server_remote_addr','94.244.56.190'),(755253,122018,'_server_http_x_forwarded_for_0','94.244.56.190'),(755254,122019,'failed_username','luis-monteiro'),(755255,122019,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755256,122019,'_message_key','user_unknown_login_failed'),(755257,122019,'_server_remote_addr','94.244.56.190'),(755258,122019,'_server_http_x_forwarded_for_0','94.244.56.190'),(755259,122020,'failed_username','luis-monteiro'),(755260,122020,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755261,122020,'_message_key','user_unknown_login_failed'),(755262,122020,'_server_remote_addr','94.244.56.190'),(755263,122020,'_server_http_x_forwarded_for_0','94.244.56.190'),(755264,122021,'failed_username','luis-monteiro'),(755265,122021,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755266,122021,'_message_key','user_unknown_login_failed'),(755267,122021,'_server_remote_addr','94.244.56.190'),(755268,122021,'_server_http_x_forwarded_for_0','94.244.56.190'),(755269,122022,'failed_username','luis-monteiro'),(755270,122022,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755271,122022,'_message_key','user_unknown_login_failed'),(755272,122022,'_server_remote_addr','94.244.56.190'),(755273,122022,'_server_http_x_forwarded_for_0','94.244.56.190'),(755274,122023,'failed_username','luis-monteiro'),(755275,122023,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755276,122023,'_message_key','user_unknown_login_failed'),(755277,122023,'_server_remote_addr','94.244.56.190'),(755278,122023,'_server_http_x_forwarded_for_0','94.244.56.190'),(755279,122024,'failed_username','luis-monteiro'),(755280,122024,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755281,122024,'_message_key','user_unknown_login_failed'),(755282,122024,'_server_remote_addr','94.244.56.190'),(755283,122024,'_server_http_x_forwarded_for_0','94.244.56.190'),(755284,122025,'failed_username','luis-monteiro'),(755285,122025,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755286,122025,'_message_key','user_unknown_login_failed'),(755287,122025,'_server_remote_addr','94.244.56.190'),(755288,122025,'_server_http_x_forwarded_for_0','94.244.56.190'),(755289,122026,'failed_username','luis-monteiro'),(755290,122026,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755291,122026,'_message_key','user_unknown_login_failed'),(755292,122026,'_server_remote_addr','94.244.56.190'),(755293,122026,'_server_http_x_forwarded_for_0','94.244.56.190'),(755294,122027,'failed_username','luis-monteiro'),(755295,122027,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755296,122027,'_message_key','user_unknown_login_failed'),(755297,122027,'_server_remote_addr','94.244.56.190'),(755298,122027,'_server_http_x_forwarded_for_0','94.244.56.190'),(755299,122028,'failed_username','luis-monteiro'),(755300,122028,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755301,122028,'_message_key','user_unknown_login_failed'),(755302,122028,'_server_remote_addr','94.244.56.190'),(755303,122028,'_server_http_x_forwarded_for_0','94.244.56.190'),(755304,122029,'failed_username','luis-monteiro'),(755305,122029,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755306,122029,'_message_key','user_unknown_login_failed'),(755307,122029,'_server_remote_addr','94.244.56.190'),(755308,122029,'_server_http_x_forwarded_for_0','94.244.56.190'),(755309,122030,'failed_username','luis-monteiro'),(755310,122030,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755311,122030,'_message_key','user_unknown_login_failed'),(755312,122030,'_server_remote_addr','94.244.56.190'),(755313,122030,'_server_http_x_forwarded_for_0','94.244.56.190'),(755314,122031,'failed_username','luis-monteiro'),(755315,122031,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755316,122031,'_message_key','user_unknown_login_failed'),(755317,122031,'_server_remote_addr','94.244.56.190'),(755318,122031,'_server_http_x_forwarded_for_0','94.244.56.190'),(755319,122032,'failed_username','luis-monteiro'),(755320,122032,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755321,122032,'_message_key','user_unknown_login_failed'),(755322,122032,'_server_remote_addr','94.244.56.190'),(755323,122032,'_server_http_x_forwarded_for_0','94.244.56.190'),(755324,122033,'failed_username','luis-monteiro'),(755325,122033,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755326,122033,'_message_key','user_unknown_login_failed'),(755327,122033,'_server_remote_addr','94.244.56.190'),(755328,122033,'_server_http_x_forwarded_for_0','94.244.56.190'),(755329,122034,'failed_username','luis-monteiro'),(755330,122034,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755331,122034,'_message_key','user_unknown_login_failed'),(755332,122034,'_server_remote_addr','94.244.56.190'),(755333,122034,'_server_http_x_forwarded_for_0','94.244.56.190'),(755334,122035,'failed_username','luis-monteiro'),(755335,122035,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755336,122035,'_message_key','user_unknown_login_failed'),(755337,122035,'_server_remote_addr','94.244.56.190'),(755338,122035,'_server_http_x_forwarded_for_0','94.244.56.190'),(755339,122036,'failed_username','luis-monteiro'),(755340,122036,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755341,122036,'_message_key','user_unknown_login_failed'),(755342,122036,'_server_remote_addr','94.244.56.190'),(755343,122036,'_server_http_x_forwarded_for_0','94.244.56.190'),(755344,122037,'failed_username','luis-monteiro'),(755345,122037,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755346,122037,'_message_key','user_unknown_login_failed'),(755347,122037,'_server_remote_addr','94.244.56.190'),(755348,122037,'_server_http_x_forwarded_for_0','94.244.56.190'),(755349,122038,'failed_username','luis-monteiro'),(755350,122038,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755351,122038,'_message_key','user_unknown_login_failed'),(755352,122038,'_server_remote_addr','94.244.56.190'),(755353,122038,'_server_http_x_forwarded_for_0','94.244.56.190'),(755354,122039,'failed_username','luis-monteiro'),(755355,122039,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755356,122039,'_message_key','user_unknown_login_failed'),(755357,122039,'_server_remote_addr','94.244.56.190'),(755358,122039,'_server_http_x_forwarded_for_0','94.244.56.190'),(755359,122040,'failed_username','luis-monteiro'),(755360,122040,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755361,122040,'_message_key','user_unknown_login_failed'),(755362,122040,'_server_remote_addr','94.244.56.190'),(755363,122040,'_server_http_x_forwarded_for_0','94.244.56.190'),(755364,122041,'failed_username','luis-monteiro'),(755365,122041,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755366,122041,'_message_key','user_unknown_login_failed'),(755367,122041,'_server_remote_addr','94.244.56.190'),(755368,122041,'_server_http_x_forwarded_for_0','94.244.56.190'),(755369,122042,'failed_username','luis-monteiro'),(755370,122042,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755371,122042,'_message_key','user_unknown_login_failed'),(755372,122042,'_server_remote_addr','94.244.56.190'),(755373,122042,'_server_http_x_forwarded_for_0','94.244.56.190'),(755374,122043,'failed_username','luis-monteiro'),(755375,122043,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755376,122043,'_message_key','user_unknown_login_failed'),(755377,122043,'_server_remote_addr','94.244.56.190'),(755378,122043,'_server_http_x_forwarded_for_0','94.244.56.190'),(755379,122044,'failed_username','luis-monteiro'),(755380,122044,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755381,122044,'_message_key','user_unknown_login_failed'),(755382,122044,'_server_remote_addr','94.244.56.190'),(755383,122044,'_server_http_x_forwarded_for_0','94.244.56.190'),(755384,122045,'failed_username','luis-monteiro'),(755385,122045,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755386,122045,'_message_key','user_unknown_login_failed'),(755387,122045,'_server_remote_addr','94.244.56.190'),(755388,122045,'_server_http_x_forwarded_for_0','94.244.56.190'),(755389,122046,'failed_username','luis-monteiro'),(755390,122046,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755391,122046,'_message_key','user_unknown_login_failed'),(755392,122046,'_server_remote_addr','94.244.56.190'),(755393,122046,'_server_http_x_forwarded_for_0','94.244.56.190'),(755394,122047,'failed_username','luis-monteiro'),(755395,122047,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755396,122047,'_message_key','user_unknown_login_failed'),(755397,122047,'_server_remote_addr','94.244.56.190'),(755398,122047,'_server_http_x_forwarded_for_0','94.244.56.190'),(755399,122048,'failed_username','luis-monteiro'),(755400,122048,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755401,122048,'_message_key','user_unknown_login_failed'),(755402,122048,'_server_remote_addr','94.244.56.190'),(755403,122048,'_server_http_x_forwarded_for_0','94.244.56.190'),(755404,122049,'failed_username','luis-monteiro'),(755405,122049,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755406,122049,'_message_key','user_unknown_login_failed'),(755407,122049,'_server_remote_addr','94.244.56.190'),(755408,122049,'_server_http_x_forwarded_for_0','94.244.56.190'),(755409,122050,'failed_username','luis-monteiro'),(755410,122050,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755411,122050,'_message_key','user_unknown_login_failed'),(755412,122050,'_server_remote_addr','94.244.56.190'),(755413,122050,'_server_http_x_forwarded_for_0','94.244.56.190'),(755414,122051,'failed_username','luis-monteiro'),(755415,122051,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755416,122051,'_message_key','user_unknown_login_failed'),(755417,122051,'_server_remote_addr','94.244.56.190'),(755418,122051,'_server_http_x_forwarded_for_0','94.244.56.190'),(755419,122052,'failed_username','luis-monteiro'),(755420,122052,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755421,122052,'_message_key','user_unknown_login_failed'),(755422,122052,'_server_remote_addr','94.244.56.190'),(755423,122052,'_server_http_x_forwarded_for_0','94.244.56.190'),(755424,122053,'failed_username','luis-monteiro'),(755425,122053,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755426,122053,'_message_key','user_unknown_login_failed'),(755427,122053,'_server_remote_addr','94.244.56.190'),(755428,122053,'_server_http_x_forwarded_for_0','94.244.56.190'),(755429,122054,'failed_username','luis-monteiro'),(755430,122054,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755431,122054,'_message_key','user_unknown_login_failed'),(755432,122054,'_server_remote_addr','94.244.56.190'),(755433,122054,'_server_http_x_forwarded_for_0','94.244.56.190'),(755434,122055,'failed_username','luis-monteiro'),(755435,122055,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755436,122055,'_message_key','user_unknown_login_failed'),(755437,122055,'_server_remote_addr','94.244.56.190'),(755438,122055,'_server_http_x_forwarded_for_0','94.244.56.190'),(755439,122056,'failed_username','luis-monteiro'),(755440,122056,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755441,122056,'_message_key','user_unknown_login_failed'),(755442,122056,'_server_remote_addr','94.244.56.190'),(755443,122056,'_server_http_x_forwarded_for_0','94.244.56.190'),(755444,122057,'failed_username','luis-monteiro'),(755445,122057,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755446,122057,'_message_key','user_unknown_login_failed'),(755447,122057,'_server_remote_addr','94.244.56.190'),(755448,122057,'_server_http_x_forwarded_for_0','94.244.56.190'),(755449,122058,'failed_username','luis-monteiro'),(755450,122058,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755451,122058,'_message_key','user_unknown_login_failed'),(755452,122058,'_server_remote_addr','94.244.56.190'),(755453,122058,'_server_http_x_forwarded_for_0','94.244.56.190'),(755454,122059,'failed_username','luis-monteiro'),(755455,122059,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755456,122059,'_message_key','user_unknown_login_failed'),(755457,122059,'_server_remote_addr','94.244.56.190'),(755458,122059,'_server_http_x_forwarded_for_0','94.244.56.190'),(755459,122060,'failed_username','luis-monteiro'),(755460,122060,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755461,122060,'_message_key','user_unknown_login_failed'),(755462,122060,'_server_remote_addr','94.244.56.190'),(755463,122060,'_server_http_x_forwarded_for_0','94.244.56.190'),(755464,122061,'failed_username','luis-monteiro'),(755465,122061,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755466,122061,'_message_key','user_unknown_login_failed'),(755467,122061,'_server_remote_addr','94.244.56.190'),(755468,122061,'_server_http_x_forwarded_for_0','94.244.56.190'),(755469,122062,'failed_username','luis-monteiro'),(755470,122062,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755471,122062,'_message_key','user_unknown_login_failed'),(755472,122062,'_server_remote_addr','94.244.56.190'),(755473,122062,'_server_http_x_forwarded_for_0','94.244.56.190'),(755474,122063,'failed_username','luis-monteiro'),(755475,122063,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755476,122063,'_message_key','user_unknown_login_failed'),(755477,122063,'_server_remote_addr','94.244.56.190'),(755478,122063,'_server_http_x_forwarded_for_0','94.244.56.190'),(755479,122064,'failed_username','luis-monteiro'),(755480,122064,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755481,122064,'_message_key','user_unknown_login_failed'),(755482,122064,'_server_remote_addr','94.244.56.190'),(755483,122064,'_server_http_x_forwarded_for_0','94.244.56.190'),(755484,122065,'failed_username','luis-monteiro'),(755485,122065,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755486,122065,'_message_key','user_unknown_login_failed'),(755487,122065,'_server_remote_addr','94.244.56.190'),(755488,122065,'_server_http_x_forwarded_for_0','94.244.56.190'),(755489,122066,'failed_username','luis-monteiro'),(755490,122066,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755491,122066,'_message_key','user_unknown_login_failed'),(755492,122066,'_server_remote_addr','94.244.56.190'),(755493,122066,'_server_http_x_forwarded_for_0','94.244.56.190'),(755494,122067,'failed_username','luis-monteiro'),(755495,122067,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755496,122067,'_message_key','user_unknown_login_failed'),(755497,122067,'_server_remote_addr','94.244.56.190'),(755498,122067,'_server_http_x_forwarded_for_0','94.244.56.190'),(755499,122068,'failed_username','luis-monteiro'),(755500,122068,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755501,122068,'_message_key','user_unknown_login_failed'),(755502,122068,'_server_remote_addr','94.244.56.190'),(755503,122068,'_server_http_x_forwarded_for_0','94.244.56.190'),(755504,122069,'failed_username','luis-monteiro'),(755505,122069,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755506,122069,'_message_key','user_unknown_login_failed'),(755507,122069,'_server_remote_addr','94.244.56.190'),(755508,122069,'_server_http_x_forwarded_for_0','94.244.56.190'),(755509,122070,'failed_username','luis-monteiro'),(755510,122070,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755511,122070,'_message_key','user_unknown_login_failed'),(755512,122070,'_server_remote_addr','94.244.56.190'),(755513,122070,'_server_http_x_forwarded_for_0','94.244.56.190'),(755514,122071,'failed_username','luis-monteiro'),(755515,122071,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755516,122071,'_message_key','user_unknown_login_failed'),(755517,122071,'_server_remote_addr','94.244.56.190'),(755518,122071,'_server_http_x_forwarded_for_0','94.244.56.190'),(755519,122072,'failed_username','luis-monteiro'),(755520,122072,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755521,122072,'_message_key','user_unknown_login_failed'),(755522,122072,'_server_remote_addr','94.244.56.190'),(755523,122072,'_server_http_x_forwarded_for_0','94.244.56.190'),(755524,122073,'failed_username','luis-monteiro'),(755525,122073,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755526,122073,'_message_key','user_unknown_login_failed'),(755527,122073,'_server_remote_addr','94.244.56.190'),(755528,122073,'_server_http_x_forwarded_for_0','94.244.56.190'),(755529,122074,'failed_username','luis-monteiro'),(755530,122074,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755531,122074,'_message_key','user_unknown_login_failed'),(755532,122074,'_server_remote_addr','92.62.134.54'),(755533,122074,'_server_http_x_forwarded_for_0','92.62.134.54'),(755534,122075,'failed_username','luis-monteiro'),(755535,122075,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755536,122075,'_message_key','user_unknown_login_failed'),(755537,122075,'_server_remote_addr','92.62.134.54'),(755538,122075,'_server_http_x_forwarded_for_0','92.62.134.54'),(755539,122076,'failed_username','luis-monteiro'),(755540,122076,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755541,122076,'_message_key','user_unknown_login_failed'),(755542,122076,'_server_remote_addr','92.62.134.54'),(755543,122076,'_server_http_x_forwarded_for_0','92.62.134.54'),(755544,122077,'failed_username','luis-monteiro'),(755545,122077,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755546,122077,'_message_key','user_unknown_login_failed'),(755547,122077,'_server_remote_addr','92.62.134.54'),(755548,122077,'_server_http_x_forwarded_for_0','92.62.134.54'),(755549,122078,'failed_username','luis-monteiro'),(755550,122078,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755551,122078,'_message_key','user_unknown_login_failed'),(755552,122078,'_server_remote_addr','92.62.134.54'),(755553,122078,'_server_http_x_forwarded_for_0','92.62.134.54'),(755554,122079,'failed_username','luis-monteiro'),(755555,122079,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755556,122079,'_message_key','user_unknown_login_failed'),(755557,122079,'_server_remote_addr','92.62.134.54'),(755558,122079,'_server_http_x_forwarded_for_0','92.62.134.54'),(755559,122080,'failed_username','luis-monteiro'),(755560,122080,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755561,122080,'_message_key','user_unknown_login_failed'),(755562,122080,'_server_remote_addr','92.62.134.54'),(755563,122080,'_server_http_x_forwarded_for_0','92.62.134.54'),(755564,122081,'failed_username','luis-monteiro'),(755565,122081,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755566,122081,'_message_key','user_unknown_login_failed'),(755567,122081,'_server_remote_addr','92.62.134.54'),(755568,122081,'_server_http_x_forwarded_for_0','92.62.134.54'),(755569,122082,'failed_username','luis-monteiro'),(755570,122082,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755571,122082,'_message_key','user_unknown_login_failed'),(755572,122082,'_server_remote_addr','92.62.134.54'),(755573,122082,'_server_http_x_forwarded_for_0','92.62.134.54'),(755574,122083,'failed_username','luis-monteiro'),(755575,122083,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755576,122083,'_message_key','user_unknown_login_failed'),(755577,122083,'_server_remote_addr','92.62.134.54'),(755578,122083,'_server_http_x_forwarded_for_0','92.62.134.54'),(755579,122084,'failed_username','luis-monteiro'),(755580,122084,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755581,122084,'_message_key','user_unknown_login_failed'),(755582,122084,'_server_remote_addr','92.62.134.54'),(755583,122084,'_server_http_x_forwarded_for_0','92.62.134.54'),(755584,122085,'failed_username','luis-monteiro'),(755585,122085,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755586,122085,'_message_key','user_unknown_login_failed'),(755587,122085,'_server_remote_addr','92.62.134.54'),(755588,122085,'_server_http_x_forwarded_for_0','92.62.134.54'),(755589,122086,'failed_username','luis-monteiro'),(755590,122086,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755591,122086,'_message_key','user_unknown_login_failed'),(755592,122086,'_server_remote_addr','92.62.134.54'),(755593,122086,'_server_http_x_forwarded_for_0','92.62.134.54'),(755594,122087,'failed_username','luis-monteiro'),(755595,122087,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755596,122087,'_message_key','user_unknown_login_failed'),(755597,122087,'_server_remote_addr','92.62.134.54'),(755598,122087,'_server_http_x_forwarded_for_0','92.62.134.54'),(755599,122088,'failed_username','luis-monteiro'),(755600,122088,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755601,122088,'_message_key','user_unknown_login_failed'),(755602,122088,'_server_remote_addr','92.62.134.54'),(755603,122088,'_server_http_x_forwarded_for_0','92.62.134.54'),(755604,122089,'failed_username','luis-monteiro'),(755605,122089,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755606,122089,'_message_key','user_unknown_login_failed'),(755607,122089,'_server_remote_addr','92.62.134.54'),(755608,122089,'_server_http_x_forwarded_for_0','92.62.134.54'),(755609,122090,'failed_username','luis-monteiro'),(755610,122090,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755611,122090,'_message_key','user_unknown_login_failed'),(755612,122090,'_server_remote_addr','92.62.134.54'),(755613,122090,'_server_http_x_forwarded_for_0','92.62.134.54'),(755614,122091,'failed_username','luis-monteiro'),(755615,122091,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755616,122091,'_message_key','user_unknown_login_failed'),(755617,122091,'_server_remote_addr','92.62.134.54'),(755618,122091,'_server_http_x_forwarded_for_0','92.62.134.54'),(755619,122092,'failed_username','luis-monteiro'),(755620,122092,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755621,122092,'_message_key','user_unknown_login_failed'),(755622,122092,'_server_remote_addr','92.62.134.54'),(755623,122092,'_server_http_x_forwarded_for_0','92.62.134.54'),(755624,122093,'failed_username','luis-monteiro'),(755625,122093,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755626,122093,'_message_key','user_unknown_login_failed'),(755627,122093,'_server_remote_addr','92.62.134.54'),(755628,122093,'_server_http_x_forwarded_for_0','92.62.134.54'),(755629,122094,'failed_username','luis-monteiro'),(755630,122094,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755631,122094,'_message_key','user_unknown_login_failed'),(755632,122094,'_server_remote_addr','92.62.134.54'),(755633,122094,'_server_http_x_forwarded_for_0','92.62.134.54'),(755634,122095,'failed_username','luis-monteiro'),(755635,122095,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755636,122095,'_message_key','user_unknown_login_failed'),(755637,122095,'_server_remote_addr','92.62.134.54'),(755638,122095,'_server_http_x_forwarded_for_0','92.62.134.54'),(755639,122096,'failed_username','luis-monteiro'),(755640,122096,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755641,122096,'_message_key','user_unknown_login_failed'),(755642,122096,'_server_remote_addr','92.62.134.54'),(755643,122096,'_server_http_x_forwarded_for_0','92.62.134.54'),(755644,122097,'failed_username','luis-monteiro'),(755645,122097,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755646,122097,'_message_key','user_unknown_login_failed'),(755647,122097,'_server_remote_addr','92.62.134.54'),(755648,122097,'_server_http_x_forwarded_for_0','92.62.134.54'),(755649,122098,'failed_username','luis-monteiro'),(755650,122098,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755651,122098,'_message_key','user_unknown_login_failed'),(755652,122098,'_server_remote_addr','92.62.134.54'),(755653,122098,'_server_http_x_forwarded_for_0','92.62.134.54'),(755654,122099,'failed_username','luis-monteiro'),(755655,122099,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755656,122099,'_message_key','user_unknown_login_failed'),(755657,122099,'_server_remote_addr','92.62.134.54'),(755658,122099,'_server_http_x_forwarded_for_0','92.62.134.54'),(755659,122100,'failed_username','luis-monteiro'),(755660,122100,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755661,122100,'_message_key','user_unknown_login_failed'),(755662,122100,'_server_remote_addr','92.62.134.54'),(755663,122100,'_server_http_x_forwarded_for_0','92.62.134.54'),(755664,122101,'failed_username','luis-monteiro'),(755665,122101,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755666,122101,'_message_key','user_unknown_login_failed'),(755667,122101,'_server_remote_addr','92.62.134.54'),(755668,122101,'_server_http_x_forwarded_for_0','92.62.134.54'),(755669,122102,'failed_username','luis-monteiro'),(755670,122102,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755671,122102,'_message_key','user_unknown_login_failed'),(755672,122102,'_server_remote_addr','92.62.134.54'),(755673,122102,'_server_http_x_forwarded_for_0','92.62.134.54'),(755674,122103,'failed_username','luis-monteiro'),(755675,122103,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755676,122103,'_message_key','user_unknown_login_failed'),(755677,122103,'_server_remote_addr','92.62.134.54'),(755678,122103,'_server_http_x_forwarded_for_0','92.62.134.54'),(755679,122104,'failed_username','luis-monteiro'),(755680,122104,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755681,122104,'_message_key','user_unknown_login_failed'),(755682,122104,'_server_remote_addr','92.62.134.54'),(755683,122104,'_server_http_x_forwarded_for_0','92.62.134.54'),(755684,122105,'failed_username','luis-monteiro'),(755685,122105,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755686,122105,'_message_key','user_unknown_login_failed'),(755687,122105,'_server_remote_addr','92.62.134.54'),(755688,122105,'_server_http_x_forwarded_for_0','92.62.134.54'),(755689,122106,'failed_username','luis-monteiro'),(755690,122106,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755691,122106,'_message_key','user_unknown_login_failed'),(755692,122106,'_server_remote_addr','92.62.134.54'),(755693,122106,'_server_http_x_forwarded_for_0','92.62.134.54'),(755694,122107,'failed_username','luis-monteiro'),(755695,122107,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755696,122107,'_message_key','user_unknown_login_failed'),(755697,122107,'_server_remote_addr','92.62.134.54'),(755698,122107,'_server_http_x_forwarded_for_0','92.62.134.54'),(755699,122108,'failed_username','luis-monteiro'),(755700,122108,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755701,122108,'_message_key','user_unknown_login_failed'),(755702,122108,'_server_remote_addr','92.62.134.54'),(755703,122108,'_server_http_x_forwarded_for_0','92.62.134.54'),(755704,122109,'failed_username','luis-monteiro'),(755705,122109,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755706,122109,'_message_key','user_unknown_login_failed'),(755707,122109,'_server_remote_addr','92.62.134.54'),(755708,122109,'_server_http_x_forwarded_for_0','92.62.134.54'),(755709,122110,'failed_username','luis-monteiro'),(755710,122110,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755711,122110,'_message_key','user_unknown_login_failed'),(755712,122110,'_server_remote_addr','92.62.134.54'),(755713,122110,'_server_http_x_forwarded_for_0','92.62.134.54'),(755714,122111,'failed_username','luis-monteiro'),(755715,122111,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755716,122111,'_message_key','user_unknown_login_failed'),(755717,122111,'_server_remote_addr','92.62.134.54'),(755718,122111,'_server_http_x_forwarded_for_0','92.62.134.54'),(755719,122112,'failed_username','luis-monteiro'),(755720,122112,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755721,122112,'_message_key','user_unknown_login_failed'),(755722,122112,'_server_remote_addr','92.62.134.54'),(755723,122112,'_server_http_x_forwarded_for_0','92.62.134.54'),(755724,122113,'failed_username','luis-monteiro'),(755725,122113,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755726,122113,'_message_key','user_unknown_login_failed'),(755727,122113,'_server_remote_addr','92.62.134.54'),(755728,122113,'_server_http_x_forwarded_for_0','92.62.134.54'),(755729,122114,'failed_username','luis-monteiro'),(755730,122114,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755731,122114,'_message_key','user_unknown_login_failed'),(755732,122114,'_server_remote_addr','92.62.134.54'),(755733,122114,'_server_http_x_forwarded_for_0','92.62.134.54'),(755734,122115,'failed_username','luis-monteiro'),(755735,122115,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755736,122115,'_message_key','user_unknown_login_failed'),(755737,122115,'_server_remote_addr','92.62.134.54'),(755738,122115,'_server_http_x_forwarded_for_0','92.62.134.54'),(755739,122116,'failed_username','luis-monteiro'),(755740,122116,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755741,122116,'_message_key','user_unknown_login_failed'),(755742,122116,'_server_remote_addr','92.62.134.54'),(755743,122116,'_server_http_x_forwarded_for_0','92.62.134.54'),(755744,122117,'failed_username','luis-monteiro'),(755745,122117,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755746,122117,'_message_key','user_unknown_login_failed'),(755747,122117,'_server_remote_addr','92.62.134.54'),(755748,122117,'_server_http_x_forwarded_for_0','92.62.134.54'),(755749,122118,'failed_username','luis-monteiro'),(755750,122118,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755751,122118,'_message_key','user_unknown_login_failed'),(755752,122118,'_server_remote_addr','92.62.134.54'),(755753,122118,'_server_http_x_forwarded_for_0','92.62.134.54'),(755754,122119,'failed_username','luis-monteiro'),(755755,122119,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755756,122119,'_message_key','user_unknown_login_failed'),(755757,122119,'_server_remote_addr','92.62.134.54'),(755758,122119,'_server_http_x_forwarded_for_0','92.62.134.54'),(755759,122120,'failed_username','luis-monteiro'),(755760,122120,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755761,122120,'_message_key','user_unknown_login_failed'),(755762,122120,'_server_remote_addr','92.62.134.54'),(755763,122120,'_server_http_x_forwarded_for_0','92.62.134.54'),(755764,122121,'failed_username','luis-monteiro'),(755765,122121,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755766,122121,'_message_key','user_unknown_login_failed'),(755767,122121,'_server_remote_addr','92.62.134.54'),(755768,122121,'_server_http_x_forwarded_for_0','92.62.134.54'),(755769,122122,'failed_username','luis-monteiro'),(755770,122122,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755771,122122,'_message_key','user_unknown_login_failed'),(755772,122122,'_server_remote_addr','92.62.134.54'),(755773,122122,'_server_http_x_forwarded_for_0','92.62.134.54'),(755774,122123,'failed_username','luis-monteiro'),(755775,122123,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755776,122123,'_message_key','user_unknown_login_failed'),(755777,122123,'_server_remote_addr','92.62.134.54'),(755778,122123,'_server_http_x_forwarded_for_0','92.62.134.54'),(755779,122124,'failed_username','luis-monteiro'),(755780,122124,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755781,122124,'_message_key','user_unknown_login_failed'),(755782,122124,'_server_remote_addr','92.62.134.54'),(755783,122124,'_server_http_x_forwarded_for_0','92.62.134.54'),(755784,122125,'failed_username','luis-monteiro'),(755785,122125,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755786,122125,'_message_key','user_unknown_login_failed'),(755787,122125,'_server_remote_addr','92.62.134.54'),(755788,122125,'_server_http_x_forwarded_for_0','92.62.134.54'),(755789,122126,'failed_username','luis-monteiro'),(755790,122126,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755791,122126,'_message_key','user_unknown_login_failed'),(755792,122126,'_server_remote_addr','92.62.134.54'),(755793,122126,'_server_http_x_forwarded_for_0','92.62.134.54'),(755794,122127,'failed_username','luis-monteiro'),(755795,122127,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755796,122127,'_message_key','user_unknown_login_failed'),(755797,122127,'_server_remote_addr','92.62.134.54'),(755798,122127,'_server_http_x_forwarded_for_0','92.62.134.54'),(755799,122128,'failed_username','luis-monteiro'),(755800,122128,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755801,122128,'_message_key','user_unknown_login_failed'),(755802,122128,'_server_remote_addr','92.62.134.54'),(755803,122128,'_server_http_x_forwarded_for_0','92.62.134.54'),(755804,122129,'failed_username','luis-monteiro'),(755805,122129,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755806,122129,'_message_key','user_unknown_login_failed'),(755807,122129,'_server_remote_addr','92.62.134.54'),(755808,122129,'_server_http_x_forwarded_for_0','92.62.134.54'),(755809,122130,'failed_username','luis-monteiro'),(755810,122130,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755811,122130,'_message_key','user_unknown_login_failed'),(755812,122130,'_server_remote_addr','92.62.134.54'),(755813,122130,'_server_http_x_forwarded_for_0','92.62.134.54'),(755814,122131,'failed_username','luis-monteiro'),(755815,122131,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755816,122131,'_message_key','user_unknown_login_failed'),(755817,122131,'_server_remote_addr','92.62.134.54'),(755818,122131,'_server_http_x_forwarded_for_0','92.62.134.54'),(755819,122132,'failed_username','luis-monteiro'),(755820,122132,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755821,122132,'_message_key','user_unknown_login_failed'),(755822,122132,'_server_remote_addr','92.62.134.54'),(755823,122132,'_server_http_x_forwarded_for_0','92.62.134.54'),(755824,122133,'failed_username','luis-monteiro'),(755825,122133,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755826,122133,'_message_key','user_unknown_login_failed'),(755827,122133,'_server_remote_addr','92.62.134.54'),(755828,122133,'_server_http_x_forwarded_for_0','92.62.134.54'),(755829,122134,'failed_username','luis-monteiro'),(755830,122134,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755831,122134,'_message_key','user_unknown_login_failed'),(755832,122134,'_server_remote_addr','92.62.134.54'),(755833,122134,'_server_http_x_forwarded_for_0','92.62.134.54'),(755834,122135,'failed_username','luis-monteiro'),(755835,122135,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755836,122135,'_message_key','user_unknown_login_failed'),(755837,122135,'_server_remote_addr','92.62.134.54'),(755838,122135,'_server_http_x_forwarded_for_0','92.62.134.54'),(755839,122136,'failed_username','luis-monteiro'),(755840,122136,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755841,122136,'_message_key','user_unknown_login_failed'),(755842,122136,'_server_remote_addr','92.62.134.54'),(755843,122136,'_server_http_x_forwarded_for_0','92.62.134.54'),(755844,122137,'failed_username','luis-monteiro'),(755845,122137,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755846,122137,'_message_key','user_unknown_login_failed'),(755847,122137,'_server_remote_addr','92.62.134.54'),(755848,122137,'_server_http_x_forwarded_for_0','92.62.134.54'),(755849,122138,'failed_username','luis-monteiro'),(755850,122138,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755851,122138,'_message_key','user_unknown_login_failed'),(755852,122138,'_server_remote_addr','92.62.134.54'),(755853,122138,'_server_http_x_forwarded_for_0','92.62.134.54'),(755854,122139,'failed_username','luis-monteiro'),(755855,122139,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755856,122139,'_message_key','user_unknown_login_failed'),(755857,122139,'_server_remote_addr','92.62.134.54'),(755858,122139,'_server_http_x_forwarded_for_0','92.62.134.54'),(755859,122140,'failed_username','luis-monteiro'),(755860,122140,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755861,122140,'_message_key','user_unknown_login_failed'),(755862,122140,'_server_remote_addr','92.62.134.54'),(755863,122140,'_server_http_x_forwarded_for_0','92.62.134.54'),(755864,122141,'failed_username','luis-monteiro'),(755865,122141,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755866,122141,'_message_key','user_unknown_login_failed'),(755867,122141,'_server_remote_addr','92.62.134.54'),(755868,122141,'_server_http_x_forwarded_for_0','92.62.134.54'),(755869,122142,'failed_username','luis-monteiro'),(755870,122142,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755871,122142,'_message_key','user_unknown_login_failed'),(755872,122142,'_server_remote_addr','92.62.134.54'),(755873,122142,'_server_http_x_forwarded_for_0','92.62.134.54'),(755874,122143,'failed_username','luis-monteiro'),(755875,122143,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755876,122143,'_message_key','user_unknown_login_failed'),(755877,122143,'_server_remote_addr','92.62.134.54'),(755878,122143,'_server_http_x_forwarded_for_0','92.62.134.54'),(755879,122144,'failed_username','luis-monteiro'),(755880,122144,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755881,122144,'_message_key','user_unknown_login_failed'),(755882,122144,'_server_remote_addr','92.62.134.54'),(755883,122144,'_server_http_x_forwarded_for_0','92.62.134.54'),(755884,122145,'failed_username','luis-monteiro'),(755885,122145,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755886,122145,'_message_key','user_unknown_login_failed'),(755887,122145,'_server_remote_addr','92.62.134.54'),(755888,122145,'_server_http_x_forwarded_for_0','92.62.134.54'),(755889,122146,'failed_username','luis-monteiro'),(755890,122146,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755891,122146,'_message_key','user_unknown_login_failed'),(755892,122146,'_server_remote_addr','92.62.134.54'),(755893,122146,'_server_http_x_forwarded_for_0','92.62.134.54'),(755894,122147,'failed_username','luis-monteiro'),(755895,122147,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755896,122147,'_message_key','user_unknown_login_failed'),(755897,122147,'_server_remote_addr','92.62.134.54'),(755898,122147,'_server_http_x_forwarded_for_0','92.62.134.54'),(755899,122148,'failed_username','luis-monteiro'),(755900,122148,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755901,122148,'_message_key','user_unknown_login_failed'),(755902,122148,'_server_remote_addr','92.62.134.54'),(755903,122148,'_server_http_x_forwarded_for_0','92.62.134.54'),(755904,122149,'failed_username','luis-monteiro'),(755905,122149,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755906,122149,'_message_key','user_unknown_login_failed'),(755907,122149,'_server_remote_addr','92.62.134.54'),(755908,122149,'_server_http_x_forwarded_for_0','92.62.134.54'),(755909,122150,'failed_username','luis-monteiro'),(755910,122150,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755911,122150,'_message_key','user_unknown_login_failed'),(755912,122150,'_server_remote_addr','92.62.134.54'),(755913,122150,'_server_http_x_forwarded_for_0','92.62.134.54'),(755914,122151,'failed_username','luis-monteiro'),(755915,122151,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755916,122151,'_message_key','user_unknown_login_failed'),(755917,122151,'_server_remote_addr','92.62.134.54'),(755918,122151,'_server_http_x_forwarded_for_0','92.62.134.54'),(755919,122152,'failed_username','luis-monteiro'),(755920,122152,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755921,122152,'_message_key','user_unknown_login_failed'),(755922,122152,'_server_remote_addr','92.62.134.54'),(755923,122152,'_server_http_x_forwarded_for_0','92.62.134.54'),(755924,122153,'failed_username','luis-monteiro'),(755925,122153,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755926,122153,'_message_key','user_unknown_login_failed'),(755927,122153,'_server_remote_addr','92.62.134.54'),(755928,122153,'_server_http_x_forwarded_for_0','92.62.134.54'),(755929,122154,'failed_username','luis-monteiro'),(755930,122154,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755931,122154,'_message_key','user_unknown_login_failed'),(755932,122154,'_server_remote_addr','92.62.134.54'),(755933,122154,'_server_http_x_forwarded_for_0','92.62.134.54'),(755934,122155,'failed_username','luis-monteiro'),(755935,122155,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755936,122155,'_message_key','user_unknown_login_failed'),(755937,122155,'_server_remote_addr','92.62.134.54'),(755938,122155,'_server_http_x_forwarded_for_0','92.62.134.54'),(755939,122156,'failed_username','luis-monteiro'),(755940,122156,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755941,122156,'_message_key','user_unknown_login_failed'),(755942,122156,'_server_remote_addr','92.62.134.54'),(755943,122156,'_server_http_x_forwarded_for_0','92.62.134.54'),(755944,122157,'failed_username','luis-monteiro'),(755945,122157,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755946,122157,'_message_key','user_unknown_login_failed'),(755947,122157,'_server_remote_addr','92.62.134.54'),(755948,122157,'_server_http_x_forwarded_for_0','92.62.134.54'),(755949,122158,'failed_username','luis-monteiro'),(755950,122158,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755951,122158,'_message_key','user_unknown_login_failed'),(755952,122158,'_server_remote_addr','92.62.134.54'),(755953,122158,'_server_http_x_forwarded_for_0','92.62.134.54'),(755954,122159,'failed_username','luis-monteiro'),(755955,122159,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755956,122159,'_message_key','user_unknown_login_failed'),(755957,122159,'_server_remote_addr','92.62.134.54'),(755958,122159,'_server_http_x_forwarded_for_0','92.62.134.54'),(755959,122160,'failed_username','luis-monteiro'),(755960,122160,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755961,122160,'_message_key','user_unknown_login_failed'),(755962,122160,'_server_remote_addr','92.62.134.54'),(755963,122160,'_server_http_x_forwarded_for_0','92.62.134.54'),(755964,122161,'failed_username','luis-monteiro'),(755965,122161,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755966,122161,'_message_key','user_unknown_login_failed'),(755967,122161,'_server_remote_addr','92.62.134.54'),(755968,122161,'_server_http_x_forwarded_for_0','92.62.134.54'),(755969,122162,'failed_username','luis-monteiro'),(755970,122162,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755971,122162,'_message_key','user_unknown_login_failed'),(755972,122162,'_server_remote_addr','92.62.134.54'),(755973,122162,'_server_http_x_forwarded_for_0','92.62.134.54'),(755974,122163,'failed_username','luis-monteiro'),(755975,122163,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755976,122163,'_message_key','user_unknown_login_failed'),(755977,122163,'_server_remote_addr','92.62.134.54'),(755978,122163,'_server_http_x_forwarded_for_0','92.62.134.54'),(755979,122164,'failed_username','luis-monteiro'),(755980,122164,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755981,122164,'_message_key','user_unknown_login_failed'),(755982,122164,'_server_remote_addr','92.62.134.54'),(755983,122164,'_server_http_x_forwarded_for_0','92.62.134.54'),(755984,122165,'failed_username','luis-monteiro'),(755985,122165,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755986,122165,'_message_key','user_unknown_login_failed'),(755987,122165,'_server_remote_addr','92.62.134.54'),(755988,122165,'_server_http_x_forwarded_for_0','92.62.134.54'),(755989,122166,'failed_username','luis-monteiro'),(755990,122166,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755991,122166,'_message_key','user_unknown_login_failed'),(755992,122166,'_server_remote_addr','92.62.134.54'),(755993,122166,'_server_http_x_forwarded_for_0','92.62.134.54'),(755994,122167,'failed_username','luis-monteiro'),(755995,122167,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(755996,122167,'_message_key','user_unknown_login_failed'),(755997,122167,'_server_remote_addr','92.62.134.54'),(755998,122167,'_server_http_x_forwarded_for_0','92.62.134.54'),(755999,122168,'failed_username','luis-monteiro'),(756000,122168,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756001,122168,'_message_key','user_unknown_login_failed'),(756002,122168,'_server_remote_addr','92.62.134.54'),(756003,122168,'_server_http_x_forwarded_for_0','92.62.134.54'),(756004,122169,'failed_username','luis-monteiro'),(756005,122169,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756006,122169,'_message_key','user_unknown_login_failed'),(756007,122169,'_server_remote_addr','92.62.134.54'),(756008,122169,'_server_http_x_forwarded_for_0','92.62.134.54'),(756009,122170,'failed_username','luis-monteiro'),(756010,122170,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756011,122170,'_message_key','user_unknown_login_failed'),(756012,122170,'_server_remote_addr','92.62.134.54'),(756013,122170,'_server_http_x_forwarded_for_0','92.62.134.54'),(756014,122171,'failed_username','luis-monteiro'),(756015,122171,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756016,122171,'_message_key','user_unknown_login_failed'),(756017,122171,'_server_remote_addr','92.62.134.54'),(756018,122171,'_server_http_x_forwarded_for_0','92.62.134.54'),(756019,122172,'failed_username','luis-monteiro'),(756020,122172,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756021,122172,'_message_key','user_unknown_login_failed'),(756022,122172,'_server_remote_addr','92.62.134.54'),(756023,122172,'_server_http_x_forwarded_for_0','92.62.134.54'),(756024,122173,'failed_username','luis-monteiro'),(756025,122173,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756026,122173,'_message_key','user_unknown_login_failed'),(756027,122173,'_server_remote_addr','92.62.134.54'),(756028,122173,'_server_http_x_forwarded_for_0','92.62.134.54'),(756029,122174,'failed_username','luis-monteiro'),(756030,122174,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756031,122174,'_message_key','user_unknown_login_failed'),(756032,122174,'_server_remote_addr','122.195.155.194'),(756033,122174,'_server_http_x_forwarded_for_0','122.195.155.194'),(756034,122175,'failed_username','luis-monteiro'),(756035,122175,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756036,122175,'_message_key','user_unknown_login_failed'),(756037,122175,'_server_remote_addr','122.195.155.194'),(756038,122175,'_server_http_x_forwarded_for_0','122.195.155.194'),(756039,122176,'failed_username','luis-monteiro'),(756040,122176,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756041,122176,'_message_key','user_unknown_login_failed'),(756042,122176,'_server_remote_addr','122.195.155.194'),(756043,122176,'_server_http_x_forwarded_for_0','122.195.155.194'),(756044,122177,'failed_username','luis-monteiro'),(756045,122177,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756046,122177,'_message_key','user_unknown_login_failed'),(756047,122177,'_server_remote_addr','122.195.155.194'),(756048,122177,'_server_http_x_forwarded_for_0','122.195.155.194'),(756049,122178,'failed_username','luis-monteiro'),(756050,122178,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756051,122178,'_message_key','user_unknown_login_failed'),(756052,122178,'_server_remote_addr','122.195.155.194'),(756053,122178,'_server_http_x_forwarded_for_0','122.195.155.194'),(756054,122179,'failed_username','luis-monteiro'),(756055,122179,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756056,122179,'_message_key','user_unknown_login_failed'),(756057,122179,'_server_remote_addr','122.195.155.194'),(756058,122179,'_server_http_x_forwarded_for_0','122.195.155.194'),(756059,122180,'failed_username','luis-monteiro'),(756060,122180,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756061,122180,'_message_key','user_unknown_login_failed'),(756062,122180,'_server_remote_addr','122.195.155.194'),(756063,122180,'_server_http_x_forwarded_for_0','122.195.155.194'),(756064,122181,'failed_username','luis-monteiro'),(756065,122181,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756066,122181,'_message_key','user_unknown_login_failed'),(756067,122181,'_server_remote_addr','122.195.155.194'),(756068,122181,'_server_http_x_forwarded_for_0','122.195.155.194'),(756069,122182,'failed_username','luis-monteiro'),(756070,122182,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756071,122182,'_message_key','user_unknown_login_failed'),(756072,122182,'_server_remote_addr','122.195.155.194'),(756073,122182,'_server_http_x_forwarded_for_0','122.195.155.194'),(756074,122183,'failed_username','luis-monteiro'),(756075,122183,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756076,122183,'_message_key','user_unknown_login_failed'),(756077,122183,'_server_remote_addr','122.195.155.194'),(756078,122183,'_server_http_x_forwarded_for_0','122.195.155.194'),(756079,122184,'failed_username','luis-monteiro'),(756080,122184,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756081,122184,'_message_key','user_unknown_login_failed'),(756082,122184,'_server_remote_addr','122.195.155.194'),(756083,122184,'_server_http_x_forwarded_for_0','122.195.155.194'),(756084,122185,'failed_username','luis-monteiro'),(756085,122185,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756086,122185,'_message_key','user_unknown_login_failed'),(756087,122185,'_server_remote_addr','122.195.155.194'),(756088,122185,'_server_http_x_forwarded_for_0','122.195.155.194'),(756089,122186,'failed_username','luis-monteiro'),(756090,122186,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756091,122186,'_message_key','user_unknown_login_failed'),(756092,122186,'_server_remote_addr','122.195.155.194'),(756093,122186,'_server_http_x_forwarded_for_0','122.195.155.194'),(756094,122187,'failed_username','luis-monteiro'),(756095,122187,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756096,122187,'_message_key','user_unknown_login_failed'),(756097,122187,'_server_remote_addr','122.195.155.194'),(756098,122187,'_server_http_x_forwarded_for_0','122.195.155.194'),(756099,122188,'failed_username','luis-monteiro'),(756100,122188,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756101,122188,'_message_key','user_unknown_login_failed'),(756102,122188,'_server_remote_addr','122.195.155.194'),(756103,122188,'_server_http_x_forwarded_for_0','122.195.155.194'),(756104,122189,'failed_username','luis-monteiro'),(756105,122189,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756106,122189,'_message_key','user_unknown_login_failed'),(756107,122189,'_server_remote_addr','122.195.155.194'),(756108,122189,'_server_http_x_forwarded_for_0','122.195.155.194'),(756109,122190,'failed_username','luis-monteiro'),(756110,122190,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756111,122190,'_message_key','user_unknown_login_failed'),(756112,122190,'_server_remote_addr','122.195.155.194'),(756113,122190,'_server_http_x_forwarded_for_0','122.195.155.194'),(756114,122191,'failed_username','luis-monteiro'),(756115,122191,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756116,122191,'_message_key','user_unknown_login_failed'),(756117,122191,'_server_remote_addr','122.195.155.194'),(756118,122191,'_server_http_x_forwarded_for_0','122.195.155.194'),(756119,122192,'failed_username','luis-monteiro'),(756120,122192,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756121,122192,'_message_key','user_unknown_login_failed'),(756122,122192,'_server_remote_addr','122.195.155.194'),(756123,122192,'_server_http_x_forwarded_for_0','122.195.155.194'),(756124,122193,'failed_username','luis-monteiro'),(756125,122193,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756126,122193,'_message_key','user_unknown_login_failed'),(756127,122193,'_server_remote_addr','122.195.155.194'),(756128,122193,'_server_http_x_forwarded_for_0','122.195.155.194'),(756129,122194,'failed_username','luis-monteiro'),(756130,122194,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756131,122194,'_message_key','user_unknown_login_failed'),(756132,122194,'_server_remote_addr','122.195.155.194'),(756133,122194,'_server_http_x_forwarded_for_0','122.195.155.194'),(756134,122195,'failed_username','luis-monteiro'),(756135,122195,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756136,122195,'_message_key','user_unknown_login_failed'),(756137,122195,'_server_remote_addr','122.195.155.194'),(756138,122195,'_server_http_x_forwarded_for_0','122.195.155.194'),(756139,122196,'failed_username','luis-monteiro'),(756140,122196,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756141,122196,'_message_key','user_unknown_login_failed'),(756142,122196,'_server_remote_addr','122.195.155.194'),(756143,122196,'_server_http_x_forwarded_for_0','122.195.155.194'),(756144,122197,'failed_username','luis-monteiro'),(756145,122197,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756146,122197,'_message_key','user_unknown_login_failed'),(756147,122197,'_server_remote_addr','122.195.155.194'),(756148,122197,'_server_http_x_forwarded_for_0','122.195.155.194'),(756149,122198,'failed_username','luis-monteiro'),(756150,122198,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756151,122198,'_message_key','user_unknown_login_failed'),(756152,122198,'_server_remote_addr','122.195.155.194'),(756153,122198,'_server_http_x_forwarded_for_0','122.195.155.194'),(756154,122199,'failed_username','luis-monteiro'),(756155,122199,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756156,122199,'_message_key','user_unknown_login_failed'),(756157,122199,'_server_remote_addr','122.195.155.194'),(756158,122199,'_server_http_x_forwarded_for_0','122.195.155.194'),(756159,122200,'failed_username','luis-monteiro'),(756160,122200,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756161,122200,'_message_key','user_unknown_login_failed'),(756162,122200,'_server_remote_addr','122.195.155.194'),(756163,122200,'_server_http_x_forwarded_for_0','122.195.155.194'),(756164,122201,'failed_username','luis-monteiro'),(756165,122201,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756166,122201,'_message_key','user_unknown_login_failed'),(756167,122201,'_server_remote_addr','122.195.155.194'),(756168,122201,'_server_http_x_forwarded_for_0','122.195.155.194'),(756169,122202,'failed_username','luis-monteiro'),(756170,122202,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756171,122202,'_message_key','user_unknown_login_failed'),(756172,122202,'_server_remote_addr','122.195.155.194'),(756173,122202,'_server_http_x_forwarded_for_0','122.195.155.194'),(756174,122203,'failed_username','luis-monteiro'),(756175,122203,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756176,122203,'_message_key','user_unknown_login_failed'),(756177,122203,'_server_remote_addr','122.195.155.194'),(756178,122203,'_server_http_x_forwarded_for_0','122.195.155.194'),(756179,122204,'failed_username','luis-monteiro'),(756180,122204,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756181,122204,'_message_key','user_unknown_login_failed'),(756182,122204,'_server_remote_addr','122.195.155.194'),(756183,122204,'_server_http_x_forwarded_for_0','122.195.155.194'),(756184,122205,'failed_username','luis-monteiro'),(756185,122205,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756186,122205,'_message_key','user_unknown_login_failed'),(756187,122205,'_server_remote_addr','122.195.155.194'),(756188,122205,'_server_http_x_forwarded_for_0','122.195.155.194'),(756189,122206,'failed_username','luis-monteiro'),(756190,122206,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756191,122206,'_message_key','user_unknown_login_failed'),(756192,122206,'_server_remote_addr','122.195.155.194'),(756193,122206,'_server_http_x_forwarded_for_0','122.195.155.194'),(756194,122207,'failed_username','luis-monteiro'),(756195,122207,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756196,122207,'_message_key','user_unknown_login_failed'),(756197,122207,'_server_remote_addr','122.195.155.194'),(756198,122207,'_server_http_x_forwarded_for_0','122.195.155.194'),(756199,122208,'failed_username','luis-monteiro'),(756200,122208,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756201,122208,'_message_key','user_unknown_login_failed'),(756202,122208,'_server_remote_addr','122.195.155.194'),(756203,122208,'_server_http_x_forwarded_for_0','122.195.155.194'),(756204,122209,'failed_username','luis-monteiro'),(756205,122209,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756206,122209,'_message_key','user_unknown_login_failed'),(756207,122209,'_server_remote_addr','122.195.155.194'),(756208,122209,'_server_http_x_forwarded_for_0','122.195.155.194'),(756209,122210,'failed_username','luis-monteiro'),(756210,122210,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756211,122210,'_message_key','user_unknown_login_failed'),(756212,122210,'_server_remote_addr','122.195.155.194'),(756213,122210,'_server_http_x_forwarded_for_0','122.195.155.194'),(756214,122211,'failed_username','luis-monteiro'),(756215,122211,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756216,122211,'_message_key','user_unknown_login_failed'),(756217,122211,'_server_remote_addr','122.195.155.194'),(756218,122211,'_server_http_x_forwarded_for_0','122.195.155.194'),(756219,122212,'failed_username','luis-monteiro'),(756220,122212,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756221,122212,'_message_key','user_unknown_login_failed'),(756222,122212,'_server_remote_addr','122.195.155.194'),(756223,122212,'_server_http_x_forwarded_for_0','122.195.155.194'),(756224,122213,'failed_username','luis-monteiro'),(756225,122213,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756226,122213,'_message_key','user_unknown_login_failed'),(756227,122213,'_server_remote_addr','122.195.155.194'),(756228,122213,'_server_http_x_forwarded_for_0','122.195.155.194'),(756229,122214,'failed_username','luis-monteiro'),(756230,122214,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756231,122214,'_message_key','user_unknown_login_failed'),(756232,122214,'_server_remote_addr','122.195.155.194'),(756233,122214,'_server_http_x_forwarded_for_0','122.195.155.194'),(756234,122215,'failed_username','luis-monteiro'),(756235,122215,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756236,122215,'_message_key','user_unknown_login_failed'),(756237,122215,'_server_remote_addr','122.195.155.194'),(756238,122215,'_server_http_x_forwarded_for_0','122.195.155.194'),(756239,122216,'failed_username','luis-monteiro'),(756240,122216,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756241,122216,'_message_key','user_unknown_login_failed'),(756242,122216,'_server_remote_addr','122.195.155.194'),(756243,122216,'_server_http_x_forwarded_for_0','122.195.155.194'),(756244,122217,'failed_username','luis-monteiro'),(756245,122217,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756246,122217,'_message_key','user_unknown_login_failed'),(756247,122217,'_server_remote_addr','122.195.155.194'),(756248,122217,'_server_http_x_forwarded_for_0','122.195.155.194'),(756249,122218,'failed_username','luis-monteiro'),(756250,122218,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756251,122218,'_message_key','user_unknown_login_failed'),(756252,122218,'_server_remote_addr','122.195.155.194'),(756253,122218,'_server_http_x_forwarded_for_0','122.195.155.194'),(756254,122219,'failed_username','luis-monteiro'),(756255,122219,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756256,122219,'_message_key','user_unknown_login_failed'),(756257,122219,'_server_remote_addr','61.53.66.4'),(756258,122219,'_server_http_x_forwarded_for_0','61.53.66.4'),(756259,122220,'failed_username','luis-monteiro'),(756260,122220,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756261,122220,'_message_key','user_unknown_login_failed'),(756262,122220,'_server_remote_addr','177.19.165.26'),(756263,122220,'_server_http_x_forwarded_for_0','177.19.165.26'),(756264,122221,'failed_username','luis-monteiro'),(756265,122221,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756266,122221,'_message_key','user_unknown_login_failed'),(756267,122221,'_server_remote_addr','177.19.165.26'),(756268,122221,'_server_http_x_forwarded_for_0','177.19.165.26'),(756269,122222,'failed_username','luis-monteiro'),(756270,122222,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756271,122222,'_message_key','user_unknown_login_failed'),(756272,122222,'_server_remote_addr','177.19.165.26'),(756273,122222,'_server_http_x_forwarded_for_0','177.19.165.26'),(756274,122223,'failed_username','luis-monteiro'),(756275,122223,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756276,122223,'_message_key','user_unknown_login_failed'),(756277,122223,'_server_remote_addr','177.19.165.26'),(756278,122223,'_server_http_x_forwarded_for_0','177.19.165.26'),(756279,122224,'failed_username','luis-monteiro'),(756280,122224,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756281,122224,'_message_key','user_unknown_login_failed'),(756282,122224,'_server_remote_addr','177.19.165.26'),(756283,122224,'_server_http_x_forwarded_for_0','177.19.165.26'),(756284,122225,'failed_username','luis-monteiro'),(756285,122225,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756286,122225,'_message_key','user_unknown_login_failed'),(756287,122225,'_server_remote_addr','177.19.165.26'),(756288,122225,'_server_http_x_forwarded_for_0','177.19.165.26'),(756289,122226,'failed_username','luis-monteiro'),(756290,122226,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756291,122226,'_message_key','user_unknown_login_failed'),(756292,122226,'_server_remote_addr','177.19.165.26'),(756293,122226,'_server_http_x_forwarded_for_0','177.19.165.26'),(756294,122227,'failed_username','luis-monteiro'),(756295,122227,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756296,122227,'_message_key','user_unknown_login_failed'),(756297,122227,'_server_remote_addr','177.19.165.26'),(756298,122227,'_server_http_x_forwarded_for_0','177.19.165.26'),(756299,122228,'failed_username','luis-monteiro'),(756300,122228,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756301,122228,'_message_key','user_unknown_login_failed'),(756302,122228,'_server_remote_addr','177.19.165.26'),(756303,122228,'_server_http_x_forwarded_for_0','177.19.165.26'),(756304,122229,'failed_username','luis-monteiro'),(756305,122229,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756306,122229,'_message_key','user_unknown_login_failed'),(756307,122229,'_server_remote_addr','177.19.165.26'),(756308,122229,'_server_http_x_forwarded_for_0','177.19.165.26'),(756309,122230,'failed_username','luis-monteiro'),(756310,122230,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756311,122230,'_message_key','user_unknown_login_failed'),(756312,122230,'_server_remote_addr','177.19.165.26'),(756313,122230,'_server_http_x_forwarded_for_0','177.19.165.26'),(756314,122231,'failed_username','luis-monteiro'),(756315,122231,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756316,122231,'_message_key','user_unknown_login_failed'),(756317,122231,'_server_remote_addr','177.19.165.26'),(756318,122231,'_server_http_x_forwarded_for_0','177.19.165.26'),(756319,122232,'failed_username','luis-monteiro'),(756320,122232,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(756321,122232,'_message_key','user_unknown_login_failed'),(756322,122232,'_server_remote_addr','177.19.165.26'),(756323,122232,'_server_http_x_forwarded_for_0','177.19.165.26'),(756324,122233,'wp_core_current_version','4.9.8'),(756325,122233,'wp_core_new_version','5.0'),(756326,122233,'_message_key','core_update_available'),(756327,122233,'_server_remote_addr','130.185.87.25'),(756328,122233,'_server_http_x_forwarded_for_0','130.185.87.25'),(756329,122233,'_server_http_referer','https://carpi2018.org/wp-cron.php?doing_wp_cron=1544162722.7176339626312255859375'),(756330,122234,'theme_name','Twenty Fifteen'),(756331,122234,'theme_current_version','2.0'),(756332,122234,'theme_new_version','2.1'),(756333,122234,'_message_key','theme_update_available'),(756334,122234,'_server_remote_addr','130.185.87.25'),(756335,122234,'_server_http_x_forwarded_for_0','130.185.87.25'),(756336,122234,'_server_http_referer','https://carpi2018.org/wp-cron.php?doing_wp_cron=1544162722.7176339626312255859375'),(756337,122235,'theme_name','Twenty Seventeen'),(756338,122235,'theme_current_version','1.6'),(756339,122235,'theme_new_version','1.8'),(756340,122235,'_message_key','theme_update_available'),(756341,122235,'_server_remote_addr','130.185.87.25'),(756342,122235,'_server_http_x_forwarded_for_0','130.185.87.25'),(756343,122235,'_server_http_referer','https://carpi2018.org/wp-cron.php?doing_wp_cron=1544162722.7176339626312255859375'),(756344,122236,'theme_name','Twenty Sixteen'),(756345,122236,'theme_current_version','1.5'),(756346,122236,'theme_new_version','1.6'),(756347,122236,'_message_key','theme_update_available'),(756348,122236,'_server_remote_addr','130.185.87.25'),(756349,122236,'_server_http_x_forwarded_for_0','130.185.87.25'),(756350,122236,'_server_http_referer','https://carpi2018.org/wp-cron.php?doing_wp_cron=1544162722.7176339626312255859375'),(756351,122237,'login_id','1'),(756352,122237,'login_email','mentolnet@gmail.com'),(756353,122237,'login','mentol'),(756354,122237,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756355,122237,'_message_key','user_login_failed'),(756356,122237,'_xmlrpc_request','true'),(756357,122237,'_server_remote_addr','46.118.126.87'),(756358,122237,'_server_http_x_forwarded_for_0','46.118.126.87'),(756359,122238,'login_id','1'),(756360,122238,'login_email','mentolnet@gmail.com'),(756361,122238,'login','mentol'),(756362,122238,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756363,122238,'_message_key','user_login_failed'),(756364,122238,'_xmlrpc_request','true'),(756365,122238,'_server_remote_addr','46.118.126.87'),(756366,122238,'_server_http_x_forwarded_for_0','46.118.126.87'),(756367,122239,'login_id','1'),(756368,122239,'login_email','mentolnet@gmail.com'),(756369,122239,'login','mentol'),(756370,122239,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756371,122239,'_message_key','user_login_failed'),(756372,122239,'_xmlrpc_request','true'),(756373,122239,'_server_remote_addr','46.118.126.87'),(756374,122239,'_server_http_x_forwarded_for_0','46.118.126.87'),(756375,122240,'login_id','1'),(756376,122240,'login_email','mentolnet@gmail.com'),(756377,122240,'login','mentol'),(756378,122240,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756379,122240,'_message_key','user_login_failed'),(756380,122240,'_xmlrpc_request','true'),(756381,122240,'_server_remote_addr','46.118.126.87'),(756382,122240,'_server_http_x_forwarded_for_0','46.118.126.87'),(756383,122241,'login_id','1'),(756384,122241,'login_email','mentolnet@gmail.com'),(756385,122241,'login','mentol'),(756386,122241,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756387,122241,'_message_key','user_login_failed'),(756388,122241,'_xmlrpc_request','true'),(756389,122241,'_server_remote_addr','46.118.126.87'),(756390,122241,'_server_http_x_forwarded_for_0','46.118.126.87'),(756391,122242,'login_id','1'),(756392,122242,'login_email','mentolnet@gmail.com'),(756393,122242,'login','mentol'),(756394,122242,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756395,122242,'_message_key','user_login_failed'),(756396,122242,'_xmlrpc_request','true'),(756397,122242,'_server_remote_addr','46.118.126.87'),(756398,122242,'_server_http_x_forwarded_for_0','46.118.126.87'),(756399,122243,'login_id','1'),(756400,122243,'login_email','mentolnet@gmail.com'),(756401,122243,'login','mentol'),(756402,122243,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756403,122243,'_message_key','user_login_failed'),(756404,122243,'_xmlrpc_request','true'),(756405,122243,'_server_remote_addr','46.118.126.87'),(756406,122243,'_server_http_x_forwarded_for_0','46.118.126.87'),(756407,122244,'login_id','1'),(756408,122244,'login_email','mentolnet@gmail.com'),(756409,122244,'login','mentol'),(756410,122244,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756411,122244,'_message_key','user_login_failed'),(756412,122244,'_xmlrpc_request','true'),(756413,122244,'_server_remote_addr','46.118.126.87'),(756414,122244,'_server_http_x_forwarded_for_0','46.118.126.87'),(756415,122245,'login_id','1'),(756416,122245,'login_email','mentolnet@gmail.com'),(756417,122245,'login','mentol'),(756418,122245,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756419,122245,'_message_key','user_login_failed'),(756420,122245,'_xmlrpc_request','true'),(756421,122245,'_server_remote_addr','46.118.126.87'),(756422,122245,'_server_http_x_forwarded_for_0','46.118.126.87'),(756423,122246,'login_id','1'),(756424,122246,'login_email','mentolnet@gmail.com'),(756425,122246,'login','mentol'),(756426,122246,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756427,122246,'_message_key','user_login_failed'),(756428,122246,'_xmlrpc_request','true'),(756429,122246,'_server_remote_addr','46.118.126.87'),(756430,122246,'_server_http_x_forwarded_for_0','46.118.126.87'),(756431,122247,'login_id','1'),(756432,122247,'login_email','mentolnet@gmail.com'),(756433,122247,'login','mentol'),(756434,122247,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756435,122247,'_message_key','user_login_failed'),(756436,122247,'_xmlrpc_request','true'),(756437,122247,'_server_remote_addr','46.118.126.87'),(756438,122247,'_server_http_x_forwarded_for_0','46.118.126.87'),(756439,122248,'login_id','1'),(756440,122248,'login_email','mentolnet@gmail.com'),(756441,122248,'login','mentol'),(756442,122248,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756443,122248,'_message_key','user_login_failed'),(756444,122248,'_xmlrpc_request','true'),(756445,122248,'_server_remote_addr','46.118.126.87'),(756446,122248,'_server_http_x_forwarded_for_0','46.118.126.87'),(756447,122249,'login_id','1'),(756448,122249,'login_email','mentolnet@gmail.com'),(756449,122249,'login','mentol'),(756450,122249,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756451,122249,'_message_key','user_login_failed'),(756452,122249,'_xmlrpc_request','true'),(756453,122249,'_server_remote_addr','46.118.126.87'),(756454,122249,'_server_http_x_forwarded_for_0','46.118.126.87'),(756455,122250,'login_id','1'),(756456,122250,'login_email','mentolnet@gmail.com'),(756457,122250,'login','mentol'),(756458,122250,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756459,122250,'_message_key','user_login_failed'),(756460,122250,'_xmlrpc_request','true'),(756461,122250,'_server_remote_addr','46.118.126.87'),(756462,122250,'_server_http_x_forwarded_for_0','46.118.126.87'),(756463,122251,'login_id','1'),(756464,122251,'login_email','mentolnet@gmail.com'),(756465,122251,'login','mentol'),(756466,122251,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756467,122251,'_message_key','user_login_failed'),(756468,122251,'_xmlrpc_request','true'),(756469,122251,'_server_remote_addr','46.118.126.87'),(756470,122251,'_server_http_x_forwarded_for_0','46.118.126.87'),(756471,122252,'login_id','1'),(756472,122252,'login_email','mentolnet@gmail.com'),(756473,122252,'login','mentol'),(756474,122252,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756475,122252,'_message_key','user_login_failed'),(756476,122252,'_xmlrpc_request','true'),(756477,122252,'_server_remote_addr','46.118.126.87'),(756478,122252,'_server_http_x_forwarded_for_0','46.118.126.87'),(756479,122253,'login_id','1'),(756480,122253,'login_email','mentolnet@gmail.com'),(756481,122253,'login','mentol'),(756482,122253,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756483,122253,'_message_key','user_login_failed'),(756484,122253,'_xmlrpc_request','true'),(756485,122253,'_server_remote_addr','46.118.126.87'),(756486,122253,'_server_http_x_forwarded_for_0','46.118.126.87'),(756487,122254,'login_id','1'),(756488,122254,'login_email','mentolnet@gmail.com'),(756489,122254,'login','mentol'),(756490,122254,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756491,122254,'_message_key','user_login_failed'),(756492,122254,'_xmlrpc_request','true'),(756493,122254,'_server_remote_addr','46.118.126.87'),(756494,122254,'_server_http_x_forwarded_for_0','46.118.126.87'),(756495,122255,'login_id','1'),(756496,122255,'login_email','mentolnet@gmail.com'),(756497,122255,'login','mentol'),(756498,122255,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756499,122255,'_message_key','user_login_failed'),(756500,122255,'_xmlrpc_request','true'),(756501,122255,'_server_remote_addr','46.118.126.87'),(756502,122255,'_server_http_x_forwarded_for_0','46.118.126.87'),(756503,122256,'login_id','1'),(756504,122256,'login_email','mentolnet@gmail.com'),(756505,122256,'login','mentol'),(756506,122256,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756507,122256,'_message_key','user_login_failed'),(756508,122256,'_xmlrpc_request','true'),(756509,122256,'_server_remote_addr','46.118.126.87'),(756510,122256,'_server_http_x_forwarded_for_0','46.118.126.87'),(756511,122257,'login_id','1'),(756512,122257,'login_email','mentolnet@gmail.com'),(756513,122257,'login','mentol'),(756514,122257,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756515,122257,'_message_key','user_login_failed'),(756516,122257,'_xmlrpc_request','true'),(756517,122257,'_server_remote_addr','46.118.126.87'),(756518,122257,'_server_http_x_forwarded_for_0','46.118.126.87'),(756519,122258,'login_id','1'),(756520,122258,'login_email','mentolnet@gmail.com'),(756521,122258,'login','mentol'),(756522,122258,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756523,122258,'_message_key','user_login_failed'),(756524,122258,'_xmlrpc_request','true'),(756525,122258,'_server_remote_addr','46.118.126.87'),(756526,122258,'_server_http_x_forwarded_for_0','46.118.126.87'),(756527,122259,'login_id','1'),(756528,122259,'login_email','mentolnet@gmail.com'),(756529,122259,'login','mentol'),(756530,122259,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756531,122259,'_message_key','user_login_failed'),(756532,122259,'_xmlrpc_request','true'),(756533,122259,'_server_remote_addr','46.118.126.87'),(756534,122259,'_server_http_x_forwarded_for_0','46.118.126.87'),(756535,122260,'login_id','1'),(756536,122260,'login_email','mentolnet@gmail.com'),(756537,122260,'login','mentol'),(756538,122260,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756539,122260,'_message_key','user_login_failed'),(756540,122260,'_xmlrpc_request','true'),(756541,122260,'_server_remote_addr','46.118.126.87'),(756542,122260,'_server_http_x_forwarded_for_0','46.118.126.87'),(756543,122261,'login_id','1'),(756544,122261,'login_email','mentolnet@gmail.com'),(756545,122261,'login','mentol'),(756546,122261,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756547,122261,'_message_key','user_login_failed'),(756548,122261,'_xmlrpc_request','true'),(756549,122261,'_server_remote_addr','46.118.126.87'),(756550,122261,'_server_http_x_forwarded_for_0','46.118.126.87'),(756551,122262,'login_id','1'),(756552,122262,'login_email','mentolnet@gmail.com'),(756553,122262,'login','mentol'),(756554,122262,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756555,122262,'_message_key','user_login_failed'),(756556,122262,'_xmlrpc_request','true'),(756557,122262,'_server_remote_addr','46.118.126.87'),(756558,122262,'_server_http_x_forwarded_for_0','46.118.126.87'),(756559,122263,'login_id','1'),(756560,122263,'login_email','mentolnet@gmail.com'),(756561,122263,'login','mentol'),(756562,122263,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756563,122263,'_message_key','user_login_failed'),(756564,122263,'_xmlrpc_request','true'),(756565,122263,'_server_remote_addr','46.118.126.87'),(756566,122263,'_server_http_x_forwarded_for_0','46.118.126.87'),(756567,122264,'login_id','1'),(756568,122264,'login_email','mentolnet@gmail.com'),(756569,122264,'login','mentol'),(756570,122264,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756571,122264,'_message_key','user_login_failed'),(756572,122264,'_xmlrpc_request','true'),(756573,122264,'_server_remote_addr','46.118.126.87'),(756574,122264,'_server_http_x_forwarded_for_0','46.118.126.87'),(756575,122265,'login_id','1'),(756576,122265,'login_email','mentolnet@gmail.com'),(756577,122265,'login','mentol'),(756578,122265,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756579,122265,'_message_key','user_login_failed'),(756580,122265,'_xmlrpc_request','true'),(756581,122265,'_server_remote_addr','46.118.126.87'),(756582,122265,'_server_http_x_forwarded_for_0','46.118.126.87'),(756583,122266,'login_id','1'),(756584,122266,'login_email','mentolnet@gmail.com'),(756585,122266,'login','mentol'),(756586,122266,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756587,122266,'_message_key','user_login_failed'),(756588,122266,'_xmlrpc_request','true'),(756589,122266,'_server_remote_addr','46.118.126.87'),(756590,122266,'_server_http_x_forwarded_for_0','46.118.126.87'),(756591,122267,'login_id','1'),(756592,122267,'login_email','mentolnet@gmail.com'),(756593,122267,'login','mentol'),(756594,122267,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756595,122267,'_message_key','user_login_failed'),(756596,122267,'_xmlrpc_request','true'),(756597,122267,'_server_remote_addr','46.118.126.87'),(756598,122267,'_server_http_x_forwarded_for_0','46.118.126.87'),(756599,122268,'login_id','1'),(756600,122268,'login_email','mentolnet@gmail.com'),(756601,122268,'login','mentol'),(756602,122268,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756603,122268,'_message_key','user_login_failed'),(756604,122268,'_xmlrpc_request','true'),(756605,122268,'_server_remote_addr','46.118.126.87'),(756606,122268,'_server_http_x_forwarded_for_0','46.118.126.87'),(756607,122269,'login_id','1'),(756608,122269,'login_email','mentolnet@gmail.com'),(756609,122269,'login','mentol'),(756610,122269,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756611,122269,'_message_key','user_login_failed'),(756612,122269,'_xmlrpc_request','true'),(756613,122269,'_server_remote_addr','46.118.126.87'),(756614,122269,'_server_http_x_forwarded_for_0','46.118.126.87'),(756615,122270,'login_id','1'),(756616,122270,'login_email','mentolnet@gmail.com'),(756617,122270,'login','mentol'),(756618,122270,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756619,122270,'_message_key','user_login_failed'),(756620,122270,'_xmlrpc_request','true'),(756621,122270,'_server_remote_addr','46.118.126.87'),(756622,122270,'_server_http_x_forwarded_for_0','46.118.126.87'),(756623,122271,'login_id','1'),(756624,122271,'login_email','mentolnet@gmail.com'),(756625,122271,'login','mentol'),(756626,122271,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756627,122271,'_message_key','user_login_failed'),(756628,122271,'_xmlrpc_request','true'),(756629,122271,'_server_remote_addr','46.118.126.87'),(756630,122271,'_server_http_x_forwarded_for_0','46.118.126.87'),(756631,122272,'login_id','1'),(756632,122272,'login_email','mentolnet@gmail.com'),(756633,122272,'login','mentol'),(756634,122272,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756635,122272,'_message_key','user_login_failed'),(756636,122272,'_xmlrpc_request','true'),(756637,122272,'_server_remote_addr','46.118.126.87'),(756638,122272,'_server_http_x_forwarded_for_0','46.118.126.87'),(756639,122273,'login_id','1'),(756640,122273,'login_email','mentolnet@gmail.com'),(756641,122273,'login','mentol'),(756642,122273,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756643,122273,'_message_key','user_login_failed'),(756644,122273,'_xmlrpc_request','true'),(756645,122273,'_server_remote_addr','46.118.126.87'),(756646,122273,'_server_http_x_forwarded_for_0','46.118.126.87'),(756647,122274,'login_id','1'),(756648,122274,'login_email','mentolnet@gmail.com'),(756649,122274,'login','mentol'),(756650,122274,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756651,122274,'_message_key','user_login_failed'),(756652,122274,'_xmlrpc_request','true'),(756653,122274,'_server_remote_addr','46.118.126.87'),(756654,122274,'_server_http_x_forwarded_for_0','46.118.126.87'),(756655,122275,'login_id','1'),(756656,122275,'login_email','mentolnet@gmail.com'),(756657,122275,'login','mentol'),(756658,122275,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756659,122275,'_message_key','user_login_failed'),(756660,122275,'_xmlrpc_request','true'),(756661,122275,'_server_remote_addr','46.118.126.87'),(756662,122275,'_server_http_x_forwarded_for_0','46.118.126.87'),(756663,122276,'login_id','1'),(756664,122276,'login_email','mentolnet@gmail.com'),(756665,122276,'login','mentol'),(756666,122276,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756667,122276,'_message_key','user_login_failed'),(756668,122276,'_xmlrpc_request','true'),(756669,122276,'_server_remote_addr','46.118.126.87'),(756670,122276,'_server_http_x_forwarded_for_0','46.118.126.87'),(756671,122277,'login_id','1'),(756672,122277,'login_email','mentolnet@gmail.com'),(756673,122277,'login','mentol'),(756674,122277,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756675,122277,'_message_key','user_login_failed'),(756676,122277,'_xmlrpc_request','true'),(756677,122277,'_server_remote_addr','46.118.126.87'),(756678,122277,'_server_http_x_forwarded_for_0','46.118.126.87'),(756679,122278,'login_id','1'),(756680,122278,'login_email','mentolnet@gmail.com'),(756681,122278,'login','mentol'),(756682,122278,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756683,122278,'_message_key','user_login_failed'),(756684,122278,'_xmlrpc_request','true'),(756685,122278,'_server_remote_addr','46.118.126.87'),(756686,122278,'_server_http_x_forwarded_for_0','46.118.126.87'),(756687,122279,'login_id','1'),(756688,122279,'login_email','mentolnet@gmail.com'),(756689,122279,'login','mentol'),(756690,122279,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756691,122279,'_message_key','user_login_failed'),(756692,122279,'_xmlrpc_request','true'),(756693,122279,'_server_remote_addr','46.118.126.87'),(756694,122279,'_server_http_x_forwarded_for_0','46.118.126.87'),(756695,122280,'login_id','1'),(756696,122280,'login_email','mentolnet@gmail.com'),(756697,122280,'login','mentol'),(756698,122280,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756699,122280,'_message_key','user_login_failed'),(756700,122280,'_xmlrpc_request','true'),(756701,122280,'_server_remote_addr','46.118.126.87'),(756702,122280,'_server_http_x_forwarded_for_0','46.118.126.87'),(756703,122281,'login_id','1'),(756704,122281,'login_email','mentolnet@gmail.com'),(756705,122281,'login','mentol'),(756706,122281,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756707,122281,'_message_key','user_login_failed'),(756708,122281,'_xmlrpc_request','true'),(756709,122281,'_server_remote_addr','46.118.126.87'),(756710,122281,'_server_http_x_forwarded_for_0','46.118.126.87'),(756711,122282,'login_id','1'),(756712,122282,'login_email','mentolnet@gmail.com'),(756713,122282,'login','mentol'),(756714,122282,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756715,122282,'_message_key','user_login_failed'),(756716,122282,'_xmlrpc_request','true'),(756717,122282,'_server_remote_addr','46.118.126.87'),(756718,122282,'_server_http_x_forwarded_for_0','46.118.126.87'),(756719,122283,'login_id','1'),(756720,122283,'login_email','mentolnet@gmail.com'),(756721,122283,'login','mentol'),(756722,122283,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756723,122283,'_message_key','user_login_failed'),(756724,122283,'_xmlrpc_request','true'),(756725,122283,'_server_remote_addr','46.118.126.87'),(756726,122283,'_server_http_x_forwarded_for_0','46.118.126.87'),(756727,122284,'login_id','1'),(756728,122284,'login_email','mentolnet@gmail.com'),(756729,122284,'login','mentol'),(756730,122284,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756731,122284,'_message_key','user_login_failed'),(756732,122284,'_xmlrpc_request','true'),(756733,122284,'_server_remote_addr','46.118.126.87'),(756734,122284,'_server_http_x_forwarded_for_0','46.118.126.87'),(756735,122285,'login_id','1'),(756736,122285,'login_email','mentolnet@gmail.com'),(756737,122285,'login','mentol'),(756738,122285,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756739,122285,'_message_key','user_login_failed'),(756740,122285,'_xmlrpc_request','true'),(756741,122285,'_server_remote_addr','46.118.126.87'),(756742,122285,'_server_http_x_forwarded_for_0','46.118.126.87'),(756743,122286,'login_id','1'),(756744,122286,'login_email','mentolnet@gmail.com'),(756745,122286,'login','mentol'),(756746,122286,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756747,122286,'_message_key','user_login_failed'),(756748,122286,'_xmlrpc_request','true'),(756749,122286,'_server_remote_addr','46.118.126.87'),(756750,122286,'_server_http_x_forwarded_for_0','46.118.126.87'),(756751,122287,'login_id','1'),(756752,122287,'login_email','mentolnet@gmail.com'),(756753,122287,'login','mentol'),(756754,122287,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756755,122287,'_message_key','user_login_failed'),(756756,122287,'_xmlrpc_request','true'),(756757,122287,'_server_remote_addr','46.118.126.87'),(756758,122287,'_server_http_x_forwarded_for_0','46.118.126.87'),(756759,122288,'login_id','1'),(756760,122288,'login_email','mentolnet@gmail.com'),(756761,122288,'login','mentol'),(756762,122288,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756763,122288,'_message_key','user_login_failed'),(756764,122288,'_xmlrpc_request','true'),(756765,122288,'_server_remote_addr','46.118.126.87'),(756766,122288,'_server_http_x_forwarded_for_0','46.118.126.87'),(756767,122289,'login_id','1'),(756768,122289,'login_email','mentolnet@gmail.com'),(756769,122289,'login','mentol'),(756770,122289,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756771,122289,'_message_key','user_login_failed'),(756772,122289,'_xmlrpc_request','true'),(756773,122289,'_server_remote_addr','46.118.126.87'),(756774,122289,'_server_http_x_forwarded_for_0','46.118.126.87'),(756775,122290,'login_id','1'),(756776,122290,'login_email','mentolnet@gmail.com'),(756777,122290,'login','mentol'),(756778,122290,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756779,122290,'_message_key','user_login_failed'),(756780,122290,'_xmlrpc_request','true'),(756781,122290,'_server_remote_addr','46.118.126.87'),(756782,122290,'_server_http_x_forwarded_for_0','46.118.126.87'),(756783,122291,'login_id','1'),(756784,122291,'login_email','mentolnet@gmail.com'),(756785,122291,'login','mentol'),(756786,122291,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756787,122291,'_message_key','user_login_failed'),(756788,122291,'_xmlrpc_request','true'),(756789,122291,'_server_remote_addr','46.118.126.87'),(756790,122291,'_server_http_x_forwarded_for_0','46.118.126.87'),(756791,122292,'login_id','1'),(756792,122292,'login_email','mentolnet@gmail.com'),(756793,122292,'login','mentol'),(756794,122292,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756795,122292,'_message_key','user_login_failed'),(756796,122292,'_xmlrpc_request','true'),(756797,122292,'_server_remote_addr','46.118.126.87'),(756798,122292,'_server_http_x_forwarded_for_0','46.118.126.87'),(756799,122293,'login_id','1'),(756800,122293,'login_email','mentolnet@gmail.com'),(756801,122293,'login','mentol'),(756802,122293,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756803,122293,'_message_key','user_login_failed'),(756804,122293,'_xmlrpc_request','true'),(756805,122293,'_server_remote_addr','46.118.126.87'),(756806,122293,'_server_http_x_forwarded_for_0','46.118.126.87'),(756807,122294,'login_id','1'),(756808,122294,'login_email','mentolnet@gmail.com'),(756809,122294,'login','mentol'),(756810,122294,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756811,122294,'_message_key','user_login_failed'),(756812,122294,'_xmlrpc_request','true'),(756813,122294,'_server_remote_addr','46.118.126.87'),(756814,122294,'_server_http_x_forwarded_for_0','46.118.126.87'),(756815,122295,'login_id','1'),(756816,122295,'login_email','mentolnet@gmail.com'),(756817,122295,'login','mentol'),(756818,122295,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756819,122295,'_message_key','user_login_failed'),(756820,122295,'_xmlrpc_request','true'),(756821,122295,'_server_remote_addr','46.118.126.87'),(756822,122295,'_server_http_x_forwarded_for_0','46.118.126.87'),(756823,122296,'login_id','1'),(756824,122296,'login_email','mentolnet@gmail.com'),(756825,122296,'login','mentol'),(756826,122296,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756827,122296,'_message_key','user_login_failed'),(756828,122296,'_xmlrpc_request','true'),(756829,122296,'_server_remote_addr','46.118.126.87'),(756830,122296,'_server_http_x_forwarded_for_0','46.118.126.87'),(756831,122297,'login_id','1'),(756832,122297,'login_email','mentolnet@gmail.com'),(756833,122297,'login','mentol'),(756834,122297,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756835,122297,'_message_key','user_login_failed'),(756836,122297,'_xmlrpc_request','true'),(756837,122297,'_server_remote_addr','46.118.126.87'),(756838,122297,'_server_http_x_forwarded_for_0','46.118.126.87'),(756839,122298,'login_id','1'),(756840,122298,'login_email','mentolnet@gmail.com'),(756841,122298,'login','mentol'),(756842,122298,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756843,122298,'_message_key','user_login_failed'),(756844,122298,'_xmlrpc_request','true'),(756845,122298,'_server_remote_addr','46.118.126.87'),(756846,122298,'_server_http_x_forwarded_for_0','46.118.126.87'),(756847,122299,'login_id','1'),(756848,122299,'login_email','mentolnet@gmail.com'),(756849,122299,'login','mentol'),(756850,122299,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756851,122299,'_message_key','user_login_failed'),(756852,122299,'_xmlrpc_request','true'),(756853,122299,'_server_remote_addr','46.118.126.87'),(756854,122299,'_server_http_x_forwarded_for_0','46.118.126.87'),(756855,122300,'login_id','1'),(756856,122300,'login_email','mentolnet@gmail.com'),(756857,122300,'login','mentol'),(756858,122300,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756859,122300,'_message_key','user_login_failed'),(756860,122300,'_xmlrpc_request','true'),(756861,122300,'_server_remote_addr','46.118.126.87'),(756862,122300,'_server_http_x_forwarded_for_0','46.118.126.87'),(756863,122301,'login_id','1'),(756864,122301,'login_email','mentolnet@gmail.com'),(756865,122301,'login','mentol'),(756866,122301,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756867,122301,'_message_key','user_login_failed'),(756868,122301,'_xmlrpc_request','true'),(756869,122301,'_server_remote_addr','46.118.126.87'),(756870,122301,'_server_http_x_forwarded_for_0','46.118.126.87'),(756871,122302,'login_id','1'),(756872,122302,'login_email','mentolnet@gmail.com'),(756873,122302,'login','mentol'),(756874,122302,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756875,122302,'_message_key','user_login_failed'),(756876,122302,'_xmlrpc_request','true'),(756877,122302,'_server_remote_addr','46.118.126.87'),(756878,122302,'_server_http_x_forwarded_for_0','46.118.126.87'),(756879,122303,'login_id','1'),(756880,122303,'login_email','mentolnet@gmail.com'),(756881,122303,'login','mentol'),(756882,122303,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756883,122303,'_message_key','user_login_failed'),(756884,122303,'_xmlrpc_request','true'),(756885,122303,'_server_remote_addr','46.118.126.87'),(756886,122303,'_server_http_x_forwarded_for_0','46.118.126.87'),(756887,122304,'login_id','1'),(756888,122304,'login_email','mentolnet@gmail.com'),(756889,122304,'login','mentol'),(756890,122304,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756891,122304,'_message_key','user_login_failed'),(756892,122304,'_xmlrpc_request','true'),(756893,122304,'_server_remote_addr','46.118.126.87'),(756894,122304,'_server_http_x_forwarded_for_0','46.118.126.87'),(756895,122305,'login_id','1'),(756896,122305,'login_email','mentolnet@gmail.com'),(756897,122305,'login','mentol'),(756898,122305,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756899,122305,'_message_key','user_login_failed'),(756900,122305,'_xmlrpc_request','true'),(756901,122305,'_server_remote_addr','46.118.126.87'),(756902,122305,'_server_http_x_forwarded_for_0','46.118.126.87'),(756903,122306,'login_id','1'),(756904,122306,'login_email','mentolnet@gmail.com'),(756905,122306,'login','mentol'),(756906,122306,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756907,122306,'_message_key','user_login_failed'),(756908,122306,'_xmlrpc_request','true'),(756909,122306,'_server_remote_addr','46.118.126.87'),(756910,122306,'_server_http_x_forwarded_for_0','46.118.126.87'),(756911,122307,'login_id','1'),(756912,122307,'login_email','mentolnet@gmail.com'),(756913,122307,'login','mentol'),(756914,122307,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756915,122307,'_message_key','user_login_failed'),(756916,122307,'_xmlrpc_request','true'),(756917,122307,'_server_remote_addr','46.118.126.87'),(756918,122307,'_server_http_x_forwarded_for_0','46.118.126.87'),(756919,122308,'login_id','1'),(756920,122308,'login_email','mentolnet@gmail.com'),(756921,122308,'login','mentol'),(756922,122308,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756923,122308,'_message_key','user_login_failed'),(756924,122308,'_xmlrpc_request','true'),(756925,122308,'_server_remote_addr','46.118.126.87'),(756926,122308,'_server_http_x_forwarded_for_0','46.118.126.87'),(756927,122309,'login_id','1'),(756928,122309,'login_email','mentolnet@gmail.com'),(756929,122309,'login','mentol'),(756930,122309,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756931,122309,'_message_key','user_login_failed'),(756932,122309,'_xmlrpc_request','true'),(756933,122309,'_server_remote_addr','46.118.126.87'),(756934,122309,'_server_http_x_forwarded_for_0','46.118.126.87'),(756935,122310,'login_id','1'),(756936,122310,'login_email','mentolnet@gmail.com'),(756937,122310,'login','mentol'),(756938,122310,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756939,122310,'_message_key','user_login_failed'),(756940,122310,'_xmlrpc_request','true'),(756941,122310,'_server_remote_addr','46.118.126.87'),(756942,122310,'_server_http_x_forwarded_for_0','46.118.126.87'),(756943,122311,'login_id','1'),(756944,122311,'login_email','mentolnet@gmail.com'),(756945,122311,'login','mentol'),(756946,122311,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756947,122311,'_message_key','user_login_failed'),(756948,122311,'_xmlrpc_request','true'),(756949,122311,'_server_remote_addr','46.118.126.87'),(756950,122311,'_server_http_x_forwarded_for_0','46.118.126.87'),(756951,122312,'login_id','1'),(756952,122312,'login_email','mentolnet@gmail.com'),(756953,122312,'login','mentol'),(756954,122312,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756955,122312,'_message_key','user_login_failed'),(756956,122312,'_xmlrpc_request','true'),(756957,122312,'_server_remote_addr','46.118.126.87'),(756958,122312,'_server_http_x_forwarded_for_0','46.118.126.87'),(756959,122313,'login_id','1'),(756960,122313,'login_email','mentolnet@gmail.com'),(756961,122313,'login','mentol'),(756962,122313,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756963,122313,'_message_key','user_login_failed'),(756964,122313,'_xmlrpc_request','true'),(756965,122313,'_server_remote_addr','46.118.126.87'),(756966,122313,'_server_http_x_forwarded_for_0','46.118.126.87'),(756967,122314,'login_id','1'),(756968,122314,'login_email','mentolnet@gmail.com'),(756969,122314,'login','mentol'),(756970,122314,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756971,122314,'_message_key','user_login_failed'),(756972,122314,'_xmlrpc_request','true'),(756973,122314,'_server_remote_addr','46.118.126.87'),(756974,122314,'_server_http_x_forwarded_for_0','46.118.126.87'),(756975,122315,'login_id','1'),(756976,122315,'login_email','mentolnet@gmail.com'),(756977,122315,'login','mentol'),(756978,122315,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756979,122315,'_message_key','user_login_failed'),(756980,122315,'_xmlrpc_request','true'),(756981,122315,'_server_remote_addr','46.118.126.87'),(756982,122315,'_server_http_x_forwarded_for_0','46.118.126.87'),(756983,122316,'login_id','1'),(756984,122316,'login_email','mentolnet@gmail.com'),(756985,122316,'login','mentol'),(756986,122316,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756987,122316,'_message_key','user_login_failed'),(756988,122316,'_xmlrpc_request','true'),(756989,122316,'_server_remote_addr','46.118.126.87'),(756990,122316,'_server_http_x_forwarded_for_0','46.118.126.87'),(756991,122317,'login_id','1'),(756992,122317,'login_email','mentolnet@gmail.com'),(756993,122317,'login','mentol'),(756994,122317,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(756995,122317,'_message_key','user_login_failed'),(756996,122317,'_xmlrpc_request','true'),(756997,122317,'_server_remote_addr','46.118.126.87'),(756998,122317,'_server_http_x_forwarded_for_0','46.118.126.87'),(756999,122318,'login_id','1'),(757000,122318,'login_email','mentolnet@gmail.com'),(757001,122318,'login','mentol'),(757002,122318,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757003,122318,'_message_key','user_login_failed'),(757004,122318,'_xmlrpc_request','true'),(757005,122318,'_server_remote_addr','46.118.126.87'),(757006,122318,'_server_http_x_forwarded_for_0','46.118.126.87'),(757007,122319,'login_id','1'),(757008,122319,'login_email','mentolnet@gmail.com'),(757009,122319,'login','mentol'),(757010,122319,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757011,122319,'_message_key','user_login_failed'),(757012,122319,'_xmlrpc_request','true'),(757013,122319,'_server_remote_addr','46.118.126.87'),(757014,122319,'_server_http_x_forwarded_for_0','46.118.126.87'),(757015,122320,'login_id','1'),(757016,122320,'login_email','mentolnet@gmail.com'),(757017,122320,'login','mentol'),(757018,122320,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757019,122320,'_message_key','user_login_failed'),(757020,122320,'_xmlrpc_request','true'),(757021,122320,'_server_remote_addr','46.118.126.87'),(757022,122320,'_server_http_x_forwarded_for_0','46.118.126.87'),(757023,122321,'login_id','1'),(757024,122321,'login_email','mentolnet@gmail.com'),(757025,122321,'login','mentol'),(757026,122321,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757027,122321,'_message_key','user_login_failed'),(757028,122321,'_xmlrpc_request','true'),(757029,122321,'_server_remote_addr','46.118.126.87'),(757030,122321,'_server_http_x_forwarded_for_0','46.118.126.87'),(757031,122322,'login_id','1'),(757032,122322,'login_email','mentolnet@gmail.com'),(757033,122322,'login','mentol'),(757034,122322,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757035,122322,'_message_key','user_login_failed'),(757036,122322,'_xmlrpc_request','true'),(757037,122322,'_server_remote_addr','46.118.126.87'),(757038,122322,'_server_http_x_forwarded_for_0','46.118.126.87'),(757039,122323,'login_id','1'),(757040,122323,'login_email','mentolnet@gmail.com'),(757041,122323,'login','mentol'),(757042,122323,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757043,122323,'_message_key','user_login_failed'),(757044,122323,'_xmlrpc_request','true'),(757045,122323,'_server_remote_addr','46.118.126.87'),(757046,122323,'_server_http_x_forwarded_for_0','46.118.126.87'),(757047,122324,'login_id','1'),(757048,122324,'login_email','mentolnet@gmail.com'),(757049,122324,'login','mentol'),(757050,122324,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757051,122324,'_message_key','user_login_failed'),(757052,122324,'_xmlrpc_request','true'),(757053,122324,'_server_remote_addr','46.118.126.87'),(757054,122324,'_server_http_x_forwarded_for_0','46.118.126.87'),(757055,122325,'login_id','1'),(757056,122325,'login_email','mentolnet@gmail.com'),(757057,122325,'login','mentol'),(757058,122325,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757059,122325,'_message_key','user_login_failed'),(757060,122325,'_xmlrpc_request','true'),(757061,122325,'_server_remote_addr','46.118.126.87'),(757062,122325,'_server_http_x_forwarded_for_0','46.118.126.87'),(757063,122326,'login_id','1'),(757064,122326,'login_email','mentolnet@gmail.com'),(757065,122326,'login','mentol'),(757066,122326,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757067,122326,'_message_key','user_login_failed'),(757068,122326,'_xmlrpc_request','true'),(757069,122326,'_server_remote_addr','46.118.126.87'),(757070,122326,'_server_http_x_forwarded_for_0','46.118.126.87'),(757071,122327,'login_id','1'),(757072,122327,'login_email','mentolnet@gmail.com'),(757073,122327,'login','mentol'),(757074,122327,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757075,122327,'_message_key','user_login_failed'),(757076,122327,'_xmlrpc_request','true'),(757077,122327,'_server_remote_addr','46.118.126.87'),(757078,122327,'_server_http_x_forwarded_for_0','46.118.126.87'),(757079,122328,'login_id','1'),(757080,122328,'login_email','mentolnet@gmail.com'),(757081,122328,'login','mentol'),(757082,122328,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757083,122328,'_message_key','user_login_failed'),(757084,122328,'_xmlrpc_request','true'),(757085,122328,'_server_remote_addr','46.118.126.87'),(757086,122328,'_server_http_x_forwarded_for_0','46.118.126.87'),(757087,122329,'login_id','1'),(757088,122329,'login_email','mentolnet@gmail.com'),(757089,122329,'login','mentol'),(757090,122329,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757091,122329,'_message_key','user_login_failed'),(757092,122329,'_xmlrpc_request','true'),(757093,122329,'_server_remote_addr','46.118.126.87'),(757094,122329,'_server_http_x_forwarded_for_0','46.118.126.87'),(757095,122330,'login_id','1'),(757096,122330,'login_email','mentolnet@gmail.com'),(757097,122330,'login','mentol'),(757098,122330,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757099,122330,'_message_key','user_login_failed'),(757100,122330,'_xmlrpc_request','true'),(757101,122330,'_server_remote_addr','46.118.126.87'),(757102,122330,'_server_http_x_forwarded_for_0','46.118.126.87'),(757103,122331,'login_id','1'),(757104,122331,'login_email','mentolnet@gmail.com'),(757105,122331,'login','mentol'),(757106,122331,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757107,122331,'_message_key','user_login_failed'),(757108,122331,'_xmlrpc_request','true'),(757109,122331,'_server_remote_addr','46.118.126.87'),(757110,122331,'_server_http_x_forwarded_for_0','46.118.126.87'),(757111,122332,'login_id','1'),(757112,122332,'login_email','mentolnet@gmail.com'),(757113,122332,'login','mentol'),(757114,122332,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757115,122332,'_message_key','user_login_failed'),(757116,122332,'_xmlrpc_request','true'),(757117,122332,'_server_remote_addr','46.118.126.87'),(757118,122332,'_server_http_x_forwarded_for_0','46.118.126.87'),(757119,122333,'login_id','1'),(757120,122333,'login_email','mentolnet@gmail.com'),(757121,122333,'login','mentol'),(757122,122333,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757123,122333,'_message_key','user_login_failed'),(757124,122333,'_xmlrpc_request','true'),(757125,122333,'_server_remote_addr','46.118.126.87'),(757126,122333,'_server_http_x_forwarded_for_0','46.118.126.87'),(757127,122334,'login_id','1'),(757128,122334,'login_email','mentolnet@gmail.com'),(757129,122334,'login','mentol'),(757130,122334,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757131,122334,'_message_key','user_login_failed'),(757132,122334,'_xmlrpc_request','true'),(757133,122334,'_server_remote_addr','46.118.126.87'),(757134,122334,'_server_http_x_forwarded_for_0','46.118.126.87'),(757135,122335,'login_id','1'),(757136,122335,'login_email','mentolnet@gmail.com'),(757137,122335,'login','mentol'),(757138,122335,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757139,122335,'_message_key','user_login_failed'),(757140,122335,'_xmlrpc_request','true'),(757141,122335,'_server_remote_addr','46.118.126.87'),(757142,122335,'_server_http_x_forwarded_for_0','46.118.126.87'),(757143,122336,'login_id','1'),(757144,122336,'login_email','mentolnet@gmail.com'),(757145,122336,'login','mentol'),(757146,122336,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757147,122336,'_message_key','user_login_failed'),(757148,122336,'_xmlrpc_request','true'),(757149,122336,'_server_remote_addr','46.118.126.87'),(757150,122336,'_server_http_x_forwarded_for_0','46.118.126.87'),(757151,122337,'login_id','1'),(757152,122337,'login_email','mentolnet@gmail.com'),(757153,122337,'login','mentol'),(757154,122337,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757155,122337,'_message_key','user_login_failed'),(757156,122337,'_xmlrpc_request','true'),(757157,122337,'_server_remote_addr','46.118.126.87'),(757158,122337,'_server_http_x_forwarded_for_0','46.118.126.87'),(757159,122338,'login_id','1'),(757160,122338,'login_email','mentolnet@gmail.com'),(757161,122338,'login','mentol'),(757162,122338,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757163,122338,'_message_key','user_login_failed'),(757164,122338,'_xmlrpc_request','true'),(757165,122338,'_server_remote_addr','46.118.126.87'),(757166,122338,'_server_http_x_forwarded_for_0','46.118.126.87'),(757167,122339,'login_id','1'),(757168,122339,'login_email','mentolnet@gmail.com'),(757169,122339,'login','mentol'),(757170,122339,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757171,122339,'_message_key','user_login_failed'),(757172,122339,'_xmlrpc_request','true'),(757173,122339,'_server_remote_addr','46.118.126.87'),(757174,122339,'_server_http_x_forwarded_for_0','46.118.126.87'),(757175,122340,'login_id','1'),(757176,122340,'login_email','mentolnet@gmail.com'),(757177,122340,'login','mentol'),(757178,122340,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757179,122340,'_message_key','user_login_failed'),(757180,122340,'_xmlrpc_request','true'),(757181,122340,'_server_remote_addr','46.118.126.87'),(757182,122340,'_server_http_x_forwarded_for_0','46.118.126.87'),(757183,122341,'login_id','1'),(757184,122341,'login_email','mentolnet@gmail.com'),(757185,122341,'login','mentol'),(757186,122341,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757187,122341,'_message_key','user_login_failed'),(757188,122341,'_xmlrpc_request','true'),(757189,122341,'_server_remote_addr','46.118.126.87'),(757190,122341,'_server_http_x_forwarded_for_0','46.118.126.87'),(757191,122342,'login_id','1'),(757192,122342,'login_email','mentolnet@gmail.com'),(757193,122342,'login','mentol'),(757194,122342,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757195,122342,'_message_key','user_login_failed'),(757196,122342,'_xmlrpc_request','true'),(757197,122342,'_server_remote_addr','46.118.126.87'),(757198,122342,'_server_http_x_forwarded_for_0','46.118.126.87'),(757199,122343,'login_id','1'),(757200,122343,'login_email','mentolnet@gmail.com'),(757201,122343,'login','mentol'),(757202,122343,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757203,122343,'_message_key','user_login_failed'),(757204,122343,'_xmlrpc_request','true'),(757205,122343,'_server_remote_addr','46.118.126.87'),(757206,122343,'_server_http_x_forwarded_for_0','46.118.126.87'),(757207,122344,'login_id','1'),(757208,122344,'login_email','mentolnet@gmail.com'),(757209,122344,'login','mentol'),(757210,122344,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757211,122344,'_message_key','user_login_failed'),(757212,122344,'_xmlrpc_request','true'),(757213,122344,'_server_remote_addr','46.118.126.87'),(757214,122344,'_server_http_x_forwarded_for_0','46.118.126.87'),(757215,122345,'login_id','1'),(757216,122345,'login_email','mentolnet@gmail.com'),(757217,122345,'login','mentol'),(757218,122345,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757219,122345,'_message_key','user_login_failed'),(757220,122345,'_xmlrpc_request','true'),(757221,122345,'_server_remote_addr','46.118.126.87'),(757222,122345,'_server_http_x_forwarded_for_0','46.118.126.87'),(757223,122346,'login_id','1'),(757224,122346,'login_email','mentolnet@gmail.com'),(757225,122346,'login','mentol'),(757226,122346,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757227,122346,'_message_key','user_login_failed'),(757228,122346,'_xmlrpc_request','true'),(757229,122346,'_server_remote_addr','46.118.126.87'),(757230,122346,'_server_http_x_forwarded_for_0','46.118.126.87'),(757231,122347,'login_id','1'),(757232,122347,'login_email','mentolnet@gmail.com'),(757233,122347,'login','mentol'),(757234,122347,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757235,122347,'_message_key','user_login_failed'),(757236,122347,'_xmlrpc_request','true'),(757237,122347,'_server_remote_addr','46.118.126.87'),(757238,122347,'_server_http_x_forwarded_for_0','46.118.126.87'),(757239,122348,'login_id','1'),(757240,122348,'login_email','mentolnet@gmail.com'),(757241,122348,'login','mentol'),(757242,122348,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757243,122348,'_message_key','user_login_failed'),(757244,122348,'_xmlrpc_request','true'),(757245,122348,'_server_remote_addr','46.118.126.87'),(757246,122348,'_server_http_x_forwarded_for_0','46.118.126.87'),(757247,122349,'login_id','1'),(757248,122349,'login_email','mentolnet@gmail.com'),(757249,122349,'login','mentol'),(757250,122349,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757251,122349,'_message_key','user_login_failed'),(757252,122349,'_xmlrpc_request','true'),(757253,122349,'_server_remote_addr','46.118.126.87'),(757254,122349,'_server_http_x_forwarded_for_0','46.118.126.87'),(757255,122350,'login_id','1'),(757256,122350,'login_email','mentolnet@gmail.com'),(757257,122350,'login','mentol'),(757258,122350,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757259,122350,'_message_key','user_login_failed'),(757260,122350,'_xmlrpc_request','true'),(757261,122350,'_server_remote_addr','46.118.126.87'),(757262,122350,'_server_http_x_forwarded_for_0','46.118.126.87'),(757263,122351,'login_id','1'),(757264,122351,'login_email','mentolnet@gmail.com'),(757265,122351,'login','mentol'),(757266,122351,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757267,122351,'_message_key','user_login_failed'),(757268,122351,'_xmlrpc_request','true'),(757269,122351,'_server_remote_addr','46.118.126.87'),(757270,122351,'_server_http_x_forwarded_for_0','46.118.126.87'),(757271,122352,'login_id','1'),(757272,122352,'login_email','mentolnet@gmail.com'),(757273,122352,'login','mentol'),(757274,122352,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757275,122352,'_message_key','user_login_failed'),(757276,122352,'_xmlrpc_request','true'),(757277,122352,'_server_remote_addr','46.118.126.87'),(757278,122352,'_server_http_x_forwarded_for_0','46.118.126.87'),(757279,122353,'login_id','1'),(757280,122353,'login_email','mentolnet@gmail.com'),(757281,122353,'login','mentol'),(757282,122353,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757283,122353,'_message_key','user_login_failed'),(757284,122353,'_xmlrpc_request','true'),(757285,122353,'_server_remote_addr','46.118.126.87'),(757286,122353,'_server_http_x_forwarded_for_0','46.118.126.87'),(757287,122354,'login_id','1'),(757288,122354,'login_email','mentolnet@gmail.com'),(757289,122354,'login','mentol'),(757290,122354,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757291,122354,'_message_key','user_login_failed'),(757292,122354,'_xmlrpc_request','true'),(757293,122354,'_server_remote_addr','46.118.126.87'),(757294,122354,'_server_http_x_forwarded_for_0','46.118.126.87'),(757295,122355,'login_id','1'),(757296,122355,'login_email','mentolnet@gmail.com'),(757297,122355,'login','mentol'),(757298,122355,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757299,122355,'_message_key','user_login_failed'),(757300,122355,'_xmlrpc_request','true'),(757301,122355,'_server_remote_addr','46.118.126.87'),(757302,122355,'_server_http_x_forwarded_for_0','46.118.126.87'),(757303,122356,'login_id','1'),(757304,122356,'login_email','mentolnet@gmail.com'),(757305,122356,'login','mentol'),(757306,122356,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757307,122356,'_message_key','user_login_failed'),(757308,122356,'_xmlrpc_request','true'),(757309,122356,'_server_remote_addr','46.118.126.87'),(757310,122356,'_server_http_x_forwarded_for_0','46.118.126.87'),(757311,122357,'login_id','1'),(757312,122357,'login_email','mentolnet@gmail.com'),(757313,122357,'login','mentol'),(757314,122357,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757315,122357,'_message_key','user_login_failed'),(757316,122357,'_xmlrpc_request','true'),(757317,122357,'_server_remote_addr','46.118.126.87'),(757318,122357,'_server_http_x_forwarded_for_0','46.118.126.87'),(757319,122358,'login_id','1'),(757320,122358,'login_email','mentolnet@gmail.com'),(757321,122358,'login','mentol'),(757322,122358,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757323,122358,'_message_key','user_login_failed'),(757324,122358,'_xmlrpc_request','true'),(757325,122358,'_server_remote_addr','46.118.126.87'),(757326,122358,'_server_http_x_forwarded_for_0','46.118.126.87'),(757327,122359,'login_id','1'),(757328,122359,'login_email','mentolnet@gmail.com'),(757329,122359,'login','mentol'),(757330,122359,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757331,122359,'_message_key','user_login_failed'),(757332,122359,'_xmlrpc_request','true'),(757333,122359,'_server_remote_addr','46.118.126.87'),(757334,122359,'_server_http_x_forwarded_for_0','46.118.126.87'),(757335,122360,'login_id','1'),(757336,122360,'login_email','mentolnet@gmail.com'),(757337,122360,'login','mentol'),(757338,122360,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757339,122360,'_message_key','user_login_failed'),(757340,122360,'_xmlrpc_request','true'),(757341,122360,'_server_remote_addr','46.118.126.87'),(757342,122360,'_server_http_x_forwarded_for_0','46.118.126.87'),(757343,122361,'login_id','1'),(757344,122361,'login_email','mentolnet@gmail.com'),(757345,122361,'login','mentol'),(757346,122361,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757347,122361,'_message_key','user_login_failed'),(757348,122361,'_xmlrpc_request','true'),(757349,122361,'_server_remote_addr','46.118.126.87'),(757350,122361,'_server_http_x_forwarded_for_0','46.118.126.87'),(757351,122362,'login_id','1'),(757352,122362,'login_email','mentolnet@gmail.com'),(757353,122362,'login','mentol'),(757354,122362,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757355,122362,'_message_key','user_login_failed'),(757356,122362,'_xmlrpc_request','true'),(757357,122362,'_server_remote_addr','46.118.126.87'),(757358,122362,'_server_http_x_forwarded_for_0','46.118.126.87'),(757359,122363,'login_id','1'),(757360,122363,'login_email','mentolnet@gmail.com'),(757361,122363,'login','mentol'),(757362,122363,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757363,122363,'_message_key','user_login_failed'),(757364,122363,'_xmlrpc_request','true'),(757365,122363,'_server_remote_addr','46.118.126.87'),(757366,122363,'_server_http_x_forwarded_for_0','46.118.126.87'),(757367,122364,'login_id','1'),(757368,122364,'login_email','mentolnet@gmail.com'),(757369,122364,'login','mentol'),(757370,122364,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757371,122364,'_message_key','user_login_failed'),(757372,122364,'_xmlrpc_request','true'),(757373,122364,'_server_remote_addr','46.118.126.87'),(757374,122364,'_server_http_x_forwarded_for_0','46.118.126.87'),(757375,122365,'login_id','1'),(757376,122365,'login_email','mentolnet@gmail.com'),(757377,122365,'login','mentol'),(757378,122365,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757379,122365,'_message_key','user_login_failed'),(757380,122365,'_xmlrpc_request','true'),(757381,122365,'_server_remote_addr','46.118.126.87'),(757382,122365,'_server_http_x_forwarded_for_0','46.118.126.87'),(757383,122366,'login_id','1'),(757384,122366,'login_email','mentolnet@gmail.com'),(757385,122366,'login','mentol'),(757386,122366,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757387,122366,'_message_key','user_login_failed'),(757388,122366,'_xmlrpc_request','true'),(757389,122366,'_server_remote_addr','46.118.126.87'),(757390,122366,'_server_http_x_forwarded_for_0','46.118.126.87'),(757391,122367,'login_id','1'),(757392,122367,'login_email','mentolnet@gmail.com'),(757393,122367,'login','mentol'),(757394,122367,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757395,122367,'_message_key','user_login_failed'),(757396,122367,'_xmlrpc_request','true'),(757397,122367,'_server_remote_addr','46.118.126.87'),(757398,122367,'_server_http_x_forwarded_for_0','46.118.126.87'),(757399,122368,'login_id','1'),(757400,122368,'login_email','mentolnet@gmail.com'),(757401,122368,'login','mentol'),(757402,122368,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757403,122368,'_message_key','user_login_failed'),(757404,122368,'_xmlrpc_request','true'),(757405,122368,'_server_remote_addr','46.118.126.87'),(757406,122368,'_server_http_x_forwarded_for_0','46.118.126.87'),(757407,122369,'login_id','1'),(757408,122369,'login_email','mentolnet@gmail.com'),(757409,122369,'login','mentol'),(757410,122369,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757411,122369,'_message_key','user_login_failed'),(757412,122369,'_xmlrpc_request','true'),(757413,122369,'_server_remote_addr','46.118.126.87'),(757414,122369,'_server_http_x_forwarded_for_0','46.118.126.87'),(757415,122370,'login_id','1'),(757416,122370,'login_email','mentolnet@gmail.com'),(757417,122370,'login','mentol'),(757418,122370,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757419,122370,'_message_key','user_login_failed'),(757420,122370,'_xmlrpc_request','true'),(757421,122370,'_server_remote_addr','46.118.126.87'),(757422,122370,'_server_http_x_forwarded_for_0','46.118.126.87'),(757423,122371,'login_id','1'),(757424,122371,'login_email','mentolnet@gmail.com'),(757425,122371,'login','mentol'),(757426,122371,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757427,122371,'_message_key','user_login_failed'),(757428,122371,'_xmlrpc_request','true'),(757429,122371,'_server_remote_addr','46.118.126.87'),(757430,122371,'_server_http_x_forwarded_for_0','46.118.126.87'),(757431,122372,'login_id','1'),(757432,122372,'login_email','mentolnet@gmail.com'),(757433,122372,'login','mentol'),(757434,122372,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757435,122372,'_message_key','user_login_failed'),(757436,122372,'_xmlrpc_request','true'),(757437,122372,'_server_remote_addr','46.118.126.87'),(757438,122372,'_server_http_x_forwarded_for_0','46.118.126.87'),(757439,122373,'login_id','1'),(757440,122373,'login_email','mentolnet@gmail.com'),(757441,122373,'login','mentol'),(757442,122373,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757443,122373,'_message_key','user_login_failed'),(757444,122373,'_xmlrpc_request','true'),(757445,122373,'_server_remote_addr','46.118.126.87'),(757446,122373,'_server_http_x_forwarded_for_0','46.118.126.87'),(757447,122374,'login_id','1'),(757448,122374,'login_email','mentolnet@gmail.com'),(757449,122374,'login','mentol'),(757450,122374,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757451,122374,'_message_key','user_login_failed'),(757452,122374,'_xmlrpc_request','true'),(757453,122374,'_server_remote_addr','46.118.126.87'),(757454,122374,'_server_http_x_forwarded_for_0','46.118.126.87'),(757455,122375,'login_id','1'),(757456,122375,'login_email','mentolnet@gmail.com'),(757457,122375,'login','mentol'),(757458,122375,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757459,122375,'_message_key','user_login_failed'),(757460,122375,'_xmlrpc_request','true'),(757461,122375,'_server_remote_addr','46.118.126.87'),(757462,122375,'_server_http_x_forwarded_for_0','46.118.126.87'),(757463,122376,'login_id','1'),(757464,122376,'login_email','mentolnet@gmail.com'),(757465,122376,'login','mentol'),(757466,122376,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757467,122376,'_message_key','user_login_failed'),(757468,122376,'_xmlrpc_request','true'),(757469,122376,'_server_remote_addr','46.118.126.87'),(757470,122376,'_server_http_x_forwarded_for_0','46.118.126.87'),(757471,122377,'login_id','1'),(757472,122377,'login_email','mentolnet@gmail.com'),(757473,122377,'login','mentol'),(757474,122377,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757475,122377,'_message_key','user_login_failed'),(757476,122377,'_xmlrpc_request','true'),(757477,122377,'_server_remote_addr','46.118.126.87'),(757478,122377,'_server_http_x_forwarded_for_0','46.118.126.87'),(757479,122378,'login_id','1'),(757480,122378,'login_email','mentolnet@gmail.com'),(757481,122378,'login','mentol'),(757482,122378,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757483,122378,'_message_key','user_login_failed'),(757484,122378,'_xmlrpc_request','true'),(757485,122378,'_server_remote_addr','46.118.126.87'),(757486,122378,'_server_http_x_forwarded_for_0','46.118.126.87'),(757487,122379,'login_id','1'),(757488,122379,'login_email','mentolnet@gmail.com'),(757489,122379,'login','mentol'),(757490,122379,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757491,122379,'_message_key','user_login_failed'),(757492,122379,'_xmlrpc_request','true'),(757493,122379,'_server_remote_addr','46.118.126.87'),(757494,122379,'_server_http_x_forwarded_for_0','46.118.126.87'),(757495,122380,'login_id','1'),(757496,122380,'login_email','mentolnet@gmail.com'),(757497,122380,'login','mentol'),(757498,122380,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757499,122380,'_message_key','user_login_failed'),(757500,122380,'_xmlrpc_request','true'),(757501,122380,'_server_remote_addr','46.118.126.87'),(757502,122380,'_server_http_x_forwarded_for_0','46.118.126.87'),(757503,122381,'login_id','1'),(757504,122381,'login_email','mentolnet@gmail.com'),(757505,122381,'login','mentol'),(757506,122381,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757507,122381,'_message_key','user_login_failed'),(757508,122381,'_xmlrpc_request','true'),(757509,122381,'_server_remote_addr','46.118.126.87'),(757510,122381,'_server_http_x_forwarded_for_0','46.118.126.87'),(757511,122382,'login_id','1'),(757512,122382,'login_email','mentolnet@gmail.com'),(757513,122382,'login','mentol'),(757514,122382,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757515,122382,'_message_key','user_login_failed'),(757516,122382,'_xmlrpc_request','true'),(757517,122382,'_server_remote_addr','46.118.126.87'),(757518,122382,'_server_http_x_forwarded_for_0','46.118.126.87'),(757519,122383,'login_id','1'),(757520,122383,'login_email','mentolnet@gmail.com'),(757521,122383,'login','mentol'),(757522,122383,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757523,122383,'_message_key','user_login_failed'),(757524,122383,'_xmlrpc_request','true'),(757525,122383,'_server_remote_addr','46.118.126.87'),(757526,122383,'_server_http_x_forwarded_for_0','46.118.126.87'),(757527,122384,'login_id','1'),(757528,122384,'login_email','mentolnet@gmail.com'),(757529,122384,'login','mentol'),(757530,122384,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757531,122384,'_message_key','user_login_failed'),(757532,122384,'_xmlrpc_request','true'),(757533,122384,'_server_remote_addr','46.118.126.87'),(757534,122384,'_server_http_x_forwarded_for_0','46.118.126.87'),(757535,122385,'login_id','1'),(757536,122385,'login_email','mentolnet@gmail.com'),(757537,122385,'login','mentol'),(757538,122385,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757539,122385,'_message_key','user_login_failed'),(757540,122385,'_xmlrpc_request','true'),(757541,122385,'_server_remote_addr','46.118.126.87'),(757542,122385,'_server_http_x_forwarded_for_0','46.118.126.87'),(757543,122386,'login_id','1'),(757544,122386,'login_email','mentolnet@gmail.com'),(757545,122386,'login','mentol'),(757546,122386,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757547,122386,'_message_key','user_login_failed'),(757548,122386,'_xmlrpc_request','true'),(757549,122386,'_server_remote_addr','46.118.126.87'),(757550,122386,'_server_http_x_forwarded_for_0','46.118.126.87'),(757551,122387,'login_id','1'),(757552,122387,'login_email','mentolnet@gmail.com'),(757553,122387,'login','mentol'),(757554,122387,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757555,122387,'_message_key','user_login_failed'),(757556,122387,'_xmlrpc_request','true'),(757557,122387,'_server_remote_addr','46.118.126.87'),(757558,122387,'_server_http_x_forwarded_for_0','46.118.126.87'),(757559,122388,'login_id','1'),(757560,122388,'login_email','mentolnet@gmail.com'),(757561,122388,'login','mentol'),(757562,122388,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757563,122388,'_message_key','user_login_failed'),(757564,122388,'_xmlrpc_request','true'),(757565,122388,'_server_remote_addr','46.118.126.87'),(757566,122388,'_server_http_x_forwarded_for_0','46.118.126.87'),(757567,122389,'login_id','1'),(757568,122389,'login_email','mentolnet@gmail.com'),(757569,122389,'login','mentol'),(757570,122389,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757571,122389,'_message_key','user_login_failed'),(757572,122389,'_xmlrpc_request','true'),(757573,122389,'_server_remote_addr','46.118.126.87'),(757574,122389,'_server_http_x_forwarded_for_0','46.118.126.87'),(757575,122390,'login_id','1'),(757576,122390,'login_email','mentolnet@gmail.com'),(757577,122390,'login','mentol'),(757578,122390,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757579,122390,'_message_key','user_login_failed'),(757580,122390,'_xmlrpc_request','true'),(757581,122390,'_server_remote_addr','46.118.126.87'),(757582,122390,'_server_http_x_forwarded_for_0','46.118.126.87'),(757583,122391,'login_id','1'),(757584,122391,'login_email','mentolnet@gmail.com'),(757585,122391,'login','mentol'),(757586,122391,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757587,122391,'_message_key','user_login_failed'),(757588,122391,'_xmlrpc_request','true'),(757589,122391,'_server_remote_addr','46.118.126.87'),(757590,122391,'_server_http_x_forwarded_for_0','46.118.126.87'),(757591,122392,'login_id','1'),(757592,122392,'login_email','mentolnet@gmail.com'),(757593,122392,'login','mentol'),(757594,122392,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757595,122392,'_message_key','user_login_failed'),(757596,122392,'_xmlrpc_request','true'),(757597,122392,'_server_remote_addr','46.118.126.87'),(757598,122392,'_server_http_x_forwarded_for_0','46.118.126.87'),(757599,122393,'login_id','1'),(757600,122393,'login_email','mentolnet@gmail.com'),(757601,122393,'login','mentol'),(757602,122393,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757603,122393,'_message_key','user_login_failed'),(757604,122393,'_xmlrpc_request','true'),(757605,122393,'_server_remote_addr','46.118.126.87'),(757606,122393,'_server_http_x_forwarded_for_0','46.118.126.87'),(757607,122394,'login_id','1'),(757608,122394,'login_email','mentolnet@gmail.com'),(757609,122394,'login','mentol'),(757610,122394,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757611,122394,'_message_key','user_login_failed'),(757612,122394,'_xmlrpc_request','true'),(757613,122394,'_server_remote_addr','46.118.126.87'),(757614,122394,'_server_http_x_forwarded_for_0','46.118.126.87'),(757615,122395,'login_id','1'),(757616,122395,'login_email','mentolnet@gmail.com'),(757617,122395,'login','mentol'),(757618,122395,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757619,122395,'_message_key','user_login_failed'),(757620,122395,'_xmlrpc_request','true'),(757621,122395,'_server_remote_addr','46.118.126.87'),(757622,122395,'_server_http_x_forwarded_for_0','46.118.126.87'),(757623,122396,'login_id','1'),(757624,122396,'login_email','mentolnet@gmail.com'),(757625,122396,'login','mentol'),(757626,122396,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757627,122396,'_message_key','user_login_failed'),(757628,122396,'_xmlrpc_request','true'),(757629,122396,'_server_remote_addr','46.118.126.87'),(757630,122396,'_server_http_x_forwarded_for_0','46.118.126.87'),(757631,122397,'login_id','1'),(757632,122397,'login_email','mentolnet@gmail.com'),(757633,122397,'login','mentol'),(757634,122397,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757635,122397,'_message_key','user_login_failed'),(757636,122397,'_xmlrpc_request','true'),(757637,122397,'_server_remote_addr','46.118.126.87'),(757638,122397,'_server_http_x_forwarded_for_0','46.118.126.87'),(757639,122398,'login_id','1'),(757640,122398,'login_email','mentolnet@gmail.com'),(757641,122398,'login','mentol'),(757642,122398,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757643,122398,'_message_key','user_login_failed'),(757644,122398,'_xmlrpc_request','true'),(757645,122398,'_server_remote_addr','46.118.126.87'),(757646,122398,'_server_http_x_forwarded_for_0','46.118.126.87'),(757647,122399,'login_id','1'),(757648,122399,'login_email','mentolnet@gmail.com'),(757649,122399,'login','mentol'),(757650,122399,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757651,122399,'_message_key','user_login_failed'),(757652,122399,'_xmlrpc_request','true'),(757653,122399,'_server_remote_addr','46.118.126.87'),(757654,122399,'_server_http_x_forwarded_for_0','46.118.126.87'),(757655,122400,'login_id','1'),(757656,122400,'login_email','mentolnet@gmail.com'),(757657,122400,'login','mentol'),(757658,122400,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757659,122400,'_message_key','user_login_failed'),(757660,122400,'_xmlrpc_request','true'),(757661,122400,'_server_remote_addr','46.118.126.87'),(757662,122400,'_server_http_x_forwarded_for_0','46.118.126.87'),(757663,122401,'login_id','1'),(757664,122401,'login_email','mentolnet@gmail.com'),(757665,122401,'login','mentol'),(757666,122401,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757667,122401,'_message_key','user_login_failed'),(757668,122401,'_xmlrpc_request','true'),(757669,122401,'_server_remote_addr','46.118.126.87'),(757670,122401,'_server_http_x_forwarded_for_0','46.118.126.87'),(757671,122402,'login_id','1'),(757672,122402,'login_email','mentolnet@gmail.com'),(757673,122402,'login','mentol'),(757674,122402,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757675,122402,'_message_key','user_login_failed'),(757676,122402,'_xmlrpc_request','true'),(757677,122402,'_server_remote_addr','46.118.126.87'),(757678,122402,'_server_http_x_forwarded_for_0','46.118.126.87'),(757679,122403,'login_id','1'),(757680,122403,'login_email','mentolnet@gmail.com'),(757681,122403,'login','mentol'),(757682,122403,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757683,122403,'_message_key','user_login_failed'),(757684,122403,'_xmlrpc_request','true'),(757685,122403,'_server_remote_addr','46.118.126.87'),(757686,122403,'_server_http_x_forwarded_for_0','46.118.126.87'),(757687,122404,'login_id','1'),(757688,122404,'login_email','mentolnet@gmail.com'),(757689,122404,'login','mentol'),(757690,122404,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757691,122404,'_message_key','user_login_failed'),(757692,122404,'_xmlrpc_request','true'),(757693,122404,'_server_remote_addr','46.118.126.87'),(757694,122404,'_server_http_x_forwarded_for_0','46.118.126.87'),(757695,122405,'login_id','1'),(757696,122405,'login_email','mentolnet@gmail.com'),(757697,122405,'login','mentol'),(757698,122405,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757699,122405,'_message_key','user_login_failed'),(757700,122405,'_xmlrpc_request','true'),(757701,122405,'_server_remote_addr','46.118.126.87'),(757702,122405,'_server_http_x_forwarded_for_0','46.118.126.87'),(757703,122406,'login_id','1'),(757704,122406,'login_email','mentolnet@gmail.com'),(757705,122406,'login','mentol'),(757706,122406,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757707,122406,'_message_key','user_login_failed'),(757708,122406,'_xmlrpc_request','true'),(757709,122406,'_server_remote_addr','46.118.126.87'),(757710,122406,'_server_http_x_forwarded_for_0','46.118.126.87'),(757711,122407,'login_id','1'),(757712,122407,'login_email','mentolnet@gmail.com'),(757713,122407,'login','mentol'),(757714,122407,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757715,122407,'_message_key','user_login_failed'),(757716,122407,'_xmlrpc_request','true'),(757717,122407,'_server_remote_addr','46.118.126.87'),(757718,122407,'_server_http_x_forwarded_for_0','46.118.126.87'),(757719,122408,'login_id','1'),(757720,122408,'login_email','mentolnet@gmail.com'),(757721,122408,'login','mentol'),(757722,122408,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757723,122408,'_message_key','user_login_failed'),(757724,122408,'_xmlrpc_request','true'),(757725,122408,'_server_remote_addr','46.118.126.87'),(757726,122408,'_server_http_x_forwarded_for_0','46.118.126.87'),(757727,122409,'login_id','1'),(757728,122409,'login_email','mentolnet@gmail.com'),(757729,122409,'login','mentol'),(757730,122409,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757731,122409,'_message_key','user_login_failed'),(757732,122409,'_xmlrpc_request','true'),(757733,122409,'_server_remote_addr','46.118.126.87'),(757734,122409,'_server_http_x_forwarded_for_0','46.118.126.87'),(757735,122410,'login_id','1'),(757736,122410,'login_email','mentolnet@gmail.com'),(757737,122410,'login','mentol'),(757738,122410,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757739,122410,'_message_key','user_login_failed'),(757740,122410,'_xmlrpc_request','true'),(757741,122410,'_server_remote_addr','46.118.126.87'),(757742,122410,'_server_http_x_forwarded_for_0','46.118.126.87'),(757743,122411,'login_id','1'),(757744,122411,'login_email','mentolnet@gmail.com'),(757745,122411,'login','mentol'),(757746,122411,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757747,122411,'_message_key','user_login_failed'),(757748,122411,'_xmlrpc_request','true'),(757749,122411,'_server_remote_addr','46.118.126.87'),(757750,122411,'_server_http_x_forwarded_for_0','46.118.126.87'),(757751,122412,'login_id','1'),(757752,122412,'login_email','mentolnet@gmail.com'),(757753,122412,'login','mentol'),(757754,122412,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757755,122412,'_message_key','user_login_failed'),(757756,122412,'_xmlrpc_request','true'),(757757,122412,'_server_remote_addr','46.118.126.87'),(757758,122412,'_server_http_x_forwarded_for_0','46.118.126.87'),(757759,122413,'login_id','1'),(757760,122413,'login_email','mentolnet@gmail.com'),(757761,122413,'login','mentol'),(757762,122413,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757763,122413,'_message_key','user_login_failed'),(757764,122413,'_xmlrpc_request','true'),(757765,122413,'_server_remote_addr','46.118.126.87'),(757766,122413,'_server_http_x_forwarded_for_0','46.118.126.87'),(757767,122414,'login_id','1'),(757768,122414,'login_email','mentolnet@gmail.com'),(757769,122414,'login','mentol'),(757770,122414,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757771,122414,'_message_key','user_login_failed'),(757772,122414,'_xmlrpc_request','true'),(757773,122414,'_server_remote_addr','46.118.126.87'),(757774,122414,'_server_http_x_forwarded_for_0','46.118.126.87'),(757775,122415,'login_id','1'),(757776,122415,'login_email','mentolnet@gmail.com'),(757777,122415,'login','mentol'),(757778,122415,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757779,122415,'_message_key','user_login_failed'),(757780,122415,'_xmlrpc_request','true'),(757781,122415,'_server_remote_addr','46.118.126.87'),(757782,122415,'_server_http_x_forwarded_for_0','46.118.126.87'),(757783,122416,'login_id','1'),(757784,122416,'login_email','mentolnet@gmail.com'),(757785,122416,'login','mentol'),(757786,122416,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757787,122416,'_message_key','user_login_failed'),(757788,122416,'_xmlrpc_request','true'),(757789,122416,'_server_remote_addr','46.118.126.87'),(757790,122416,'_server_http_x_forwarded_for_0','46.118.126.87'),(757791,122417,'login_id','1'),(757792,122417,'login_email','mentolnet@gmail.com'),(757793,122417,'login','mentol'),(757794,122417,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757795,122417,'_message_key','user_login_failed'),(757796,122417,'_xmlrpc_request','true'),(757797,122417,'_server_remote_addr','46.118.126.87'),(757798,122417,'_server_http_x_forwarded_for_0','46.118.126.87'),(757799,122418,'login_id','1'),(757800,122418,'login_email','mentolnet@gmail.com'),(757801,122418,'login','mentol'),(757802,122418,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757803,122418,'_message_key','user_login_failed'),(757804,122418,'_xmlrpc_request','true'),(757805,122418,'_server_remote_addr','46.118.126.87'),(757806,122418,'_server_http_x_forwarded_for_0','46.118.126.87'),(757807,122419,'login_id','1'),(757808,122419,'login_email','mentolnet@gmail.com'),(757809,122419,'login','mentol'),(757810,122419,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757811,122419,'_message_key','user_login_failed'),(757812,122419,'_xmlrpc_request','true'),(757813,122419,'_server_remote_addr','46.118.126.87'),(757814,122419,'_server_http_x_forwarded_for_0','46.118.126.87'),(757815,122420,'login_id','1'),(757816,122420,'login_email','mentolnet@gmail.com'),(757817,122420,'login','mentol'),(757818,122420,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757819,122420,'_message_key','user_login_failed'),(757820,122420,'_xmlrpc_request','true'),(757821,122420,'_server_remote_addr','46.118.126.87'),(757822,122420,'_server_http_x_forwarded_for_0','46.118.126.87'),(757823,122421,'login_id','1'),(757824,122421,'login_email','mentolnet@gmail.com'),(757825,122421,'login','mentol'),(757826,122421,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757827,122421,'_message_key','user_login_failed'),(757828,122421,'_xmlrpc_request','true'),(757829,122421,'_server_remote_addr','46.118.126.87'),(757830,122421,'_server_http_x_forwarded_for_0','46.118.126.87'),(757831,122422,'login_id','1'),(757832,122422,'login_email','mentolnet@gmail.com'),(757833,122422,'login','mentol'),(757834,122422,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757835,122422,'_message_key','user_login_failed'),(757836,122422,'_xmlrpc_request','true'),(757837,122422,'_server_remote_addr','46.118.126.87'),(757838,122422,'_server_http_x_forwarded_for_0','46.118.126.87'),(757839,122423,'login_id','1'),(757840,122423,'login_email','mentolnet@gmail.com'),(757841,122423,'login','mentol'),(757842,122423,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757843,122423,'_message_key','user_login_failed'),(757844,122423,'_xmlrpc_request','true'),(757845,122423,'_server_remote_addr','46.118.126.87'),(757846,122423,'_server_http_x_forwarded_for_0','46.118.126.87'),(757847,122424,'login_id','1'),(757848,122424,'login_email','mentolnet@gmail.com'),(757849,122424,'login','mentol'),(757850,122424,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757851,122424,'_message_key','user_login_failed'),(757852,122424,'_xmlrpc_request','true'),(757853,122424,'_server_remote_addr','46.118.126.87'),(757854,122424,'_server_http_x_forwarded_for_0','46.118.126.87'),(757855,122425,'login_id','1'),(757856,122425,'login_email','mentolnet@gmail.com'),(757857,122425,'login','mentol'),(757858,122425,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757859,122425,'_message_key','user_login_failed'),(757860,122425,'_xmlrpc_request','true'),(757861,122425,'_server_remote_addr','46.118.126.87'),(757862,122425,'_server_http_x_forwarded_for_0','46.118.126.87'),(757863,122426,'login_id','1'),(757864,122426,'login_email','mentolnet@gmail.com'),(757865,122426,'login','mentol'),(757866,122426,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757867,122426,'_message_key','user_login_failed'),(757868,122426,'_xmlrpc_request','true'),(757869,122426,'_server_remote_addr','46.118.126.87'),(757870,122426,'_server_http_x_forwarded_for_0','46.118.126.87'),(757871,122427,'login_id','1'),(757872,122427,'login_email','mentolnet@gmail.com'),(757873,122427,'login','mentol'),(757874,122427,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757875,122427,'_message_key','user_login_failed'),(757876,122427,'_xmlrpc_request','true'),(757877,122427,'_server_remote_addr','46.118.126.87'),(757878,122427,'_server_http_x_forwarded_for_0','46.118.126.87'),(757879,122428,'login_id','1'),(757880,122428,'login_email','mentolnet@gmail.com'),(757881,122428,'login','mentol'),(757882,122428,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757883,122428,'_message_key','user_login_failed'),(757884,122428,'_xmlrpc_request','true'),(757885,122428,'_server_remote_addr','46.118.126.87'),(757886,122428,'_server_http_x_forwarded_for_0','46.118.126.87'),(757887,122429,'login_id','1'),(757888,122429,'login_email','mentolnet@gmail.com'),(757889,122429,'login','mentol'),(757890,122429,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757891,122429,'_message_key','user_login_failed'),(757892,122429,'_xmlrpc_request','true'),(757893,122429,'_server_remote_addr','46.118.126.87'),(757894,122429,'_server_http_x_forwarded_for_0','46.118.126.87'),(757895,122430,'login_id','1'),(757896,122430,'login_email','mentolnet@gmail.com'),(757897,122430,'login','mentol'),(757898,122430,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757899,122430,'_message_key','user_login_failed'),(757900,122430,'_xmlrpc_request','true'),(757901,122430,'_server_remote_addr','46.118.126.87'),(757902,122430,'_server_http_x_forwarded_for_0','46.118.126.87'),(757903,122431,'login_id','1'),(757904,122431,'login_email','mentolnet@gmail.com'),(757905,122431,'login','mentol'),(757906,122431,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757907,122431,'_message_key','user_login_failed'),(757908,122431,'_xmlrpc_request','true'),(757909,122431,'_server_remote_addr','46.118.126.87'),(757910,122431,'_server_http_x_forwarded_for_0','46.118.126.87'),(757911,122432,'login_id','1'),(757912,122432,'login_email','mentolnet@gmail.com'),(757913,122432,'login','mentol'),(757914,122432,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757915,122432,'_message_key','user_login_failed'),(757916,122432,'_xmlrpc_request','true'),(757917,122432,'_server_remote_addr','46.118.126.87'),(757918,122432,'_server_http_x_forwarded_for_0','46.118.126.87'),(757919,122433,'login_id','1'),(757920,122433,'login_email','mentolnet@gmail.com'),(757921,122433,'login','mentol'),(757922,122433,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757923,122433,'_message_key','user_login_failed'),(757924,122433,'_xmlrpc_request','true'),(757925,122433,'_server_remote_addr','46.118.126.87'),(757926,122433,'_server_http_x_forwarded_for_0','46.118.126.87'),(757927,122434,'login_id','1'),(757928,122434,'login_email','mentolnet@gmail.com'),(757929,122434,'login','mentol'),(757930,122434,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757931,122434,'_message_key','user_login_failed'),(757932,122434,'_xmlrpc_request','true'),(757933,122434,'_server_remote_addr','46.118.126.87'),(757934,122434,'_server_http_x_forwarded_for_0','46.118.126.87'),(757935,122435,'login_id','1'),(757936,122435,'login_email','mentolnet@gmail.com'),(757937,122435,'login','mentol'),(757938,122435,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757939,122435,'_message_key','user_login_failed'),(757940,122435,'_xmlrpc_request','true'),(757941,122435,'_server_remote_addr','46.118.126.87'),(757942,122435,'_server_http_x_forwarded_for_0','46.118.126.87'),(757943,122436,'login_id','1'),(757944,122436,'login_email','mentolnet@gmail.com'),(757945,122436,'login','mentol'),(757946,122436,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757947,122436,'_message_key','user_login_failed'),(757948,122436,'_xmlrpc_request','true'),(757949,122436,'_server_remote_addr','46.118.126.87'),(757950,122436,'_server_http_x_forwarded_for_0','46.118.126.87'),(757951,122437,'login_id','1'),(757952,122437,'login_email','mentolnet@gmail.com'),(757953,122437,'login','mentol'),(757954,122437,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757955,122437,'_message_key','user_login_failed'),(757956,122437,'_xmlrpc_request','true'),(757957,122437,'_server_remote_addr','46.118.126.87'),(757958,122437,'_server_http_x_forwarded_for_0','46.118.126.87'),(757959,122438,'login_id','1'),(757960,122438,'login_email','mentolnet@gmail.com'),(757961,122438,'login','mentol'),(757962,122438,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757963,122438,'_message_key','user_login_failed'),(757964,122438,'_xmlrpc_request','true'),(757965,122438,'_server_remote_addr','46.118.126.87'),(757966,122438,'_server_http_x_forwarded_for_0','46.118.126.87'),(757967,122439,'login_id','1'),(757968,122439,'login_email','mentolnet@gmail.com'),(757969,122439,'login','mentol'),(757970,122439,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757971,122439,'_message_key','user_login_failed'),(757972,122439,'_xmlrpc_request','true'),(757973,122439,'_server_remote_addr','46.118.126.87'),(757974,122439,'_server_http_x_forwarded_for_0','46.118.126.87'),(757975,122440,'login_id','1'),(757976,122440,'login_email','mentolnet@gmail.com'),(757977,122440,'login','mentol'),(757978,122440,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757979,122440,'_message_key','user_login_failed'),(757980,122440,'_xmlrpc_request','true'),(757981,122440,'_server_remote_addr','46.118.126.87'),(757982,122440,'_server_http_x_forwarded_for_0','46.118.126.87'),(757983,122441,'login_id','1'),(757984,122441,'login_email','mentolnet@gmail.com'),(757985,122441,'login','mentol'),(757986,122441,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757987,122441,'_message_key','user_login_failed'),(757988,122441,'_xmlrpc_request','true'),(757989,122441,'_server_remote_addr','46.118.126.87'),(757990,122441,'_server_http_x_forwarded_for_0','46.118.126.87'),(757991,122442,'login_id','1'),(757992,122442,'login_email','mentolnet@gmail.com'),(757993,122442,'login','mentol'),(757994,122442,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(757995,122442,'_message_key','user_login_failed'),(757996,122442,'_xmlrpc_request','true'),(757997,122442,'_server_remote_addr','46.118.126.87'),(757998,122442,'_server_http_x_forwarded_for_0','46.118.126.87'),(757999,122443,'login_id','1'),(758000,122443,'login_email','mentolnet@gmail.com'),(758001,122443,'login','mentol'),(758002,122443,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758003,122443,'_message_key','user_login_failed'),(758004,122443,'_xmlrpc_request','true'),(758005,122443,'_server_remote_addr','46.118.126.87'),(758006,122443,'_server_http_x_forwarded_for_0','46.118.126.87'),(758007,122444,'login_id','1'),(758008,122444,'login_email','mentolnet@gmail.com'),(758009,122444,'login','mentol'),(758010,122444,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758011,122444,'_message_key','user_login_failed'),(758012,122444,'_xmlrpc_request','true'),(758013,122444,'_server_remote_addr','46.118.126.87'),(758014,122444,'_server_http_x_forwarded_for_0','46.118.126.87'),(758015,122445,'login_id','1'),(758016,122445,'login_email','mentolnet@gmail.com'),(758017,122445,'login','mentol'),(758018,122445,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758019,122445,'_message_key','user_login_failed'),(758020,122445,'_xmlrpc_request','true'),(758021,122445,'_server_remote_addr','46.118.126.87'),(758022,122445,'_server_http_x_forwarded_for_0','46.118.126.87'),(758023,122446,'login_id','1'),(758024,122446,'login_email','mentolnet@gmail.com'),(758025,122446,'login','mentol'),(758026,122446,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758027,122446,'_message_key','user_login_failed'),(758028,122446,'_xmlrpc_request','true'),(758029,122446,'_server_remote_addr','46.118.126.87'),(758030,122446,'_server_http_x_forwarded_for_0','46.118.126.87'),(758031,122447,'login_id','1'),(758032,122447,'login_email','mentolnet@gmail.com'),(758033,122447,'login','mentol'),(758034,122447,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758035,122447,'_message_key','user_login_failed'),(758036,122447,'_xmlrpc_request','true'),(758037,122447,'_server_remote_addr','46.118.126.87'),(758038,122447,'_server_http_x_forwarded_for_0','46.118.126.87'),(758039,122448,'login_id','1'),(758040,122448,'login_email','mentolnet@gmail.com'),(758041,122448,'login','mentol'),(758042,122448,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758043,122448,'_message_key','user_login_failed'),(758044,122448,'_xmlrpc_request','true'),(758045,122448,'_server_remote_addr','46.118.126.87'),(758046,122448,'_server_http_x_forwarded_for_0','46.118.126.87'),(758047,122449,'login_id','1'),(758048,122449,'login_email','mentolnet@gmail.com'),(758049,122449,'login','mentol'),(758050,122449,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758051,122449,'_message_key','user_login_failed'),(758052,122449,'_xmlrpc_request','true'),(758053,122449,'_server_remote_addr','46.118.126.87'),(758054,122449,'_server_http_x_forwarded_for_0','46.118.126.87'),(758055,122450,'login_id','1'),(758056,122450,'login_email','mentolnet@gmail.com'),(758057,122450,'login','mentol'),(758058,122450,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758059,122450,'_message_key','user_login_failed'),(758060,122450,'_xmlrpc_request','true'),(758061,122450,'_server_remote_addr','46.118.126.87'),(758062,122450,'_server_http_x_forwarded_for_0','46.118.126.87'),(758063,122451,'login_id','1'),(758064,122451,'login_email','mentolnet@gmail.com'),(758065,122451,'login','mentol'),(758066,122451,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758067,122451,'_message_key','user_login_failed'),(758068,122451,'_xmlrpc_request','true'),(758069,122451,'_server_remote_addr','46.118.126.87'),(758070,122451,'_server_http_x_forwarded_for_0','46.118.126.87'),(758071,122452,'login_id','1'),(758072,122452,'login_email','mentolnet@gmail.com'),(758073,122452,'login','mentol'),(758074,122452,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758075,122452,'_message_key','user_login_failed'),(758076,122452,'_xmlrpc_request','true'),(758077,122452,'_server_remote_addr','46.118.126.87'),(758078,122452,'_server_http_x_forwarded_for_0','46.118.126.87'),(758079,122453,'login_id','1'),(758080,122453,'login_email','mentolnet@gmail.com'),(758081,122453,'login','mentol'),(758082,122453,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758083,122453,'_message_key','user_login_failed'),(758084,122453,'_xmlrpc_request','true'),(758085,122453,'_server_remote_addr','46.118.126.87'),(758086,122453,'_server_http_x_forwarded_for_0','46.118.126.87'),(758087,122454,'login_id','1'),(758088,122454,'login_email','mentolnet@gmail.com'),(758089,122454,'login','mentol'),(758090,122454,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758091,122454,'_message_key','user_login_failed'),(758092,122454,'_xmlrpc_request','true'),(758093,122454,'_server_remote_addr','46.118.126.87'),(758094,122454,'_server_http_x_forwarded_for_0','46.118.126.87'),(758095,122455,'login_id','1'),(758096,122455,'login_email','mentolnet@gmail.com'),(758097,122455,'login','mentol'),(758098,122455,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758099,122455,'_message_key','user_login_failed'),(758100,122455,'_xmlrpc_request','true'),(758101,122455,'_server_remote_addr','46.118.126.87'),(758102,122455,'_server_http_x_forwarded_for_0','46.118.126.87'),(758103,122456,'login_id','1'),(758104,122456,'login_email','mentolnet@gmail.com'),(758105,122456,'login','mentol'),(758106,122456,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758107,122456,'_message_key','user_login_failed'),(758108,122456,'_xmlrpc_request','true'),(758109,122456,'_server_remote_addr','46.118.126.87'),(758110,122456,'_server_http_x_forwarded_for_0','46.118.126.87'),(758111,122457,'login_id','1'),(758112,122457,'login_email','mentolnet@gmail.com'),(758113,122457,'login','mentol'),(758114,122457,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758115,122457,'_message_key','user_login_failed'),(758116,122457,'_xmlrpc_request','true'),(758117,122457,'_server_remote_addr','46.118.126.87'),(758118,122457,'_server_http_x_forwarded_for_0','46.118.126.87'),(758119,122458,'login_id','1'),(758120,122458,'login_email','mentolnet@gmail.com'),(758121,122458,'login','mentol'),(758122,122458,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758123,122458,'_message_key','user_login_failed'),(758124,122458,'_xmlrpc_request','true'),(758125,122458,'_server_remote_addr','46.118.126.87'),(758126,122458,'_server_http_x_forwarded_for_0','46.118.126.87'),(758127,122459,'login_id','1'),(758128,122459,'login_email','mentolnet@gmail.com'),(758129,122459,'login','mentol'),(758130,122459,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758131,122459,'_message_key','user_login_failed'),(758132,122459,'_xmlrpc_request','true'),(758133,122459,'_server_remote_addr','46.118.126.87'),(758134,122459,'_server_http_x_forwarded_for_0','46.118.126.87'),(758135,122460,'login_id','1'),(758136,122460,'login_email','mentolnet@gmail.com'),(758137,122460,'login','mentol'),(758138,122460,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758139,122460,'_message_key','user_login_failed'),(758140,122460,'_xmlrpc_request','true'),(758141,122460,'_server_remote_addr','46.118.126.87'),(758142,122460,'_server_http_x_forwarded_for_0','46.118.126.87'),(758143,122461,'login_id','1'),(758144,122461,'login_email','mentolnet@gmail.com'),(758145,122461,'login','mentol'),(758146,122461,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758147,122461,'_message_key','user_login_failed'),(758148,122461,'_xmlrpc_request','true'),(758149,122461,'_server_remote_addr','46.118.126.87'),(758150,122461,'_server_http_x_forwarded_for_0','46.118.126.87'),(758151,122462,'login_id','1'),(758152,122462,'login_email','mentolnet@gmail.com'),(758153,122462,'login','mentol'),(758154,122462,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758155,122462,'_message_key','user_login_failed'),(758156,122462,'_xmlrpc_request','true'),(758157,122462,'_server_remote_addr','46.118.126.87'),(758158,122462,'_server_http_x_forwarded_for_0','46.118.126.87'),(758159,122463,'login_id','1'),(758160,122463,'login_email','mentolnet@gmail.com'),(758161,122463,'login','mentol'),(758162,122463,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758163,122463,'_message_key','user_login_failed'),(758164,122463,'_xmlrpc_request','true'),(758165,122463,'_server_remote_addr','46.118.126.87'),(758166,122463,'_server_http_x_forwarded_for_0','46.118.126.87'),(758167,122464,'login_id','1'),(758168,122464,'login_email','mentolnet@gmail.com'),(758169,122464,'login','mentol'),(758170,122464,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758171,122464,'_message_key','user_login_failed'),(758172,122464,'_xmlrpc_request','true'),(758173,122464,'_server_remote_addr','46.118.126.87'),(758174,122464,'_server_http_x_forwarded_for_0','46.118.126.87'),(758175,122465,'login_id','1'),(758176,122465,'login_email','mentolnet@gmail.com'),(758177,122465,'login','mentol'),(758178,122465,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758179,122465,'_message_key','user_login_failed'),(758180,122465,'_xmlrpc_request','true'),(758181,122465,'_server_remote_addr','46.118.126.87'),(758182,122465,'_server_http_x_forwarded_for_0','46.118.126.87'),(758183,122466,'login_id','1'),(758184,122466,'login_email','mentolnet@gmail.com'),(758185,122466,'login','mentol'),(758186,122466,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758187,122466,'_message_key','user_login_failed'),(758188,122466,'_xmlrpc_request','true'),(758189,122466,'_server_remote_addr','46.118.126.87'),(758190,122466,'_server_http_x_forwarded_for_0','46.118.126.87'),(758191,122467,'login_id','1'),(758192,122467,'login_email','mentolnet@gmail.com'),(758193,122467,'login','mentol'),(758194,122467,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758195,122467,'_message_key','user_login_failed'),(758196,122467,'_xmlrpc_request','true'),(758197,122467,'_server_remote_addr','46.118.126.87'),(758198,122467,'_server_http_x_forwarded_for_0','46.118.126.87'),(758199,122468,'login_id','1'),(758200,122468,'login_email','mentolnet@gmail.com'),(758201,122468,'login','mentol'),(758202,122468,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758203,122468,'_message_key','user_login_failed'),(758204,122468,'_xmlrpc_request','true'),(758205,122468,'_server_remote_addr','46.118.126.87'),(758206,122468,'_server_http_x_forwarded_for_0','46.118.126.87'),(758207,122469,'login_id','1'),(758208,122469,'login_email','mentolnet@gmail.com'),(758209,122469,'login','mentol'),(758210,122469,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758211,122469,'_message_key','user_login_failed'),(758212,122469,'_xmlrpc_request','true'),(758213,122469,'_server_remote_addr','46.118.126.87'),(758214,122469,'_server_http_x_forwarded_for_0','46.118.126.87'),(758215,122470,'login_id','1'),(758216,122470,'login_email','mentolnet@gmail.com'),(758217,122470,'login','mentol'),(758218,122470,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758219,122470,'_message_key','user_login_failed'),(758220,122470,'_xmlrpc_request','true'),(758221,122470,'_server_remote_addr','46.118.126.87'),(758222,122470,'_server_http_x_forwarded_for_0','46.118.126.87'),(758223,122471,'login_id','1'),(758224,122471,'login_email','mentolnet@gmail.com'),(758225,122471,'login','mentol'),(758226,122471,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758227,122471,'_message_key','user_login_failed'),(758228,122471,'_xmlrpc_request','true'),(758229,122471,'_server_remote_addr','46.118.126.87'),(758230,122471,'_server_http_x_forwarded_for_0','46.118.126.87'),(758231,122472,'login_id','1'),(758232,122472,'login_email','mentolnet@gmail.com'),(758233,122472,'login','mentol'),(758234,122472,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758235,122472,'_message_key','user_login_failed'),(758236,122472,'_xmlrpc_request','true'),(758237,122472,'_server_remote_addr','46.118.126.87'),(758238,122472,'_server_http_x_forwarded_for_0','46.118.126.87'),(758239,122473,'login_id','1'),(758240,122473,'login_email','mentolnet@gmail.com'),(758241,122473,'login','mentol'),(758242,122473,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758243,122473,'_message_key','user_login_failed'),(758244,122473,'_xmlrpc_request','true'),(758245,122473,'_server_remote_addr','46.118.126.87'),(758246,122473,'_server_http_x_forwarded_for_0','46.118.126.87'),(758247,122474,'login_id','1'),(758248,122474,'login_email','mentolnet@gmail.com'),(758249,122474,'login','mentol'),(758250,122474,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758251,122474,'_message_key','user_login_failed'),(758252,122474,'_xmlrpc_request','true'),(758253,122474,'_server_remote_addr','46.118.126.87'),(758254,122474,'_server_http_x_forwarded_for_0','46.118.126.87'),(758255,122475,'login_id','1'),(758256,122475,'login_email','mentolnet@gmail.com'),(758257,122475,'login','mentol'),(758258,122475,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758259,122475,'_message_key','user_login_failed'),(758260,122475,'_xmlrpc_request','true'),(758261,122475,'_server_remote_addr','46.118.126.87'),(758262,122475,'_server_http_x_forwarded_for_0','46.118.126.87'),(758263,122476,'login_id','1'),(758264,122476,'login_email','mentolnet@gmail.com'),(758265,122476,'login','mentol'),(758266,122476,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758267,122476,'_message_key','user_login_failed'),(758268,122476,'_xmlrpc_request','true'),(758269,122476,'_server_remote_addr','46.118.126.87'),(758270,122476,'_server_http_x_forwarded_for_0','46.118.126.87'),(758271,122477,'login_id','1'),(758272,122477,'login_email','mentolnet@gmail.com'),(758273,122477,'login','mentol'),(758274,122477,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758275,122477,'_message_key','user_login_failed'),(758276,122477,'_xmlrpc_request','true'),(758277,122477,'_server_remote_addr','46.118.126.87'),(758278,122477,'_server_http_x_forwarded_for_0','46.118.126.87'),(758279,122478,'login_id','1'),(758280,122478,'login_email','mentolnet@gmail.com'),(758281,122478,'login','mentol'),(758282,122478,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758283,122478,'_message_key','user_login_failed'),(758284,122478,'_xmlrpc_request','true'),(758285,122478,'_server_remote_addr','46.118.126.87'),(758286,122478,'_server_http_x_forwarded_for_0','46.118.126.87'),(758287,122479,'login_id','1'),(758288,122479,'login_email','mentolnet@gmail.com'),(758289,122479,'login','mentol'),(758290,122479,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758291,122479,'_message_key','user_login_failed'),(758292,122479,'_xmlrpc_request','true'),(758293,122479,'_server_remote_addr','46.118.126.87'),(758294,122479,'_server_http_x_forwarded_for_0','46.118.126.87'),(758295,122480,'login_id','1'),(758296,122480,'login_email','mentolnet@gmail.com'),(758297,122480,'login','mentol'),(758298,122480,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758299,122480,'_message_key','user_login_failed'),(758300,122480,'_xmlrpc_request','true'),(758301,122480,'_server_remote_addr','46.118.126.87'),(758302,122480,'_server_http_x_forwarded_for_0','46.118.126.87'),(758303,122481,'login_id','1'),(758304,122481,'login_email','mentolnet@gmail.com'),(758305,122481,'login','mentol'),(758306,122481,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758307,122481,'_message_key','user_login_failed'),(758308,122481,'_xmlrpc_request','true'),(758309,122481,'_server_remote_addr','46.118.126.87'),(758310,122481,'_server_http_x_forwarded_for_0','46.118.126.87'),(758311,122482,'login_id','1'),(758312,122482,'login_email','mentolnet@gmail.com'),(758313,122482,'login','mentol'),(758314,122482,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758315,122482,'_message_key','user_login_failed'),(758316,122482,'_xmlrpc_request','true'),(758317,122482,'_server_remote_addr','46.118.126.87'),(758318,122482,'_server_http_x_forwarded_for_0','46.118.126.87'),(758319,122483,'login_id','1'),(758320,122483,'login_email','mentolnet@gmail.com'),(758321,122483,'login','mentol'),(758322,122483,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758323,122483,'_message_key','user_login_failed'),(758324,122483,'_xmlrpc_request','true'),(758325,122483,'_server_remote_addr','46.118.126.87'),(758326,122483,'_server_http_x_forwarded_for_0','46.118.126.87'),(758327,122484,'login_id','1'),(758328,122484,'login_email','mentolnet@gmail.com'),(758329,122484,'login','mentol'),(758330,122484,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758331,122484,'_message_key','user_login_failed'),(758332,122484,'_xmlrpc_request','true'),(758333,122484,'_server_remote_addr','46.118.126.87'),(758334,122484,'_server_http_x_forwarded_for_0','46.118.126.87'),(758335,122485,'login_id','1'),(758336,122485,'login_email','mentolnet@gmail.com'),(758337,122485,'login','mentol'),(758338,122485,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758339,122485,'_message_key','user_login_failed'),(758340,122485,'_xmlrpc_request','true'),(758341,122485,'_server_remote_addr','46.118.126.87'),(758342,122485,'_server_http_x_forwarded_for_0','46.118.126.87'),(758343,122486,'login_id','1'),(758344,122486,'login_email','mentolnet@gmail.com'),(758345,122486,'login','mentol'),(758346,122486,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758347,122486,'_message_key','user_login_failed'),(758348,122486,'_xmlrpc_request','true'),(758349,122486,'_server_remote_addr','46.118.126.87'),(758350,122486,'_server_http_x_forwarded_for_0','46.118.126.87'),(758351,122487,'login_id','1'),(758352,122487,'login_email','mentolnet@gmail.com'),(758353,122487,'login','mentol'),(758354,122487,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758355,122487,'_message_key','user_login_failed'),(758356,122487,'_xmlrpc_request','true'),(758357,122487,'_server_remote_addr','46.118.126.87'),(758358,122487,'_server_http_x_forwarded_for_0','46.118.126.87'),(758359,122488,'login_id','1'),(758360,122488,'login_email','mentolnet@gmail.com'),(758361,122488,'login','mentol'),(758362,122488,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758363,122488,'_message_key','user_login_failed'),(758364,122488,'_xmlrpc_request','true'),(758365,122488,'_server_remote_addr','46.118.126.87'),(758366,122488,'_server_http_x_forwarded_for_0','46.118.126.87'),(758367,122489,'login_id','1'),(758368,122489,'login_email','mentolnet@gmail.com'),(758369,122489,'login','mentol'),(758370,122489,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758371,122489,'_message_key','user_login_failed'),(758372,122489,'_xmlrpc_request','true'),(758373,122489,'_server_remote_addr','46.118.126.87'),(758374,122489,'_server_http_x_forwarded_for_0','46.118.126.87'),(758375,122490,'login_id','1'),(758376,122490,'login_email','mentolnet@gmail.com'),(758377,122490,'login','mentol'),(758378,122490,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758379,122490,'_message_key','user_login_failed'),(758380,122490,'_xmlrpc_request','true'),(758381,122490,'_server_remote_addr','46.118.126.87'),(758382,122490,'_server_http_x_forwarded_for_0','46.118.126.87'),(758383,122491,'login_id','1'),(758384,122491,'login_email','mentolnet@gmail.com'),(758385,122491,'login','mentol'),(758386,122491,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758387,122491,'_message_key','user_login_failed'),(758388,122491,'_xmlrpc_request','true'),(758389,122491,'_server_remote_addr','46.118.126.87'),(758390,122491,'_server_http_x_forwarded_for_0','46.118.126.87'),(758391,122492,'login_id','1'),(758392,122492,'login_email','mentolnet@gmail.com'),(758393,122492,'login','mentol'),(758394,122492,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758395,122492,'_message_key','user_login_failed'),(758396,122492,'_xmlrpc_request','true'),(758397,122492,'_server_remote_addr','46.118.126.87'),(758398,122492,'_server_http_x_forwarded_for_0','46.118.126.87'),(758399,122493,'login_id','1'),(758400,122493,'login_email','mentolnet@gmail.com'),(758401,122493,'login','mentol'),(758402,122493,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758403,122493,'_message_key','user_login_failed'),(758404,122493,'_xmlrpc_request','true'),(758405,122493,'_server_remote_addr','46.118.126.87'),(758406,122493,'_server_http_x_forwarded_for_0','46.118.126.87'),(758407,122494,'login_id','1'),(758408,122494,'login_email','mentolnet@gmail.com'),(758409,122494,'login','mentol'),(758410,122494,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758411,122494,'_message_key','user_login_failed'),(758412,122494,'_xmlrpc_request','true'),(758413,122494,'_server_remote_addr','46.118.126.87'),(758414,122494,'_server_http_x_forwarded_for_0','46.118.126.87'),(758415,122495,'login_id','1'),(758416,122495,'login_email','mentolnet@gmail.com'),(758417,122495,'login','mentol'),(758418,122495,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758419,122495,'_message_key','user_login_failed'),(758420,122495,'_xmlrpc_request','true'),(758421,122495,'_server_remote_addr','46.118.126.87'),(758422,122495,'_server_http_x_forwarded_for_0','46.118.126.87'),(758423,122496,'login_id','1'),(758424,122496,'login_email','mentolnet@gmail.com'),(758425,122496,'login','mentol'),(758426,122496,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758427,122496,'_message_key','user_login_failed'),(758428,122496,'_xmlrpc_request','true'),(758429,122496,'_server_remote_addr','46.118.126.87'),(758430,122496,'_server_http_x_forwarded_for_0','46.118.126.87'),(758431,122497,'login_id','1'),(758432,122497,'login_email','mentolnet@gmail.com'),(758433,122497,'login','mentol'),(758434,122497,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758435,122497,'_message_key','user_login_failed'),(758436,122497,'_xmlrpc_request','true'),(758437,122497,'_server_remote_addr','46.118.126.87'),(758438,122497,'_server_http_x_forwarded_for_0','46.118.126.87'),(758439,122498,'login_id','1'),(758440,122498,'login_email','mentolnet@gmail.com'),(758441,122498,'login','mentol'),(758442,122498,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758443,122498,'_message_key','user_login_failed'),(758444,122498,'_xmlrpc_request','true'),(758445,122498,'_server_remote_addr','46.118.126.87'),(758446,122498,'_server_http_x_forwarded_for_0','46.118.126.87'),(758447,122499,'login_id','1'),(758448,122499,'login_email','mentolnet@gmail.com'),(758449,122499,'login','mentol'),(758450,122499,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758451,122499,'_message_key','user_login_failed'),(758452,122499,'_xmlrpc_request','true'),(758453,122499,'_server_remote_addr','46.118.126.87'),(758454,122499,'_server_http_x_forwarded_for_0','46.118.126.87'),(758455,122500,'login_id','1'),(758456,122500,'login_email','mentolnet@gmail.com'),(758457,122500,'login','mentol'),(758458,122500,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758459,122500,'_message_key','user_login_failed'),(758460,122500,'_xmlrpc_request','true'),(758461,122500,'_server_remote_addr','46.118.126.87'),(758462,122500,'_server_http_x_forwarded_for_0','46.118.126.87'),(758463,122501,'login_id','1'),(758464,122501,'login_email','mentolnet@gmail.com'),(758465,122501,'login','mentol'),(758466,122501,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758467,122501,'_message_key','user_login_failed'),(758468,122501,'_xmlrpc_request','true'),(758469,122501,'_server_remote_addr','46.118.126.87'),(758470,122501,'_server_http_x_forwarded_for_0','46.118.126.87'),(758471,122502,'login_id','1'),(758472,122502,'login_email','mentolnet@gmail.com'),(758473,122502,'login','mentol'),(758474,122502,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758475,122502,'_message_key','user_login_failed'),(758476,122502,'_xmlrpc_request','true'),(758477,122502,'_server_remote_addr','46.118.126.87'),(758478,122502,'_server_http_x_forwarded_for_0','46.118.126.87'),(758479,122503,'login_id','1'),(758480,122503,'login_email','mentolnet@gmail.com'),(758481,122503,'login','mentol'),(758482,122503,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758483,122503,'_message_key','user_login_failed'),(758484,122503,'_xmlrpc_request','true'),(758485,122503,'_server_remote_addr','46.118.126.87'),(758486,122503,'_server_http_x_forwarded_for_0','46.118.126.87'),(758487,122504,'login_id','1'),(758488,122504,'login_email','mentolnet@gmail.com'),(758489,122504,'login','mentol'),(758490,122504,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758491,122504,'_message_key','user_login_failed'),(758492,122504,'_xmlrpc_request','true'),(758493,122504,'_server_remote_addr','46.118.126.87'),(758494,122504,'_server_http_x_forwarded_for_0','46.118.126.87'),(758495,122505,'login_id','1'),(758496,122505,'login_email','mentolnet@gmail.com'),(758497,122505,'login','mentol'),(758498,122505,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758499,122505,'_message_key','user_login_failed'),(758500,122505,'_xmlrpc_request','true'),(758501,122505,'_server_remote_addr','46.118.126.87'),(758502,122505,'_server_http_x_forwarded_for_0','46.118.126.87'),(758503,122506,'login_id','1'),(758504,122506,'login_email','mentolnet@gmail.com'),(758505,122506,'login','mentol'),(758506,122506,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758507,122506,'_message_key','user_login_failed'),(758508,122506,'_xmlrpc_request','true'),(758509,122506,'_server_remote_addr','46.118.126.87'),(758510,122506,'_server_http_x_forwarded_for_0','46.118.126.87'),(758511,122507,'login_id','1'),(758512,122507,'login_email','mentolnet@gmail.com'),(758513,122507,'login','mentol'),(758514,122507,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758515,122507,'_message_key','user_login_failed'),(758516,122507,'_xmlrpc_request','true'),(758517,122507,'_server_remote_addr','46.118.126.87'),(758518,122507,'_server_http_x_forwarded_for_0','46.118.126.87'),(758519,122508,'login_id','1'),(758520,122508,'login_email','mentolnet@gmail.com'),(758521,122508,'login','mentol'),(758522,122508,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758523,122508,'_message_key','user_login_failed'),(758524,122508,'_xmlrpc_request','true'),(758525,122508,'_server_remote_addr','46.118.126.87'),(758526,122508,'_server_http_x_forwarded_for_0','46.118.126.87'),(758527,122509,'login_id','1'),(758528,122509,'login_email','mentolnet@gmail.com'),(758529,122509,'login','mentol'),(758530,122509,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758531,122509,'_message_key','user_login_failed'),(758532,122509,'_xmlrpc_request','true'),(758533,122509,'_server_remote_addr','46.118.126.87'),(758534,122509,'_server_http_x_forwarded_for_0','46.118.126.87'),(758535,122510,'login_id','1'),(758536,122510,'login_email','mentolnet@gmail.com'),(758537,122510,'login','mentol'),(758538,122510,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758539,122510,'_message_key','user_login_failed'),(758540,122510,'_xmlrpc_request','true'),(758541,122510,'_server_remote_addr','46.118.126.87'),(758542,122510,'_server_http_x_forwarded_for_0','46.118.126.87'),(758543,122511,'login_id','1'),(758544,122511,'login_email','mentolnet@gmail.com'),(758545,122511,'login','mentol'),(758546,122511,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758547,122511,'_message_key','user_login_failed'),(758548,122511,'_xmlrpc_request','true'),(758549,122511,'_server_remote_addr','46.118.126.87'),(758550,122511,'_server_http_x_forwarded_for_0','46.118.126.87'),(758551,122512,'login_id','1'),(758552,122512,'login_email','mentolnet@gmail.com'),(758553,122512,'login','mentol'),(758554,122512,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758555,122512,'_message_key','user_login_failed'),(758556,122512,'_xmlrpc_request','true'),(758557,122512,'_server_remote_addr','46.118.126.87'),(758558,122512,'_server_http_x_forwarded_for_0','46.118.126.87'),(758559,122513,'login_id','1'),(758560,122513,'login_email','mentolnet@gmail.com'),(758561,122513,'login','mentol'),(758562,122513,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758563,122513,'_message_key','user_login_failed'),(758564,122513,'_xmlrpc_request','true'),(758565,122513,'_server_remote_addr','46.118.126.87'),(758566,122513,'_server_http_x_forwarded_for_0','46.118.126.87'),(758567,122514,'login_id','1'),(758568,122514,'login_email','mentolnet@gmail.com'),(758569,122514,'login','mentol'),(758570,122514,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758571,122514,'_message_key','user_login_failed'),(758572,122514,'_xmlrpc_request','true'),(758573,122514,'_server_remote_addr','46.118.126.87'),(758574,122514,'_server_http_x_forwarded_for_0','46.118.126.87'),(758575,122515,'login_id','1'),(758576,122515,'login_email','mentolnet@gmail.com'),(758577,122515,'login','mentol'),(758578,122515,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758579,122515,'_message_key','user_login_failed'),(758580,122515,'_xmlrpc_request','true'),(758581,122515,'_server_remote_addr','46.118.126.87'),(758582,122515,'_server_http_x_forwarded_for_0','46.118.126.87'),(758583,122516,'login_id','1'),(758584,122516,'login_email','mentolnet@gmail.com'),(758585,122516,'login','mentol'),(758586,122516,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758587,122516,'_message_key','user_login_failed'),(758588,122516,'_xmlrpc_request','true'),(758589,122516,'_server_remote_addr','46.118.126.87'),(758590,122516,'_server_http_x_forwarded_for_0','46.118.126.87'),(758591,122517,'login_id','1'),(758592,122517,'login_email','mentolnet@gmail.com'),(758593,122517,'login','mentol'),(758594,122517,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758595,122517,'_message_key','user_login_failed'),(758596,122517,'_xmlrpc_request','true'),(758597,122517,'_server_remote_addr','46.118.126.87'),(758598,122517,'_server_http_x_forwarded_for_0','46.118.126.87'),(758599,122518,'login_id','1'),(758600,122518,'login_email','mentolnet@gmail.com'),(758601,122518,'login','mentol'),(758602,122518,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758603,122518,'_message_key','user_login_failed'),(758604,122518,'_xmlrpc_request','true'),(758605,122518,'_server_remote_addr','46.118.126.87'),(758606,122518,'_server_http_x_forwarded_for_0','46.118.126.87'),(758607,122519,'login_id','1'),(758608,122519,'login_email','mentolnet@gmail.com'),(758609,122519,'login','mentol'),(758610,122519,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758611,122519,'_message_key','user_login_failed'),(758612,122519,'_xmlrpc_request','true'),(758613,122519,'_server_remote_addr','46.118.126.87'),(758614,122519,'_server_http_x_forwarded_for_0','46.118.126.87'),(758615,122520,'login_id','1'),(758616,122520,'login_email','mentolnet@gmail.com'),(758617,122520,'login','mentol'),(758618,122520,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758619,122520,'_message_key','user_login_failed'),(758620,122520,'_xmlrpc_request','true'),(758621,122520,'_server_remote_addr','46.118.126.87'),(758622,122520,'_server_http_x_forwarded_for_0','46.118.126.87'),(758623,122521,'login_id','1'),(758624,122521,'login_email','mentolnet@gmail.com'),(758625,122521,'login','mentol'),(758626,122521,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758627,122521,'_message_key','user_login_failed'),(758628,122521,'_xmlrpc_request','true'),(758629,122521,'_server_remote_addr','46.118.126.87'),(758630,122521,'_server_http_x_forwarded_for_0','46.118.126.87'),(758631,122522,'login_id','1'),(758632,122522,'login_email','mentolnet@gmail.com'),(758633,122522,'login','mentol'),(758634,122522,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758635,122522,'_message_key','user_login_failed'),(758636,122522,'_xmlrpc_request','true'),(758637,122522,'_server_remote_addr','46.118.126.87'),(758638,122522,'_server_http_x_forwarded_for_0','46.118.126.87'),(758639,122523,'login_id','1'),(758640,122523,'login_email','mentolnet@gmail.com'),(758641,122523,'login','mentol'),(758642,122523,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758643,122523,'_message_key','user_login_failed'),(758644,122523,'_xmlrpc_request','true'),(758645,122523,'_server_remote_addr','46.118.126.87'),(758646,122523,'_server_http_x_forwarded_for_0','46.118.126.87'),(758647,122524,'login_id','1'),(758648,122524,'login_email','mentolnet@gmail.com'),(758649,122524,'login','mentol'),(758650,122524,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758651,122524,'_message_key','user_login_failed'),(758652,122524,'_xmlrpc_request','true'),(758653,122524,'_server_remote_addr','46.118.126.87'),(758654,122524,'_server_http_x_forwarded_for_0','46.118.126.87'),(758655,122525,'login_id','1'),(758656,122525,'login_email','mentolnet@gmail.com'),(758657,122525,'login','mentol'),(758658,122525,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758659,122525,'_message_key','user_login_failed'),(758660,122525,'_xmlrpc_request','true'),(758661,122525,'_server_remote_addr','46.118.126.87'),(758662,122525,'_server_http_x_forwarded_for_0','46.118.126.87'),(758663,122526,'login_id','1'),(758664,122526,'login_email','mentolnet@gmail.com'),(758665,122526,'login','mentol'),(758666,122526,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758667,122526,'_message_key','user_login_failed'),(758668,122526,'_xmlrpc_request','true'),(758669,122526,'_server_remote_addr','46.118.126.87'),(758670,122526,'_server_http_x_forwarded_for_0','46.118.126.87'),(758671,122527,'login_id','1'),(758672,122527,'login_email','mentolnet@gmail.com'),(758673,122527,'login','mentol'),(758674,122527,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758675,122527,'_message_key','user_login_failed'),(758676,122527,'_xmlrpc_request','true'),(758677,122527,'_server_remote_addr','46.118.126.87'),(758678,122527,'_server_http_x_forwarded_for_0','46.118.126.87'),(758679,122528,'login_id','1'),(758680,122528,'login_email','mentolnet@gmail.com'),(758681,122528,'login','mentol'),(758682,122528,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758683,122528,'_message_key','user_login_failed'),(758684,122528,'_xmlrpc_request','true'),(758685,122528,'_server_remote_addr','46.118.126.87'),(758686,122528,'_server_http_x_forwarded_for_0','46.118.126.87'),(758687,122529,'login_id','1'),(758688,122529,'login_email','mentolnet@gmail.com'),(758689,122529,'login','mentol'),(758690,122529,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758691,122529,'_message_key','user_login_failed'),(758692,122529,'_xmlrpc_request','true'),(758693,122529,'_server_remote_addr','46.118.126.87'),(758694,122529,'_server_http_x_forwarded_for_0','46.118.126.87'),(758695,122530,'login_id','1'),(758696,122530,'login_email','mentolnet@gmail.com'),(758697,122530,'login','mentol'),(758698,122530,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758699,122530,'_message_key','user_login_failed'),(758700,122530,'_xmlrpc_request','true'),(758701,122530,'_server_remote_addr','46.118.126.87'),(758702,122530,'_server_http_x_forwarded_for_0','46.118.126.87'),(758703,122531,'login_id','1'),(758704,122531,'login_email','mentolnet@gmail.com'),(758705,122531,'login','mentol'),(758706,122531,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758707,122531,'_message_key','user_login_failed'),(758708,122531,'_xmlrpc_request','true'),(758709,122531,'_server_remote_addr','46.118.126.87'),(758710,122531,'_server_http_x_forwarded_for_0','46.118.126.87'),(758711,122532,'login_id','1'),(758712,122532,'login_email','mentolnet@gmail.com'),(758713,122532,'login','mentol'),(758714,122532,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758715,122532,'_message_key','user_login_failed'),(758716,122532,'_xmlrpc_request','true'),(758717,122532,'_server_remote_addr','46.118.126.87'),(758718,122532,'_server_http_x_forwarded_for_0','46.118.126.87'),(758719,122533,'login_id','1'),(758720,122533,'login_email','mentolnet@gmail.com'),(758721,122533,'login','mentol'),(758722,122533,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758723,122533,'_message_key','user_login_failed'),(758724,122533,'_xmlrpc_request','true'),(758725,122533,'_server_remote_addr','46.118.126.87'),(758726,122533,'_server_http_x_forwarded_for_0','46.118.126.87'),(758727,122534,'login_id','1'),(758728,122534,'login_email','mentolnet@gmail.com'),(758729,122534,'login','mentol'),(758730,122534,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758731,122534,'_message_key','user_login_failed'),(758732,122534,'_xmlrpc_request','true'),(758733,122534,'_server_remote_addr','46.118.126.87'),(758734,122534,'_server_http_x_forwarded_for_0','46.118.126.87'),(758735,122535,'login_id','1'),(758736,122535,'login_email','mentolnet@gmail.com'),(758737,122535,'login','mentol'),(758738,122535,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758739,122535,'_message_key','user_login_failed'),(758740,122535,'_xmlrpc_request','true'),(758741,122535,'_server_remote_addr','46.118.126.87'),(758742,122535,'_server_http_x_forwarded_for_0','46.118.126.87'),(758743,122536,'login_id','1'),(758744,122536,'login_email','mentolnet@gmail.com'),(758745,122536,'login','mentol'),(758746,122536,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758747,122536,'_message_key','user_login_failed'),(758748,122536,'_xmlrpc_request','true'),(758749,122536,'_server_remote_addr','46.118.126.87'),(758750,122536,'_server_http_x_forwarded_for_0','46.118.126.87'),(758751,122537,'login_id','1'),(758752,122537,'login_email','mentolnet@gmail.com'),(758753,122537,'login','mentol'),(758754,122537,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758755,122537,'_message_key','user_login_failed'),(758756,122537,'_xmlrpc_request','true'),(758757,122537,'_server_remote_addr','46.118.126.87'),(758758,122537,'_server_http_x_forwarded_for_0','46.118.126.87'),(758759,122538,'login_id','1'),(758760,122538,'login_email','mentolnet@gmail.com'),(758761,122538,'login','mentol'),(758762,122538,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758763,122538,'_message_key','user_login_failed'),(758764,122538,'_xmlrpc_request','true'),(758765,122538,'_server_remote_addr','46.118.126.87'),(758766,122538,'_server_http_x_forwarded_for_0','46.118.126.87'),(758767,122539,'login_id','1'),(758768,122539,'login_email','mentolnet@gmail.com'),(758769,122539,'login','mentol'),(758770,122539,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758771,122539,'_message_key','user_login_failed'),(758772,122539,'_xmlrpc_request','true'),(758773,122539,'_server_remote_addr','46.118.126.87'),(758774,122539,'_server_http_x_forwarded_for_0','46.118.126.87'),(758775,122540,'login_id','1'),(758776,122540,'login_email','mentolnet@gmail.com'),(758777,122540,'login','mentol'),(758778,122540,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758779,122540,'_message_key','user_login_failed'),(758780,122540,'_xmlrpc_request','true'),(758781,122540,'_server_remote_addr','46.118.126.87'),(758782,122540,'_server_http_x_forwarded_for_0','46.118.126.87'),(758783,122541,'login_id','1'),(758784,122541,'login_email','mentolnet@gmail.com'),(758785,122541,'login','mentol'),(758786,122541,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758787,122541,'_message_key','user_login_failed'),(758788,122541,'_xmlrpc_request','true'),(758789,122541,'_server_remote_addr','46.118.126.87'),(758790,122541,'_server_http_x_forwarded_for_0','46.118.126.87'),(758791,122542,'login_id','1'),(758792,122542,'login_email','mentolnet@gmail.com'),(758793,122542,'login','mentol'),(758794,122542,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758795,122542,'_message_key','user_login_failed'),(758796,122542,'_xmlrpc_request','true'),(758797,122542,'_server_remote_addr','46.118.126.87'),(758798,122542,'_server_http_x_forwarded_for_0','46.118.126.87'),(758799,122543,'login_id','1'),(758800,122543,'login_email','mentolnet@gmail.com'),(758801,122543,'login','mentol'),(758802,122543,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758803,122543,'_message_key','user_login_failed'),(758804,122543,'_xmlrpc_request','true'),(758805,122543,'_server_remote_addr','46.118.126.87'),(758806,122543,'_server_http_x_forwarded_for_0','46.118.126.87'),(758807,122544,'login_id','1'),(758808,122544,'login_email','mentolnet@gmail.com'),(758809,122544,'login','mentol'),(758810,122544,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758811,122544,'_message_key','user_login_failed'),(758812,122544,'_xmlrpc_request','true'),(758813,122544,'_server_remote_addr','46.118.126.87'),(758814,122544,'_server_http_x_forwarded_for_0','46.118.126.87'),(758815,122545,'login_id','1'),(758816,122545,'login_email','mentolnet@gmail.com'),(758817,122545,'login','mentol'),(758818,122545,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758819,122545,'_message_key','user_login_failed'),(758820,122545,'_xmlrpc_request','true'),(758821,122545,'_server_remote_addr','46.118.126.87'),(758822,122545,'_server_http_x_forwarded_for_0','46.118.126.87'),(758823,122546,'login_id','1'),(758824,122546,'login_email','mentolnet@gmail.com'),(758825,122546,'login','mentol'),(758826,122546,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758827,122546,'_message_key','user_login_failed'),(758828,122546,'_xmlrpc_request','true'),(758829,122546,'_server_remote_addr','46.118.126.87'),(758830,122546,'_server_http_x_forwarded_for_0','46.118.126.87'),(758831,122547,'login_id','1'),(758832,122547,'login_email','mentolnet@gmail.com'),(758833,122547,'login','mentol'),(758834,122547,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758835,122547,'_message_key','user_login_failed'),(758836,122547,'_xmlrpc_request','true'),(758837,122547,'_server_remote_addr','46.118.126.87'),(758838,122547,'_server_http_x_forwarded_for_0','46.118.126.87'),(758839,122548,'login_id','1'),(758840,122548,'login_email','mentolnet@gmail.com'),(758841,122548,'login','mentol'),(758842,122548,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758843,122548,'_message_key','user_login_failed'),(758844,122548,'_xmlrpc_request','true'),(758845,122548,'_server_remote_addr','46.118.126.87'),(758846,122548,'_server_http_x_forwarded_for_0','46.118.126.87'),(758847,122549,'login_id','1'),(758848,122549,'login_email','mentolnet@gmail.com'),(758849,122549,'login','mentol'),(758850,122549,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758851,122549,'_message_key','user_login_failed'),(758852,122549,'_xmlrpc_request','true'),(758853,122549,'_server_remote_addr','46.118.126.87'),(758854,122549,'_server_http_x_forwarded_for_0','46.118.126.87'),(758855,122550,'login_id','1'),(758856,122550,'login_email','mentolnet@gmail.com'),(758857,122550,'login','mentol'),(758858,122550,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758859,122550,'_message_key','user_login_failed'),(758860,122550,'_xmlrpc_request','true'),(758861,122550,'_server_remote_addr','46.118.126.87'),(758862,122550,'_server_http_x_forwarded_for_0','46.118.126.87'),(758863,122551,'login_id','1'),(758864,122551,'login_email','mentolnet@gmail.com'),(758865,122551,'login','mentol'),(758866,122551,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758867,122551,'_message_key','user_login_failed'),(758868,122551,'_xmlrpc_request','true'),(758869,122551,'_server_remote_addr','46.118.126.87'),(758870,122551,'_server_http_x_forwarded_for_0','46.118.126.87'),(758871,122552,'login_id','1'),(758872,122552,'login_email','mentolnet@gmail.com'),(758873,122552,'login','mentol'),(758874,122552,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758875,122552,'_message_key','user_login_failed'),(758876,122552,'_xmlrpc_request','true'),(758877,122552,'_server_remote_addr','46.118.126.87'),(758878,122552,'_server_http_x_forwarded_for_0','46.118.126.87'),(758879,122553,'login_id','1'),(758880,122553,'login_email','mentolnet@gmail.com'),(758881,122553,'login','mentol'),(758882,122553,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758883,122553,'_message_key','user_login_failed'),(758884,122553,'_xmlrpc_request','true'),(758885,122553,'_server_remote_addr','46.118.126.87'),(758886,122553,'_server_http_x_forwarded_for_0','46.118.126.87'),(758887,122554,'login_id','1'),(758888,122554,'login_email','mentolnet@gmail.com'),(758889,122554,'login','mentol'),(758890,122554,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758891,122554,'_message_key','user_login_failed'),(758892,122554,'_xmlrpc_request','true'),(758893,122554,'_server_remote_addr','46.118.126.87'),(758894,122554,'_server_http_x_forwarded_for_0','46.118.126.87'),(758895,122555,'login_id','1'),(758896,122555,'login_email','mentolnet@gmail.com'),(758897,122555,'login','mentol'),(758898,122555,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758899,122555,'_message_key','user_login_failed'),(758900,122555,'_xmlrpc_request','true'),(758901,122555,'_server_remote_addr','46.118.126.87'),(758902,122555,'_server_http_x_forwarded_for_0','46.118.126.87'),(758903,122556,'login_id','1'),(758904,122556,'login_email','mentolnet@gmail.com'),(758905,122556,'login','mentol'),(758906,122556,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758907,122556,'_message_key','user_login_failed'),(758908,122556,'_xmlrpc_request','true'),(758909,122556,'_server_remote_addr','46.118.126.87'),(758910,122556,'_server_http_x_forwarded_for_0','46.118.126.87'),(758911,122557,'login_id','1'),(758912,122557,'login_email','mentolnet@gmail.com'),(758913,122557,'login','mentol'),(758914,122557,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758915,122557,'_message_key','user_login_failed'),(758916,122557,'_xmlrpc_request','true'),(758917,122557,'_server_remote_addr','46.118.126.87'),(758918,122557,'_server_http_x_forwarded_for_0','46.118.126.87'),(758919,122558,'login_id','1'),(758920,122558,'login_email','mentolnet@gmail.com'),(758921,122558,'login','mentol'),(758922,122558,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758923,122558,'_message_key','user_login_failed'),(758924,122558,'_xmlrpc_request','true'),(758925,122558,'_server_remote_addr','46.118.126.87'),(758926,122558,'_server_http_x_forwarded_for_0','46.118.126.87'),(758927,122559,'login_id','1'),(758928,122559,'login_email','mentolnet@gmail.com'),(758929,122559,'login','mentol'),(758930,122559,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758931,122559,'_message_key','user_login_failed'),(758932,122559,'_xmlrpc_request','true'),(758933,122559,'_server_remote_addr','46.118.126.87'),(758934,122559,'_server_http_x_forwarded_for_0','46.118.126.87'),(758935,122560,'login_id','1'),(758936,122560,'login_email','mentolnet@gmail.com'),(758937,122560,'login','mentol'),(758938,122560,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758939,122560,'_message_key','user_login_failed'),(758940,122560,'_xmlrpc_request','true'),(758941,122560,'_server_remote_addr','46.118.126.87'),(758942,122560,'_server_http_x_forwarded_for_0','46.118.126.87'),(758943,122561,'login_id','1'),(758944,122561,'login_email','mentolnet@gmail.com'),(758945,122561,'login','mentol'),(758946,122561,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758947,122561,'_message_key','user_login_failed'),(758948,122561,'_xmlrpc_request','true'),(758949,122561,'_server_remote_addr','46.118.126.87'),(758950,122561,'_server_http_x_forwarded_for_0','46.118.126.87'),(758951,122562,'login_id','1'),(758952,122562,'login_email','mentolnet@gmail.com'),(758953,122562,'login','mentol'),(758954,122562,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758955,122562,'_message_key','user_login_failed'),(758956,122562,'_xmlrpc_request','true'),(758957,122562,'_server_remote_addr','46.118.126.87'),(758958,122562,'_server_http_x_forwarded_for_0','46.118.126.87'),(758959,122563,'login_id','1'),(758960,122563,'login_email','mentolnet@gmail.com'),(758961,122563,'login','mentol'),(758962,122563,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758963,122563,'_message_key','user_login_failed'),(758964,122563,'_xmlrpc_request','true'),(758965,122563,'_server_remote_addr','46.118.126.87'),(758966,122563,'_server_http_x_forwarded_for_0','46.118.126.87'),(758967,122564,'login_id','1'),(758968,122564,'login_email','mentolnet@gmail.com'),(758969,122564,'login','mentol'),(758970,122564,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758971,122564,'_message_key','user_login_failed'),(758972,122564,'_xmlrpc_request','true'),(758973,122564,'_server_remote_addr','46.118.126.87'),(758974,122564,'_server_http_x_forwarded_for_0','46.118.126.87'),(758975,122565,'login_id','1'),(758976,122565,'login_email','mentolnet@gmail.com'),(758977,122565,'login','mentol'),(758978,122565,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758979,122565,'_message_key','user_login_failed'),(758980,122565,'_xmlrpc_request','true'),(758981,122565,'_server_remote_addr','46.118.126.87'),(758982,122565,'_server_http_x_forwarded_for_0','46.118.126.87'),(758983,122566,'login_id','1'),(758984,122566,'login_email','mentolnet@gmail.com'),(758985,122566,'login','mentol'),(758986,122566,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758987,122566,'_message_key','user_login_failed'),(758988,122566,'_xmlrpc_request','true'),(758989,122566,'_server_remote_addr','46.118.126.87'),(758990,122566,'_server_http_x_forwarded_for_0','46.118.126.87'),(758991,122567,'login_id','1'),(758992,122567,'login_email','mentolnet@gmail.com'),(758993,122567,'login','mentol'),(758994,122567,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(758995,122567,'_message_key','user_login_failed'),(758996,122567,'_xmlrpc_request','true'),(758997,122567,'_server_remote_addr','46.118.126.87'),(758998,122567,'_server_http_x_forwarded_for_0','46.118.126.87'),(758999,122568,'login_id','1'),(759000,122568,'login_email','mentolnet@gmail.com'),(759001,122568,'login','mentol'),(759002,122568,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759003,122568,'_message_key','user_login_failed'),(759004,122568,'_xmlrpc_request','true'),(759005,122568,'_server_remote_addr','46.118.126.87'),(759006,122568,'_server_http_x_forwarded_for_0','46.118.126.87'),(759007,122569,'login_id','1'),(759008,122569,'login_email','mentolnet@gmail.com'),(759009,122569,'login','mentol'),(759010,122569,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759011,122569,'_message_key','user_login_failed'),(759012,122569,'_xmlrpc_request','true'),(759013,122569,'_server_remote_addr','46.118.126.87'),(759014,122569,'_server_http_x_forwarded_for_0','46.118.126.87'),(759015,122570,'login_id','1'),(759016,122570,'login_email','mentolnet@gmail.com'),(759017,122570,'login','mentol'),(759018,122570,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759019,122570,'_message_key','user_login_failed'),(759020,122570,'_xmlrpc_request','true'),(759021,122570,'_server_remote_addr','46.118.126.87'),(759022,122570,'_server_http_x_forwarded_for_0','46.118.126.87'),(759023,122571,'login_id','1'),(759024,122571,'login_email','mentolnet@gmail.com'),(759025,122571,'login','mentol'),(759026,122571,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759027,122571,'_message_key','user_login_failed'),(759028,122571,'_xmlrpc_request','true'),(759029,122571,'_server_remote_addr','46.118.126.87'),(759030,122571,'_server_http_x_forwarded_for_0','46.118.126.87'),(759031,122572,'login_id','1'),(759032,122572,'login_email','mentolnet@gmail.com'),(759033,122572,'login','mentol'),(759034,122572,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759035,122572,'_message_key','user_login_failed'),(759036,122572,'_xmlrpc_request','true'),(759037,122572,'_server_remote_addr','46.118.126.87'),(759038,122572,'_server_http_x_forwarded_for_0','46.118.126.87'),(759039,122573,'login_id','1'),(759040,122573,'login_email','mentolnet@gmail.com'),(759041,122573,'login','mentol'),(759042,122573,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759043,122573,'_message_key','user_login_failed'),(759044,122573,'_xmlrpc_request','true'),(759045,122573,'_server_remote_addr','46.118.126.87'),(759046,122573,'_server_http_x_forwarded_for_0','46.118.126.87'),(759047,122574,'login_id','1'),(759048,122574,'login_email','mentolnet@gmail.com'),(759049,122574,'login','mentol'),(759050,122574,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759051,122574,'_message_key','user_login_failed'),(759052,122574,'_xmlrpc_request','true'),(759053,122574,'_server_remote_addr','46.118.126.87'),(759054,122574,'_server_http_x_forwarded_for_0','46.118.126.87'),(759055,122575,'login_id','1'),(759056,122575,'login_email','mentolnet@gmail.com'),(759057,122575,'login','mentol'),(759058,122575,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759059,122575,'_message_key','user_login_failed'),(759060,122575,'_xmlrpc_request','true'),(759061,122575,'_server_remote_addr','46.118.126.87'),(759062,122575,'_server_http_x_forwarded_for_0','46.118.126.87'),(759063,122576,'login_id','1'),(759064,122576,'login_email','mentolnet@gmail.com'),(759065,122576,'login','mentol'),(759066,122576,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759067,122576,'_message_key','user_login_failed'),(759068,122576,'_xmlrpc_request','true'),(759069,122576,'_server_remote_addr','46.118.126.87'),(759070,122576,'_server_http_x_forwarded_for_0','46.118.126.87'),(759071,122577,'login_id','1'),(759072,122577,'login_email','mentolnet@gmail.com'),(759073,122577,'login','mentol'),(759074,122577,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759075,122577,'_message_key','user_login_failed'),(759076,122577,'_xmlrpc_request','true'),(759077,122577,'_server_remote_addr','46.118.126.87'),(759078,122577,'_server_http_x_forwarded_for_0','46.118.126.87'),(759079,122578,'login_id','1'),(759080,122578,'login_email','mentolnet@gmail.com'),(759081,122578,'login','mentol'),(759082,122578,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759083,122578,'_message_key','user_login_failed'),(759084,122578,'_xmlrpc_request','true'),(759085,122578,'_server_remote_addr','46.118.126.87'),(759086,122578,'_server_http_x_forwarded_for_0','46.118.126.87'),(759087,122579,'login_id','1'),(759088,122579,'login_email','mentolnet@gmail.com'),(759089,122579,'login','mentol'),(759090,122579,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759091,122579,'_message_key','user_login_failed'),(759092,122579,'_xmlrpc_request','true'),(759093,122579,'_server_remote_addr','46.118.126.87'),(759094,122579,'_server_http_x_forwarded_for_0','46.118.126.87'),(759095,122580,'login_id','1'),(759096,122580,'login_email','mentolnet@gmail.com'),(759097,122580,'login','mentol'),(759098,122580,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759099,122580,'_message_key','user_login_failed'),(759100,122580,'_xmlrpc_request','true'),(759101,122580,'_server_remote_addr','46.118.126.87'),(759102,122580,'_server_http_x_forwarded_for_0','46.118.126.87'),(759103,122581,'login_id','1'),(759104,122581,'login_email','mentolnet@gmail.com'),(759105,122581,'login','mentol'),(759106,122581,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759107,122581,'_message_key','user_login_failed'),(759108,122581,'_xmlrpc_request','true'),(759109,122581,'_server_remote_addr','46.118.126.87'),(759110,122581,'_server_http_x_forwarded_for_0','46.118.126.87'),(759111,122582,'login_id','1'),(759112,122582,'login_email','mentolnet@gmail.com'),(759113,122582,'login','mentol'),(759114,122582,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759115,122582,'_message_key','user_login_failed'),(759116,122582,'_xmlrpc_request','true'),(759117,122582,'_server_remote_addr','46.118.126.87'),(759118,122582,'_server_http_x_forwarded_for_0','46.118.126.87'),(759119,122583,'login_id','1'),(759120,122583,'login_email','mentolnet@gmail.com'),(759121,122583,'login','mentol'),(759122,122583,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759123,122583,'_message_key','user_login_failed'),(759124,122583,'_xmlrpc_request','true'),(759125,122583,'_server_remote_addr','46.118.126.87'),(759126,122583,'_server_http_x_forwarded_for_0','46.118.126.87'),(759127,122584,'login_id','1'),(759128,122584,'login_email','mentolnet@gmail.com'),(759129,122584,'login','mentol'),(759130,122584,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759131,122584,'_message_key','user_login_failed'),(759132,122584,'_xmlrpc_request','true'),(759133,122584,'_server_remote_addr','46.118.126.87'),(759134,122584,'_server_http_x_forwarded_for_0','46.118.126.87'),(759135,122585,'login_id','1'),(759136,122585,'login_email','mentolnet@gmail.com'),(759137,122585,'login','mentol'),(759138,122585,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759139,122585,'_message_key','user_login_failed'),(759140,122585,'_xmlrpc_request','true'),(759141,122585,'_server_remote_addr','46.118.126.87'),(759142,122585,'_server_http_x_forwarded_for_0','46.118.126.87'),(759143,122586,'login_id','1'),(759144,122586,'login_email','mentolnet@gmail.com'),(759145,122586,'login','mentol'),(759146,122586,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759147,122586,'_message_key','user_login_failed'),(759148,122586,'_xmlrpc_request','true'),(759149,122586,'_server_remote_addr','46.118.126.87'),(759150,122586,'_server_http_x_forwarded_for_0','46.118.126.87'),(759151,122587,'login_id','1'),(759152,122587,'login_email','mentolnet@gmail.com'),(759153,122587,'login','mentol'),(759154,122587,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759155,122587,'_message_key','user_login_failed'),(759156,122587,'_xmlrpc_request','true'),(759157,122587,'_server_remote_addr','46.118.126.87'),(759158,122587,'_server_http_x_forwarded_for_0','46.118.126.87'),(759159,122588,'login_id','1'),(759160,122588,'login_email','mentolnet@gmail.com'),(759161,122588,'login','mentol'),(759162,122588,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759163,122588,'_message_key','user_login_failed'),(759164,122588,'_xmlrpc_request','true'),(759165,122588,'_server_remote_addr','46.118.126.87'),(759166,122588,'_server_http_x_forwarded_for_0','46.118.126.87'),(759167,122589,'login_id','1'),(759168,122589,'login_email','mentolnet@gmail.com'),(759169,122589,'login','mentol'),(759170,122589,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759171,122589,'_message_key','user_login_failed'),(759172,122589,'_xmlrpc_request','true'),(759173,122589,'_server_remote_addr','46.118.126.87'),(759174,122589,'_server_http_x_forwarded_for_0','46.118.126.87'),(759175,122590,'login_id','1'),(759176,122590,'login_email','mentolnet@gmail.com'),(759177,122590,'login','mentol'),(759178,122590,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759179,122590,'_message_key','user_login_failed'),(759180,122590,'_xmlrpc_request','true'),(759181,122590,'_server_remote_addr','46.118.126.87'),(759182,122590,'_server_http_x_forwarded_for_0','46.118.126.87'),(759183,122591,'login_id','1'),(759184,122591,'login_email','mentolnet@gmail.com'),(759185,122591,'login','mentol'),(759186,122591,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759187,122591,'_message_key','user_login_failed'),(759188,122591,'_xmlrpc_request','true'),(759189,122591,'_server_remote_addr','46.118.126.87'),(759190,122591,'_server_http_x_forwarded_for_0','46.118.126.87'),(759191,122592,'login_id','1'),(759192,122592,'login_email','mentolnet@gmail.com'),(759193,122592,'login','mentol'),(759194,122592,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759195,122592,'_message_key','user_login_failed'),(759196,122592,'_xmlrpc_request','true'),(759197,122592,'_server_remote_addr','46.118.126.87'),(759198,122592,'_server_http_x_forwarded_for_0','46.118.126.87'),(759199,122593,'login_id','1'),(759200,122593,'login_email','mentolnet@gmail.com'),(759201,122593,'login','mentol'),(759202,122593,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759203,122593,'_message_key','user_login_failed'),(759204,122593,'_xmlrpc_request','true'),(759205,122593,'_server_remote_addr','46.118.126.87'),(759206,122593,'_server_http_x_forwarded_for_0','46.118.126.87'),(759207,122594,'login_id','1'),(759208,122594,'login_email','mentolnet@gmail.com'),(759209,122594,'login','mentol'),(759210,122594,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759211,122594,'_message_key','user_login_failed'),(759212,122594,'_xmlrpc_request','true'),(759213,122594,'_server_remote_addr','46.118.126.87'),(759214,122594,'_server_http_x_forwarded_for_0','46.118.126.87'),(759215,122595,'login_id','1'),(759216,122595,'login_email','mentolnet@gmail.com'),(759217,122595,'login','mentol'),(759218,122595,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759219,122595,'_message_key','user_login_failed'),(759220,122595,'_xmlrpc_request','true'),(759221,122595,'_server_remote_addr','46.118.126.87'),(759222,122595,'_server_http_x_forwarded_for_0','46.118.126.87'),(759223,122596,'login_id','1'),(759224,122596,'login_email','mentolnet@gmail.com'),(759225,122596,'login','mentol'),(759226,122596,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759227,122596,'_message_key','user_login_failed'),(759228,122596,'_xmlrpc_request','true'),(759229,122596,'_server_remote_addr','46.118.126.87'),(759230,122596,'_server_http_x_forwarded_for_0','46.118.126.87'),(759231,122597,'login_id','1'),(759232,122597,'login_email','mentolnet@gmail.com'),(759233,122597,'login','mentol'),(759234,122597,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759235,122597,'_message_key','user_login_failed'),(759236,122597,'_xmlrpc_request','true'),(759237,122597,'_server_remote_addr','46.118.126.87'),(759238,122597,'_server_http_x_forwarded_for_0','46.118.126.87'),(759239,122598,'login_id','1'),(759240,122598,'login_email','mentolnet@gmail.com'),(759241,122598,'login','mentol'),(759242,122598,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759243,122598,'_message_key','user_login_failed'),(759244,122598,'_xmlrpc_request','true'),(759245,122598,'_server_remote_addr','46.118.126.87'),(759246,122598,'_server_http_x_forwarded_for_0','46.118.126.87'),(759247,122599,'login_id','1'),(759248,122599,'login_email','mentolnet@gmail.com'),(759249,122599,'login','mentol'),(759250,122599,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759251,122599,'_message_key','user_login_failed'),(759252,122599,'_xmlrpc_request','true'),(759253,122599,'_server_remote_addr','46.118.126.87'),(759254,122599,'_server_http_x_forwarded_for_0','46.118.126.87'),(759255,122600,'login_id','1'),(759256,122600,'login_email','mentolnet@gmail.com'),(759257,122600,'login','mentol'),(759258,122600,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759259,122600,'_message_key','user_login_failed'),(759260,122600,'_xmlrpc_request','true'),(759261,122600,'_server_remote_addr','46.118.126.87'),(759262,122600,'_server_http_x_forwarded_for_0','46.118.126.87'),(759263,122601,'login_id','1'),(759264,122601,'login_email','mentolnet@gmail.com'),(759265,122601,'login','mentol'),(759266,122601,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759267,122601,'_message_key','user_login_failed'),(759268,122601,'_xmlrpc_request','true'),(759269,122601,'_server_remote_addr','46.118.126.87'),(759270,122601,'_server_http_x_forwarded_for_0','46.118.126.87'),(759271,122602,'login_id','1'),(759272,122602,'login_email','mentolnet@gmail.com'),(759273,122602,'login','mentol'),(759274,122602,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759275,122602,'_message_key','user_login_failed'),(759276,122602,'_xmlrpc_request','true'),(759277,122602,'_server_remote_addr','46.118.126.87'),(759278,122602,'_server_http_x_forwarded_for_0','46.118.126.87'),(759279,122603,'login_id','1'),(759280,122603,'login_email','mentolnet@gmail.com'),(759281,122603,'login','mentol'),(759282,122603,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759283,122603,'_message_key','user_login_failed'),(759284,122603,'_xmlrpc_request','true'),(759285,122603,'_server_remote_addr','46.118.126.87'),(759286,122603,'_server_http_x_forwarded_for_0','46.118.126.87'),(759287,122604,'login_id','1'),(759288,122604,'login_email','mentolnet@gmail.com'),(759289,122604,'login','mentol'),(759290,122604,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759291,122604,'_message_key','user_login_failed'),(759292,122604,'_xmlrpc_request','true'),(759293,122604,'_server_remote_addr','46.118.126.87'),(759294,122604,'_server_http_x_forwarded_for_0','46.118.126.87'),(759295,122605,'login_id','1'),(759296,122605,'login_email','mentolnet@gmail.com'),(759297,122605,'login','mentol'),(759298,122605,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759299,122605,'_message_key','user_login_failed'),(759300,122605,'_xmlrpc_request','true'),(759301,122605,'_server_remote_addr','46.118.126.87'),(759302,122605,'_server_http_x_forwarded_for_0','46.118.126.87'),(759303,122606,'login_id','1'),(759304,122606,'login_email','mentolnet@gmail.com'),(759305,122606,'login','mentol'),(759306,122606,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759307,122606,'_message_key','user_login_failed'),(759308,122606,'_xmlrpc_request','true'),(759309,122606,'_server_remote_addr','46.118.126.87'),(759310,122606,'_server_http_x_forwarded_for_0','46.118.126.87'),(759311,122607,'login_id','1'),(759312,122607,'login_email','mentolnet@gmail.com'),(759313,122607,'login','mentol'),(759314,122607,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759315,122607,'_message_key','user_login_failed'),(759316,122607,'_xmlrpc_request','true'),(759317,122607,'_server_remote_addr','46.118.126.87'),(759318,122607,'_server_http_x_forwarded_for_0','46.118.126.87'),(759319,122608,'login_id','1'),(759320,122608,'login_email','mentolnet@gmail.com'),(759321,122608,'login','mentol'),(759322,122608,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759323,122608,'_message_key','user_login_failed'),(759324,122608,'_xmlrpc_request','true'),(759325,122608,'_server_remote_addr','46.118.126.87'),(759326,122608,'_server_http_x_forwarded_for_0','46.118.126.87'),(759327,122609,'login_id','1'),(759328,122609,'login_email','mentolnet@gmail.com'),(759329,122609,'login','mentol'),(759330,122609,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759331,122609,'_message_key','user_login_failed'),(759332,122609,'_xmlrpc_request','true'),(759333,122609,'_server_remote_addr','46.118.126.87'),(759334,122609,'_server_http_x_forwarded_for_0','46.118.126.87'),(759335,122610,'login_id','1'),(759336,122610,'login_email','mentolnet@gmail.com'),(759337,122610,'login','mentol'),(759338,122610,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759339,122610,'_message_key','user_login_failed'),(759340,122610,'_xmlrpc_request','true'),(759341,122610,'_server_remote_addr','46.118.126.87'),(759342,122610,'_server_http_x_forwarded_for_0','46.118.126.87'),(759343,122611,'login_id','1'),(759344,122611,'login_email','mentolnet@gmail.com'),(759345,122611,'login','mentol'),(759346,122611,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759347,122611,'_message_key','user_login_failed'),(759348,122611,'_xmlrpc_request','true'),(759349,122611,'_server_remote_addr','46.118.126.87'),(759350,122611,'_server_http_x_forwarded_for_0','46.118.126.87'),(759351,122612,'login_id','1'),(759352,122612,'login_email','mentolnet@gmail.com'),(759353,122612,'login','mentol'),(759354,122612,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759355,122612,'_message_key','user_login_failed'),(759356,122612,'_xmlrpc_request','true'),(759357,122612,'_server_remote_addr','46.118.126.87'),(759358,122612,'_server_http_x_forwarded_for_0','46.118.126.87'),(759359,122613,'login_id','1'),(759360,122613,'login_email','mentolnet@gmail.com'),(759361,122613,'login','mentol'),(759362,122613,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759363,122613,'_message_key','user_login_failed'),(759364,122613,'_xmlrpc_request','true'),(759365,122613,'_server_remote_addr','46.118.126.87'),(759366,122613,'_server_http_x_forwarded_for_0','46.118.126.87'),(759367,122614,'login_id','1'),(759368,122614,'login_email','mentolnet@gmail.com'),(759369,122614,'login','mentol'),(759370,122614,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759371,122614,'_message_key','user_login_failed'),(759372,122614,'_xmlrpc_request','true'),(759373,122614,'_server_remote_addr','46.118.126.87'),(759374,122614,'_server_http_x_forwarded_for_0','46.118.126.87'),(759375,122615,'login_id','1'),(759376,122615,'login_email','mentolnet@gmail.com'),(759377,122615,'login','mentol'),(759378,122615,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759379,122615,'_message_key','user_login_failed'),(759380,122615,'_xmlrpc_request','true'),(759381,122615,'_server_remote_addr','46.118.126.87'),(759382,122615,'_server_http_x_forwarded_for_0','46.118.126.87'),(759383,122616,'login_id','1'),(759384,122616,'login_email','mentolnet@gmail.com'),(759385,122616,'login','mentol'),(759386,122616,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759387,122616,'_message_key','user_login_failed'),(759388,122616,'_xmlrpc_request','true'),(759389,122616,'_server_remote_addr','46.118.126.87'),(759390,122616,'_server_http_x_forwarded_for_0','46.118.126.87'),(759391,122617,'login_id','1'),(759392,122617,'login_email','mentolnet@gmail.com'),(759393,122617,'login','mentol'),(759394,122617,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759395,122617,'_message_key','user_login_failed'),(759396,122617,'_xmlrpc_request','true'),(759397,122617,'_server_remote_addr','46.118.126.87'),(759398,122617,'_server_http_x_forwarded_for_0','46.118.126.87'),(759399,122618,'login_id','1'),(759400,122618,'login_email','mentolnet@gmail.com'),(759401,122618,'login','mentol'),(759402,122618,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759403,122618,'_message_key','user_login_failed'),(759404,122618,'_xmlrpc_request','true'),(759405,122618,'_server_remote_addr','46.118.126.87'),(759406,122618,'_server_http_x_forwarded_for_0','46.118.126.87'),(759407,122619,'login_id','1'),(759408,122619,'login_email','mentolnet@gmail.com'),(759409,122619,'login','mentol'),(759410,122619,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759411,122619,'_message_key','user_login_failed'),(759412,122619,'_xmlrpc_request','true'),(759413,122619,'_server_remote_addr','46.118.126.87'),(759414,122619,'_server_http_x_forwarded_for_0','46.118.126.87'),(759415,122620,'login_id','1'),(759416,122620,'login_email','mentolnet@gmail.com'),(759417,122620,'login','mentol'),(759418,122620,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759419,122620,'_message_key','user_login_failed'),(759420,122620,'_xmlrpc_request','true'),(759421,122620,'_server_remote_addr','46.118.126.87'),(759422,122620,'_server_http_x_forwarded_for_0','46.118.126.87'),(759423,122621,'login_id','1'),(759424,122621,'login_email','mentolnet@gmail.com'),(759425,122621,'login','mentol'),(759426,122621,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759427,122621,'_message_key','user_login_failed'),(759428,122621,'_xmlrpc_request','true'),(759429,122621,'_server_remote_addr','46.118.126.87'),(759430,122621,'_server_http_x_forwarded_for_0','46.118.126.87'),(759431,122622,'login_id','1'),(759432,122622,'login_email','mentolnet@gmail.com'),(759433,122622,'login','mentol'),(759434,122622,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759435,122622,'_message_key','user_login_failed'),(759436,122622,'_xmlrpc_request','true'),(759437,122622,'_server_remote_addr','46.118.126.87'),(759438,122622,'_server_http_x_forwarded_for_0','46.118.126.87'),(759439,122623,'login_id','1'),(759440,122623,'login_email','mentolnet@gmail.com'),(759441,122623,'login','mentol'),(759442,122623,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759443,122623,'_message_key','user_login_failed'),(759444,122623,'_xmlrpc_request','true'),(759445,122623,'_server_remote_addr','46.118.126.87'),(759446,122623,'_server_http_x_forwarded_for_0','46.118.126.87'),(759447,122624,'login_id','1'),(759448,122624,'login_email','mentolnet@gmail.com'),(759449,122624,'login','mentol'),(759450,122624,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759451,122624,'_message_key','user_login_failed'),(759452,122624,'_xmlrpc_request','true'),(759453,122624,'_server_remote_addr','46.118.126.87'),(759454,122624,'_server_http_x_forwarded_for_0','46.118.126.87'),(759455,122625,'login_id','1'),(759456,122625,'login_email','mentolnet@gmail.com'),(759457,122625,'login','mentol'),(759458,122625,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759459,122625,'_message_key','user_login_failed'),(759460,122625,'_xmlrpc_request','true'),(759461,122625,'_server_remote_addr','46.118.126.87'),(759462,122625,'_server_http_x_forwarded_for_0','46.118.126.87'),(759463,122626,'login_id','1'),(759464,122626,'login_email','mentolnet@gmail.com'),(759465,122626,'login','mentol'),(759466,122626,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759467,122626,'_message_key','user_login_failed'),(759468,122626,'_xmlrpc_request','true'),(759469,122626,'_server_remote_addr','46.118.126.87'),(759470,122626,'_server_http_x_forwarded_for_0','46.118.126.87'),(759471,122627,'login_id','1'),(759472,122627,'login_email','mentolnet@gmail.com'),(759473,122627,'login','mentol'),(759474,122627,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759475,122627,'_message_key','user_login_failed'),(759476,122627,'_xmlrpc_request','true'),(759477,122627,'_server_remote_addr','46.118.126.87'),(759478,122627,'_server_http_x_forwarded_for_0','46.118.126.87'),(759479,122628,'login_id','1'),(759480,122628,'login_email','mentolnet@gmail.com'),(759481,122628,'login','mentol'),(759482,122628,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759483,122628,'_message_key','user_login_failed'),(759484,122628,'_xmlrpc_request','true'),(759485,122628,'_server_remote_addr','46.118.126.87'),(759486,122628,'_server_http_x_forwarded_for_0','46.118.126.87'),(759487,122629,'login_id','1'),(759488,122629,'login_email','mentolnet@gmail.com'),(759489,122629,'login','mentol'),(759490,122629,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759491,122629,'_message_key','user_login_failed'),(759492,122629,'_xmlrpc_request','true'),(759493,122629,'_server_remote_addr','46.118.126.87'),(759494,122629,'_server_http_x_forwarded_for_0','46.118.126.87'),(759495,122630,'login_id','1'),(759496,122630,'login_email','mentolnet@gmail.com'),(759497,122630,'login','mentol'),(759498,122630,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759499,122630,'_message_key','user_login_failed'),(759500,122630,'_xmlrpc_request','true'),(759501,122630,'_server_remote_addr','46.118.126.87'),(759502,122630,'_server_http_x_forwarded_for_0','46.118.126.87'),(759503,122631,'login_id','1'),(759504,122631,'login_email','mentolnet@gmail.com'),(759505,122631,'login','mentol'),(759506,122631,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759507,122631,'_message_key','user_login_failed'),(759508,122631,'_xmlrpc_request','true'),(759509,122631,'_server_remote_addr','46.118.126.87'),(759510,122631,'_server_http_x_forwarded_for_0','46.118.126.87'),(759511,122632,'login_id','1'),(759512,122632,'login_email','mentolnet@gmail.com'),(759513,122632,'login','mentol'),(759514,122632,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759515,122632,'_message_key','user_login_failed'),(759516,122632,'_xmlrpc_request','true'),(759517,122632,'_server_remote_addr','46.118.126.87'),(759518,122632,'_server_http_x_forwarded_for_0','46.118.126.87'),(759519,122633,'login_id','1'),(759520,122633,'login_email','mentolnet@gmail.com'),(759521,122633,'login','mentol'),(759522,122633,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759523,122633,'_message_key','user_login_failed'),(759524,122633,'_xmlrpc_request','true'),(759525,122633,'_server_remote_addr','46.118.126.87'),(759526,122633,'_server_http_x_forwarded_for_0','46.118.126.87'),(759527,122634,'login_id','1'),(759528,122634,'login_email','mentolnet@gmail.com'),(759529,122634,'login','mentol'),(759530,122634,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759531,122634,'_message_key','user_login_failed'),(759532,122634,'_xmlrpc_request','true'),(759533,122634,'_server_remote_addr','46.118.126.87'),(759534,122634,'_server_http_x_forwarded_for_0','46.118.126.87'),(759535,122635,'login_id','1'),(759536,122635,'login_email','mentolnet@gmail.com'),(759537,122635,'login','mentol'),(759538,122635,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759539,122635,'_message_key','user_login_failed'),(759540,122635,'_xmlrpc_request','true'),(759541,122635,'_server_remote_addr','46.118.126.87'),(759542,122635,'_server_http_x_forwarded_for_0','46.118.126.87'),(759543,122636,'login_id','1'),(759544,122636,'login_email','mentolnet@gmail.com'),(759545,122636,'login','mentol'),(759546,122636,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759547,122636,'_message_key','user_login_failed'),(759548,122636,'_xmlrpc_request','true'),(759549,122636,'_server_remote_addr','46.118.126.87'),(759550,122636,'_server_http_x_forwarded_for_0','46.118.126.87'),(759551,122637,'login_id','1'),(759552,122637,'login_email','mentolnet@gmail.com'),(759553,122637,'login','mentol'),(759554,122637,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759555,122637,'_message_key','user_login_failed'),(759556,122637,'_xmlrpc_request','true'),(759557,122637,'_server_remote_addr','46.118.126.87'),(759558,122637,'_server_http_x_forwarded_for_0','46.118.126.87'),(759559,122638,'login_id','1'),(759560,122638,'login_email','mentolnet@gmail.com'),(759561,122638,'login','mentol'),(759562,122638,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759563,122638,'_message_key','user_login_failed'),(759564,122638,'_xmlrpc_request','true'),(759565,122638,'_server_remote_addr','46.118.126.87'),(759566,122638,'_server_http_x_forwarded_for_0','46.118.126.87'),(759567,122639,'login_id','1'),(759568,122639,'login_email','mentolnet@gmail.com'),(759569,122639,'login','mentol'),(759570,122639,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759571,122639,'_message_key','user_login_failed'),(759572,122639,'_xmlrpc_request','true'),(759573,122639,'_server_remote_addr','46.118.126.87'),(759574,122639,'_server_http_x_forwarded_for_0','46.118.126.87'),(759575,122640,'login_id','1'),(759576,122640,'login_email','mentolnet@gmail.com'),(759577,122640,'login','mentol'),(759578,122640,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759579,122640,'_message_key','user_login_failed'),(759580,122640,'_xmlrpc_request','true'),(759581,122640,'_server_remote_addr','46.118.126.87'),(759582,122640,'_server_http_x_forwarded_for_0','46.118.126.87'),(759583,122641,'login_id','1'),(759584,122641,'login_email','mentolnet@gmail.com'),(759585,122641,'login','mentol'),(759586,122641,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759587,122641,'_message_key','user_login_failed'),(759588,122641,'_xmlrpc_request','true'),(759589,122641,'_server_remote_addr','46.118.126.87'),(759590,122641,'_server_http_x_forwarded_for_0','46.118.126.87'),(759591,122642,'login_id','1'),(759592,122642,'login_email','mentolnet@gmail.com'),(759593,122642,'login','mentol'),(759594,122642,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759595,122642,'_message_key','user_login_failed'),(759596,122642,'_xmlrpc_request','true'),(759597,122642,'_server_remote_addr','46.118.126.87'),(759598,122642,'_server_http_x_forwarded_for_0','46.118.126.87'),(759599,122643,'login_id','1'),(759600,122643,'login_email','mentolnet@gmail.com'),(759601,122643,'login','mentol'),(759602,122643,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759603,122643,'_message_key','user_login_failed'),(759604,122643,'_xmlrpc_request','true'),(759605,122643,'_server_remote_addr','46.118.126.87'),(759606,122643,'_server_http_x_forwarded_for_0','46.118.126.87'),(759607,122644,'login_id','1'),(759608,122644,'login_email','mentolnet@gmail.com'),(759609,122644,'login','mentol'),(759610,122644,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759611,122644,'_message_key','user_login_failed'),(759612,122644,'_xmlrpc_request','true'),(759613,122644,'_server_remote_addr','46.118.126.87'),(759614,122644,'_server_http_x_forwarded_for_0','46.118.126.87'),(759615,122645,'login_id','1'),(759616,122645,'login_email','mentolnet@gmail.com'),(759617,122645,'login','mentol'),(759618,122645,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759619,122645,'_message_key','user_login_failed'),(759620,122645,'_xmlrpc_request','true'),(759621,122645,'_server_remote_addr','46.118.126.87'),(759622,122645,'_server_http_x_forwarded_for_0','46.118.126.87'),(759623,122646,'login_id','1'),(759624,122646,'login_email','mentolnet@gmail.com'),(759625,122646,'login','mentol'),(759626,122646,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759627,122646,'_message_key','user_login_failed'),(759628,122646,'_xmlrpc_request','true'),(759629,122646,'_server_remote_addr','46.118.126.87'),(759630,122646,'_server_http_x_forwarded_for_0','46.118.126.87'),(759631,122647,'login_id','1'),(759632,122647,'login_email','mentolnet@gmail.com'),(759633,122647,'login','mentol'),(759634,122647,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759635,122647,'_message_key','user_login_failed'),(759636,122647,'_xmlrpc_request','true'),(759637,122647,'_server_remote_addr','46.118.126.87'),(759638,122647,'_server_http_x_forwarded_for_0','46.118.126.87'),(759639,122648,'login_id','1'),(759640,122648,'login_email','mentolnet@gmail.com'),(759641,122648,'login','mentol'),(759642,122648,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759643,122648,'_message_key','user_login_failed'),(759644,122648,'_xmlrpc_request','true'),(759645,122648,'_server_remote_addr','46.118.126.87'),(759646,122648,'_server_http_x_forwarded_for_0','46.118.126.87'),(759647,122649,'login_id','1'),(759648,122649,'login_email','mentolnet@gmail.com'),(759649,122649,'login','mentol'),(759650,122649,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759651,122649,'_message_key','user_login_failed'),(759652,122649,'_xmlrpc_request','true'),(759653,122649,'_server_remote_addr','46.118.126.87'),(759654,122649,'_server_http_x_forwarded_for_0','46.118.126.87'),(759655,122650,'login_id','1'),(759656,122650,'login_email','mentolnet@gmail.com'),(759657,122650,'login','mentol'),(759658,122650,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759659,122650,'_message_key','user_login_failed'),(759660,122650,'_xmlrpc_request','true'),(759661,122650,'_server_remote_addr','46.118.126.87'),(759662,122650,'_server_http_x_forwarded_for_0','46.118.126.87'),(759663,122651,'login_id','1'),(759664,122651,'login_email','mentolnet@gmail.com'),(759665,122651,'login','mentol'),(759666,122651,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759667,122651,'_message_key','user_login_failed'),(759668,122651,'_xmlrpc_request','true'),(759669,122651,'_server_remote_addr','46.118.126.87'),(759670,122651,'_server_http_x_forwarded_for_0','46.118.126.87'),(759671,122652,'login_id','1'),(759672,122652,'login_email','mentolnet@gmail.com'),(759673,122652,'login','mentol'),(759674,122652,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759675,122652,'_message_key','user_login_failed'),(759676,122652,'_xmlrpc_request','true'),(759677,122652,'_server_remote_addr','46.118.126.87'),(759678,122652,'_server_http_x_forwarded_for_0','46.118.126.87'),(759679,122653,'login_id','1'),(759680,122653,'login_email','mentolnet@gmail.com'),(759681,122653,'login','mentol'),(759682,122653,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759683,122653,'_message_key','user_login_failed'),(759684,122653,'_xmlrpc_request','true'),(759685,122653,'_server_remote_addr','46.118.126.87'),(759686,122653,'_server_http_x_forwarded_for_0','46.118.126.87'),(759687,122654,'login_id','1'),(759688,122654,'login_email','mentolnet@gmail.com'),(759689,122654,'login','mentol'),(759690,122654,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759691,122654,'_message_key','user_login_failed'),(759692,122654,'_xmlrpc_request','true'),(759693,122654,'_server_remote_addr','46.118.126.87'),(759694,122654,'_server_http_x_forwarded_for_0','46.118.126.87'),(759695,122655,'login_id','1'),(759696,122655,'login_email','mentolnet@gmail.com'),(759697,122655,'login','mentol'),(759698,122655,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759699,122655,'_message_key','user_login_failed'),(759700,122655,'_xmlrpc_request','true'),(759701,122655,'_server_remote_addr','46.118.126.87'),(759702,122655,'_server_http_x_forwarded_for_0','46.118.126.87'),(759703,122656,'login_id','1'),(759704,122656,'login_email','mentolnet@gmail.com'),(759705,122656,'login','mentol'),(759706,122656,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759707,122656,'_message_key','user_login_failed'),(759708,122656,'_xmlrpc_request','true'),(759709,122656,'_server_remote_addr','46.118.126.87'),(759710,122656,'_server_http_x_forwarded_for_0','46.118.126.87'),(759711,122657,'login_id','1'),(759712,122657,'login_email','mentolnet@gmail.com'),(759713,122657,'login','mentol'),(759714,122657,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759715,122657,'_message_key','user_login_failed'),(759716,122657,'_xmlrpc_request','true'),(759717,122657,'_server_remote_addr','46.118.126.87'),(759718,122657,'_server_http_x_forwarded_for_0','46.118.126.87'),(759719,122658,'login_id','1'),(759720,122658,'login_email','mentolnet@gmail.com'),(759721,122658,'login','mentol'),(759722,122658,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759723,122658,'_message_key','user_login_failed'),(759724,122658,'_xmlrpc_request','true'),(759725,122658,'_server_remote_addr','46.118.126.87'),(759726,122658,'_server_http_x_forwarded_for_0','46.118.126.87'),(759727,122659,'login_id','1'),(759728,122659,'login_email','mentolnet@gmail.com'),(759729,122659,'login','mentol'),(759730,122659,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759731,122659,'_message_key','user_login_failed'),(759732,122659,'_xmlrpc_request','true'),(759733,122659,'_server_remote_addr','46.118.126.87'),(759734,122659,'_server_http_x_forwarded_for_0','46.118.126.87'),(759735,122660,'login_id','1'),(759736,122660,'login_email','mentolnet@gmail.com'),(759737,122660,'login','mentol'),(759738,122660,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759739,122660,'_message_key','user_login_failed'),(759740,122660,'_xmlrpc_request','true'),(759741,122660,'_server_remote_addr','46.118.126.87'),(759742,122660,'_server_http_x_forwarded_for_0','46.118.126.87'),(759743,122661,'login_id','1'),(759744,122661,'login_email','mentolnet@gmail.com'),(759745,122661,'login','mentol'),(759746,122661,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759747,122661,'_message_key','user_login_failed'),(759748,122661,'_xmlrpc_request','true'),(759749,122661,'_server_remote_addr','46.118.126.87'),(759750,122661,'_server_http_x_forwarded_for_0','46.118.126.87'),(759751,122662,'login_id','1'),(759752,122662,'login_email','mentolnet@gmail.com'),(759753,122662,'login','mentol'),(759754,122662,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759755,122662,'_message_key','user_login_failed'),(759756,122662,'_xmlrpc_request','true'),(759757,122662,'_server_remote_addr','46.118.126.87'),(759758,122662,'_server_http_x_forwarded_for_0','46.118.126.87'),(759759,122663,'login_id','1'),(759760,122663,'login_email','mentolnet@gmail.com'),(759761,122663,'login','mentol'),(759762,122663,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759763,122663,'_message_key','user_login_failed'),(759764,122663,'_xmlrpc_request','true'),(759765,122663,'_server_remote_addr','46.118.126.87'),(759766,122663,'_server_http_x_forwarded_for_0','46.118.126.87'),(759767,122664,'login_id','1'),(759768,122664,'login_email','mentolnet@gmail.com'),(759769,122664,'login','mentol'),(759770,122664,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759771,122664,'_message_key','user_login_failed'),(759772,122664,'_xmlrpc_request','true'),(759773,122664,'_server_remote_addr','46.118.126.87'),(759774,122664,'_server_http_x_forwarded_for_0','46.118.126.87'),(759775,122665,'login_id','1'),(759776,122665,'login_email','mentolnet@gmail.com'),(759777,122665,'login','mentol'),(759778,122665,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759779,122665,'_message_key','user_login_failed'),(759780,122665,'_xmlrpc_request','true'),(759781,122665,'_server_remote_addr','46.118.126.87'),(759782,122665,'_server_http_x_forwarded_for_0','46.118.126.87'),(759783,122666,'login_id','1'),(759784,122666,'login_email','mentolnet@gmail.com'),(759785,122666,'login','mentol'),(759786,122666,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759787,122666,'_message_key','user_login_failed'),(759788,122666,'_xmlrpc_request','true'),(759789,122666,'_server_remote_addr','46.118.126.87'),(759790,122666,'_server_http_x_forwarded_for_0','46.118.126.87'),(759791,122667,'login_id','1'),(759792,122667,'login_email','mentolnet@gmail.com'),(759793,122667,'login','mentol'),(759794,122667,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759795,122667,'_message_key','user_login_failed'),(759796,122667,'_xmlrpc_request','true'),(759797,122667,'_server_remote_addr','46.118.126.87'),(759798,122667,'_server_http_x_forwarded_for_0','46.118.126.87'),(759799,122668,'login_id','1'),(759800,122668,'login_email','mentolnet@gmail.com'),(759801,122668,'login','mentol'),(759802,122668,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759803,122668,'_message_key','user_login_failed'),(759804,122668,'_xmlrpc_request','true'),(759805,122668,'_server_remote_addr','46.118.126.87'),(759806,122668,'_server_http_x_forwarded_for_0','46.118.126.87'),(759807,122669,'login_id','1'),(759808,122669,'login_email','mentolnet@gmail.com'),(759809,122669,'login','mentol'),(759810,122669,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759811,122669,'_message_key','user_login_failed'),(759812,122669,'_xmlrpc_request','true'),(759813,122669,'_server_remote_addr','46.118.126.87'),(759814,122669,'_server_http_x_forwarded_for_0','46.118.126.87'),(759815,122670,'login_id','1'),(759816,122670,'login_email','mentolnet@gmail.com'),(759817,122670,'login','mentol'),(759818,122670,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759819,122670,'_message_key','user_login_failed'),(759820,122670,'_xmlrpc_request','true'),(759821,122670,'_server_remote_addr','46.118.126.87'),(759822,122670,'_server_http_x_forwarded_for_0','46.118.126.87'),(759823,122671,'login_id','1'),(759824,122671,'login_email','mentolnet@gmail.com'),(759825,122671,'login','mentol'),(759826,122671,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759827,122671,'_message_key','user_login_failed'),(759828,122671,'_xmlrpc_request','true'),(759829,122671,'_server_remote_addr','46.118.126.87'),(759830,122671,'_server_http_x_forwarded_for_0','46.118.126.87'),(759831,122672,'login_id','1'),(759832,122672,'login_email','mentolnet@gmail.com'),(759833,122672,'login','mentol'),(759834,122672,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759835,122672,'_message_key','user_login_failed'),(759836,122672,'_xmlrpc_request','true'),(759837,122672,'_server_remote_addr','46.118.126.87'),(759838,122672,'_server_http_x_forwarded_for_0','46.118.126.87'),(759839,122673,'login_id','1'),(759840,122673,'login_email','mentolnet@gmail.com'),(759841,122673,'login','mentol'),(759842,122673,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759843,122673,'_message_key','user_login_failed'),(759844,122673,'_xmlrpc_request','true'),(759845,122673,'_server_remote_addr','46.118.126.87'),(759846,122673,'_server_http_x_forwarded_for_0','46.118.126.87'),(759847,122674,'login_id','1'),(759848,122674,'login_email','mentolnet@gmail.com'),(759849,122674,'login','mentol'),(759850,122674,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759851,122674,'_message_key','user_login_failed'),(759852,122674,'_xmlrpc_request','true'),(759853,122674,'_server_remote_addr','46.118.126.87'),(759854,122674,'_server_http_x_forwarded_for_0','46.118.126.87'),(759855,122675,'login_id','1'),(759856,122675,'login_email','mentolnet@gmail.com'),(759857,122675,'login','mentol'),(759858,122675,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759859,122675,'_message_key','user_login_failed'),(759860,122675,'_xmlrpc_request','true'),(759861,122675,'_server_remote_addr','46.118.126.87'),(759862,122675,'_server_http_x_forwarded_for_0','46.118.126.87'),(759863,122676,'login_id','1'),(759864,122676,'login_email','mentolnet@gmail.com'),(759865,122676,'login','mentol'),(759866,122676,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759867,122676,'_message_key','user_login_failed'),(759868,122676,'_xmlrpc_request','true'),(759869,122676,'_server_remote_addr','46.118.126.87'),(759870,122676,'_server_http_x_forwarded_for_0','46.118.126.87'),(759871,122677,'login_id','1'),(759872,122677,'login_email','mentolnet@gmail.com'),(759873,122677,'login','mentol'),(759874,122677,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759875,122677,'_message_key','user_login_failed'),(759876,122677,'_xmlrpc_request','true'),(759877,122677,'_server_remote_addr','46.118.126.87'),(759878,122677,'_server_http_x_forwarded_for_0','46.118.126.87'),(759879,122678,'login_id','1'),(759880,122678,'login_email','mentolnet@gmail.com'),(759881,122678,'login','mentol'),(759882,122678,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759883,122678,'_message_key','user_login_failed'),(759884,122678,'_xmlrpc_request','true'),(759885,122678,'_server_remote_addr','46.118.126.87'),(759886,122678,'_server_http_x_forwarded_for_0','46.118.126.87'),(759887,122679,'login_id','1'),(759888,122679,'login_email','mentolnet@gmail.com'),(759889,122679,'login','mentol'),(759890,122679,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759891,122679,'_message_key','user_login_failed'),(759892,122679,'_xmlrpc_request','true'),(759893,122679,'_server_remote_addr','46.118.126.87'),(759894,122679,'_server_http_x_forwarded_for_0','46.118.126.87'),(759895,122680,'login_id','1'),(759896,122680,'login_email','mentolnet@gmail.com'),(759897,122680,'login','mentol'),(759898,122680,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759899,122680,'_message_key','user_login_failed'),(759900,122680,'_xmlrpc_request','true'),(759901,122680,'_server_remote_addr','46.118.126.87'),(759902,122680,'_server_http_x_forwarded_for_0','46.118.126.87'),(759903,122681,'login_id','1'),(759904,122681,'login_email','mentolnet@gmail.com'),(759905,122681,'login','mentol'),(759906,122681,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759907,122681,'_message_key','user_login_failed'),(759908,122681,'_xmlrpc_request','true'),(759909,122681,'_server_remote_addr','46.118.126.87'),(759910,122681,'_server_http_x_forwarded_for_0','46.118.126.87'),(759911,122682,'login_id','1'),(759912,122682,'login_email','mentolnet@gmail.com'),(759913,122682,'login','mentol'),(759914,122682,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759915,122682,'_message_key','user_login_failed'),(759916,122682,'_xmlrpc_request','true'),(759917,122682,'_server_remote_addr','46.118.126.87'),(759918,122682,'_server_http_x_forwarded_for_0','46.118.126.87'),(759919,122683,'login_id','1'),(759920,122683,'login_email','mentolnet@gmail.com'),(759921,122683,'login','mentol'),(759922,122683,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759923,122683,'_message_key','user_login_failed'),(759924,122683,'_xmlrpc_request','true'),(759925,122683,'_server_remote_addr','46.118.126.87'),(759926,122683,'_server_http_x_forwarded_for_0','46.118.126.87'),(759927,122684,'login_id','1'),(759928,122684,'login_email','mentolnet@gmail.com'),(759929,122684,'login','mentol'),(759930,122684,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759931,122684,'_message_key','user_login_failed'),(759932,122684,'_xmlrpc_request','true'),(759933,122684,'_server_remote_addr','46.118.126.87'),(759934,122684,'_server_http_x_forwarded_for_0','46.118.126.87'),(759935,122685,'login_id','1'),(759936,122685,'login_email','mentolnet@gmail.com'),(759937,122685,'login','mentol'),(759938,122685,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759939,122685,'_message_key','user_login_failed'),(759940,122685,'_xmlrpc_request','true'),(759941,122685,'_server_remote_addr','46.118.126.87'),(759942,122685,'_server_http_x_forwarded_for_0','46.118.126.87'),(759943,122686,'login_id','1'),(759944,122686,'login_email','mentolnet@gmail.com'),(759945,122686,'login','mentol'),(759946,122686,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759947,122686,'_message_key','user_login_failed'),(759948,122686,'_xmlrpc_request','true'),(759949,122686,'_server_remote_addr','46.118.126.87'),(759950,122686,'_server_http_x_forwarded_for_0','46.118.126.87'),(759951,122687,'login_id','1'),(759952,122687,'login_email','mentolnet@gmail.com'),(759953,122687,'login','mentol'),(759954,122687,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759955,122687,'_message_key','user_login_failed'),(759956,122687,'_xmlrpc_request','true'),(759957,122687,'_server_remote_addr','46.118.126.87'),(759958,122687,'_server_http_x_forwarded_for_0','46.118.126.87'),(759959,122688,'login_id','1'),(759960,122688,'login_email','mentolnet@gmail.com'),(759961,122688,'login','mentol'),(759962,122688,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759963,122688,'_message_key','user_login_failed'),(759964,122688,'_xmlrpc_request','true'),(759965,122688,'_server_remote_addr','46.118.126.87'),(759966,122688,'_server_http_x_forwarded_for_0','46.118.126.87'),(759967,122689,'login_id','1'),(759968,122689,'login_email','mentolnet@gmail.com'),(759969,122689,'login','mentol'),(759970,122689,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759971,122689,'_message_key','user_login_failed'),(759972,122689,'_xmlrpc_request','true'),(759973,122689,'_server_remote_addr','46.118.126.87'),(759974,122689,'_server_http_x_forwarded_for_0','46.118.126.87'),(759975,122690,'login_id','1'),(759976,122690,'login_email','mentolnet@gmail.com'),(759977,122690,'login','mentol'),(759978,122690,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759979,122690,'_message_key','user_login_failed'),(759980,122690,'_xmlrpc_request','true'),(759981,122690,'_server_remote_addr','46.118.126.87'),(759982,122690,'_server_http_x_forwarded_for_0','46.118.126.87'),(759983,122691,'login_id','1'),(759984,122691,'login_email','mentolnet@gmail.com'),(759985,122691,'login','mentol'),(759986,122691,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759987,122691,'_message_key','user_login_failed'),(759988,122691,'_xmlrpc_request','true'),(759989,122691,'_server_remote_addr','46.118.126.87'),(759990,122691,'_server_http_x_forwarded_for_0','46.118.126.87'),(759991,122692,'login_id','1'),(759992,122692,'login_email','mentolnet@gmail.com'),(759993,122692,'login','mentol'),(759994,122692,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(759995,122692,'_message_key','user_login_failed'),(759996,122692,'_xmlrpc_request','true'),(759997,122692,'_server_remote_addr','46.118.126.87'),(759998,122692,'_server_http_x_forwarded_for_0','46.118.126.87'),(759999,122693,'login_id','1'),(760000,122693,'login_email','mentolnet@gmail.com'),(760001,122693,'login','mentol'),(760002,122693,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760003,122693,'_message_key','user_login_failed'),(760004,122693,'_xmlrpc_request','true'),(760005,122693,'_server_remote_addr','46.118.126.87'),(760006,122693,'_server_http_x_forwarded_for_0','46.118.126.87'),(760007,122694,'login_id','1'),(760008,122694,'login_email','mentolnet@gmail.com'),(760009,122694,'login','mentol'),(760010,122694,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760011,122694,'_message_key','user_login_failed'),(760012,122694,'_xmlrpc_request','true'),(760013,122694,'_server_remote_addr','46.118.126.87'),(760014,122694,'_server_http_x_forwarded_for_0','46.118.126.87'),(760015,122695,'login_id','1'),(760016,122695,'login_email','mentolnet@gmail.com'),(760017,122695,'login','mentol'),(760018,122695,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760019,122695,'_message_key','user_login_failed'),(760020,122695,'_xmlrpc_request','true'),(760021,122695,'_server_remote_addr','46.118.126.87'),(760022,122695,'_server_http_x_forwarded_for_0','46.118.126.87'),(760023,122696,'login_id','1'),(760024,122696,'login_email','mentolnet@gmail.com'),(760025,122696,'login','mentol'),(760026,122696,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760027,122696,'_message_key','user_login_failed'),(760028,122696,'_xmlrpc_request','true'),(760029,122696,'_server_remote_addr','46.118.126.87'),(760030,122696,'_server_http_x_forwarded_for_0','46.118.126.87'),(760031,122697,'login_id','1'),(760032,122697,'login_email','mentolnet@gmail.com'),(760033,122697,'login','mentol'),(760034,122697,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760035,122697,'_message_key','user_login_failed'),(760036,122697,'_xmlrpc_request','true'),(760037,122697,'_server_remote_addr','46.118.126.87'),(760038,122697,'_server_http_x_forwarded_for_0','46.118.126.87'),(760039,122698,'login_id','1'),(760040,122698,'login_email','mentolnet@gmail.com'),(760041,122698,'login','mentol'),(760042,122698,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760043,122698,'_message_key','user_login_failed'),(760044,122698,'_xmlrpc_request','true'),(760045,122698,'_server_remote_addr','46.118.126.87'),(760046,122698,'_server_http_x_forwarded_for_0','46.118.126.87'),(760047,122699,'login_id','1'),(760048,122699,'login_email','mentolnet@gmail.com'),(760049,122699,'login','mentol'),(760050,122699,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760051,122699,'_message_key','user_login_failed'),(760052,122699,'_xmlrpc_request','true'),(760053,122699,'_server_remote_addr','46.118.126.87'),(760054,122699,'_server_http_x_forwarded_for_0','46.118.126.87'),(760055,122700,'login_id','1'),(760056,122700,'login_email','mentolnet@gmail.com'),(760057,122700,'login','mentol'),(760058,122700,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760059,122700,'_message_key','user_login_failed'),(760060,122700,'_xmlrpc_request','true'),(760061,122700,'_server_remote_addr','46.118.126.87'),(760062,122700,'_server_http_x_forwarded_for_0','46.118.126.87'),(760063,122701,'login_id','1'),(760064,122701,'login_email','mentolnet@gmail.com'),(760065,122701,'login','mentol'),(760066,122701,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760067,122701,'_message_key','user_login_failed'),(760068,122701,'_xmlrpc_request','true'),(760069,122701,'_server_remote_addr','46.118.126.87'),(760070,122701,'_server_http_x_forwarded_for_0','46.118.126.87'),(760071,122702,'login_id','1'),(760072,122702,'login_email','mentolnet@gmail.com'),(760073,122702,'login','mentol'),(760074,122702,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760075,122702,'_message_key','user_login_failed'),(760076,122702,'_xmlrpc_request','true'),(760077,122702,'_server_remote_addr','46.118.126.87'),(760078,122702,'_server_http_x_forwarded_for_0','46.118.126.87'),(760079,122703,'login_id','1'),(760080,122703,'login_email','mentolnet@gmail.com'),(760081,122703,'login','mentol'),(760082,122703,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760083,122703,'_message_key','user_login_failed'),(760084,122703,'_xmlrpc_request','true'),(760085,122703,'_server_remote_addr','46.118.126.87'),(760086,122703,'_server_http_x_forwarded_for_0','46.118.126.87'),(760087,122704,'login_id','1'),(760088,122704,'login_email','mentolnet@gmail.com'),(760089,122704,'login','mentol'),(760090,122704,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760091,122704,'_message_key','user_login_failed'),(760092,122704,'_xmlrpc_request','true'),(760093,122704,'_server_remote_addr','46.118.126.87'),(760094,122704,'_server_http_x_forwarded_for_0','46.118.126.87'),(760095,122705,'login_id','1'),(760096,122705,'login_email','mentolnet@gmail.com'),(760097,122705,'login','mentol'),(760098,122705,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760099,122705,'_message_key','user_login_failed'),(760100,122705,'_xmlrpc_request','true'),(760101,122705,'_server_remote_addr','46.118.126.87'),(760102,122705,'_server_http_x_forwarded_for_0','46.118.126.87'),(760103,122706,'login_id','1'),(760104,122706,'login_email','mentolnet@gmail.com'),(760105,122706,'login','mentol'),(760106,122706,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760107,122706,'_message_key','user_login_failed'),(760108,122706,'_xmlrpc_request','true'),(760109,122706,'_server_remote_addr','46.118.126.87'),(760110,122706,'_server_http_x_forwarded_for_0','46.118.126.87'),(760111,122707,'login_id','1'),(760112,122707,'login_email','mentolnet@gmail.com'),(760113,122707,'login','mentol'),(760114,122707,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760115,122707,'_message_key','user_login_failed'),(760116,122707,'_xmlrpc_request','true'),(760117,122707,'_server_remote_addr','46.118.126.87'),(760118,122707,'_server_http_x_forwarded_for_0','46.118.126.87'),(760119,122708,'login_id','1'),(760120,122708,'login_email','mentolnet@gmail.com'),(760121,122708,'login','mentol'),(760122,122708,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760123,122708,'_message_key','user_login_failed'),(760124,122708,'_xmlrpc_request','true'),(760125,122708,'_server_remote_addr','46.118.126.87'),(760126,122708,'_server_http_x_forwarded_for_0','46.118.126.87'),(760127,122709,'login_id','1'),(760128,122709,'login_email','mentolnet@gmail.com'),(760129,122709,'login','mentol'),(760130,122709,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760131,122709,'_message_key','user_login_failed'),(760132,122709,'_xmlrpc_request','true'),(760133,122709,'_server_remote_addr','46.118.126.87'),(760134,122709,'_server_http_x_forwarded_for_0','46.118.126.87'),(760135,122710,'login_id','1'),(760136,122710,'login_email','mentolnet@gmail.com'),(760137,122710,'login','mentol'),(760138,122710,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760139,122710,'_message_key','user_login_failed'),(760140,122710,'_xmlrpc_request','true'),(760141,122710,'_server_remote_addr','46.118.126.87'),(760142,122710,'_server_http_x_forwarded_for_0','46.118.126.87'),(760143,122711,'login_id','1'),(760144,122711,'login_email','mentolnet@gmail.com'),(760145,122711,'login','mentol'),(760146,122711,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760147,122711,'_message_key','user_login_failed'),(760148,122711,'_xmlrpc_request','true'),(760149,122711,'_server_remote_addr','46.118.126.87'),(760150,122711,'_server_http_x_forwarded_for_0','46.118.126.87'),(760151,122712,'login_id','1'),(760152,122712,'login_email','mentolnet@gmail.com'),(760153,122712,'login','mentol'),(760154,122712,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760155,122712,'_message_key','user_login_failed'),(760156,122712,'_xmlrpc_request','true'),(760157,122712,'_server_remote_addr','46.118.126.87'),(760158,122712,'_server_http_x_forwarded_for_0','46.118.126.87'),(760159,122713,'login_id','1'),(760160,122713,'login_email','mentolnet@gmail.com'),(760161,122713,'login','mentol'),(760162,122713,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760163,122713,'_message_key','user_login_failed'),(760164,122713,'_xmlrpc_request','true'),(760165,122713,'_server_remote_addr','46.118.126.87'),(760166,122713,'_server_http_x_forwarded_for_0','46.118.126.87'),(760167,122714,'login_id','1'),(760168,122714,'login_email','mentolnet@gmail.com'),(760169,122714,'login','mentol'),(760170,122714,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760171,122714,'_message_key','user_login_failed'),(760172,122714,'_xmlrpc_request','true'),(760173,122714,'_server_remote_addr','46.118.126.87'),(760174,122714,'_server_http_x_forwarded_for_0','46.118.126.87'),(760175,122715,'login_id','1'),(760176,122715,'login_email','mentolnet@gmail.com'),(760177,122715,'login','mentol'),(760178,122715,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760179,122715,'_message_key','user_login_failed'),(760180,122715,'_xmlrpc_request','true'),(760181,122715,'_server_remote_addr','46.118.126.87'),(760182,122715,'_server_http_x_forwarded_for_0','46.118.126.87'),(760183,122716,'login_id','1'),(760184,122716,'login_email','mentolnet@gmail.com'),(760185,122716,'login','mentol'),(760186,122716,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760187,122716,'_message_key','user_login_failed'),(760188,122716,'_xmlrpc_request','true'),(760189,122716,'_server_remote_addr','46.118.126.87'),(760190,122716,'_server_http_x_forwarded_for_0','46.118.126.87'),(760191,122717,'login_id','1'),(760192,122717,'login_email','mentolnet@gmail.com'),(760193,122717,'login','mentol'),(760194,122717,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760195,122717,'_message_key','user_login_failed'),(760196,122717,'_xmlrpc_request','true'),(760197,122717,'_server_remote_addr','46.118.126.87'),(760198,122717,'_server_http_x_forwarded_for_0','46.118.126.87'),(760199,122718,'login_id','1'),(760200,122718,'login_email','mentolnet@gmail.com'),(760201,122718,'login','mentol'),(760202,122718,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760203,122718,'_message_key','user_login_failed'),(760204,122718,'_xmlrpc_request','true'),(760205,122718,'_server_remote_addr','46.118.126.87'),(760206,122718,'_server_http_x_forwarded_for_0','46.118.126.87'),(760207,122719,'login_id','1'),(760208,122719,'login_email','mentolnet@gmail.com'),(760209,122719,'login','mentol'),(760210,122719,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760211,122719,'_message_key','user_login_failed'),(760212,122719,'_xmlrpc_request','true'),(760213,122719,'_server_remote_addr','46.118.126.87'),(760214,122719,'_server_http_x_forwarded_for_0','46.118.126.87'),(760215,122720,'login_id','1'),(760216,122720,'login_email','mentolnet@gmail.com'),(760217,122720,'login','mentol'),(760218,122720,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760219,122720,'_message_key','user_login_failed'),(760220,122720,'_xmlrpc_request','true'),(760221,122720,'_server_remote_addr','46.118.126.87'),(760222,122720,'_server_http_x_forwarded_for_0','46.118.126.87'),(760223,122721,'login_id','1'),(760224,122721,'login_email','mentolnet@gmail.com'),(760225,122721,'login','mentol'),(760226,122721,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760227,122721,'_message_key','user_login_failed'),(760228,122721,'_xmlrpc_request','true'),(760229,122721,'_server_remote_addr','46.118.126.87'),(760230,122721,'_server_http_x_forwarded_for_0','46.118.126.87'),(760231,122722,'login_id','1'),(760232,122722,'login_email','mentolnet@gmail.com'),(760233,122722,'login','mentol'),(760234,122722,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760235,122722,'_message_key','user_login_failed'),(760236,122722,'_xmlrpc_request','true'),(760237,122722,'_server_remote_addr','46.118.126.87'),(760238,122722,'_server_http_x_forwarded_for_0','46.118.126.87'),(760239,122723,'login_id','1'),(760240,122723,'login_email','mentolnet@gmail.com'),(760241,122723,'login','mentol'),(760242,122723,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760243,122723,'_message_key','user_login_failed'),(760244,122723,'_xmlrpc_request','true'),(760245,122723,'_server_remote_addr','46.118.126.87'),(760246,122723,'_server_http_x_forwarded_for_0','46.118.126.87'),(760247,122724,'login_id','1'),(760248,122724,'login_email','mentolnet@gmail.com'),(760249,122724,'login','mentol'),(760250,122724,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760251,122724,'_message_key','user_login_failed'),(760252,122724,'_xmlrpc_request','true'),(760253,122724,'_server_remote_addr','46.118.126.87'),(760254,122724,'_server_http_x_forwarded_for_0','46.118.126.87'),(760255,122725,'login_id','1'),(760256,122725,'login_email','mentolnet@gmail.com'),(760257,122725,'login','mentol'),(760258,122725,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760259,122725,'_message_key','user_login_failed'),(760260,122725,'_xmlrpc_request','true'),(760261,122725,'_server_remote_addr','46.118.126.87'),(760262,122725,'_server_http_x_forwarded_for_0','46.118.126.87'),(760263,122726,'login_id','1'),(760264,122726,'login_email','mentolnet@gmail.com'),(760265,122726,'login','mentol'),(760266,122726,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760267,122726,'_message_key','user_login_failed'),(760268,122726,'_xmlrpc_request','true'),(760269,122726,'_server_remote_addr','46.118.126.87'),(760270,122726,'_server_http_x_forwarded_for_0','46.118.126.87'),(760271,122727,'login_id','1'),(760272,122727,'login_email','mentolnet@gmail.com'),(760273,122727,'login','mentol'),(760274,122727,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760275,122727,'_message_key','user_login_failed'),(760276,122727,'_xmlrpc_request','true'),(760277,122727,'_server_remote_addr','46.118.126.87'),(760278,122727,'_server_http_x_forwarded_for_0','46.118.126.87'),(760279,122728,'login_id','1'),(760280,122728,'login_email','mentolnet@gmail.com'),(760281,122728,'login','mentol'),(760282,122728,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760283,122728,'_message_key','user_login_failed'),(760284,122728,'_xmlrpc_request','true'),(760285,122728,'_server_remote_addr','46.118.126.87'),(760286,122728,'_server_http_x_forwarded_for_0','46.118.126.87'),(760287,122729,'login_id','1'),(760288,122729,'login_email','mentolnet@gmail.com'),(760289,122729,'login','mentol'),(760290,122729,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760291,122729,'_message_key','user_login_failed'),(760292,122729,'_xmlrpc_request','true'),(760293,122729,'_server_remote_addr','46.118.126.87'),(760294,122729,'_server_http_x_forwarded_for_0','46.118.126.87'),(760295,122730,'login_id','1'),(760296,122730,'login_email','mentolnet@gmail.com'),(760297,122730,'login','mentol'),(760298,122730,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760299,122730,'_message_key','user_login_failed'),(760300,122730,'_xmlrpc_request','true'),(760301,122730,'_server_remote_addr','46.118.126.87'),(760302,122730,'_server_http_x_forwarded_for_0','46.118.126.87'),(760303,122731,'login_id','1'),(760304,122731,'login_email','mentolnet@gmail.com'),(760305,122731,'login','mentol'),(760306,122731,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760307,122731,'_message_key','user_login_failed'),(760308,122731,'_xmlrpc_request','true'),(760309,122731,'_server_remote_addr','46.118.126.87'),(760310,122731,'_server_http_x_forwarded_for_0','46.118.126.87'),(760311,122732,'login_id','1'),(760312,122732,'login_email','mentolnet@gmail.com'),(760313,122732,'login','mentol'),(760314,122732,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760315,122732,'_message_key','user_login_failed'),(760316,122732,'_xmlrpc_request','true'),(760317,122732,'_server_remote_addr','46.118.126.87'),(760318,122732,'_server_http_x_forwarded_for_0','46.118.126.87'),(760319,122733,'login_id','1'),(760320,122733,'login_email','mentolnet@gmail.com'),(760321,122733,'login','mentol'),(760322,122733,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760323,122733,'_message_key','user_login_failed'),(760324,122733,'_xmlrpc_request','true'),(760325,122733,'_server_remote_addr','46.118.126.87'),(760326,122733,'_server_http_x_forwarded_for_0','46.118.126.87'),(760327,122734,'login_id','1'),(760328,122734,'login_email','mentolnet@gmail.com'),(760329,122734,'login','mentol'),(760330,122734,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760331,122734,'_message_key','user_login_failed'),(760332,122734,'_xmlrpc_request','true'),(760333,122734,'_server_remote_addr','46.118.126.87'),(760334,122734,'_server_http_x_forwarded_for_0','46.118.126.87'),(760335,122735,'login_id','1'),(760336,122735,'login_email','mentolnet@gmail.com'),(760337,122735,'login','mentol'),(760338,122735,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760339,122735,'_message_key','user_login_failed'),(760340,122735,'_xmlrpc_request','true'),(760341,122735,'_server_remote_addr','46.118.126.87'),(760342,122735,'_server_http_x_forwarded_for_0','46.118.126.87'),(760343,122736,'login_id','1'),(760344,122736,'login_email','mentolnet@gmail.com'),(760345,122736,'login','mentol'),(760346,122736,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760347,122736,'_message_key','user_login_failed'),(760348,122736,'_xmlrpc_request','true'),(760349,122736,'_server_remote_addr','46.118.126.87'),(760350,122736,'_server_http_x_forwarded_for_0','46.118.126.87'),(760351,122737,'login_id','1'),(760352,122737,'login_email','mentolnet@gmail.com'),(760353,122737,'login','mentol'),(760354,122737,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760355,122737,'_message_key','user_login_failed'),(760356,122737,'_xmlrpc_request','true'),(760357,122737,'_server_remote_addr','46.118.126.87'),(760358,122737,'_server_http_x_forwarded_for_0','46.118.126.87'),(760359,122738,'login_id','1'),(760360,122738,'login_email','mentolnet@gmail.com'),(760361,122738,'login','mentol'),(760362,122738,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760363,122738,'_message_key','user_login_failed'),(760364,122738,'_xmlrpc_request','true'),(760365,122738,'_server_remote_addr','46.118.126.87'),(760366,122738,'_server_http_x_forwarded_for_0','46.118.126.87'),(760367,122739,'login_id','1'),(760368,122739,'login_email','mentolnet@gmail.com'),(760369,122739,'login','mentol'),(760370,122739,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760371,122739,'_message_key','user_login_failed'),(760372,122739,'_xmlrpc_request','true'),(760373,122739,'_server_remote_addr','46.118.126.87'),(760374,122739,'_server_http_x_forwarded_for_0','46.118.126.87'),(760375,122740,'login_id','1'),(760376,122740,'login_email','mentolnet@gmail.com'),(760377,122740,'login','mentol'),(760378,122740,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760379,122740,'_message_key','user_login_failed'),(760380,122740,'_xmlrpc_request','true'),(760381,122740,'_server_remote_addr','46.118.126.87'),(760382,122740,'_server_http_x_forwarded_for_0','46.118.126.87'),(760383,122741,'login_id','1'),(760384,122741,'login_email','mentolnet@gmail.com'),(760385,122741,'login','mentol'),(760386,122741,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760387,122741,'_message_key','user_login_failed'),(760388,122741,'_xmlrpc_request','true'),(760389,122741,'_server_remote_addr','46.118.126.87'),(760390,122741,'_server_http_x_forwarded_for_0','46.118.126.87'),(760391,122742,'login_id','1'),(760392,122742,'login_email','mentolnet@gmail.com'),(760393,122742,'login','mentol'),(760394,122742,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760395,122742,'_message_key','user_login_failed'),(760396,122742,'_xmlrpc_request','true'),(760397,122742,'_server_remote_addr','46.118.126.87'),(760398,122742,'_server_http_x_forwarded_for_0','46.118.126.87'),(760399,122743,'login_id','1'),(760400,122743,'login_email','mentolnet@gmail.com'),(760401,122743,'login','mentol'),(760402,122743,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760403,122743,'_message_key','user_login_failed'),(760404,122743,'_xmlrpc_request','true'),(760405,122743,'_server_remote_addr','46.118.126.87'),(760406,122743,'_server_http_x_forwarded_for_0','46.118.126.87'),(760407,122744,'login_id','1'),(760408,122744,'login_email','mentolnet@gmail.com'),(760409,122744,'login','mentol'),(760410,122744,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760411,122744,'_message_key','user_login_failed'),(760412,122744,'_xmlrpc_request','true'),(760413,122744,'_server_remote_addr','46.118.126.87'),(760414,122744,'_server_http_x_forwarded_for_0','46.118.126.87'),(760415,122745,'login_id','1'),(760416,122745,'login_email','mentolnet@gmail.com'),(760417,122745,'login','mentol'),(760418,122745,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760419,122745,'_message_key','user_login_failed'),(760420,122745,'_xmlrpc_request','true'),(760421,122745,'_server_remote_addr','46.118.126.87'),(760422,122745,'_server_http_x_forwarded_for_0','46.118.126.87'),(760423,122746,'login_id','1'),(760424,122746,'login_email','mentolnet@gmail.com'),(760425,122746,'login','mentol'),(760426,122746,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760427,122746,'_message_key','user_login_failed'),(760428,122746,'_xmlrpc_request','true'),(760429,122746,'_server_remote_addr','46.118.126.87'),(760430,122746,'_server_http_x_forwarded_for_0','46.118.126.87'),(760431,122747,'login_id','1'),(760432,122747,'login_email','mentolnet@gmail.com'),(760433,122747,'login','mentol'),(760434,122747,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760435,122747,'_message_key','user_login_failed'),(760436,122747,'_xmlrpc_request','true'),(760437,122747,'_server_remote_addr','46.118.126.87'),(760438,122747,'_server_http_x_forwarded_for_0','46.118.126.87'),(760439,122748,'login_id','1'),(760440,122748,'login_email','mentolnet@gmail.com'),(760441,122748,'login','mentol'),(760442,122748,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760443,122748,'_message_key','user_login_failed'),(760444,122748,'_xmlrpc_request','true'),(760445,122748,'_server_remote_addr','46.118.126.87'),(760446,122748,'_server_http_x_forwarded_for_0','46.118.126.87'),(760447,122749,'login_id','1'),(760448,122749,'login_email','mentolnet@gmail.com'),(760449,122749,'login','mentol'),(760450,122749,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760451,122749,'_message_key','user_login_failed'),(760452,122749,'_xmlrpc_request','true'),(760453,122749,'_server_remote_addr','46.118.126.87'),(760454,122749,'_server_http_x_forwarded_for_0','46.118.126.87'),(760455,122750,'login_id','1'),(760456,122750,'login_email','mentolnet@gmail.com'),(760457,122750,'login','mentol'),(760458,122750,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760459,122750,'_message_key','user_login_failed'),(760460,122750,'_xmlrpc_request','true'),(760461,122750,'_server_remote_addr','46.118.126.87'),(760462,122750,'_server_http_x_forwarded_for_0','46.118.126.87'),(760463,122751,'login_id','1'),(760464,122751,'login_email','mentolnet@gmail.com'),(760465,122751,'login','mentol'),(760466,122751,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760467,122751,'_message_key','user_login_failed'),(760468,122751,'_xmlrpc_request','true'),(760469,122751,'_server_remote_addr','46.118.126.87'),(760470,122751,'_server_http_x_forwarded_for_0','46.118.126.87'),(760471,122752,'login_id','1'),(760472,122752,'login_email','mentolnet@gmail.com'),(760473,122752,'login','mentol'),(760474,122752,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760475,122752,'_message_key','user_login_failed'),(760476,122752,'_xmlrpc_request','true'),(760477,122752,'_server_remote_addr','46.118.126.87'),(760478,122752,'_server_http_x_forwarded_for_0','46.118.126.87'),(760479,122753,'login_id','1'),(760480,122753,'login_email','mentolnet@gmail.com'),(760481,122753,'login','mentol'),(760482,122753,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760483,122753,'_message_key','user_login_failed'),(760484,122753,'_xmlrpc_request','true'),(760485,122753,'_server_remote_addr','46.118.126.87'),(760486,122753,'_server_http_x_forwarded_for_0','46.118.126.87'),(760487,122754,'login_id','1'),(760488,122754,'login_email','mentolnet@gmail.com'),(760489,122754,'login','mentol'),(760490,122754,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760491,122754,'_message_key','user_login_failed'),(760492,122754,'_xmlrpc_request','true'),(760493,122754,'_server_remote_addr','46.118.126.87'),(760494,122754,'_server_http_x_forwarded_for_0','46.118.126.87'),(760495,122755,'login_id','1'),(760496,122755,'login_email','mentolnet@gmail.com'),(760497,122755,'login','mentol'),(760498,122755,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760499,122755,'_message_key','user_login_failed'),(760500,122755,'_xmlrpc_request','true'),(760501,122755,'_server_remote_addr','46.118.126.87'),(760502,122755,'_server_http_x_forwarded_for_0','46.118.126.87'),(760503,122756,'login_id','1'),(760504,122756,'login_email','mentolnet@gmail.com'),(760505,122756,'login','mentol'),(760506,122756,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760507,122756,'_message_key','user_login_failed'),(760508,122756,'_xmlrpc_request','true'),(760509,122756,'_server_remote_addr','46.118.126.87'),(760510,122756,'_server_http_x_forwarded_for_0','46.118.126.87'),(760511,122757,'login_id','1'),(760512,122757,'login_email','mentolnet@gmail.com'),(760513,122757,'login','mentol'),(760514,122757,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760515,122757,'_message_key','user_login_failed'),(760516,122757,'_xmlrpc_request','true'),(760517,122757,'_server_remote_addr','46.118.126.87'),(760518,122757,'_server_http_x_forwarded_for_0','46.118.126.87'),(760519,122758,'login_id','1'),(760520,122758,'login_email','mentolnet@gmail.com'),(760521,122758,'login','mentol'),(760522,122758,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760523,122758,'_message_key','user_login_failed'),(760524,122758,'_xmlrpc_request','true'),(760525,122758,'_server_remote_addr','46.118.126.87'),(760526,122758,'_server_http_x_forwarded_for_0','46.118.126.87'),(760527,122759,'login_id','1'),(760528,122759,'login_email','mentolnet@gmail.com'),(760529,122759,'login','mentol'),(760530,122759,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760531,122759,'_message_key','user_login_failed'),(760532,122759,'_xmlrpc_request','true'),(760533,122759,'_server_remote_addr','46.118.126.87'),(760534,122759,'_server_http_x_forwarded_for_0','46.118.126.87'),(760535,122760,'login_id','1'),(760536,122760,'login_email','mentolnet@gmail.com'),(760537,122760,'login','mentol'),(760538,122760,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760539,122760,'_message_key','user_login_failed'),(760540,122760,'_xmlrpc_request','true'),(760541,122760,'_server_remote_addr','46.118.126.87'),(760542,122760,'_server_http_x_forwarded_for_0','46.118.126.87'),(760543,122761,'login_id','1'),(760544,122761,'login_email','mentolnet@gmail.com'),(760545,122761,'login','mentol'),(760546,122761,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760547,122761,'_message_key','user_login_failed'),(760548,122761,'_xmlrpc_request','true'),(760549,122761,'_server_remote_addr','46.118.126.87'),(760550,122761,'_server_http_x_forwarded_for_0','46.118.126.87'),(760551,122762,'login_id','1'),(760552,122762,'login_email','mentolnet@gmail.com'),(760553,122762,'login','mentol'),(760554,122762,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760555,122762,'_message_key','user_login_failed'),(760556,122762,'_xmlrpc_request','true'),(760557,122762,'_server_remote_addr','46.118.126.87'),(760558,122762,'_server_http_x_forwarded_for_0','46.118.126.87'),(760559,122763,'login_id','1'),(760560,122763,'login_email','mentolnet@gmail.com'),(760561,122763,'login','mentol'),(760562,122763,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760563,122763,'_message_key','user_login_failed'),(760564,122763,'_xmlrpc_request','true'),(760565,122763,'_server_remote_addr','46.118.126.87'),(760566,122763,'_server_http_x_forwarded_for_0','46.118.126.87'),(760567,122764,'login_id','1'),(760568,122764,'login_email','mentolnet@gmail.com'),(760569,122764,'login','mentol'),(760570,122764,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760571,122764,'_message_key','user_login_failed'),(760572,122764,'_xmlrpc_request','true'),(760573,122764,'_server_remote_addr','46.118.126.87'),(760574,122764,'_server_http_x_forwarded_for_0','46.118.126.87'),(760575,122765,'login_id','1'),(760576,122765,'login_email','mentolnet@gmail.com'),(760577,122765,'login','mentol'),(760578,122765,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760579,122765,'_message_key','user_login_failed'),(760580,122765,'_xmlrpc_request','true'),(760581,122765,'_server_remote_addr','46.118.126.87'),(760582,122765,'_server_http_x_forwarded_for_0','46.118.126.87'),(760583,122766,'login_id','1'),(760584,122766,'login_email','mentolnet@gmail.com'),(760585,122766,'login','mentol'),(760586,122766,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760587,122766,'_message_key','user_login_failed'),(760588,122766,'_xmlrpc_request','true'),(760589,122766,'_server_remote_addr','46.118.126.87'),(760590,122766,'_server_http_x_forwarded_for_0','46.118.126.87'),(760591,122767,'login_id','1'),(760592,122767,'login_email','mentolnet@gmail.com'),(760593,122767,'login','mentol'),(760594,122767,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760595,122767,'_message_key','user_login_failed'),(760596,122767,'_xmlrpc_request','true'),(760597,122767,'_server_remote_addr','46.118.126.87'),(760598,122767,'_server_http_x_forwarded_for_0','46.118.126.87'),(760599,122768,'login_id','1'),(760600,122768,'login_email','mentolnet@gmail.com'),(760601,122768,'login','mentol'),(760602,122768,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760603,122768,'_message_key','user_login_failed'),(760604,122768,'_xmlrpc_request','true'),(760605,122768,'_server_remote_addr','46.118.126.87'),(760606,122768,'_server_http_x_forwarded_for_0','46.118.126.87'),(760607,122769,'login_id','1'),(760608,122769,'login_email','mentolnet@gmail.com'),(760609,122769,'login','mentol'),(760610,122769,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760611,122769,'_message_key','user_login_failed'),(760612,122769,'_xmlrpc_request','true'),(760613,122769,'_server_remote_addr','46.118.126.87'),(760614,122769,'_server_http_x_forwarded_for_0','46.118.126.87'),(760615,122770,'login_id','1'),(760616,122770,'login_email','mentolnet@gmail.com'),(760617,122770,'login','mentol'),(760618,122770,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760619,122770,'_message_key','user_login_failed'),(760620,122770,'_xmlrpc_request','true'),(760621,122770,'_server_remote_addr','46.118.126.87'),(760622,122770,'_server_http_x_forwarded_for_0','46.118.126.87'),(760623,122771,'login_id','1'),(760624,122771,'login_email','mentolnet@gmail.com'),(760625,122771,'login','mentol'),(760626,122771,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760627,122771,'_message_key','user_login_failed'),(760628,122771,'_xmlrpc_request','true'),(760629,122771,'_server_remote_addr','46.118.126.87'),(760630,122771,'_server_http_x_forwarded_for_0','46.118.126.87'),(760631,122772,'login_id','1'),(760632,122772,'login_email','mentolnet@gmail.com'),(760633,122772,'login','mentol'),(760634,122772,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760635,122772,'_message_key','user_login_failed'),(760636,122772,'_xmlrpc_request','true'),(760637,122772,'_server_remote_addr','46.118.126.87'),(760638,122772,'_server_http_x_forwarded_for_0','46.118.126.87'),(760639,122773,'login_id','1'),(760640,122773,'login_email','mentolnet@gmail.com'),(760641,122773,'login','mentol'),(760642,122773,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760643,122773,'_message_key','user_login_failed'),(760644,122773,'_xmlrpc_request','true'),(760645,122773,'_server_remote_addr','46.118.126.87'),(760646,122773,'_server_http_x_forwarded_for_0','46.118.126.87'),(760647,122774,'login_id','1'),(760648,122774,'login_email','mentolnet@gmail.com'),(760649,122774,'login','mentol'),(760650,122774,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760651,122774,'_message_key','user_login_failed'),(760652,122774,'_xmlrpc_request','true'),(760653,122774,'_server_remote_addr','46.118.126.87'),(760654,122774,'_server_http_x_forwarded_for_0','46.118.126.87'),(760655,122775,'login_id','1'),(760656,122775,'login_email','mentolnet@gmail.com'),(760657,122775,'login','mentol'),(760658,122775,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760659,122775,'_message_key','user_login_failed'),(760660,122775,'_xmlrpc_request','true'),(760661,122775,'_server_remote_addr','46.118.126.87'),(760662,122775,'_server_http_x_forwarded_for_0','46.118.126.87'),(760663,122776,'login_id','1'),(760664,122776,'login_email','mentolnet@gmail.com'),(760665,122776,'login','mentol'),(760666,122776,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760667,122776,'_message_key','user_login_failed'),(760668,122776,'_xmlrpc_request','true'),(760669,122776,'_server_remote_addr','46.118.126.87'),(760670,122776,'_server_http_x_forwarded_for_0','46.118.126.87'),(760671,122777,'login_id','1'),(760672,122777,'login_email','mentolnet@gmail.com'),(760673,122777,'login','mentol'),(760674,122777,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760675,122777,'_message_key','user_login_failed'),(760676,122777,'_xmlrpc_request','true'),(760677,122777,'_server_remote_addr','46.118.126.87'),(760678,122777,'_server_http_x_forwarded_for_0','46.118.126.87'),(760679,122778,'login_id','1'),(760680,122778,'login_email','mentolnet@gmail.com'),(760681,122778,'login','mentol'),(760682,122778,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760683,122778,'_message_key','user_login_failed'),(760684,122778,'_xmlrpc_request','true'),(760685,122778,'_server_remote_addr','46.118.126.87'),(760686,122778,'_server_http_x_forwarded_for_0','46.118.126.87'),(760687,122779,'login_id','1'),(760688,122779,'login_email','mentolnet@gmail.com'),(760689,122779,'login','mentol'),(760690,122779,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760691,122779,'_message_key','user_login_failed'),(760692,122779,'_xmlrpc_request','true'),(760693,122779,'_server_remote_addr','46.118.126.87'),(760694,122779,'_server_http_x_forwarded_for_0','46.118.126.87'),(760695,122780,'login_id','1'),(760696,122780,'login_email','mentolnet@gmail.com'),(760697,122780,'login','mentol'),(760698,122780,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760699,122780,'_message_key','user_login_failed'),(760700,122780,'_xmlrpc_request','true'),(760701,122780,'_server_remote_addr','46.118.126.87'),(760702,122780,'_server_http_x_forwarded_for_0','46.118.126.87'),(760703,122781,'login_id','1'),(760704,122781,'login_email','mentolnet@gmail.com'),(760705,122781,'login','mentol'),(760706,122781,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760707,122781,'_message_key','user_login_failed'),(760708,122781,'_xmlrpc_request','true'),(760709,122781,'_server_remote_addr','46.118.126.87'),(760710,122781,'_server_http_x_forwarded_for_0','46.118.126.87'),(760711,122782,'login_id','1'),(760712,122782,'login_email','mentolnet@gmail.com'),(760713,122782,'login','mentol'),(760714,122782,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760715,122782,'_message_key','user_login_failed'),(760716,122782,'_xmlrpc_request','true'),(760717,122782,'_server_remote_addr','46.118.126.87'),(760718,122782,'_server_http_x_forwarded_for_0','46.118.126.87'),(760719,122783,'login_id','1'),(760720,122783,'login_email','mentolnet@gmail.com'),(760721,122783,'login','mentol'),(760722,122783,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760723,122783,'_message_key','user_login_failed'),(760724,122783,'_xmlrpc_request','true'),(760725,122783,'_server_remote_addr','46.118.126.87'),(760726,122783,'_server_http_x_forwarded_for_0','46.118.126.87'),(760727,122784,'login_id','1'),(760728,122784,'login_email','mentolnet@gmail.com'),(760729,122784,'login','mentol'),(760730,122784,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760731,122784,'_message_key','user_login_failed'),(760732,122784,'_xmlrpc_request','true'),(760733,122784,'_server_remote_addr','46.118.126.87'),(760734,122784,'_server_http_x_forwarded_for_0','46.118.126.87'),(760735,122785,'login_id','1'),(760736,122785,'login_email','mentolnet@gmail.com'),(760737,122785,'login','mentol'),(760738,122785,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760739,122785,'_message_key','user_login_failed'),(760740,122785,'_xmlrpc_request','true'),(760741,122785,'_server_remote_addr','46.118.126.87'),(760742,122785,'_server_http_x_forwarded_for_0','46.118.126.87'),(760743,122786,'login_id','1'),(760744,122786,'login_email','mentolnet@gmail.com'),(760745,122786,'login','mentol'),(760746,122786,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760747,122786,'_message_key','user_login_failed'),(760748,122786,'_xmlrpc_request','true'),(760749,122786,'_server_remote_addr','46.118.126.87'),(760750,122786,'_server_http_x_forwarded_for_0','46.118.126.87'),(760751,122787,'login_id','1'),(760752,122787,'login_email','mentolnet@gmail.com'),(760753,122787,'login','mentol'),(760754,122787,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760755,122787,'_message_key','user_login_failed'),(760756,122787,'_xmlrpc_request','true'),(760757,122787,'_server_remote_addr','46.118.126.87'),(760758,122787,'_server_http_x_forwarded_for_0','46.118.126.87'),(760759,122788,'login_id','1'),(760760,122788,'login_email','mentolnet@gmail.com'),(760761,122788,'login','mentol'),(760762,122788,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760763,122788,'_message_key','user_login_failed'),(760764,122788,'_xmlrpc_request','true'),(760765,122788,'_server_remote_addr','46.118.126.87'),(760766,122788,'_server_http_x_forwarded_for_0','46.118.126.87'),(760767,122789,'login_id','1'),(760768,122789,'login_email','mentolnet@gmail.com'),(760769,122789,'login','mentol'),(760770,122789,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760771,122789,'_message_key','user_login_failed'),(760772,122789,'_xmlrpc_request','true'),(760773,122789,'_server_remote_addr','46.118.126.87'),(760774,122789,'_server_http_x_forwarded_for_0','46.118.126.87'),(760775,122790,'login_id','1'),(760776,122790,'login_email','mentolnet@gmail.com'),(760777,122790,'login','mentol'),(760778,122790,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760779,122790,'_message_key','user_login_failed'),(760780,122790,'_xmlrpc_request','true'),(760781,122790,'_server_remote_addr','46.118.126.87'),(760782,122790,'_server_http_x_forwarded_for_0','46.118.126.87'),(760783,122791,'login_id','1'),(760784,122791,'login_email','mentolnet@gmail.com'),(760785,122791,'login','mentol'),(760786,122791,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760787,122791,'_message_key','user_login_failed'),(760788,122791,'_xmlrpc_request','true'),(760789,122791,'_server_remote_addr','46.118.126.87'),(760790,122791,'_server_http_x_forwarded_for_0','46.118.126.87'),(760791,122792,'login_id','1'),(760792,122792,'login_email','mentolnet@gmail.com'),(760793,122792,'login','mentol'),(760794,122792,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760795,122792,'_message_key','user_login_failed'),(760796,122792,'_xmlrpc_request','true'),(760797,122792,'_server_remote_addr','46.118.126.87'),(760798,122792,'_server_http_x_forwarded_for_0','46.118.126.87'),(760799,122793,'login_id','1'),(760800,122793,'login_email','mentolnet@gmail.com'),(760801,122793,'login','mentol'),(760802,122793,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760803,122793,'_message_key','user_login_failed'),(760804,122793,'_xmlrpc_request','true'),(760805,122793,'_server_remote_addr','46.118.126.87'),(760806,122793,'_server_http_x_forwarded_for_0','46.118.126.87'),(760807,122794,'login_id','1'),(760808,122794,'login_email','mentolnet@gmail.com'),(760809,122794,'login','mentol'),(760810,122794,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760811,122794,'_message_key','user_login_failed'),(760812,122794,'_xmlrpc_request','true'),(760813,122794,'_server_remote_addr','46.118.126.87'),(760814,122794,'_server_http_x_forwarded_for_0','46.118.126.87'),(760815,122795,'login_id','1'),(760816,122795,'login_email','mentolnet@gmail.com'),(760817,122795,'login','mentol'),(760818,122795,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760819,122795,'_message_key','user_login_failed'),(760820,122795,'_xmlrpc_request','true'),(760821,122795,'_server_remote_addr','46.118.126.87'),(760822,122795,'_server_http_x_forwarded_for_0','46.118.126.87'),(760823,122796,'login_id','1'),(760824,122796,'login_email','mentolnet@gmail.com'),(760825,122796,'login','mentol'),(760826,122796,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760827,122796,'_message_key','user_login_failed'),(760828,122796,'_xmlrpc_request','true'),(760829,122796,'_server_remote_addr','46.118.126.87'),(760830,122796,'_server_http_x_forwarded_for_0','46.118.126.87'),(760831,122797,'login_id','1'),(760832,122797,'login_email','mentolnet@gmail.com'),(760833,122797,'login','mentol'),(760834,122797,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760835,122797,'_message_key','user_login_failed'),(760836,122797,'_xmlrpc_request','true'),(760837,122797,'_server_remote_addr','46.118.126.87'),(760838,122797,'_server_http_x_forwarded_for_0','46.118.126.87'),(760839,122798,'login_id','1'),(760840,122798,'login_email','mentolnet@gmail.com'),(760841,122798,'login','mentol'),(760842,122798,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760843,122798,'_message_key','user_login_failed'),(760844,122798,'_xmlrpc_request','true'),(760845,122798,'_server_remote_addr','46.118.126.87'),(760846,122798,'_server_http_x_forwarded_for_0','46.118.126.87'),(760847,122799,'login_id','1'),(760848,122799,'login_email','mentolnet@gmail.com'),(760849,122799,'login','mentol'),(760850,122799,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760851,122799,'_message_key','user_login_failed'),(760852,122799,'_xmlrpc_request','true'),(760853,122799,'_server_remote_addr','46.118.126.87'),(760854,122799,'_server_http_x_forwarded_for_0','46.118.126.87'),(760855,122800,'login_id','1'),(760856,122800,'login_email','mentolnet@gmail.com'),(760857,122800,'login','mentol'),(760858,122800,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760859,122800,'_message_key','user_login_failed'),(760860,122800,'_xmlrpc_request','true'),(760861,122800,'_server_remote_addr','46.118.126.87'),(760862,122800,'_server_http_x_forwarded_for_0','46.118.126.87'),(760863,122801,'login_id','1'),(760864,122801,'login_email','mentolnet@gmail.com'),(760865,122801,'login','mentol'),(760866,122801,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760867,122801,'_message_key','user_login_failed'),(760868,122801,'_xmlrpc_request','true'),(760869,122801,'_server_remote_addr','46.118.126.87'),(760870,122801,'_server_http_x_forwarded_for_0','46.118.126.87'),(760871,122802,'login_id','1'),(760872,122802,'login_email','mentolnet@gmail.com'),(760873,122802,'login','mentol'),(760874,122802,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760875,122802,'_message_key','user_login_failed'),(760876,122802,'_xmlrpc_request','true'),(760877,122802,'_server_remote_addr','46.118.126.87'),(760878,122802,'_server_http_x_forwarded_for_0','46.118.126.87'),(760879,122803,'login_id','1'),(760880,122803,'login_email','mentolnet@gmail.com'),(760881,122803,'login','mentol'),(760882,122803,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760883,122803,'_message_key','user_login_failed'),(760884,122803,'_xmlrpc_request','true'),(760885,122803,'_server_remote_addr','46.118.126.87'),(760886,122803,'_server_http_x_forwarded_for_0','46.118.126.87'),(760887,122804,'login_id','1'),(760888,122804,'login_email','mentolnet@gmail.com'),(760889,122804,'login','mentol'),(760890,122804,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760891,122804,'_message_key','user_login_failed'),(760892,122804,'_xmlrpc_request','true'),(760893,122804,'_server_remote_addr','46.118.126.87'),(760894,122804,'_server_http_x_forwarded_for_0','46.118.126.87'),(760895,122805,'login_id','1'),(760896,122805,'login_email','mentolnet@gmail.com'),(760897,122805,'login','mentol'),(760898,122805,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760899,122805,'_message_key','user_login_failed'),(760900,122805,'_xmlrpc_request','true'),(760901,122805,'_server_remote_addr','46.118.126.87'),(760902,122805,'_server_http_x_forwarded_for_0','46.118.126.87'),(760903,122806,'login_id','1'),(760904,122806,'login_email','mentolnet@gmail.com'),(760905,122806,'login','mentol'),(760906,122806,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760907,122806,'_message_key','user_login_failed'),(760908,122806,'_xmlrpc_request','true'),(760909,122806,'_server_remote_addr','46.118.126.87'),(760910,122806,'_server_http_x_forwarded_for_0','46.118.126.87'),(760911,122807,'login_id','1'),(760912,122807,'login_email','mentolnet@gmail.com'),(760913,122807,'login','mentol'),(760914,122807,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760915,122807,'_message_key','user_login_failed'),(760916,122807,'_xmlrpc_request','true'),(760917,122807,'_server_remote_addr','46.118.126.87'),(760918,122807,'_server_http_x_forwarded_for_0','46.118.126.87'),(760919,122808,'login_id','1'),(760920,122808,'login_email','mentolnet@gmail.com'),(760921,122808,'login','mentol'),(760922,122808,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760923,122808,'_message_key','user_login_failed'),(760924,122808,'_xmlrpc_request','true'),(760925,122808,'_server_remote_addr','46.118.126.87'),(760926,122808,'_server_http_x_forwarded_for_0','46.118.126.87'),(760927,122809,'login_id','1'),(760928,122809,'login_email','mentolnet@gmail.com'),(760929,122809,'login','mentol'),(760930,122809,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760931,122809,'_message_key','user_login_failed'),(760932,122809,'_xmlrpc_request','true'),(760933,122809,'_server_remote_addr','46.118.126.87'),(760934,122809,'_server_http_x_forwarded_for_0','46.118.126.87'),(760935,122810,'login_id','1'),(760936,122810,'login_email','mentolnet@gmail.com'),(760937,122810,'login','mentol'),(760938,122810,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760939,122810,'_message_key','user_login_failed'),(760940,122810,'_xmlrpc_request','true'),(760941,122810,'_server_remote_addr','46.118.126.87'),(760942,122810,'_server_http_x_forwarded_for_0','46.118.126.87'),(760943,122811,'login_id','1'),(760944,122811,'login_email','mentolnet@gmail.com'),(760945,122811,'login','mentol'),(760946,122811,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760947,122811,'_message_key','user_login_failed'),(760948,122811,'_xmlrpc_request','true'),(760949,122811,'_server_remote_addr','46.118.126.87'),(760950,122811,'_server_http_x_forwarded_for_0','46.118.126.87'),(760951,122812,'login_id','1'),(760952,122812,'login_email','mentolnet@gmail.com'),(760953,122812,'login','mentol'),(760954,122812,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760955,122812,'_message_key','user_login_failed'),(760956,122812,'_xmlrpc_request','true'),(760957,122812,'_server_remote_addr','46.118.126.87'),(760958,122812,'_server_http_x_forwarded_for_0','46.118.126.87'),(760959,122813,'login_id','1'),(760960,122813,'login_email','mentolnet@gmail.com'),(760961,122813,'login','mentol'),(760962,122813,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760963,122813,'_message_key','user_login_failed'),(760964,122813,'_xmlrpc_request','true'),(760965,122813,'_server_remote_addr','46.118.126.87'),(760966,122813,'_server_http_x_forwarded_for_0','46.118.126.87'),(760967,122814,'login_id','1'),(760968,122814,'login_email','mentolnet@gmail.com'),(760969,122814,'login','mentol'),(760970,122814,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760971,122814,'_message_key','user_login_failed'),(760972,122814,'_xmlrpc_request','true'),(760973,122814,'_server_remote_addr','46.118.126.87'),(760974,122814,'_server_http_x_forwarded_for_0','46.118.126.87'),(760975,122815,'login_id','1'),(760976,122815,'login_email','mentolnet@gmail.com'),(760977,122815,'login','mentol'),(760978,122815,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760979,122815,'_message_key','user_login_failed'),(760980,122815,'_xmlrpc_request','true'),(760981,122815,'_server_remote_addr','46.118.126.87'),(760982,122815,'_server_http_x_forwarded_for_0','46.118.126.87'),(760983,122816,'login_id','1'),(760984,122816,'login_email','mentolnet@gmail.com'),(760985,122816,'login','mentol'),(760986,122816,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760987,122816,'_message_key','user_login_failed'),(760988,122816,'_xmlrpc_request','true'),(760989,122816,'_server_remote_addr','46.118.126.87'),(760990,122816,'_server_http_x_forwarded_for_0','46.118.126.87'),(760991,122817,'login_id','1'),(760992,122817,'login_email','mentolnet@gmail.com'),(760993,122817,'login','mentol'),(760994,122817,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(760995,122817,'_message_key','user_login_failed'),(760996,122817,'_xmlrpc_request','true'),(760997,122817,'_server_remote_addr','46.118.126.87'),(760998,122817,'_server_http_x_forwarded_for_0','46.118.126.87'),(760999,122818,'login_id','1'),(761000,122818,'login_email','mentolnet@gmail.com'),(761001,122818,'login','mentol'),(761002,122818,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761003,122818,'_message_key','user_login_failed'),(761004,122818,'_xmlrpc_request','true'),(761005,122818,'_server_remote_addr','46.118.126.87'),(761006,122818,'_server_http_x_forwarded_for_0','46.118.126.87'),(761007,122819,'login_id','1'),(761008,122819,'login_email','mentolnet@gmail.com'),(761009,122819,'login','mentol'),(761010,122819,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761011,122819,'_message_key','user_login_failed'),(761012,122819,'_xmlrpc_request','true'),(761013,122819,'_server_remote_addr','46.118.126.87'),(761014,122819,'_server_http_x_forwarded_for_0','46.118.126.87'),(761015,122820,'login_id','1'),(761016,122820,'login_email','mentolnet@gmail.com'),(761017,122820,'login','mentol'),(761018,122820,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761019,122820,'_message_key','user_login_failed'),(761020,122820,'_xmlrpc_request','true'),(761021,122820,'_server_remote_addr','46.118.126.87'),(761022,122820,'_server_http_x_forwarded_for_0','46.118.126.87'),(761023,122821,'login_id','1'),(761024,122821,'login_email','mentolnet@gmail.com'),(761025,122821,'login','mentol'),(761026,122821,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761027,122821,'_message_key','user_login_failed'),(761028,122821,'_xmlrpc_request','true'),(761029,122821,'_server_remote_addr','46.118.126.87'),(761030,122821,'_server_http_x_forwarded_for_0','46.118.126.87'),(761031,122822,'login_id','1'),(761032,122822,'login_email','mentolnet@gmail.com'),(761033,122822,'login','mentol'),(761034,122822,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761035,122822,'_message_key','user_login_failed'),(761036,122822,'_xmlrpc_request','true'),(761037,122822,'_server_remote_addr','46.118.126.87'),(761038,122822,'_server_http_x_forwarded_for_0','46.118.126.87'),(761039,122823,'login_id','1'),(761040,122823,'login_email','mentolnet@gmail.com'),(761041,122823,'login','mentol'),(761042,122823,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761043,122823,'_message_key','user_login_failed'),(761044,122823,'_xmlrpc_request','true'),(761045,122823,'_server_remote_addr','46.118.126.87'),(761046,122823,'_server_http_x_forwarded_for_0','46.118.126.87'),(761047,122824,'login_id','1'),(761048,122824,'login_email','mentolnet@gmail.com'),(761049,122824,'login','mentol'),(761050,122824,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761051,122824,'_message_key','user_login_failed'),(761052,122824,'_xmlrpc_request','true'),(761053,122824,'_server_remote_addr','46.118.126.87'),(761054,122824,'_server_http_x_forwarded_for_0','46.118.126.87'),(761055,122825,'login_id','1'),(761056,122825,'login_email','mentolnet@gmail.com'),(761057,122825,'login','mentol'),(761058,122825,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761059,122825,'_message_key','user_login_failed'),(761060,122825,'_xmlrpc_request','true'),(761061,122825,'_server_remote_addr','46.118.126.87'),(761062,122825,'_server_http_x_forwarded_for_0','46.118.126.87'),(761063,122826,'login_id','1'),(761064,122826,'login_email','mentolnet@gmail.com'),(761065,122826,'login','mentol'),(761066,122826,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761067,122826,'_message_key','user_login_failed'),(761068,122826,'_xmlrpc_request','true'),(761069,122826,'_server_remote_addr','46.118.126.87'),(761070,122826,'_server_http_x_forwarded_for_0','46.118.126.87'),(761071,122827,'login_id','1'),(761072,122827,'login_email','mentolnet@gmail.com'),(761073,122827,'login','mentol'),(761074,122827,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761075,122827,'_message_key','user_login_failed'),(761076,122827,'_xmlrpc_request','true'),(761077,122827,'_server_remote_addr','46.118.126.87'),(761078,122827,'_server_http_x_forwarded_for_0','46.118.126.87'),(761079,122828,'login_id','1'),(761080,122828,'login_email','mentolnet@gmail.com'),(761081,122828,'login','mentol');
INSERT INTO `carpi_simple_history_contexts` (`context_id`, `history_id`, `key`, `value`) VALUES (761082,122828,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761083,122828,'_message_key','user_login_failed'),(761084,122828,'_xmlrpc_request','true'),(761085,122828,'_server_remote_addr','46.118.126.87'),(761086,122828,'_server_http_x_forwarded_for_0','46.118.126.87'),(761087,122829,'login_id','1'),(761088,122829,'login_email','mentolnet@gmail.com'),(761089,122829,'login','mentol'),(761090,122829,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761091,122829,'_message_key','user_login_failed'),(761092,122829,'_xmlrpc_request','true'),(761093,122829,'_server_remote_addr','46.118.126.87'),(761094,122829,'_server_http_x_forwarded_for_0','46.118.126.87'),(761095,122830,'login_id','1'),(761096,122830,'login_email','mentolnet@gmail.com'),(761097,122830,'login','mentol'),(761098,122830,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761099,122830,'_message_key','user_login_failed'),(761100,122830,'_xmlrpc_request','true'),(761101,122830,'_server_remote_addr','46.118.126.87'),(761102,122830,'_server_http_x_forwarded_for_0','46.118.126.87'),(761103,122831,'login_id','1'),(761104,122831,'login_email','mentolnet@gmail.com'),(761105,122831,'login','mentol'),(761106,122831,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761107,122831,'_message_key','user_login_failed'),(761108,122831,'_xmlrpc_request','true'),(761109,122831,'_server_remote_addr','46.118.126.87'),(761110,122831,'_server_http_x_forwarded_for_0','46.118.126.87'),(761111,122832,'login_id','1'),(761112,122832,'login_email','mentolnet@gmail.com'),(761113,122832,'login','mentol'),(761114,122832,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761115,122832,'_message_key','user_login_failed'),(761116,122832,'_xmlrpc_request','true'),(761117,122832,'_server_remote_addr','46.118.126.87'),(761118,122832,'_server_http_x_forwarded_for_0','46.118.126.87'),(761119,122833,'login_id','1'),(761120,122833,'login_email','mentolnet@gmail.com'),(761121,122833,'login','mentol'),(761122,122833,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761123,122833,'_message_key','user_login_failed'),(761124,122833,'_xmlrpc_request','true'),(761125,122833,'_server_remote_addr','46.118.126.87'),(761126,122833,'_server_http_x_forwarded_for_0','46.118.126.87'),(761127,122834,'login_id','1'),(761128,122834,'login_email','mentolnet@gmail.com'),(761129,122834,'login','mentol'),(761130,122834,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761131,122834,'_message_key','user_login_failed'),(761132,122834,'_xmlrpc_request','true'),(761133,122834,'_server_remote_addr','46.118.126.87'),(761134,122834,'_server_http_x_forwarded_for_0','46.118.126.87'),(761135,122835,'login_id','1'),(761136,122835,'login_email','mentolnet@gmail.com'),(761137,122835,'login','mentol'),(761138,122835,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761139,122835,'_message_key','user_login_failed'),(761140,122835,'_xmlrpc_request','true'),(761141,122835,'_server_remote_addr','46.118.126.87'),(761142,122835,'_server_http_x_forwarded_for_0','46.118.126.87'),(761143,122836,'login_id','1'),(761144,122836,'login_email','mentolnet@gmail.com'),(761145,122836,'login','mentol'),(761146,122836,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761147,122836,'_message_key','user_login_failed'),(761148,122836,'_xmlrpc_request','true'),(761149,122836,'_server_remote_addr','46.118.126.87'),(761150,122836,'_server_http_x_forwarded_for_0','46.118.126.87'),(761151,122837,'login_id','1'),(761152,122837,'login_email','mentolnet@gmail.com'),(761153,122837,'login','mentol'),(761154,122837,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761155,122837,'_message_key','user_login_failed'),(761156,122837,'_xmlrpc_request','true'),(761157,122837,'_server_remote_addr','46.118.126.87'),(761158,122837,'_server_http_x_forwarded_for_0','46.118.126.87'),(761159,122838,'login_id','1'),(761160,122838,'login_email','mentolnet@gmail.com'),(761161,122838,'login','mentol'),(761162,122838,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761163,122838,'_message_key','user_login_failed'),(761164,122838,'_xmlrpc_request','true'),(761165,122838,'_server_remote_addr','46.118.126.87'),(761166,122838,'_server_http_x_forwarded_for_0','46.118.126.87'),(761167,122839,'login_id','1'),(761168,122839,'login_email','mentolnet@gmail.com'),(761169,122839,'login','mentol'),(761170,122839,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761171,122839,'_message_key','user_login_failed'),(761172,122839,'_xmlrpc_request','true'),(761173,122839,'_server_remote_addr','46.118.126.87'),(761174,122839,'_server_http_x_forwarded_for_0','46.118.126.87'),(761175,122840,'login_id','1'),(761176,122840,'login_email','mentolnet@gmail.com'),(761177,122840,'login','mentol'),(761178,122840,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761179,122840,'_message_key','user_login_failed'),(761180,122840,'_xmlrpc_request','true'),(761181,122840,'_server_remote_addr','46.118.126.87'),(761182,122840,'_server_http_x_forwarded_for_0','46.118.126.87'),(761183,122841,'login_id','1'),(761184,122841,'login_email','mentolnet@gmail.com'),(761185,122841,'login','mentol'),(761186,122841,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761187,122841,'_message_key','user_login_failed'),(761188,122841,'_xmlrpc_request','true'),(761189,122841,'_server_remote_addr','46.118.126.87'),(761190,122841,'_server_http_x_forwarded_for_0','46.118.126.87'),(761191,122842,'login_id','1'),(761192,122842,'login_email','mentolnet@gmail.com'),(761193,122842,'login','mentol'),(761194,122842,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761195,122842,'_message_key','user_login_failed'),(761196,122842,'_xmlrpc_request','true'),(761197,122842,'_server_remote_addr','46.118.126.87'),(761198,122842,'_server_http_x_forwarded_for_0','46.118.126.87'),(761199,122843,'login_id','1'),(761200,122843,'login_email','mentolnet@gmail.com'),(761201,122843,'login','mentol'),(761202,122843,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761203,122843,'_message_key','user_login_failed'),(761204,122843,'_xmlrpc_request','true'),(761205,122843,'_server_remote_addr','46.118.126.87'),(761206,122843,'_server_http_x_forwarded_for_0','46.118.126.87'),(761207,122844,'login_id','1'),(761208,122844,'login_email','mentolnet@gmail.com'),(761209,122844,'login','mentol'),(761210,122844,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761211,122844,'_message_key','user_login_failed'),(761212,122844,'_xmlrpc_request','true'),(761213,122844,'_server_remote_addr','46.118.126.87'),(761214,122844,'_server_http_x_forwarded_for_0','46.118.126.87'),(761215,122845,'login_id','1'),(761216,122845,'login_email','mentolnet@gmail.com'),(761217,122845,'login','mentol'),(761218,122845,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761219,122845,'_message_key','user_login_failed'),(761220,122845,'_xmlrpc_request','true'),(761221,122845,'_server_remote_addr','46.118.126.87'),(761222,122845,'_server_http_x_forwarded_for_0','46.118.126.87'),(761223,122846,'login_id','1'),(761224,122846,'login_email','mentolnet@gmail.com'),(761225,122846,'login','mentol'),(761226,122846,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761227,122846,'_message_key','user_login_failed'),(761228,122846,'_xmlrpc_request','true'),(761229,122846,'_server_remote_addr','46.118.126.87'),(761230,122846,'_server_http_x_forwarded_for_0','46.118.126.87'),(761231,122847,'login_id','1'),(761232,122847,'login_email','mentolnet@gmail.com'),(761233,122847,'login','mentol'),(761234,122847,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761235,122847,'_message_key','user_login_failed'),(761236,122847,'_xmlrpc_request','true'),(761237,122847,'_server_remote_addr','46.118.126.87'),(761238,122847,'_server_http_x_forwarded_for_0','46.118.126.87'),(761239,122848,'login_id','1'),(761240,122848,'login_email','mentolnet@gmail.com'),(761241,122848,'login','mentol'),(761242,122848,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761243,122848,'_message_key','user_login_failed'),(761244,122848,'_xmlrpc_request','true'),(761245,122848,'_server_remote_addr','46.118.126.87'),(761246,122848,'_server_http_x_forwarded_for_0','46.118.126.87'),(761247,122849,'login_id','1'),(761248,122849,'login_email','mentolnet@gmail.com'),(761249,122849,'login','mentol'),(761250,122849,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761251,122849,'_message_key','user_login_failed'),(761252,122849,'_xmlrpc_request','true'),(761253,122849,'_server_remote_addr','46.118.126.87'),(761254,122849,'_server_http_x_forwarded_for_0','46.118.126.87'),(761255,122850,'login_id','1'),(761256,122850,'login_email','mentolnet@gmail.com'),(761257,122850,'login','mentol'),(761258,122850,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761259,122850,'_message_key','user_login_failed'),(761260,122850,'_xmlrpc_request','true'),(761261,122850,'_server_remote_addr','46.118.126.87'),(761262,122850,'_server_http_x_forwarded_for_0','46.118.126.87'),(761263,122851,'login_id','1'),(761264,122851,'login_email','mentolnet@gmail.com'),(761265,122851,'login','mentol'),(761266,122851,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761267,122851,'_message_key','user_login_failed'),(761268,122851,'_xmlrpc_request','true'),(761269,122851,'_server_remote_addr','46.118.126.87'),(761270,122851,'_server_http_x_forwarded_for_0','46.118.126.87'),(761271,122852,'login_id','1'),(761272,122852,'login_email','mentolnet@gmail.com'),(761273,122852,'login','mentol'),(761274,122852,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761275,122852,'_message_key','user_login_failed'),(761276,122852,'_xmlrpc_request','true'),(761277,122852,'_server_remote_addr','46.118.126.87'),(761278,122852,'_server_http_x_forwarded_for_0','46.118.126.87'),(761279,122853,'login_id','1'),(761280,122853,'login_email','mentolnet@gmail.com'),(761281,122853,'login','mentol'),(761282,122853,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761283,122853,'_message_key','user_login_failed'),(761284,122853,'_xmlrpc_request','true'),(761285,122853,'_server_remote_addr','46.118.126.87'),(761286,122853,'_server_http_x_forwarded_for_0','46.118.126.87'),(761287,122854,'login_id','1'),(761288,122854,'login_email','mentolnet@gmail.com'),(761289,122854,'login','mentol'),(761290,122854,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761291,122854,'_message_key','user_login_failed'),(761292,122854,'_xmlrpc_request','true'),(761293,122854,'_server_remote_addr','46.118.126.87'),(761294,122854,'_server_http_x_forwarded_for_0','46.118.126.87'),(761295,122855,'login_id','1'),(761296,122855,'login_email','mentolnet@gmail.com'),(761297,122855,'login','mentol'),(761298,122855,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761299,122855,'_message_key','user_login_failed'),(761300,122855,'_xmlrpc_request','true'),(761301,122855,'_server_remote_addr','46.118.126.87'),(761302,122855,'_server_http_x_forwarded_for_0','46.118.126.87'),(761303,122856,'login_id','1'),(761304,122856,'login_email','mentolnet@gmail.com'),(761305,122856,'login','mentol'),(761306,122856,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761307,122856,'_message_key','user_login_failed'),(761308,122856,'_xmlrpc_request','true'),(761309,122856,'_server_remote_addr','46.118.126.87'),(761310,122856,'_server_http_x_forwarded_for_0','46.118.126.87'),(761311,122857,'login_id','1'),(761312,122857,'login_email','mentolnet@gmail.com'),(761313,122857,'login','mentol'),(761314,122857,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761315,122857,'_message_key','user_login_failed'),(761316,122857,'_xmlrpc_request','true'),(761317,122857,'_server_remote_addr','46.118.126.87'),(761318,122857,'_server_http_x_forwarded_for_0','46.118.126.87'),(761319,122858,'login_id','1'),(761320,122858,'login_email','mentolnet@gmail.com'),(761321,122858,'login','mentol'),(761322,122858,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761323,122858,'_message_key','user_login_failed'),(761324,122858,'_xmlrpc_request','true'),(761325,122858,'_server_remote_addr','46.118.126.87'),(761326,122858,'_server_http_x_forwarded_for_0','46.118.126.87'),(761327,122859,'login_id','1'),(761328,122859,'login_email','mentolnet@gmail.com'),(761329,122859,'login','mentol'),(761330,122859,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761331,122859,'_message_key','user_login_failed'),(761332,122859,'_xmlrpc_request','true'),(761333,122859,'_server_remote_addr','46.118.126.87'),(761334,122859,'_server_http_x_forwarded_for_0','46.118.126.87'),(761335,122860,'login_id','1'),(761336,122860,'login_email','mentolnet@gmail.com'),(761337,122860,'login','mentol'),(761338,122860,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761339,122860,'_message_key','user_login_failed'),(761340,122860,'_xmlrpc_request','true'),(761341,122860,'_server_remote_addr','46.118.126.87'),(761342,122860,'_server_http_x_forwarded_for_0','46.118.126.87'),(761343,122861,'login_id','1'),(761344,122861,'login_email','mentolnet@gmail.com'),(761345,122861,'login','mentol'),(761346,122861,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761347,122861,'_message_key','user_login_failed'),(761348,122861,'_xmlrpc_request','true'),(761349,122861,'_server_remote_addr','46.118.126.87'),(761350,122861,'_server_http_x_forwarded_for_0','46.118.126.87'),(761351,122862,'login_id','1'),(761352,122862,'login_email','mentolnet@gmail.com'),(761353,122862,'login','mentol'),(761354,122862,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761355,122862,'_message_key','user_login_failed'),(761356,122862,'_xmlrpc_request','true'),(761357,122862,'_server_remote_addr','46.118.126.87'),(761358,122862,'_server_http_x_forwarded_for_0','46.118.126.87'),(761359,122863,'login_id','1'),(761360,122863,'login_email','mentolnet@gmail.com'),(761361,122863,'login','mentol'),(761362,122863,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761363,122863,'_message_key','user_login_failed'),(761364,122863,'_xmlrpc_request','true'),(761365,122863,'_server_remote_addr','46.118.126.87'),(761366,122863,'_server_http_x_forwarded_for_0','46.118.126.87'),(761367,122864,'login_id','1'),(761368,122864,'login_email','mentolnet@gmail.com'),(761369,122864,'login','mentol'),(761370,122864,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761371,122864,'_message_key','user_login_failed'),(761372,122864,'_xmlrpc_request','true'),(761373,122864,'_server_remote_addr','46.118.126.87'),(761374,122864,'_server_http_x_forwarded_for_0','46.118.126.87'),(761375,122865,'login_id','1'),(761376,122865,'login_email','mentolnet@gmail.com'),(761377,122865,'login','mentol'),(761378,122865,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761379,122865,'_message_key','user_login_failed'),(761380,122865,'_xmlrpc_request','true'),(761381,122865,'_server_remote_addr','46.118.126.87'),(761382,122865,'_server_http_x_forwarded_for_0','46.118.126.87'),(761383,122866,'login_id','1'),(761384,122866,'login_email','mentolnet@gmail.com'),(761385,122866,'login','mentol'),(761386,122866,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761387,122866,'_message_key','user_login_failed'),(761388,122866,'_xmlrpc_request','true'),(761389,122866,'_server_remote_addr','46.118.126.87'),(761390,122866,'_server_http_x_forwarded_for_0','46.118.126.87'),(761391,122867,'login_id','1'),(761392,122867,'login_email','mentolnet@gmail.com'),(761393,122867,'login','mentol'),(761394,122867,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761395,122867,'_message_key','user_login_failed'),(761396,122867,'_xmlrpc_request','true'),(761397,122867,'_server_remote_addr','46.118.126.87'),(761398,122867,'_server_http_x_forwarded_for_0','46.118.126.87'),(761399,122868,'login_id','1'),(761400,122868,'login_email','mentolnet@gmail.com'),(761401,122868,'login','mentol'),(761402,122868,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761403,122868,'_message_key','user_login_failed'),(761404,122868,'_xmlrpc_request','true'),(761405,122868,'_server_remote_addr','46.118.126.87'),(761406,122868,'_server_http_x_forwarded_for_0','46.118.126.87'),(761407,122869,'login_id','1'),(761408,122869,'login_email','mentolnet@gmail.com'),(761409,122869,'login','mentol'),(761410,122869,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761411,122869,'_message_key','user_login_failed'),(761412,122869,'_xmlrpc_request','true'),(761413,122869,'_server_remote_addr','46.118.126.87'),(761414,122869,'_server_http_x_forwarded_for_0','46.118.126.87'),(761415,122870,'login_id','1'),(761416,122870,'login_email','mentolnet@gmail.com'),(761417,122870,'login','mentol'),(761418,122870,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761419,122870,'_message_key','user_login_failed'),(761420,122870,'_xmlrpc_request','true'),(761421,122870,'_server_remote_addr','46.118.126.87'),(761422,122870,'_server_http_x_forwarded_for_0','46.118.126.87'),(761423,122871,'login_id','1'),(761424,122871,'login_email','mentolnet@gmail.com'),(761425,122871,'login','mentol'),(761426,122871,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761427,122871,'_message_key','user_login_failed'),(761428,122871,'_xmlrpc_request','true'),(761429,122871,'_server_remote_addr','46.118.126.87'),(761430,122871,'_server_http_x_forwarded_for_0','46.118.126.87'),(761431,122872,'login_id','1'),(761432,122872,'login_email','mentolnet@gmail.com'),(761433,122872,'login','mentol'),(761434,122872,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761435,122872,'_message_key','user_login_failed'),(761436,122872,'_xmlrpc_request','true'),(761437,122872,'_server_remote_addr','46.118.126.87'),(761438,122872,'_server_http_x_forwarded_for_0','46.118.126.87'),(761439,122873,'login_id','1'),(761440,122873,'login_email','mentolnet@gmail.com'),(761441,122873,'login','mentol'),(761442,122873,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761443,122873,'_message_key','user_login_failed'),(761444,122873,'_xmlrpc_request','true'),(761445,122873,'_server_remote_addr','46.118.126.87'),(761446,122873,'_server_http_x_forwarded_for_0','46.118.126.87'),(761447,122874,'login_id','1'),(761448,122874,'login_email','mentolnet@gmail.com'),(761449,122874,'login','mentol'),(761450,122874,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761451,122874,'_message_key','user_login_failed'),(761452,122874,'_xmlrpc_request','true'),(761453,122874,'_server_remote_addr','46.118.126.87'),(761454,122874,'_server_http_x_forwarded_for_0','46.118.126.87'),(761455,122875,'login_id','1'),(761456,122875,'login_email','mentolnet@gmail.com'),(761457,122875,'login','mentol'),(761458,122875,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761459,122875,'_message_key','user_login_failed'),(761460,122875,'_xmlrpc_request','true'),(761461,122875,'_server_remote_addr','46.118.126.87'),(761462,122875,'_server_http_x_forwarded_for_0','46.118.126.87'),(761463,122876,'login_id','1'),(761464,122876,'login_email','mentolnet@gmail.com'),(761465,122876,'login','mentol'),(761466,122876,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761467,122876,'_message_key','user_login_failed'),(761468,122876,'_xmlrpc_request','true'),(761469,122876,'_server_remote_addr','46.118.126.87'),(761470,122876,'_server_http_x_forwarded_for_0','46.118.126.87'),(761471,122877,'login_id','1'),(761472,122877,'login_email','mentolnet@gmail.com'),(761473,122877,'login','mentol'),(761474,122877,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761475,122877,'_message_key','user_login_failed'),(761476,122877,'_xmlrpc_request','true'),(761477,122877,'_server_remote_addr','46.118.126.87'),(761478,122877,'_server_http_x_forwarded_for_0','46.118.126.87'),(761479,122878,'login_id','1'),(761480,122878,'login_email','mentolnet@gmail.com'),(761481,122878,'login','mentol'),(761482,122878,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761483,122878,'_message_key','user_login_failed'),(761484,122878,'_xmlrpc_request','true'),(761485,122878,'_server_remote_addr','46.118.126.87'),(761486,122878,'_server_http_x_forwarded_for_0','46.118.126.87'),(761487,122879,'login_id','1'),(761488,122879,'login_email','mentolnet@gmail.com'),(761489,122879,'login','mentol'),(761490,122879,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761491,122879,'_message_key','user_login_failed'),(761492,122879,'_xmlrpc_request','true'),(761493,122879,'_server_remote_addr','46.118.126.87'),(761494,122879,'_server_http_x_forwarded_for_0','46.118.126.87'),(761495,122880,'login_id','1'),(761496,122880,'login_email','mentolnet@gmail.com'),(761497,122880,'login','mentol'),(761498,122880,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761499,122880,'_message_key','user_login_failed'),(761500,122880,'_xmlrpc_request','true'),(761501,122880,'_server_remote_addr','46.118.126.87'),(761502,122880,'_server_http_x_forwarded_for_0','46.118.126.87'),(761503,122881,'login_id','1'),(761504,122881,'login_email','mentolnet@gmail.com'),(761505,122881,'login','mentol'),(761506,122881,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761507,122881,'_message_key','user_login_failed'),(761508,122881,'_xmlrpc_request','true'),(761509,122881,'_server_remote_addr','46.118.126.87'),(761510,122881,'_server_http_x_forwarded_for_0','46.118.126.87'),(761511,122882,'login_id','1'),(761512,122882,'login_email','mentolnet@gmail.com'),(761513,122882,'login','mentol'),(761514,122882,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761515,122882,'_message_key','user_login_failed'),(761516,122882,'_xmlrpc_request','true'),(761517,122882,'_server_remote_addr','46.118.126.87'),(761518,122882,'_server_http_x_forwarded_for_0','46.118.126.87'),(761519,122883,'login_id','1'),(761520,122883,'login_email','mentolnet@gmail.com'),(761521,122883,'login','mentol'),(761522,122883,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761523,122883,'_message_key','user_login_failed'),(761524,122883,'_xmlrpc_request','true'),(761525,122883,'_server_remote_addr','46.118.126.87'),(761526,122883,'_server_http_x_forwarded_for_0','46.118.126.87'),(761527,122884,'login_id','1'),(761528,122884,'login_email','mentolnet@gmail.com'),(761529,122884,'login','mentol'),(761530,122884,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761531,122884,'_message_key','user_login_failed'),(761532,122884,'_xmlrpc_request','true'),(761533,122884,'_server_remote_addr','46.118.126.87'),(761534,122884,'_server_http_x_forwarded_for_0','46.118.126.87'),(761535,122885,'login_id','1'),(761536,122885,'login_email','mentolnet@gmail.com'),(761537,122885,'login','mentol'),(761538,122885,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761539,122885,'_message_key','user_login_failed'),(761540,122885,'_xmlrpc_request','true'),(761541,122885,'_server_remote_addr','46.118.126.87'),(761542,122885,'_server_http_x_forwarded_for_0','46.118.126.87'),(761543,122886,'login_id','1'),(761544,122886,'login_email','mentolnet@gmail.com'),(761545,122886,'login','mentol'),(761546,122886,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761547,122886,'_message_key','user_login_failed'),(761548,122886,'_xmlrpc_request','true'),(761549,122886,'_server_remote_addr','46.118.126.87'),(761550,122886,'_server_http_x_forwarded_for_0','46.118.126.87'),(761551,122887,'login_id','1'),(761552,122887,'login_email','mentolnet@gmail.com'),(761553,122887,'login','mentol'),(761554,122887,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761555,122887,'_message_key','user_login_failed'),(761556,122887,'_xmlrpc_request','true'),(761557,122887,'_server_remote_addr','46.118.126.87'),(761558,122887,'_server_http_x_forwarded_for_0','46.118.126.87'),(761559,122888,'login_id','1'),(761560,122888,'login_email','mentolnet@gmail.com'),(761561,122888,'login','mentol'),(761562,122888,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761563,122888,'_message_key','user_login_failed'),(761564,122888,'_xmlrpc_request','true'),(761565,122888,'_server_remote_addr','46.118.126.87'),(761566,122888,'_server_http_x_forwarded_for_0','46.118.126.87'),(761567,122889,'login_id','1'),(761568,122889,'login_email','mentolnet@gmail.com'),(761569,122889,'login','mentol'),(761570,122889,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761571,122889,'_message_key','user_login_failed'),(761572,122889,'_xmlrpc_request','true'),(761573,122889,'_server_remote_addr','46.118.126.87'),(761574,122889,'_server_http_x_forwarded_for_0','46.118.126.87'),(761575,122890,'login_id','1'),(761576,122890,'login_email','mentolnet@gmail.com'),(761577,122890,'login','mentol'),(761578,122890,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761579,122890,'_message_key','user_login_failed'),(761580,122890,'_xmlrpc_request','true'),(761581,122890,'_server_remote_addr','46.118.126.87'),(761582,122890,'_server_http_x_forwarded_for_0','46.118.126.87'),(761583,122891,'login_id','1'),(761584,122891,'login_email','mentolnet@gmail.com'),(761585,122891,'login','mentol'),(761586,122891,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761587,122891,'_message_key','user_login_failed'),(761588,122891,'_xmlrpc_request','true'),(761589,122891,'_server_remote_addr','46.118.126.87'),(761590,122891,'_server_http_x_forwarded_for_0','46.118.126.87'),(761591,122892,'login_id','1'),(761592,122892,'login_email','mentolnet@gmail.com'),(761593,122892,'login','mentol'),(761594,122892,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761595,122892,'_message_key','user_login_failed'),(761596,122892,'_xmlrpc_request','true'),(761597,122892,'_server_remote_addr','46.118.126.87'),(761598,122892,'_server_http_x_forwarded_for_0','46.118.126.87'),(761599,122893,'login_id','1'),(761600,122893,'login_email','mentolnet@gmail.com'),(761601,122893,'login','mentol'),(761602,122893,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761603,122893,'_message_key','user_login_failed'),(761604,122893,'_xmlrpc_request','true'),(761605,122893,'_server_remote_addr','46.118.126.87'),(761606,122893,'_server_http_x_forwarded_for_0','46.118.126.87'),(761607,122894,'login_id','1'),(761608,122894,'login_email','mentolnet@gmail.com'),(761609,122894,'login','mentol'),(761610,122894,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761611,122894,'_message_key','user_login_failed'),(761612,122894,'_xmlrpc_request','true'),(761613,122894,'_server_remote_addr','46.118.126.87'),(761614,122894,'_server_http_x_forwarded_for_0','46.118.126.87'),(761615,122895,'login_id','1'),(761616,122895,'login_email','mentolnet@gmail.com'),(761617,122895,'login','mentol'),(761618,122895,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761619,122895,'_message_key','user_login_failed'),(761620,122895,'_xmlrpc_request','true'),(761621,122895,'_server_remote_addr','46.118.126.87'),(761622,122895,'_server_http_x_forwarded_for_0','46.118.126.87'),(761623,122896,'login_id','1'),(761624,122896,'login_email','mentolnet@gmail.com'),(761625,122896,'login','mentol'),(761626,122896,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761627,122896,'_message_key','user_login_failed'),(761628,122896,'_xmlrpc_request','true'),(761629,122896,'_server_remote_addr','46.118.126.87'),(761630,122896,'_server_http_x_forwarded_for_0','46.118.126.87'),(761631,122897,'login_id','1'),(761632,122897,'login_email','mentolnet@gmail.com'),(761633,122897,'login','mentol'),(761634,122897,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761635,122897,'_message_key','user_login_failed'),(761636,122897,'_xmlrpc_request','true'),(761637,122897,'_server_remote_addr','46.118.126.87'),(761638,122897,'_server_http_x_forwarded_for_0','46.118.126.87'),(761639,122898,'login_id','1'),(761640,122898,'login_email','mentolnet@gmail.com'),(761641,122898,'login','mentol'),(761642,122898,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761643,122898,'_message_key','user_login_failed'),(761644,122898,'_xmlrpc_request','true'),(761645,122898,'_server_remote_addr','46.118.126.87'),(761646,122898,'_server_http_x_forwarded_for_0','46.118.126.87'),(761647,122899,'login_id','1'),(761648,122899,'login_email','mentolnet@gmail.com'),(761649,122899,'login','mentol'),(761650,122899,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761651,122899,'_message_key','user_login_failed'),(761652,122899,'_xmlrpc_request','true'),(761653,122899,'_server_remote_addr','46.118.126.87'),(761654,122899,'_server_http_x_forwarded_for_0','46.118.126.87'),(761655,122900,'login_id','1'),(761656,122900,'login_email','mentolnet@gmail.com'),(761657,122900,'login','mentol'),(761658,122900,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761659,122900,'_message_key','user_login_failed'),(761660,122900,'_xmlrpc_request','true'),(761661,122900,'_server_remote_addr','46.118.126.87'),(761662,122900,'_server_http_x_forwarded_for_0','46.118.126.87'),(761663,122901,'login_id','1'),(761664,122901,'login_email','mentolnet@gmail.com'),(761665,122901,'login','mentol'),(761666,122901,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761667,122901,'_message_key','user_login_failed'),(761668,122901,'_xmlrpc_request','true'),(761669,122901,'_server_remote_addr','46.118.126.87'),(761670,122901,'_server_http_x_forwarded_for_0','46.118.126.87'),(761671,122902,'login_id','1'),(761672,122902,'login_email','mentolnet@gmail.com'),(761673,122902,'login','mentol'),(761674,122902,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761675,122902,'_message_key','user_login_failed'),(761676,122902,'_xmlrpc_request','true'),(761677,122902,'_server_remote_addr','46.118.126.87'),(761678,122902,'_server_http_x_forwarded_for_0','46.118.126.87'),(761679,122903,'login_id','1'),(761680,122903,'login_email','mentolnet@gmail.com'),(761681,122903,'login','mentol'),(761682,122903,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761683,122903,'_message_key','user_login_failed'),(761684,122903,'_xmlrpc_request','true'),(761685,122903,'_server_remote_addr','46.118.126.87'),(761686,122903,'_server_http_x_forwarded_for_0','46.118.126.87'),(761687,122904,'login_id','1'),(761688,122904,'login_email','mentolnet@gmail.com'),(761689,122904,'login','mentol'),(761690,122904,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761691,122904,'_message_key','user_login_failed'),(761692,122904,'_xmlrpc_request','true'),(761693,122904,'_server_remote_addr','46.118.126.87'),(761694,122904,'_server_http_x_forwarded_for_0','46.118.126.87'),(761695,122905,'login_id','1'),(761696,122905,'login_email','mentolnet@gmail.com'),(761697,122905,'login','mentol'),(761698,122905,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761699,122905,'_message_key','user_login_failed'),(761700,122905,'_xmlrpc_request','true'),(761701,122905,'_server_remote_addr','46.118.126.87'),(761702,122905,'_server_http_x_forwarded_for_0','46.118.126.87'),(761703,122906,'login_id','1'),(761704,122906,'login_email','mentolnet@gmail.com'),(761705,122906,'login','mentol'),(761706,122906,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761707,122906,'_message_key','user_login_failed'),(761708,122906,'_xmlrpc_request','true'),(761709,122906,'_server_remote_addr','46.118.126.87'),(761710,122906,'_server_http_x_forwarded_for_0','46.118.126.87'),(761711,122907,'login_id','1'),(761712,122907,'login_email','mentolnet@gmail.com'),(761713,122907,'login','mentol'),(761714,122907,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761715,122907,'_message_key','user_login_failed'),(761716,122907,'_xmlrpc_request','true'),(761717,122907,'_server_remote_addr','46.118.126.87'),(761718,122907,'_server_http_x_forwarded_for_0','46.118.126.87'),(761719,122908,'login_id','1'),(761720,122908,'login_email','mentolnet@gmail.com'),(761721,122908,'login','mentol'),(761722,122908,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761723,122908,'_message_key','user_login_failed'),(761724,122908,'_xmlrpc_request','true'),(761725,122908,'_server_remote_addr','46.118.126.87'),(761726,122908,'_server_http_x_forwarded_for_0','46.118.126.87'),(761727,122909,'login_id','1'),(761728,122909,'login_email','mentolnet@gmail.com'),(761729,122909,'login','mentol'),(761730,122909,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761731,122909,'_message_key','user_login_failed'),(761732,122909,'_xmlrpc_request','true'),(761733,122909,'_server_remote_addr','46.118.126.87'),(761734,122909,'_server_http_x_forwarded_for_0','46.118.126.87'),(761735,122910,'login_id','1'),(761736,122910,'login_email','mentolnet@gmail.com'),(761737,122910,'login','mentol'),(761738,122910,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761739,122910,'_message_key','user_login_failed'),(761740,122910,'_xmlrpc_request','true'),(761741,122910,'_server_remote_addr','46.118.126.87'),(761742,122910,'_server_http_x_forwarded_for_0','46.118.126.87'),(761743,122911,'login_id','1'),(761744,122911,'login_email','mentolnet@gmail.com'),(761745,122911,'login','mentol'),(761746,122911,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761747,122911,'_message_key','user_login_failed'),(761748,122911,'_xmlrpc_request','true'),(761749,122911,'_server_remote_addr','46.118.126.87'),(761750,122911,'_server_http_x_forwarded_for_0','46.118.126.87'),(761751,122912,'login_id','1'),(761752,122912,'login_email','mentolnet@gmail.com'),(761753,122912,'login','mentol'),(761754,122912,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761755,122912,'_message_key','user_login_failed'),(761756,122912,'_xmlrpc_request','true'),(761757,122912,'_server_remote_addr','46.118.126.87'),(761758,122912,'_server_http_x_forwarded_for_0','46.118.126.87'),(761759,122913,'login_id','1'),(761760,122913,'login_email','mentolnet@gmail.com'),(761761,122913,'login','mentol'),(761762,122913,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761763,122913,'_message_key','user_login_failed'),(761764,122913,'_xmlrpc_request','true'),(761765,122913,'_server_remote_addr','46.118.126.87'),(761766,122913,'_server_http_x_forwarded_for_0','46.118.126.87'),(761767,122914,'login_id','1'),(761768,122914,'login_email','mentolnet@gmail.com'),(761769,122914,'login','mentol'),(761770,122914,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761771,122914,'_message_key','user_login_failed'),(761772,122914,'_xmlrpc_request','true'),(761773,122914,'_server_remote_addr','46.118.126.87'),(761774,122914,'_server_http_x_forwarded_for_0','46.118.126.87'),(761775,122915,'login_id','1'),(761776,122915,'login_email','mentolnet@gmail.com'),(761777,122915,'login','mentol'),(761778,122915,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761779,122915,'_message_key','user_login_failed'),(761780,122915,'_xmlrpc_request','true'),(761781,122915,'_server_remote_addr','46.118.126.87'),(761782,122915,'_server_http_x_forwarded_for_0','46.118.126.87'),(761783,122916,'login_id','1'),(761784,122916,'login_email','mentolnet@gmail.com'),(761785,122916,'login','mentol'),(761786,122916,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761787,122916,'_message_key','user_login_failed'),(761788,122916,'_xmlrpc_request','true'),(761789,122916,'_server_remote_addr','46.118.126.87'),(761790,122916,'_server_http_x_forwarded_for_0','46.118.126.87'),(761791,122917,'login_id','1'),(761792,122917,'login_email','mentolnet@gmail.com'),(761793,122917,'login','mentol'),(761794,122917,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761795,122917,'_message_key','user_login_failed'),(761796,122917,'_xmlrpc_request','true'),(761797,122917,'_server_remote_addr','46.118.126.87'),(761798,122917,'_server_http_x_forwarded_for_0','46.118.126.87'),(761799,122918,'login_id','1'),(761800,122918,'login_email','mentolnet@gmail.com'),(761801,122918,'login','mentol'),(761802,122918,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761803,122918,'_message_key','user_login_failed'),(761804,122918,'_xmlrpc_request','true'),(761805,122918,'_server_remote_addr','46.118.126.87'),(761806,122918,'_server_http_x_forwarded_for_0','46.118.126.87'),(761807,122919,'login_id','1'),(761808,122919,'login_email','mentolnet@gmail.com'),(761809,122919,'login','mentol'),(761810,122919,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761811,122919,'_message_key','user_login_failed'),(761812,122919,'_xmlrpc_request','true'),(761813,122919,'_server_remote_addr','46.118.126.87'),(761814,122919,'_server_http_x_forwarded_for_0','46.118.126.87'),(761815,122920,'login_id','1'),(761816,122920,'login_email','mentolnet@gmail.com'),(761817,122920,'login','mentol'),(761818,122920,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761819,122920,'_message_key','user_login_failed'),(761820,122920,'_xmlrpc_request','true'),(761821,122920,'_server_remote_addr','46.118.126.87'),(761822,122920,'_server_http_x_forwarded_for_0','46.118.126.87'),(761823,122921,'login_id','1'),(761824,122921,'login_email','mentolnet@gmail.com'),(761825,122921,'login','mentol'),(761826,122921,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761827,122921,'_message_key','user_login_failed'),(761828,122921,'_xmlrpc_request','true'),(761829,122921,'_server_remote_addr','46.118.126.87'),(761830,122921,'_server_http_x_forwarded_for_0','46.118.126.87'),(761831,122922,'login_id','1'),(761832,122922,'login_email','mentolnet@gmail.com'),(761833,122922,'login','mentol'),(761834,122922,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761835,122922,'_message_key','user_login_failed'),(761836,122922,'_xmlrpc_request','true'),(761837,122922,'_server_remote_addr','46.118.126.87'),(761838,122922,'_server_http_x_forwarded_for_0','46.118.126.87'),(761839,122923,'login_id','1'),(761840,122923,'login_email','mentolnet@gmail.com'),(761841,122923,'login','mentol'),(761842,122923,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761843,122923,'_message_key','user_login_failed'),(761844,122923,'_xmlrpc_request','true'),(761845,122923,'_server_remote_addr','46.118.126.87'),(761846,122923,'_server_http_x_forwarded_for_0','46.118.126.87'),(761847,122924,'login_id','1'),(761848,122924,'login_email','mentolnet@gmail.com'),(761849,122924,'login','mentol'),(761850,122924,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761851,122924,'_message_key','user_login_failed'),(761852,122924,'_xmlrpc_request','true'),(761853,122924,'_server_remote_addr','46.118.126.87'),(761854,122924,'_server_http_x_forwarded_for_0','46.118.126.87'),(761855,122925,'login_id','1'),(761856,122925,'login_email','mentolnet@gmail.com'),(761857,122925,'login','mentol'),(761858,122925,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761859,122925,'_message_key','user_login_failed'),(761860,122925,'_xmlrpc_request','true'),(761861,122925,'_server_remote_addr','46.118.126.87'),(761862,122925,'_server_http_x_forwarded_for_0','46.118.126.87'),(761863,122926,'login_id','1'),(761864,122926,'login_email','mentolnet@gmail.com'),(761865,122926,'login','mentol'),(761866,122926,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761867,122926,'_message_key','user_login_failed'),(761868,122926,'_xmlrpc_request','true'),(761869,122926,'_server_remote_addr','46.118.126.87'),(761870,122926,'_server_http_x_forwarded_for_0','46.118.126.87'),(761871,122927,'login_id','1'),(761872,122927,'login_email','mentolnet@gmail.com'),(761873,122927,'login','mentol'),(761874,122927,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761875,122927,'_message_key','user_login_failed'),(761876,122927,'_xmlrpc_request','true'),(761877,122927,'_server_remote_addr','46.118.126.87'),(761878,122927,'_server_http_x_forwarded_for_0','46.118.126.87'),(761879,122928,'login_id','1'),(761880,122928,'login_email','mentolnet@gmail.com'),(761881,122928,'login','mentol'),(761882,122928,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761883,122928,'_message_key','user_login_failed'),(761884,122928,'_xmlrpc_request','true'),(761885,122928,'_server_remote_addr','46.118.126.87'),(761886,122928,'_server_http_x_forwarded_for_0','46.118.126.87'),(761887,122929,'login_id','1'),(761888,122929,'login_email','mentolnet@gmail.com'),(761889,122929,'login','mentol'),(761890,122929,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761891,122929,'_message_key','user_login_failed'),(761892,122929,'_xmlrpc_request','true'),(761893,122929,'_server_remote_addr','46.118.126.87'),(761894,122929,'_server_http_x_forwarded_for_0','46.118.126.87'),(761895,122930,'login_id','1'),(761896,122930,'login_email','mentolnet@gmail.com'),(761897,122930,'login','mentol'),(761898,122930,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761899,122930,'_message_key','user_login_failed'),(761900,122930,'_xmlrpc_request','true'),(761901,122930,'_server_remote_addr','46.118.126.87'),(761902,122930,'_server_http_x_forwarded_for_0','46.118.126.87'),(761903,122931,'login_id','1'),(761904,122931,'login_email','mentolnet@gmail.com'),(761905,122931,'login','mentol'),(761906,122931,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761907,122931,'_message_key','user_login_failed'),(761908,122931,'_xmlrpc_request','true'),(761909,122931,'_server_remote_addr','46.118.126.87'),(761910,122931,'_server_http_x_forwarded_for_0','46.118.126.87'),(761911,122932,'login_id','1'),(761912,122932,'login_email','mentolnet@gmail.com'),(761913,122932,'login','mentol'),(761914,122932,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761915,122932,'_message_key','user_login_failed'),(761916,122932,'_xmlrpc_request','true'),(761917,122932,'_server_remote_addr','46.118.126.87'),(761918,122932,'_server_http_x_forwarded_for_0','46.118.126.87'),(761919,122933,'login_id','1'),(761920,122933,'login_email','mentolnet@gmail.com'),(761921,122933,'login','mentol'),(761922,122933,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761923,122933,'_message_key','user_login_failed'),(761924,122933,'_xmlrpc_request','true'),(761925,122933,'_server_remote_addr','46.118.126.87'),(761926,122933,'_server_http_x_forwarded_for_0','46.118.126.87'),(761927,122934,'login_id','1'),(761928,122934,'login_email','mentolnet@gmail.com'),(761929,122934,'login','mentol'),(761930,122934,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761931,122934,'_message_key','user_login_failed'),(761932,122934,'_xmlrpc_request','true'),(761933,122934,'_server_remote_addr','46.118.126.87'),(761934,122934,'_server_http_x_forwarded_for_0','46.118.126.87'),(761935,122935,'login_id','1'),(761936,122935,'login_email','mentolnet@gmail.com'),(761937,122935,'login','mentol'),(761938,122935,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761939,122935,'_message_key','user_login_failed'),(761940,122935,'_xmlrpc_request','true'),(761941,122935,'_server_remote_addr','46.118.126.87'),(761942,122935,'_server_http_x_forwarded_for_0','46.118.126.87'),(761943,122936,'login_id','1'),(761944,122936,'login_email','mentolnet@gmail.com'),(761945,122936,'login','mentol'),(761946,122936,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761947,122936,'_message_key','user_login_failed'),(761948,122936,'_xmlrpc_request','true'),(761949,122936,'_server_remote_addr','46.118.126.87'),(761950,122936,'_server_http_x_forwarded_for_0','46.118.126.87'),(761951,122937,'login_id','1'),(761952,122937,'login_email','mentolnet@gmail.com'),(761953,122937,'login','mentol'),(761954,122937,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761955,122937,'_message_key','user_login_failed'),(761956,122937,'_xmlrpc_request','true'),(761957,122937,'_server_remote_addr','46.118.126.87'),(761958,122937,'_server_http_x_forwarded_for_0','46.118.126.87'),(761959,122938,'login_id','1'),(761960,122938,'login_email','mentolnet@gmail.com'),(761961,122938,'login','mentol'),(761962,122938,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761963,122938,'_message_key','user_login_failed'),(761964,122938,'_xmlrpc_request','true'),(761965,122938,'_server_remote_addr','46.118.126.87'),(761966,122938,'_server_http_x_forwarded_for_0','46.118.126.87'),(761967,122939,'login_id','1'),(761968,122939,'login_email','mentolnet@gmail.com'),(761969,122939,'login','mentol'),(761970,122939,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761971,122939,'_message_key','user_login_failed'),(761972,122939,'_xmlrpc_request','true'),(761973,122939,'_server_remote_addr','46.118.126.87'),(761974,122939,'_server_http_x_forwarded_for_0','46.118.126.87'),(761975,122940,'login_id','1'),(761976,122940,'login_email','mentolnet@gmail.com'),(761977,122940,'login','mentol'),(761978,122940,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761979,122940,'_message_key','user_login_failed'),(761980,122940,'_xmlrpc_request','true'),(761981,122940,'_server_remote_addr','46.118.126.87'),(761982,122940,'_server_http_x_forwarded_for_0','46.118.126.87'),(761983,122941,'login_id','1'),(761984,122941,'login_email','mentolnet@gmail.com'),(761985,122941,'login','mentol'),(761986,122941,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761987,122941,'_message_key','user_login_failed'),(761988,122941,'_xmlrpc_request','true'),(761989,122941,'_server_remote_addr','46.118.126.87'),(761990,122941,'_server_http_x_forwarded_for_0','46.118.126.87'),(761991,122942,'login_id','1'),(761992,122942,'login_email','mentolnet@gmail.com'),(761993,122942,'login','mentol'),(761994,122942,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(761995,122942,'_message_key','user_login_failed'),(761996,122942,'_xmlrpc_request','true'),(761997,122942,'_server_remote_addr','46.118.126.87'),(761998,122942,'_server_http_x_forwarded_for_0','46.118.126.87'),(761999,122943,'login_id','1'),(762000,122943,'login_email','mentolnet@gmail.com'),(762001,122943,'login','mentol'),(762002,122943,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762003,122943,'_message_key','user_login_failed'),(762004,122943,'_xmlrpc_request','true'),(762005,122943,'_server_remote_addr','46.118.126.87'),(762006,122943,'_server_http_x_forwarded_for_0','46.118.126.87'),(762007,122944,'login_id','1'),(762008,122944,'login_email','mentolnet@gmail.com'),(762009,122944,'login','mentol'),(762010,122944,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762011,122944,'_message_key','user_login_failed'),(762012,122944,'_xmlrpc_request','true'),(762013,122944,'_server_remote_addr','46.118.126.87'),(762014,122944,'_server_http_x_forwarded_for_0','46.118.126.87'),(762015,122945,'login_id','1'),(762016,122945,'login_email','mentolnet@gmail.com'),(762017,122945,'login','mentol'),(762018,122945,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762019,122945,'_message_key','user_login_failed'),(762020,122945,'_xmlrpc_request','true'),(762021,122945,'_server_remote_addr','46.118.126.87'),(762022,122945,'_server_http_x_forwarded_for_0','46.118.126.87'),(762023,122946,'login_id','1'),(762024,122946,'login_email','mentolnet@gmail.com'),(762025,122946,'login','mentol'),(762026,122946,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762027,122946,'_message_key','user_login_failed'),(762028,122946,'_xmlrpc_request','true'),(762029,122946,'_server_remote_addr','46.118.126.87'),(762030,122946,'_server_http_x_forwarded_for_0','46.118.126.87'),(762031,122947,'login_id','1'),(762032,122947,'login_email','mentolnet@gmail.com'),(762033,122947,'login','mentol'),(762034,122947,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762035,122947,'_message_key','user_login_failed'),(762036,122947,'_xmlrpc_request','true'),(762037,122947,'_server_remote_addr','46.118.126.87'),(762038,122947,'_server_http_x_forwarded_for_0','46.118.126.87'),(762039,122948,'login_id','1'),(762040,122948,'login_email','mentolnet@gmail.com'),(762041,122948,'login','mentol'),(762042,122948,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762043,122948,'_message_key','user_login_failed'),(762044,122948,'_xmlrpc_request','true'),(762045,122948,'_server_remote_addr','46.118.126.87'),(762046,122948,'_server_http_x_forwarded_for_0','46.118.126.87'),(762047,122949,'login_id','1'),(762048,122949,'login_email','mentolnet@gmail.com'),(762049,122949,'login','mentol'),(762050,122949,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762051,122949,'_message_key','user_login_failed'),(762052,122949,'_xmlrpc_request','true'),(762053,122949,'_server_remote_addr','46.118.126.87'),(762054,122949,'_server_http_x_forwarded_for_0','46.118.126.87'),(762055,122950,'login_id','1'),(762056,122950,'login_email','mentolnet@gmail.com'),(762057,122950,'login','mentol'),(762058,122950,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762059,122950,'_message_key','user_login_failed'),(762060,122950,'_xmlrpc_request','true'),(762061,122950,'_server_remote_addr','46.118.126.87'),(762062,122950,'_server_http_x_forwarded_for_0','46.118.126.87'),(762063,122951,'login_id','1'),(762064,122951,'login_email','mentolnet@gmail.com'),(762065,122951,'login','mentol'),(762066,122951,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762067,122951,'_message_key','user_login_failed'),(762068,122951,'_xmlrpc_request','true'),(762069,122951,'_server_remote_addr','46.118.126.87'),(762070,122951,'_server_http_x_forwarded_for_0','46.118.126.87'),(762071,122952,'login_id','1'),(762072,122952,'login_email','mentolnet@gmail.com'),(762073,122952,'login','mentol'),(762074,122952,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762075,122952,'_message_key','user_login_failed'),(762076,122952,'_xmlrpc_request','true'),(762077,122952,'_server_remote_addr','46.118.126.87'),(762078,122952,'_server_http_x_forwarded_for_0','46.118.126.87'),(762079,122953,'login_id','1'),(762080,122953,'login_email','mentolnet@gmail.com'),(762081,122953,'login','mentol'),(762082,122953,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762083,122953,'_message_key','user_login_failed'),(762084,122953,'_xmlrpc_request','true'),(762085,122953,'_server_remote_addr','46.118.126.87'),(762086,122953,'_server_http_x_forwarded_for_0','46.118.126.87'),(762087,122954,'login_id','1'),(762088,122954,'login_email','mentolnet@gmail.com'),(762089,122954,'login','mentol'),(762090,122954,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762091,122954,'_message_key','user_login_failed'),(762092,122954,'_xmlrpc_request','true'),(762093,122954,'_server_remote_addr','46.118.126.87'),(762094,122954,'_server_http_x_forwarded_for_0','46.118.126.87'),(762095,122955,'login_id','1'),(762096,122955,'login_email','mentolnet@gmail.com'),(762097,122955,'login','mentol'),(762098,122955,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762099,122955,'_message_key','user_login_failed'),(762100,122955,'_xmlrpc_request','true'),(762101,122955,'_server_remote_addr','46.118.126.87'),(762102,122955,'_server_http_x_forwarded_for_0','46.118.126.87'),(762103,122956,'login_id','1'),(762104,122956,'login_email','mentolnet@gmail.com'),(762105,122956,'login','mentol'),(762106,122956,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762107,122956,'_message_key','user_login_failed'),(762108,122956,'_xmlrpc_request','true'),(762109,122956,'_server_remote_addr','46.118.126.87'),(762110,122956,'_server_http_x_forwarded_for_0','46.118.126.87'),(762111,122957,'login_id','1'),(762112,122957,'login_email','mentolnet@gmail.com'),(762113,122957,'login','mentol'),(762114,122957,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762115,122957,'_message_key','user_login_failed'),(762116,122957,'_xmlrpc_request','true'),(762117,122957,'_server_remote_addr','46.118.126.87'),(762118,122957,'_server_http_x_forwarded_for_0','46.118.126.87'),(762119,122958,'login_id','1'),(762120,122958,'login_email','mentolnet@gmail.com'),(762121,122958,'login','mentol'),(762122,122958,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762123,122958,'_message_key','user_login_failed'),(762124,122958,'_xmlrpc_request','true'),(762125,122958,'_server_remote_addr','46.118.126.87'),(762126,122958,'_server_http_x_forwarded_for_0','46.118.126.87'),(762127,122959,'login_id','1'),(762128,122959,'login_email','mentolnet@gmail.com'),(762129,122959,'login','mentol'),(762130,122959,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762131,122959,'_message_key','user_login_failed'),(762132,122959,'_xmlrpc_request','true'),(762133,122959,'_server_remote_addr','46.118.126.87'),(762134,122959,'_server_http_x_forwarded_for_0','46.118.126.87'),(762135,122960,'login_id','1'),(762136,122960,'login_email','mentolnet@gmail.com'),(762137,122960,'login','mentol'),(762138,122960,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762139,122960,'_message_key','user_login_failed'),(762140,122960,'_xmlrpc_request','true'),(762141,122960,'_server_remote_addr','46.118.126.87'),(762142,122960,'_server_http_x_forwarded_for_0','46.118.126.87'),(762143,122961,'login_id','1'),(762144,122961,'login_email','mentolnet@gmail.com'),(762145,122961,'login','mentol'),(762146,122961,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762147,122961,'_message_key','user_login_failed'),(762148,122961,'_xmlrpc_request','true'),(762149,122961,'_server_remote_addr','46.118.126.87'),(762150,122961,'_server_http_x_forwarded_for_0','46.118.126.87'),(762151,122962,'login_id','1'),(762152,122962,'login_email','mentolnet@gmail.com'),(762153,122962,'login','mentol'),(762154,122962,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762155,122962,'_message_key','user_login_failed'),(762156,122962,'_xmlrpc_request','true'),(762157,122962,'_server_remote_addr','46.118.126.87'),(762158,122962,'_server_http_x_forwarded_for_0','46.118.126.87'),(762159,122963,'login_id','1'),(762160,122963,'login_email','mentolnet@gmail.com'),(762161,122963,'login','mentol'),(762162,122963,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762163,122963,'_message_key','user_login_failed'),(762164,122963,'_xmlrpc_request','true'),(762165,122963,'_server_remote_addr','46.118.126.87'),(762166,122963,'_server_http_x_forwarded_for_0','46.118.126.87'),(762167,122964,'login_id','1'),(762168,122964,'login_email','mentolnet@gmail.com'),(762169,122964,'login','mentol'),(762170,122964,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762171,122964,'_message_key','user_login_failed'),(762172,122964,'_xmlrpc_request','true'),(762173,122964,'_server_remote_addr','46.118.126.87'),(762174,122964,'_server_http_x_forwarded_for_0','46.118.126.87'),(762175,122965,'login_id','1'),(762176,122965,'login_email','mentolnet@gmail.com'),(762177,122965,'login','mentol'),(762178,122965,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762179,122965,'_message_key','user_login_failed'),(762180,122965,'_xmlrpc_request','true'),(762181,122965,'_server_remote_addr','46.118.126.87'),(762182,122965,'_server_http_x_forwarded_for_0','46.118.126.87'),(762183,122966,'login_id','1'),(762184,122966,'login_email','mentolnet@gmail.com'),(762185,122966,'login','mentol'),(762186,122966,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762187,122966,'_message_key','user_login_failed'),(762188,122966,'_xmlrpc_request','true'),(762189,122966,'_server_remote_addr','46.118.126.87'),(762190,122966,'_server_http_x_forwarded_for_0','46.118.126.87'),(762191,122967,'login_id','1'),(762192,122967,'login_email','mentolnet@gmail.com'),(762193,122967,'login','mentol'),(762194,122967,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762195,122967,'_message_key','user_login_failed'),(762196,122967,'_xmlrpc_request','true'),(762197,122967,'_server_remote_addr','46.118.126.87'),(762198,122967,'_server_http_x_forwarded_for_0','46.118.126.87'),(762199,122968,'login_id','1'),(762200,122968,'login_email','mentolnet@gmail.com'),(762201,122968,'login','mentol'),(762202,122968,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762203,122968,'_message_key','user_login_failed'),(762204,122968,'_xmlrpc_request','true'),(762205,122968,'_server_remote_addr','46.118.126.87'),(762206,122968,'_server_http_x_forwarded_for_0','46.118.126.87'),(762207,122969,'login_id','1'),(762208,122969,'login_email','mentolnet@gmail.com'),(762209,122969,'login','mentol'),(762210,122969,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762211,122969,'_message_key','user_login_failed'),(762212,122969,'_xmlrpc_request','true'),(762213,122969,'_server_remote_addr','46.118.126.87'),(762214,122969,'_server_http_x_forwarded_for_0','46.118.126.87'),(762215,122970,'login_id','1'),(762216,122970,'login_email','mentolnet@gmail.com'),(762217,122970,'login','mentol'),(762218,122970,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762219,122970,'_message_key','user_login_failed'),(762220,122970,'_xmlrpc_request','true'),(762221,122970,'_server_remote_addr','46.118.126.87'),(762222,122970,'_server_http_x_forwarded_for_0','46.118.126.87'),(762223,122971,'login_id','1'),(762224,122971,'login_email','mentolnet@gmail.com'),(762225,122971,'login','mentol'),(762226,122971,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762227,122971,'_message_key','user_login_failed'),(762228,122971,'_xmlrpc_request','true'),(762229,122971,'_server_remote_addr','46.118.126.87'),(762230,122971,'_server_http_x_forwarded_for_0','46.118.126.87'),(762231,122972,'login_id','1'),(762232,122972,'login_email','mentolnet@gmail.com'),(762233,122972,'login','mentol'),(762234,122972,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762235,122972,'_message_key','user_login_failed'),(762236,122972,'_xmlrpc_request','true'),(762237,122972,'_server_remote_addr','46.118.126.87'),(762238,122972,'_server_http_x_forwarded_for_0','46.118.126.87'),(762239,122973,'login_id','1'),(762240,122973,'login_email','mentolnet@gmail.com'),(762241,122973,'login','mentol'),(762242,122973,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762243,122973,'_message_key','user_login_failed'),(762244,122973,'_xmlrpc_request','true'),(762245,122973,'_server_remote_addr','46.118.126.87'),(762246,122973,'_server_http_x_forwarded_for_0','46.118.126.87'),(762247,122974,'login_id','1'),(762248,122974,'login_email','mentolnet@gmail.com'),(762249,122974,'login','mentol'),(762250,122974,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762251,122974,'_message_key','user_login_failed'),(762252,122974,'_xmlrpc_request','true'),(762253,122974,'_server_remote_addr','46.118.126.87'),(762254,122974,'_server_http_x_forwarded_for_0','46.118.126.87'),(762255,122975,'login_id','1'),(762256,122975,'login_email','mentolnet@gmail.com'),(762257,122975,'login','mentol'),(762258,122975,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762259,122975,'_message_key','user_login_failed'),(762260,122975,'_xmlrpc_request','true'),(762261,122975,'_server_remote_addr','46.118.126.87'),(762262,122975,'_server_http_x_forwarded_for_0','46.118.126.87'),(762263,122976,'login_id','1'),(762264,122976,'login_email','mentolnet@gmail.com'),(762265,122976,'login','mentol'),(762266,122976,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762267,122976,'_message_key','user_login_failed'),(762268,122976,'_xmlrpc_request','true'),(762269,122976,'_server_remote_addr','46.118.126.87'),(762270,122976,'_server_http_x_forwarded_for_0','46.118.126.87'),(762271,122977,'login_id','1'),(762272,122977,'login_email','mentolnet@gmail.com'),(762273,122977,'login','mentol'),(762274,122977,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762275,122977,'_message_key','user_login_failed'),(762276,122977,'_xmlrpc_request','true'),(762277,122977,'_server_remote_addr','46.118.126.87'),(762278,122977,'_server_http_x_forwarded_for_0','46.118.126.87'),(762279,122978,'login_id','1'),(762280,122978,'login_email','mentolnet@gmail.com'),(762281,122978,'login','mentol'),(762282,122978,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762283,122978,'_message_key','user_login_failed'),(762284,122978,'_xmlrpc_request','true'),(762285,122978,'_server_remote_addr','46.118.126.87'),(762286,122978,'_server_http_x_forwarded_for_0','46.118.126.87'),(762287,122979,'login_id','1'),(762288,122979,'login_email','mentolnet@gmail.com'),(762289,122979,'login','mentol'),(762290,122979,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762291,122979,'_message_key','user_login_failed'),(762292,122979,'_xmlrpc_request','true'),(762293,122979,'_server_remote_addr','46.118.126.87'),(762294,122979,'_server_http_x_forwarded_for_0','46.118.126.87'),(762295,122980,'login_id','1'),(762296,122980,'login_email','mentolnet@gmail.com'),(762297,122980,'login','mentol'),(762298,122980,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762299,122980,'_message_key','user_login_failed'),(762300,122980,'_xmlrpc_request','true'),(762301,122980,'_server_remote_addr','46.118.126.87'),(762302,122980,'_server_http_x_forwarded_for_0','46.118.126.87'),(762303,122981,'login_id','1'),(762304,122981,'login_email','mentolnet@gmail.com'),(762305,122981,'login','mentol'),(762306,122981,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762307,122981,'_message_key','user_login_failed'),(762308,122981,'_xmlrpc_request','true'),(762309,122981,'_server_remote_addr','46.118.126.87'),(762310,122981,'_server_http_x_forwarded_for_0','46.118.126.87'),(762311,122982,'login_id','1'),(762312,122982,'login_email','mentolnet@gmail.com'),(762313,122982,'login','mentol'),(762314,122982,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762315,122982,'_message_key','user_login_failed'),(762316,122982,'_xmlrpc_request','true'),(762317,122982,'_server_remote_addr','46.118.126.87'),(762318,122982,'_server_http_x_forwarded_for_0','46.118.126.87'),(762319,122983,'login_id','1'),(762320,122983,'login_email','mentolnet@gmail.com'),(762321,122983,'login','mentol'),(762322,122983,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762323,122983,'_message_key','user_login_failed'),(762324,122983,'_xmlrpc_request','true'),(762325,122983,'_server_remote_addr','46.118.126.87'),(762326,122983,'_server_http_x_forwarded_for_0','46.118.126.87'),(762327,122984,'login_id','1'),(762328,122984,'login_email','mentolnet@gmail.com'),(762329,122984,'login','mentol'),(762330,122984,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762331,122984,'_message_key','user_login_failed'),(762332,122984,'_xmlrpc_request','true'),(762333,122984,'_server_remote_addr','46.118.126.87'),(762334,122984,'_server_http_x_forwarded_for_0','46.118.126.87'),(762335,122985,'login_id','1'),(762336,122985,'login_email','mentolnet@gmail.com'),(762337,122985,'login','mentol'),(762338,122985,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762339,122985,'_message_key','user_login_failed'),(762340,122985,'_xmlrpc_request','true'),(762341,122985,'_server_remote_addr','46.118.126.87'),(762342,122985,'_server_http_x_forwarded_for_0','46.118.126.87'),(762343,122986,'login_id','1'),(762344,122986,'login_email','mentolnet@gmail.com'),(762345,122986,'login','mentol'),(762346,122986,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762347,122986,'_message_key','user_login_failed'),(762348,122986,'_xmlrpc_request','true'),(762349,122986,'_server_remote_addr','46.118.126.87'),(762350,122986,'_server_http_x_forwarded_for_0','46.118.126.87'),(762351,122987,'login_id','1'),(762352,122987,'login_email','mentolnet@gmail.com'),(762353,122987,'login','mentol'),(762354,122987,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762355,122987,'_message_key','user_login_failed'),(762356,122987,'_xmlrpc_request','true'),(762357,122987,'_server_remote_addr','46.118.126.87'),(762358,122987,'_server_http_x_forwarded_for_0','46.118.126.87'),(762359,122988,'login_id','1'),(762360,122988,'login_email','mentolnet@gmail.com'),(762361,122988,'login','mentol'),(762362,122988,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762363,122988,'_message_key','user_login_failed'),(762364,122988,'_xmlrpc_request','true'),(762365,122988,'_server_remote_addr','46.118.126.87'),(762366,122988,'_server_http_x_forwarded_for_0','46.118.126.87'),(762367,122989,'login_id','1'),(762368,122989,'login_email','mentolnet@gmail.com'),(762369,122989,'login','mentol'),(762370,122989,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762371,122989,'_message_key','user_login_failed'),(762372,122989,'_xmlrpc_request','true'),(762373,122989,'_server_remote_addr','46.118.126.87'),(762374,122989,'_server_http_x_forwarded_for_0','46.118.126.87'),(762375,122990,'login_id','1'),(762376,122990,'login_email','mentolnet@gmail.com'),(762377,122990,'login','mentol'),(762378,122990,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762379,122990,'_message_key','user_login_failed'),(762380,122990,'_xmlrpc_request','true'),(762381,122990,'_server_remote_addr','46.118.126.87'),(762382,122990,'_server_http_x_forwarded_for_0','46.118.126.87'),(762383,122991,'login_id','1'),(762384,122991,'login_email','mentolnet@gmail.com'),(762385,122991,'login','mentol'),(762386,122991,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762387,122991,'_message_key','user_login_failed'),(762388,122991,'_xmlrpc_request','true'),(762389,122991,'_server_remote_addr','46.118.126.87'),(762390,122991,'_server_http_x_forwarded_for_0','46.118.126.87'),(762391,122992,'login_id','1'),(762392,122992,'login_email','mentolnet@gmail.com'),(762393,122992,'login','mentol'),(762394,122992,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762395,122992,'_message_key','user_login_failed'),(762396,122992,'_xmlrpc_request','true'),(762397,122992,'_server_remote_addr','46.118.126.87'),(762398,122992,'_server_http_x_forwarded_for_0','46.118.126.87'),(762399,122993,'login_id','1'),(762400,122993,'login_email','mentolnet@gmail.com'),(762401,122993,'login','mentol'),(762402,122993,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762403,122993,'_message_key','user_login_failed'),(762404,122993,'_xmlrpc_request','true'),(762405,122993,'_server_remote_addr','46.118.126.87'),(762406,122993,'_server_http_x_forwarded_for_0','46.118.126.87'),(762407,122994,'login_id','1'),(762408,122994,'login_email','mentolnet@gmail.com'),(762409,122994,'login','mentol'),(762410,122994,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762411,122994,'_message_key','user_login_failed'),(762412,122994,'_xmlrpc_request','true'),(762413,122994,'_server_remote_addr','46.118.126.87'),(762414,122994,'_server_http_x_forwarded_for_0','46.118.126.87'),(762415,122995,'login_id','1'),(762416,122995,'login_email','mentolnet@gmail.com'),(762417,122995,'login','mentol'),(762418,122995,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762419,122995,'_message_key','user_login_failed'),(762420,122995,'_xmlrpc_request','true'),(762421,122995,'_server_remote_addr','46.118.126.87'),(762422,122995,'_server_http_x_forwarded_for_0','46.118.126.87'),(762423,122996,'login_id','1'),(762424,122996,'login_email','mentolnet@gmail.com'),(762425,122996,'login','mentol'),(762426,122996,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762427,122996,'_message_key','user_login_failed'),(762428,122996,'_xmlrpc_request','true'),(762429,122996,'_server_remote_addr','46.118.126.87'),(762430,122996,'_server_http_x_forwarded_for_0','46.118.126.87'),(762431,122997,'login_id','1'),(762432,122997,'login_email','mentolnet@gmail.com'),(762433,122997,'login','mentol'),(762434,122997,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762435,122997,'_message_key','user_login_failed'),(762436,122997,'_xmlrpc_request','true'),(762437,122997,'_server_remote_addr','46.118.126.87'),(762438,122997,'_server_http_x_forwarded_for_0','46.118.126.87'),(762439,122998,'login_id','1'),(762440,122998,'login_email','mentolnet@gmail.com'),(762441,122998,'login','mentol'),(762442,122998,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762443,122998,'_message_key','user_login_failed'),(762444,122998,'_xmlrpc_request','true'),(762445,122998,'_server_remote_addr','46.118.126.87'),(762446,122998,'_server_http_x_forwarded_for_0','46.118.126.87'),(762447,122999,'login_id','1'),(762448,122999,'login_email','mentolnet@gmail.com'),(762449,122999,'login','mentol'),(762450,122999,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762451,122999,'_message_key','user_login_failed'),(762452,122999,'_xmlrpc_request','true'),(762453,122999,'_server_remote_addr','46.118.126.87'),(762454,122999,'_server_http_x_forwarded_for_0','46.118.126.87'),(762455,123000,'login_id','1'),(762456,123000,'login_email','mentolnet@gmail.com'),(762457,123000,'login','mentol'),(762458,123000,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762459,123000,'_message_key','user_login_failed'),(762460,123000,'_xmlrpc_request','true'),(762461,123000,'_server_remote_addr','46.118.126.87'),(762462,123000,'_server_http_x_forwarded_for_0','46.118.126.87'),(762463,123001,'login_id','1'),(762464,123001,'login_email','mentolnet@gmail.com'),(762465,123001,'login','mentol'),(762466,123001,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762467,123001,'_message_key','user_login_failed'),(762468,123001,'_xmlrpc_request','true'),(762469,123001,'_server_remote_addr','46.118.126.87'),(762470,123001,'_server_http_x_forwarded_for_0','46.118.126.87'),(762471,123002,'login_id','1'),(762472,123002,'login_email','mentolnet@gmail.com'),(762473,123002,'login','mentol'),(762474,123002,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762475,123002,'_message_key','user_login_failed'),(762476,123002,'_xmlrpc_request','true'),(762477,123002,'_server_remote_addr','46.118.126.87'),(762478,123002,'_server_http_x_forwarded_for_0','46.118.126.87'),(762479,123003,'login_id','1'),(762480,123003,'login_email','mentolnet@gmail.com'),(762481,123003,'login','mentol'),(762482,123003,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762483,123003,'_message_key','user_login_failed'),(762484,123003,'_xmlrpc_request','true'),(762485,123003,'_server_remote_addr','46.118.126.87'),(762486,123003,'_server_http_x_forwarded_for_0','46.118.126.87'),(762487,123004,'login_id','1'),(762488,123004,'login_email','mentolnet@gmail.com'),(762489,123004,'login','mentol'),(762490,123004,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762491,123004,'_message_key','user_login_failed'),(762492,123004,'_xmlrpc_request','true'),(762493,123004,'_server_remote_addr','46.118.126.87'),(762494,123004,'_server_http_x_forwarded_for_0','46.118.126.87'),(762495,123005,'login_id','1'),(762496,123005,'login_email','mentolnet@gmail.com'),(762497,123005,'login','mentol'),(762498,123005,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762499,123005,'_message_key','user_login_failed'),(762500,123005,'_xmlrpc_request','true'),(762501,123005,'_server_remote_addr','46.118.126.87'),(762502,123005,'_server_http_x_forwarded_for_0','46.118.126.87'),(762503,123006,'login_id','1'),(762504,123006,'login_email','mentolnet@gmail.com'),(762505,123006,'login','mentol'),(762506,123006,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762507,123006,'_message_key','user_login_failed'),(762508,123006,'_xmlrpc_request','true'),(762509,123006,'_server_remote_addr','46.118.126.87'),(762510,123006,'_server_http_x_forwarded_for_0','46.118.126.87'),(762511,123007,'login_id','1'),(762512,123007,'login_email','mentolnet@gmail.com'),(762513,123007,'login','mentol'),(762514,123007,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762515,123007,'_message_key','user_login_failed'),(762516,123007,'_xmlrpc_request','true'),(762517,123007,'_server_remote_addr','46.118.126.87'),(762518,123007,'_server_http_x_forwarded_for_0','46.118.126.87'),(762519,123008,'login_id','1'),(762520,123008,'login_email','mentolnet@gmail.com'),(762521,123008,'login','mentol'),(762522,123008,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762523,123008,'_message_key','user_login_failed'),(762524,123008,'_xmlrpc_request','true'),(762525,123008,'_server_remote_addr','46.118.126.87'),(762526,123008,'_server_http_x_forwarded_for_0','46.118.126.87'),(762527,123009,'login_id','1'),(762528,123009,'login_email','mentolnet@gmail.com'),(762529,123009,'login','mentol'),(762530,123009,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762531,123009,'_message_key','user_login_failed'),(762532,123009,'_xmlrpc_request','true'),(762533,123009,'_server_remote_addr','46.118.126.87'),(762534,123009,'_server_http_x_forwarded_for_0','46.118.126.87'),(762535,123010,'login_id','1'),(762536,123010,'login_email','mentolnet@gmail.com'),(762537,123010,'login','mentol'),(762538,123010,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762539,123010,'_message_key','user_login_failed'),(762540,123010,'_xmlrpc_request','true'),(762541,123010,'_server_remote_addr','46.118.126.87'),(762542,123010,'_server_http_x_forwarded_for_0','46.118.126.87'),(762543,123011,'login_id','1'),(762544,123011,'login_email','mentolnet@gmail.com'),(762545,123011,'login','mentol'),(762546,123011,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762547,123011,'_message_key','user_login_failed'),(762548,123011,'_xmlrpc_request','true'),(762549,123011,'_server_remote_addr','46.118.126.87'),(762550,123011,'_server_http_x_forwarded_for_0','46.118.126.87'),(762551,123012,'login_id','1'),(762552,123012,'login_email','mentolnet@gmail.com'),(762553,123012,'login','mentol'),(762554,123012,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762555,123012,'_message_key','user_login_failed'),(762556,123012,'_xmlrpc_request','true'),(762557,123012,'_server_remote_addr','46.118.126.87'),(762558,123012,'_server_http_x_forwarded_for_0','46.118.126.87'),(762559,123013,'login_id','1'),(762560,123013,'login_email','mentolnet@gmail.com'),(762561,123013,'login','mentol'),(762562,123013,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762563,123013,'_message_key','user_login_failed'),(762564,123013,'_xmlrpc_request','true'),(762565,123013,'_server_remote_addr','46.118.126.87'),(762566,123013,'_server_http_x_forwarded_for_0','46.118.126.87'),(762567,123014,'login_id','1'),(762568,123014,'login_email','mentolnet@gmail.com'),(762569,123014,'login','mentol'),(762570,123014,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762571,123014,'_message_key','user_login_failed'),(762572,123014,'_xmlrpc_request','true'),(762573,123014,'_server_remote_addr','46.118.126.87'),(762574,123014,'_server_http_x_forwarded_for_0','46.118.126.87'),(762575,123015,'login_id','1'),(762576,123015,'login_email','mentolnet@gmail.com'),(762577,123015,'login','mentol'),(762578,123015,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762579,123015,'_message_key','user_login_failed'),(762580,123015,'_xmlrpc_request','true'),(762581,123015,'_server_remote_addr','46.118.126.87'),(762582,123015,'_server_http_x_forwarded_for_0','46.118.126.87'),(762583,123016,'login_id','1'),(762584,123016,'login_email','mentolnet@gmail.com'),(762585,123016,'login','mentol'),(762586,123016,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762587,123016,'_message_key','user_login_failed'),(762588,123016,'_xmlrpc_request','true'),(762589,123016,'_server_remote_addr','46.118.126.87'),(762590,123016,'_server_http_x_forwarded_for_0','46.118.126.87'),(762591,123017,'login_id','1'),(762592,123017,'login_email','mentolnet@gmail.com'),(762593,123017,'login','mentol'),(762594,123017,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762595,123017,'_message_key','user_login_failed'),(762596,123017,'_xmlrpc_request','true'),(762597,123017,'_server_remote_addr','46.118.126.87'),(762598,123017,'_server_http_x_forwarded_for_0','46.118.126.87'),(762599,123018,'login_id','1'),(762600,123018,'login_email','mentolnet@gmail.com'),(762601,123018,'login','mentol'),(762602,123018,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762603,123018,'_message_key','user_login_failed'),(762604,123018,'_xmlrpc_request','true'),(762605,123018,'_server_remote_addr','46.118.126.87'),(762606,123018,'_server_http_x_forwarded_for_0','46.118.126.87'),(762607,123019,'login_id','1'),(762608,123019,'login_email','mentolnet@gmail.com'),(762609,123019,'login','mentol'),(762610,123019,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762611,123019,'_message_key','user_login_failed'),(762612,123019,'_xmlrpc_request','true'),(762613,123019,'_server_remote_addr','46.118.126.87'),(762614,123019,'_server_http_x_forwarded_for_0','46.118.126.87'),(762615,123020,'login_id','1'),(762616,123020,'login_email','mentolnet@gmail.com'),(762617,123020,'login','mentol'),(762618,123020,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762619,123020,'_message_key','user_login_failed'),(762620,123020,'_xmlrpc_request','true'),(762621,123020,'_server_remote_addr','46.118.126.87'),(762622,123020,'_server_http_x_forwarded_for_0','46.118.126.87'),(762623,123021,'login_id','1'),(762624,123021,'login_email','mentolnet@gmail.com'),(762625,123021,'login','mentol'),(762626,123021,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762627,123021,'_message_key','user_login_failed'),(762628,123021,'_xmlrpc_request','true'),(762629,123021,'_server_remote_addr','46.118.126.87'),(762630,123021,'_server_http_x_forwarded_for_0','46.118.126.87'),(762631,123022,'login_id','1'),(762632,123022,'login_email','mentolnet@gmail.com'),(762633,123022,'login','mentol'),(762634,123022,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762635,123022,'_message_key','user_login_failed'),(762636,123022,'_xmlrpc_request','true'),(762637,123022,'_server_remote_addr','46.118.126.87'),(762638,123022,'_server_http_x_forwarded_for_0','46.118.126.87'),(762639,123023,'login_id','1'),(762640,123023,'login_email','mentolnet@gmail.com'),(762641,123023,'login','mentol'),(762642,123023,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762643,123023,'_message_key','user_login_failed'),(762644,123023,'_xmlrpc_request','true'),(762645,123023,'_server_remote_addr','46.118.126.87'),(762646,123023,'_server_http_x_forwarded_for_0','46.118.126.87'),(762647,123024,'login_id','1'),(762648,123024,'login_email','mentolnet@gmail.com'),(762649,123024,'login','mentol'),(762650,123024,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762651,123024,'_message_key','user_login_failed'),(762652,123024,'_xmlrpc_request','true'),(762653,123024,'_server_remote_addr','46.118.126.87'),(762654,123024,'_server_http_x_forwarded_for_0','46.118.126.87'),(762655,123025,'login_id','1'),(762656,123025,'login_email','mentolnet@gmail.com'),(762657,123025,'login','mentol'),(762658,123025,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762659,123025,'_message_key','user_login_failed'),(762660,123025,'_xmlrpc_request','true'),(762661,123025,'_server_remote_addr','46.118.126.87'),(762662,123025,'_server_http_x_forwarded_for_0','46.118.126.87'),(762663,123026,'login_id','1'),(762664,123026,'login_email','mentolnet@gmail.com'),(762665,123026,'login','mentol'),(762666,123026,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762667,123026,'_message_key','user_login_failed'),(762668,123026,'_xmlrpc_request','true'),(762669,123026,'_server_remote_addr','46.118.126.87'),(762670,123026,'_server_http_x_forwarded_for_0','46.118.126.87'),(762671,123027,'login_id','1'),(762672,123027,'login_email','mentolnet@gmail.com'),(762673,123027,'login','mentol'),(762674,123027,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762675,123027,'_message_key','user_login_failed'),(762676,123027,'_xmlrpc_request','true'),(762677,123027,'_server_remote_addr','46.118.126.87'),(762678,123027,'_server_http_x_forwarded_for_0','46.118.126.87'),(762679,123028,'login_id','1'),(762680,123028,'login_email','mentolnet@gmail.com'),(762681,123028,'login','mentol'),(762682,123028,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762683,123028,'_message_key','user_login_failed'),(762684,123028,'_xmlrpc_request','true'),(762685,123028,'_server_remote_addr','46.118.126.87'),(762686,123028,'_server_http_x_forwarded_for_0','46.118.126.87'),(762687,123029,'login_id','1'),(762688,123029,'login_email','mentolnet@gmail.com'),(762689,123029,'login','mentol'),(762690,123029,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762691,123029,'_message_key','user_login_failed'),(762692,123029,'_xmlrpc_request','true'),(762693,123029,'_server_remote_addr','46.118.126.87'),(762694,123029,'_server_http_x_forwarded_for_0','46.118.126.87'),(762695,123030,'login_id','1'),(762696,123030,'login_email','mentolnet@gmail.com'),(762697,123030,'login','mentol'),(762698,123030,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762699,123030,'_message_key','user_login_failed'),(762700,123030,'_xmlrpc_request','true'),(762701,123030,'_server_remote_addr','46.118.126.87'),(762702,123030,'_server_http_x_forwarded_for_0','46.118.126.87'),(762703,123031,'login_id','1'),(762704,123031,'login_email','mentolnet@gmail.com'),(762705,123031,'login','mentol'),(762706,123031,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762707,123031,'_message_key','user_login_failed'),(762708,123031,'_xmlrpc_request','true'),(762709,123031,'_server_remote_addr','46.118.126.87'),(762710,123031,'_server_http_x_forwarded_for_0','46.118.126.87'),(762711,123032,'login_id','1'),(762712,123032,'login_email','mentolnet@gmail.com'),(762713,123032,'login','mentol'),(762714,123032,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762715,123032,'_message_key','user_login_failed'),(762716,123032,'_xmlrpc_request','true'),(762717,123032,'_server_remote_addr','46.118.126.87'),(762718,123032,'_server_http_x_forwarded_for_0','46.118.126.87'),(762719,123033,'login_id','1'),(762720,123033,'login_email','mentolnet@gmail.com'),(762721,123033,'login','mentol'),(762722,123033,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762723,123033,'_message_key','user_login_failed'),(762724,123033,'_xmlrpc_request','true'),(762725,123033,'_server_remote_addr','46.118.126.87'),(762726,123033,'_server_http_x_forwarded_for_0','46.118.126.87'),(762727,123034,'login_id','1'),(762728,123034,'login_email','mentolnet@gmail.com'),(762729,123034,'login','mentol'),(762730,123034,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762731,123034,'_message_key','user_login_failed'),(762732,123034,'_xmlrpc_request','true'),(762733,123034,'_server_remote_addr','46.118.126.87'),(762734,123034,'_server_http_x_forwarded_for_0','46.118.126.87'),(762735,123035,'login_id','1'),(762736,123035,'login_email','mentolnet@gmail.com'),(762737,123035,'login','mentol'),(762738,123035,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762739,123035,'_message_key','user_login_failed'),(762740,123035,'_xmlrpc_request','true'),(762741,123035,'_server_remote_addr','46.118.126.87'),(762742,123035,'_server_http_x_forwarded_for_0','46.118.126.87'),(762743,123036,'login_id','1'),(762744,123036,'login_email','mentolnet@gmail.com'),(762745,123036,'login','mentol'),(762746,123036,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762747,123036,'_message_key','user_login_failed'),(762748,123036,'_xmlrpc_request','true'),(762749,123036,'_server_remote_addr','46.118.126.87'),(762750,123036,'_server_http_x_forwarded_for_0','46.118.126.87'),(762751,123037,'login_id','1'),(762752,123037,'login_email','mentolnet@gmail.com'),(762753,123037,'login','mentol'),(762754,123037,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762755,123037,'_message_key','user_login_failed'),(762756,123037,'_xmlrpc_request','true'),(762757,123037,'_server_remote_addr','46.118.126.87'),(762758,123037,'_server_http_x_forwarded_for_0','46.118.126.87'),(762759,123038,'login_id','1'),(762760,123038,'login_email','mentolnet@gmail.com'),(762761,123038,'login','mentol'),(762762,123038,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762763,123038,'_message_key','user_login_failed'),(762764,123038,'_xmlrpc_request','true'),(762765,123038,'_server_remote_addr','46.118.126.87'),(762766,123038,'_server_http_x_forwarded_for_0','46.118.126.87'),(762767,123039,'login_id','1'),(762768,123039,'login_email','mentolnet@gmail.com'),(762769,123039,'login','mentol'),(762770,123039,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762771,123039,'_message_key','user_login_failed'),(762772,123039,'_xmlrpc_request','true'),(762773,123039,'_server_remote_addr','46.118.126.87'),(762774,123039,'_server_http_x_forwarded_for_0','46.118.126.87'),(762775,123040,'login_id','1'),(762776,123040,'login_email','mentolnet@gmail.com'),(762777,123040,'login','mentol'),(762778,123040,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762779,123040,'_message_key','user_login_failed'),(762780,123040,'_xmlrpc_request','true'),(762781,123040,'_server_remote_addr','46.118.126.87'),(762782,123040,'_server_http_x_forwarded_for_0','46.118.126.87'),(762783,123041,'login_id','1'),(762784,123041,'login_email','mentolnet@gmail.com'),(762785,123041,'login','mentol'),(762786,123041,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762787,123041,'_message_key','user_login_failed'),(762788,123041,'_xmlrpc_request','true'),(762789,123041,'_server_remote_addr','46.118.126.87'),(762790,123041,'_server_http_x_forwarded_for_0','46.118.126.87'),(762791,123042,'login_id','1'),(762792,123042,'login_email','mentolnet@gmail.com'),(762793,123042,'login','mentol'),(762794,123042,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762795,123042,'_message_key','user_login_failed'),(762796,123042,'_xmlrpc_request','true'),(762797,123042,'_server_remote_addr','46.118.126.87'),(762798,123042,'_server_http_x_forwarded_for_0','46.118.126.87'),(762799,123043,'login_id','1'),(762800,123043,'login_email','mentolnet@gmail.com'),(762801,123043,'login','mentol'),(762802,123043,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762803,123043,'_message_key','user_login_failed'),(762804,123043,'_xmlrpc_request','true'),(762805,123043,'_server_remote_addr','46.118.126.87'),(762806,123043,'_server_http_x_forwarded_for_0','46.118.126.87'),(762807,123044,'login_id','1'),(762808,123044,'login_email','mentolnet@gmail.com'),(762809,123044,'login','mentol'),(762810,123044,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762811,123044,'_message_key','user_login_failed'),(762812,123044,'_xmlrpc_request','true'),(762813,123044,'_server_remote_addr','46.118.126.87'),(762814,123044,'_server_http_x_forwarded_for_0','46.118.126.87'),(762815,123045,'login_id','1'),(762816,123045,'login_email','mentolnet@gmail.com'),(762817,123045,'login','mentol'),(762818,123045,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762819,123045,'_message_key','user_login_failed'),(762820,123045,'_xmlrpc_request','true'),(762821,123045,'_server_remote_addr','46.118.126.87'),(762822,123045,'_server_http_x_forwarded_for_0','46.118.126.87'),(762823,123046,'login_id','1'),(762824,123046,'login_email','mentolnet@gmail.com'),(762825,123046,'login','mentol'),(762826,123046,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762827,123046,'_message_key','user_login_failed'),(762828,123046,'_xmlrpc_request','true'),(762829,123046,'_server_remote_addr','46.118.126.87'),(762830,123046,'_server_http_x_forwarded_for_0','46.118.126.87'),(762831,123047,'login_id','1'),(762832,123047,'login_email','mentolnet@gmail.com'),(762833,123047,'login','mentol'),(762834,123047,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762835,123047,'_message_key','user_login_failed'),(762836,123047,'_xmlrpc_request','true'),(762837,123047,'_server_remote_addr','46.118.126.87'),(762838,123047,'_server_http_x_forwarded_for_0','46.118.126.87'),(762839,123048,'login_id','1'),(762840,123048,'login_email','mentolnet@gmail.com'),(762841,123048,'login','mentol'),(762842,123048,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762843,123048,'_message_key','user_login_failed'),(762844,123048,'_xmlrpc_request','true'),(762845,123048,'_server_remote_addr','46.118.126.87'),(762846,123048,'_server_http_x_forwarded_for_0','46.118.126.87'),(762847,123049,'login_id','1'),(762848,123049,'login_email','mentolnet@gmail.com'),(762849,123049,'login','mentol'),(762850,123049,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762851,123049,'_message_key','user_login_failed'),(762852,123049,'_xmlrpc_request','true'),(762853,123049,'_server_remote_addr','46.118.126.87'),(762854,123049,'_server_http_x_forwarded_for_0','46.118.126.87'),(762855,123050,'login_id','1'),(762856,123050,'login_email','mentolnet@gmail.com'),(762857,123050,'login','mentol'),(762858,123050,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762859,123050,'_message_key','user_login_failed'),(762860,123050,'_xmlrpc_request','true'),(762861,123050,'_server_remote_addr','46.118.126.87'),(762862,123050,'_server_http_x_forwarded_for_0','46.118.126.87'),(762863,123051,'login_id','1'),(762864,123051,'login_email','mentolnet@gmail.com'),(762865,123051,'login','mentol'),(762866,123051,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762867,123051,'_message_key','user_login_failed'),(762868,123051,'_xmlrpc_request','true'),(762869,123051,'_server_remote_addr','46.118.126.87'),(762870,123051,'_server_http_x_forwarded_for_0','46.118.126.87'),(762871,123052,'login_id','1'),(762872,123052,'login_email','mentolnet@gmail.com'),(762873,123052,'login','mentol'),(762874,123052,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762875,123052,'_message_key','user_login_failed'),(762876,123052,'_xmlrpc_request','true'),(762877,123052,'_server_remote_addr','46.118.126.87'),(762878,123052,'_server_http_x_forwarded_for_0','46.118.126.87'),(762879,123053,'login_id','1'),(762880,123053,'login_email','mentolnet@gmail.com'),(762881,123053,'login','mentol'),(762882,123053,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762883,123053,'_message_key','user_login_failed'),(762884,123053,'_xmlrpc_request','true'),(762885,123053,'_server_remote_addr','46.118.126.87'),(762886,123053,'_server_http_x_forwarded_for_0','46.118.126.87'),(762887,123054,'login_id','1'),(762888,123054,'login_email','mentolnet@gmail.com'),(762889,123054,'login','mentol'),(762890,123054,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762891,123054,'_message_key','user_login_failed'),(762892,123054,'_xmlrpc_request','true'),(762893,123054,'_server_remote_addr','46.118.126.87'),(762894,123054,'_server_http_x_forwarded_for_0','46.118.126.87'),(762895,123055,'login_id','1'),(762896,123055,'login_email','mentolnet@gmail.com'),(762897,123055,'login','mentol'),(762898,123055,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762899,123055,'_message_key','user_login_failed'),(762900,123055,'_xmlrpc_request','true'),(762901,123055,'_server_remote_addr','46.118.126.87'),(762902,123055,'_server_http_x_forwarded_for_0','46.118.126.87'),(762903,123056,'login_id','1'),(762904,123056,'login_email','mentolnet@gmail.com'),(762905,123056,'login','mentol'),(762906,123056,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762907,123056,'_message_key','user_login_failed'),(762908,123056,'_xmlrpc_request','true'),(762909,123056,'_server_remote_addr','46.118.126.87'),(762910,123056,'_server_http_x_forwarded_for_0','46.118.126.87'),(762911,123057,'login_id','1'),(762912,123057,'login_email','mentolnet@gmail.com'),(762913,123057,'login','mentol'),(762914,123057,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762915,123057,'_message_key','user_login_failed'),(762916,123057,'_xmlrpc_request','true'),(762917,123057,'_server_remote_addr','46.118.126.87'),(762918,123057,'_server_http_x_forwarded_for_0','46.118.126.87'),(762919,123058,'login_id','1'),(762920,123058,'login_email','mentolnet@gmail.com'),(762921,123058,'login','mentol'),(762922,123058,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762923,123058,'_message_key','user_login_failed'),(762924,123058,'_xmlrpc_request','true'),(762925,123058,'_server_remote_addr','46.118.126.87'),(762926,123058,'_server_http_x_forwarded_for_0','46.118.126.87'),(762927,123059,'login_id','1'),(762928,123059,'login_email','mentolnet@gmail.com'),(762929,123059,'login','mentol'),(762930,123059,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762931,123059,'_message_key','user_login_failed'),(762932,123059,'_xmlrpc_request','true'),(762933,123059,'_server_remote_addr','46.118.126.87'),(762934,123059,'_server_http_x_forwarded_for_0','46.118.126.87'),(762935,123060,'login_id','1'),(762936,123060,'login_email','mentolnet@gmail.com'),(762937,123060,'login','mentol'),(762938,123060,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762939,123060,'_message_key','user_login_failed'),(762940,123060,'_xmlrpc_request','true'),(762941,123060,'_server_remote_addr','46.118.126.87'),(762942,123060,'_server_http_x_forwarded_for_0','46.118.126.87'),(762943,123061,'login_id','1'),(762944,123061,'login_email','mentolnet@gmail.com'),(762945,123061,'login','mentol'),(762946,123061,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762947,123061,'_message_key','user_login_failed'),(762948,123061,'_xmlrpc_request','true'),(762949,123061,'_server_remote_addr','46.118.126.87'),(762950,123061,'_server_http_x_forwarded_for_0','46.118.126.87'),(762951,123062,'login_id','1'),(762952,123062,'login_email','mentolnet@gmail.com'),(762953,123062,'login','mentol'),(762954,123062,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762955,123062,'_message_key','user_login_failed'),(762956,123062,'_xmlrpc_request','true'),(762957,123062,'_server_remote_addr','46.118.126.87'),(762958,123062,'_server_http_x_forwarded_for_0','46.118.126.87'),(762959,123063,'login_id','1'),(762960,123063,'login_email','mentolnet@gmail.com'),(762961,123063,'login','mentol'),(762962,123063,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762963,123063,'_message_key','user_login_failed'),(762964,123063,'_xmlrpc_request','true'),(762965,123063,'_server_remote_addr','46.118.126.87'),(762966,123063,'_server_http_x_forwarded_for_0','46.118.126.87'),(762967,123064,'login_id','1'),(762968,123064,'login_email','mentolnet@gmail.com'),(762969,123064,'login','mentol'),(762970,123064,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762971,123064,'_message_key','user_login_failed'),(762972,123064,'_xmlrpc_request','true'),(762973,123064,'_server_remote_addr','46.118.126.87'),(762974,123064,'_server_http_x_forwarded_for_0','46.118.126.87'),(762975,123065,'login_id','1'),(762976,123065,'login_email','mentolnet@gmail.com'),(762977,123065,'login','mentol'),(762978,123065,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762979,123065,'_message_key','user_login_failed'),(762980,123065,'_xmlrpc_request','true'),(762981,123065,'_server_remote_addr','46.118.126.87'),(762982,123065,'_server_http_x_forwarded_for_0','46.118.126.87'),(762983,123066,'login_id','1'),(762984,123066,'login_email','mentolnet@gmail.com'),(762985,123066,'login','mentol'),(762986,123066,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762987,123066,'_message_key','user_login_failed'),(762988,123066,'_xmlrpc_request','true'),(762989,123066,'_server_remote_addr','46.118.126.87'),(762990,123066,'_server_http_x_forwarded_for_0','46.118.126.87'),(762991,123067,'login_id','1'),(762992,123067,'login_email','mentolnet@gmail.com'),(762993,123067,'login','mentol'),(762994,123067,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(762995,123067,'_message_key','user_login_failed'),(762996,123067,'_xmlrpc_request','true'),(762997,123067,'_server_remote_addr','46.118.126.87'),(762998,123067,'_server_http_x_forwarded_for_0','46.118.126.87'),(762999,123068,'login_id','1'),(763000,123068,'login_email','mentolnet@gmail.com'),(763001,123068,'login','mentol'),(763002,123068,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763003,123068,'_message_key','user_login_failed'),(763004,123068,'_xmlrpc_request','true'),(763005,123068,'_server_remote_addr','46.118.126.87'),(763006,123068,'_server_http_x_forwarded_for_0','46.118.126.87'),(763007,123069,'login_id','1'),(763008,123069,'login_email','mentolnet@gmail.com'),(763009,123069,'login','mentol'),(763010,123069,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763011,123069,'_message_key','user_login_failed'),(763012,123069,'_xmlrpc_request','true'),(763013,123069,'_server_remote_addr','46.118.126.87'),(763014,123069,'_server_http_x_forwarded_for_0','46.118.126.87'),(763015,123070,'login_id','1'),(763016,123070,'login_email','mentolnet@gmail.com'),(763017,123070,'login','mentol'),(763018,123070,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763019,123070,'_message_key','user_login_failed'),(763020,123070,'_xmlrpc_request','true'),(763021,123070,'_server_remote_addr','46.118.126.87'),(763022,123070,'_server_http_x_forwarded_for_0','46.118.126.87'),(763023,123071,'login_id','1'),(763024,123071,'login_email','mentolnet@gmail.com'),(763025,123071,'login','mentol'),(763026,123071,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763027,123071,'_message_key','user_login_failed'),(763028,123071,'_xmlrpc_request','true'),(763029,123071,'_server_remote_addr','46.118.126.87'),(763030,123071,'_server_http_x_forwarded_for_0','46.118.126.87'),(763031,123072,'login_id','1'),(763032,123072,'login_email','mentolnet@gmail.com'),(763033,123072,'login','mentol'),(763034,123072,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763035,123072,'_message_key','user_login_failed'),(763036,123072,'_xmlrpc_request','true'),(763037,123072,'_server_remote_addr','46.118.126.87'),(763038,123072,'_server_http_x_forwarded_for_0','46.118.126.87'),(763039,123073,'login_id','1'),(763040,123073,'login_email','mentolnet@gmail.com'),(763041,123073,'login','mentol'),(763042,123073,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763043,123073,'_message_key','user_login_failed'),(763044,123073,'_xmlrpc_request','true'),(763045,123073,'_server_remote_addr','46.118.126.87'),(763046,123073,'_server_http_x_forwarded_for_0','46.118.126.87'),(763047,123074,'login_id','1'),(763048,123074,'login_email','mentolnet@gmail.com'),(763049,123074,'login','mentol'),(763050,123074,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763051,123074,'_message_key','user_login_failed'),(763052,123074,'_xmlrpc_request','true'),(763053,123074,'_server_remote_addr','46.118.126.87'),(763054,123074,'_server_http_x_forwarded_for_0','46.118.126.87'),(763055,123075,'login_id','1'),(763056,123075,'login_email','mentolnet@gmail.com'),(763057,123075,'login','mentol'),(763058,123075,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763059,123075,'_message_key','user_login_failed'),(763060,123075,'_xmlrpc_request','true'),(763061,123075,'_server_remote_addr','46.118.126.87'),(763062,123075,'_server_http_x_forwarded_for_0','46.118.126.87'),(763063,123076,'login_id','1'),(763064,123076,'login_email','mentolnet@gmail.com'),(763065,123076,'login','mentol'),(763066,123076,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763067,123076,'_message_key','user_login_failed'),(763068,123076,'_xmlrpc_request','true'),(763069,123076,'_server_remote_addr','46.118.126.87'),(763070,123076,'_server_http_x_forwarded_for_0','46.118.126.87'),(763071,123077,'login_id','1'),(763072,123077,'login_email','mentolnet@gmail.com'),(763073,123077,'login','mentol'),(763074,123077,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763075,123077,'_message_key','user_login_failed'),(763076,123077,'_xmlrpc_request','true'),(763077,123077,'_server_remote_addr','46.118.126.87'),(763078,123077,'_server_http_x_forwarded_for_0','46.118.126.87'),(763079,123078,'login_id','1'),(763080,123078,'login_email','mentolnet@gmail.com'),(763081,123078,'login','mentol'),(763082,123078,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763083,123078,'_message_key','user_login_failed'),(763084,123078,'_xmlrpc_request','true'),(763085,123078,'_server_remote_addr','46.118.126.87'),(763086,123078,'_server_http_x_forwarded_for_0','46.118.126.87'),(763087,123079,'login_id','1'),(763088,123079,'login_email','mentolnet@gmail.com'),(763089,123079,'login','mentol'),(763090,123079,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763091,123079,'_message_key','user_login_failed'),(763092,123079,'_xmlrpc_request','true'),(763093,123079,'_server_remote_addr','46.118.126.87'),(763094,123079,'_server_http_x_forwarded_for_0','46.118.126.87'),(763095,123080,'login_id','1'),(763096,123080,'login_email','mentolnet@gmail.com'),(763097,123080,'login','mentol'),(763098,123080,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763099,123080,'_message_key','user_login_failed'),(763100,123080,'_xmlrpc_request','true'),(763101,123080,'_server_remote_addr','46.118.126.87'),(763102,123080,'_server_http_x_forwarded_for_0','46.118.126.87'),(763103,123081,'login_id','1'),(763104,123081,'login_email','mentolnet@gmail.com'),(763105,123081,'login','mentol'),(763106,123081,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763107,123081,'_message_key','user_login_failed'),(763108,123081,'_xmlrpc_request','true'),(763109,123081,'_server_remote_addr','46.118.126.87'),(763110,123081,'_server_http_x_forwarded_for_0','46.118.126.87'),(763111,123082,'login_id','1'),(763112,123082,'login_email','mentolnet@gmail.com'),(763113,123082,'login','mentol'),(763114,123082,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763115,123082,'_message_key','user_login_failed'),(763116,123082,'_xmlrpc_request','true'),(763117,123082,'_server_remote_addr','46.118.126.87'),(763118,123082,'_server_http_x_forwarded_for_0','46.118.126.87'),(763119,123083,'login_id','1'),(763120,123083,'login_email','mentolnet@gmail.com'),(763121,123083,'login','mentol'),(763122,123083,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763123,123083,'_message_key','user_login_failed'),(763124,123083,'_xmlrpc_request','true'),(763125,123083,'_server_remote_addr','46.118.126.87'),(763126,123083,'_server_http_x_forwarded_for_0','46.118.126.87'),(763127,123084,'login_id','1'),(763128,123084,'login_email','mentolnet@gmail.com'),(763129,123084,'login','mentol'),(763130,123084,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763131,123084,'_message_key','user_login_failed'),(763132,123084,'_xmlrpc_request','true'),(763133,123084,'_server_remote_addr','46.118.126.87'),(763134,123084,'_server_http_x_forwarded_for_0','46.118.126.87'),(763135,123085,'login_id','1'),(763136,123085,'login_email','mentolnet@gmail.com'),(763137,123085,'login','mentol'),(763138,123085,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763139,123085,'_message_key','user_login_failed'),(763140,123085,'_xmlrpc_request','true'),(763141,123085,'_server_remote_addr','46.118.126.87'),(763142,123085,'_server_http_x_forwarded_for_0','46.118.126.87'),(763143,123086,'login_id','1'),(763144,123086,'login_email','mentolnet@gmail.com'),(763145,123086,'login','mentol'),(763146,123086,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763147,123086,'_message_key','user_login_failed'),(763148,123086,'_xmlrpc_request','true'),(763149,123086,'_server_remote_addr','46.118.126.87'),(763150,123086,'_server_http_x_forwarded_for_0','46.118.126.87'),(763151,123087,'login_id','1'),(763152,123087,'login_email','mentolnet@gmail.com'),(763153,123087,'login','mentol'),(763154,123087,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763155,123087,'_message_key','user_login_failed'),(763156,123087,'_xmlrpc_request','true'),(763157,123087,'_server_remote_addr','46.118.126.87'),(763158,123087,'_server_http_x_forwarded_for_0','46.118.126.87'),(763159,123088,'login_id','1'),(763160,123088,'login_email','mentolnet@gmail.com'),(763161,123088,'login','mentol'),(763162,123088,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763163,123088,'_message_key','user_login_failed'),(763164,123088,'_xmlrpc_request','true'),(763165,123088,'_server_remote_addr','46.118.126.87'),(763166,123088,'_server_http_x_forwarded_for_0','46.118.126.87'),(763167,123089,'login_id','1'),(763168,123089,'login_email','mentolnet@gmail.com'),(763169,123089,'login','mentol'),(763170,123089,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763171,123089,'_message_key','user_login_failed'),(763172,123089,'_xmlrpc_request','true'),(763173,123089,'_server_remote_addr','46.118.126.87'),(763174,123089,'_server_http_x_forwarded_for_0','46.118.126.87'),(763175,123090,'login_id','1'),(763176,123090,'login_email','mentolnet@gmail.com'),(763177,123090,'login','mentol'),(763178,123090,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763179,123090,'_message_key','user_login_failed'),(763180,123090,'_xmlrpc_request','true'),(763181,123090,'_server_remote_addr','46.118.126.87'),(763182,123090,'_server_http_x_forwarded_for_0','46.118.126.87'),(763183,123091,'login_id','1'),(763184,123091,'login_email','mentolnet@gmail.com'),(763185,123091,'login','mentol'),(763186,123091,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763187,123091,'_message_key','user_login_failed'),(763188,123091,'_xmlrpc_request','true'),(763189,123091,'_server_remote_addr','46.118.126.87'),(763190,123091,'_server_http_x_forwarded_for_0','46.118.126.87'),(763191,123092,'login_id','1'),(763192,123092,'login_email','mentolnet@gmail.com'),(763193,123092,'login','mentol'),(763194,123092,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763195,123092,'_message_key','user_login_failed'),(763196,123092,'_xmlrpc_request','true'),(763197,123092,'_server_remote_addr','46.118.126.87'),(763198,123092,'_server_http_x_forwarded_for_0','46.118.126.87'),(763199,123093,'login_id','1'),(763200,123093,'login_email','mentolnet@gmail.com'),(763201,123093,'login','mentol'),(763202,123093,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763203,123093,'_message_key','user_login_failed'),(763204,123093,'_xmlrpc_request','true'),(763205,123093,'_server_remote_addr','46.118.126.87'),(763206,123093,'_server_http_x_forwarded_for_0','46.118.126.87'),(763207,123094,'login_id','1'),(763208,123094,'login_email','mentolnet@gmail.com'),(763209,123094,'login','mentol'),(763210,123094,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763211,123094,'_message_key','user_login_failed'),(763212,123094,'_xmlrpc_request','true'),(763213,123094,'_server_remote_addr','46.118.126.87'),(763214,123094,'_server_http_x_forwarded_for_0','46.118.126.87'),(763215,123095,'login_id','1'),(763216,123095,'login_email','mentolnet@gmail.com'),(763217,123095,'login','mentol'),(763218,123095,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763219,123095,'_message_key','user_login_failed'),(763220,123095,'_xmlrpc_request','true'),(763221,123095,'_server_remote_addr','46.118.126.87'),(763222,123095,'_server_http_x_forwarded_for_0','46.118.126.87'),(763223,123096,'login_id','1'),(763224,123096,'login_email','mentolnet@gmail.com'),(763225,123096,'login','mentol'),(763226,123096,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763227,123096,'_message_key','user_login_failed'),(763228,123096,'_xmlrpc_request','true'),(763229,123096,'_server_remote_addr','46.118.126.87'),(763230,123096,'_server_http_x_forwarded_for_0','46.118.126.87'),(763231,123097,'login_id','1'),(763232,123097,'login_email','mentolnet@gmail.com'),(763233,123097,'login','mentol'),(763234,123097,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763235,123097,'_message_key','user_login_failed'),(763236,123097,'_xmlrpc_request','true'),(763237,123097,'_server_remote_addr','46.118.126.87'),(763238,123097,'_server_http_x_forwarded_for_0','46.118.126.87'),(763239,123098,'login_id','1'),(763240,123098,'login_email','mentolnet@gmail.com'),(763241,123098,'login','mentol'),(763242,123098,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763243,123098,'_message_key','user_login_failed'),(763244,123098,'_xmlrpc_request','true'),(763245,123098,'_server_remote_addr','46.118.126.87'),(763246,123098,'_server_http_x_forwarded_for_0','46.118.126.87'),(763247,123099,'login_id','1'),(763248,123099,'login_email','mentolnet@gmail.com'),(763249,123099,'login','mentol'),(763250,123099,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763251,123099,'_message_key','user_login_failed'),(763252,123099,'_xmlrpc_request','true'),(763253,123099,'_server_remote_addr','46.118.126.87'),(763254,123099,'_server_http_x_forwarded_for_0','46.118.126.87'),(763255,123100,'login_id','1'),(763256,123100,'login_email','mentolnet@gmail.com'),(763257,123100,'login','mentol'),(763258,123100,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763259,123100,'_message_key','user_login_failed'),(763260,123100,'_xmlrpc_request','true'),(763261,123100,'_server_remote_addr','46.118.126.87'),(763262,123100,'_server_http_x_forwarded_for_0','46.118.126.87'),(763263,123101,'login_id','1'),(763264,123101,'login_email','mentolnet@gmail.com'),(763265,123101,'login','mentol'),(763266,123101,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763267,123101,'_message_key','user_login_failed'),(763268,123101,'_xmlrpc_request','true'),(763269,123101,'_server_remote_addr','46.118.126.87'),(763270,123101,'_server_http_x_forwarded_for_0','46.118.126.87'),(763271,123102,'login_id','1'),(763272,123102,'login_email','mentolnet@gmail.com'),(763273,123102,'login','mentol'),(763274,123102,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763275,123102,'_message_key','user_login_failed'),(763276,123102,'_xmlrpc_request','true'),(763277,123102,'_server_remote_addr','46.118.126.87'),(763278,123102,'_server_http_x_forwarded_for_0','46.118.126.87'),(763279,123103,'login_id','1'),(763280,123103,'login_email','mentolnet@gmail.com'),(763281,123103,'login','mentol'),(763282,123103,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763283,123103,'_message_key','user_login_failed'),(763284,123103,'_xmlrpc_request','true'),(763285,123103,'_server_remote_addr','46.118.126.87'),(763286,123103,'_server_http_x_forwarded_for_0','46.118.126.87'),(763287,123104,'login_id','1'),(763288,123104,'login_email','mentolnet@gmail.com'),(763289,123104,'login','mentol'),(763290,123104,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763291,123104,'_message_key','user_login_failed'),(763292,123104,'_xmlrpc_request','true'),(763293,123104,'_server_remote_addr','46.118.126.87'),(763294,123104,'_server_http_x_forwarded_for_0','46.118.126.87'),(763295,123105,'login_id','1'),(763296,123105,'login_email','mentolnet@gmail.com'),(763297,123105,'login','mentol'),(763298,123105,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763299,123105,'_message_key','user_login_failed'),(763300,123105,'_xmlrpc_request','true'),(763301,123105,'_server_remote_addr','46.118.126.87'),(763302,123105,'_server_http_x_forwarded_for_0','46.118.126.87'),(763303,123106,'login_id','1'),(763304,123106,'login_email','mentolnet@gmail.com'),(763305,123106,'login','mentol'),(763306,123106,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763307,123106,'_message_key','user_login_failed'),(763308,123106,'_xmlrpc_request','true'),(763309,123106,'_server_remote_addr','46.118.126.87'),(763310,123106,'_server_http_x_forwarded_for_0','46.118.126.87'),(763311,123107,'login_id','1'),(763312,123107,'login_email','mentolnet@gmail.com'),(763313,123107,'login','mentol'),(763314,123107,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763315,123107,'_message_key','user_login_failed'),(763316,123107,'_xmlrpc_request','true'),(763317,123107,'_server_remote_addr','46.118.126.87'),(763318,123107,'_server_http_x_forwarded_for_0','46.118.126.87'),(763319,123108,'login_id','1'),(763320,123108,'login_email','mentolnet@gmail.com'),(763321,123108,'login','mentol'),(763322,123108,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763323,123108,'_message_key','user_login_failed'),(763324,123108,'_xmlrpc_request','true'),(763325,123108,'_server_remote_addr','46.118.126.87'),(763326,123108,'_server_http_x_forwarded_for_0','46.118.126.87'),(763327,123109,'login_id','1'),(763328,123109,'login_email','mentolnet@gmail.com'),(763329,123109,'login','mentol'),(763330,123109,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763331,123109,'_message_key','user_login_failed'),(763332,123109,'_xmlrpc_request','true'),(763333,123109,'_server_remote_addr','46.118.126.87'),(763334,123109,'_server_http_x_forwarded_for_0','46.118.126.87'),(763335,123110,'login_id','1'),(763336,123110,'login_email','mentolnet@gmail.com'),(763337,123110,'login','mentol'),(763338,123110,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763339,123110,'_message_key','user_login_failed'),(763340,123110,'_xmlrpc_request','true'),(763341,123110,'_server_remote_addr','46.118.126.87'),(763342,123110,'_server_http_x_forwarded_for_0','46.118.126.87'),(763343,123111,'login_id','1'),(763344,123111,'login_email','mentolnet@gmail.com'),(763345,123111,'login','mentol'),(763346,123111,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763347,123111,'_message_key','user_login_failed'),(763348,123111,'_xmlrpc_request','true'),(763349,123111,'_server_remote_addr','46.118.126.87'),(763350,123111,'_server_http_x_forwarded_for_0','46.118.126.87'),(763351,123112,'login_id','1'),(763352,123112,'login_email','mentolnet@gmail.com'),(763353,123112,'login','mentol'),(763354,123112,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763355,123112,'_message_key','user_login_failed'),(763356,123112,'_xmlrpc_request','true'),(763357,123112,'_server_remote_addr','46.118.126.87'),(763358,123112,'_server_http_x_forwarded_for_0','46.118.126.87'),(763359,123113,'login_id','1'),(763360,123113,'login_email','mentolnet@gmail.com'),(763361,123113,'login','mentol'),(763362,123113,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763363,123113,'_message_key','user_login_failed'),(763364,123113,'_xmlrpc_request','true'),(763365,123113,'_server_remote_addr','46.118.126.87'),(763366,123113,'_server_http_x_forwarded_for_0','46.118.126.87'),(763367,123114,'login_id','1'),(763368,123114,'login_email','mentolnet@gmail.com'),(763369,123114,'login','mentol'),(763370,123114,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763371,123114,'_message_key','user_login_failed'),(763372,123114,'_xmlrpc_request','true'),(763373,123114,'_server_remote_addr','46.118.126.87'),(763374,123114,'_server_http_x_forwarded_for_0','46.118.126.87'),(763375,123115,'login_id','1'),(763376,123115,'login_email','mentolnet@gmail.com'),(763377,123115,'login','mentol'),(763378,123115,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763379,123115,'_message_key','user_login_failed'),(763380,123115,'_xmlrpc_request','true'),(763381,123115,'_server_remote_addr','46.118.126.87'),(763382,123115,'_server_http_x_forwarded_for_0','46.118.126.87'),(763383,123116,'login_id','1'),(763384,123116,'login_email','mentolnet@gmail.com'),(763385,123116,'login','mentol'),(763386,123116,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763387,123116,'_message_key','user_login_failed'),(763388,123116,'_xmlrpc_request','true'),(763389,123116,'_server_remote_addr','46.118.126.87'),(763390,123116,'_server_http_x_forwarded_for_0','46.118.126.87'),(763391,123117,'login_id','1'),(763392,123117,'login_email','mentolnet@gmail.com'),(763393,123117,'login','mentol'),(763394,123117,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763395,123117,'_message_key','user_login_failed'),(763396,123117,'_xmlrpc_request','true'),(763397,123117,'_server_remote_addr','46.118.126.87'),(763398,123117,'_server_http_x_forwarded_for_0','46.118.126.87'),(763399,123118,'login_id','1'),(763400,123118,'login_email','mentolnet@gmail.com'),(763401,123118,'login','mentol'),(763402,123118,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763403,123118,'_message_key','user_login_failed'),(763404,123118,'_xmlrpc_request','true'),(763405,123118,'_server_remote_addr','46.118.126.87'),(763406,123118,'_server_http_x_forwarded_for_0','46.118.126.87'),(763407,123119,'login_id','1'),(763408,123119,'login_email','mentolnet@gmail.com'),(763409,123119,'login','mentol'),(763410,123119,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763411,123119,'_message_key','user_login_failed'),(763412,123119,'_xmlrpc_request','true'),(763413,123119,'_server_remote_addr','46.118.126.87'),(763414,123119,'_server_http_x_forwarded_for_0','46.118.126.87'),(763415,123120,'login_id','1'),(763416,123120,'login_email','mentolnet@gmail.com'),(763417,123120,'login','mentol'),(763418,123120,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763419,123120,'_message_key','user_login_failed'),(763420,123120,'_xmlrpc_request','true'),(763421,123120,'_server_remote_addr','46.118.126.87'),(763422,123120,'_server_http_x_forwarded_for_0','46.118.126.87'),(763423,123121,'login_id','1'),(763424,123121,'login_email','mentolnet@gmail.com'),(763425,123121,'login','mentol'),(763426,123121,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(763427,123121,'_message_key','user_login_failed'),(763428,123121,'_xmlrpc_request','true'),(763429,123121,'_server_remote_addr','46.118.126.87'),(763430,123121,'_server_http_x_forwarded_for_0','46.118.126.87'),(763431,123122,'failed_username','luis-monteiro'),(763432,123122,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763433,123122,'_message_key','user_unknown_login_failed'),(763434,123122,'_xmlrpc_request','true'),(763435,123122,'_server_remote_addr','91.197.204.139'),(763436,123122,'_server_http_x_forwarded_for_0','26.202.142.41'),(763437,123122,'_server_http_x_forwarded_for_1','91.197.204.139'),(763438,123122,'_server_http_referer','http://www.google.com.hk'),(763439,123123,'failed_username','luis-monteiro'),(763440,123123,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763441,123123,'_message_key','user_unknown_login_failed'),(763442,123123,'_xmlrpc_request','true'),(763443,123123,'_server_remote_addr','78.30.213.87'),(763444,123123,'_server_http_x_forwarded_for_0','104.11.254.78'),(763445,123123,'_server_http_x_forwarded_for_1','78.30.213.87'),(763446,123123,'_server_http_referer','http://www.google.com.hk'),(763447,123124,'failed_username','luis-monteiro'),(763448,123124,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763449,123124,'_message_key','user_unknown_login_failed'),(763450,123124,'_xmlrpc_request','true'),(763451,123124,'_server_remote_addr','78.58.136.55'),(763452,123124,'_server_http_x_forwarded_for_0','101.199.136.111'),(763453,123124,'_server_http_x_forwarded_for_1','78.58.136.55'),(763454,123124,'_server_http_referer','http://www.google.com.hk'),(763455,123125,'failed_username','luis-monteiro'),(763456,123125,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763457,123125,'_message_key','user_unknown_login_failed'),(763458,123125,'_xmlrpc_request','true'),(763459,123125,'_server_remote_addr','79.173.124.223'),(763460,123125,'_server_http_x_forwarded_for_0','62.132.4.220'),(763461,123125,'_server_http_x_forwarded_for_1','79.173.124.223'),(763462,123125,'_server_http_referer','http://www.google.com.hk'),(763463,123126,'failed_username','luis-monteiro'),(763464,123126,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763465,123126,'_message_key','user_unknown_login_failed'),(763466,123126,'_xmlrpc_request','true'),(763467,123126,'_server_remote_addr','91.197.204.139'),(763468,123126,'_server_http_x_forwarded_for_0','174.151.228.242'),(763469,123126,'_server_http_x_forwarded_for_1','91.197.204.139'),(763470,123126,'_server_http_referer','http://www.google.com.hk'),(763471,123127,'failed_username','luis-monteiro'),(763472,123127,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763473,123127,'_message_key','user_unknown_login_failed'),(763474,123127,'_xmlrpc_request','true'),(763475,123127,'_server_remote_addr','1.20.101.118'),(763476,123127,'_server_http_x_forwarded_for_0','144.43.189.188'),(763477,123127,'_server_http_x_forwarded_for_1','1.20.101.118'),(763478,123127,'_server_http_referer','http://www.google.com.hk'),(763479,123128,'failed_username','luis-monteiro'),(763480,123128,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763481,123128,'_message_key','user_unknown_login_failed'),(763482,123128,'_xmlrpc_request','true'),(763483,123128,'_server_remote_addr','185.216.195.134'),(763484,123128,'_server_http_x_forwarded_for_0','52.232.74.17'),(763485,123128,'_server_http_x_forwarded_for_1','185.216.195.134'),(763486,123128,'_server_http_referer','http://www.google.com.hk'),(763487,123129,'failed_username','luis-monteiro'),(763488,123129,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763489,123129,'_message_key','user_unknown_login_failed'),(763490,123129,'_xmlrpc_request','true'),(763491,123129,'_server_remote_addr','101.109.216.172'),(763492,123129,'_server_http_x_forwarded_for_0','150.248.2.84'),(763493,123129,'_server_http_x_forwarded_for_1','188.165.197.221'),(763494,123129,'_server_http_x_forwarded_for_2','101.109.216.172'),(763495,123129,'_server_http_referer','http://www.google.com.hk'),(763496,123130,'failed_username','luis-monteiro'),(763497,123130,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763498,123130,'_message_key','user_unknown_login_failed'),(763499,123130,'_xmlrpc_request','true'),(763500,123130,'_server_remote_addr','190.109.169.41'),(763501,123130,'_server_http_x_forwarded_for_0','44.137.179.103'),(763502,123130,'_server_http_x_forwarded_for_1','188.165.197.221'),(763503,123130,'_server_http_x_forwarded_for_2','190.109.169.41'),(763504,123130,'_server_http_referer','http://www.google.com.hk'),(763505,123131,'failed_username','luis-monteiro'),(763506,123131,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763507,123131,'_message_key','user_unknown_login_failed'),(763508,123131,'_xmlrpc_request','true'),(763509,123131,'_server_remote_addr','190.248.134.106'),(763510,123131,'_server_http_x_forwarded_for_0','74.124.114.94'),(763511,123131,'_server_http_x_forwarded_for_1','190.248.134.106'),(763512,123131,'_server_http_referer','http://www.google.com.hk'),(763513,123132,'failed_username','luis-monteiro'),(763514,123132,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763515,123132,'_message_key','user_unknown_login_failed'),(763516,123132,'_xmlrpc_request','true'),(763517,123132,'_server_remote_addr','147.100.164.42'),(763518,123132,'_server_http_x_forwarded_for_0','178.73.32.87'),(763519,123132,'_server_http_x_forwarded_for_1','147.100.164.42'),(763520,123132,'_server_http_referer','http://www.google.com.hk'),(763521,123133,'failed_username','luis-monteiro'),(763522,123133,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763523,123133,'_message_key','user_unknown_login_failed'),(763524,123133,'_xmlrpc_request','true'),(763525,123133,'_server_remote_addr','182.23.12.50'),(763526,123133,'_server_http_x_forwarded_for_0','222.57.221.149'),(763527,123133,'_server_http_x_forwarded_for_1','188.165.197.221'),(763528,123133,'_server_http_x_forwarded_for_2','182.23.12.50'),(763529,123133,'_server_http_referer','http://www.google.com.hk'),(763530,123134,'failed_username','luis-monteiro'),(763531,123134,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763532,123134,'_message_key','user_unknown_login_failed'),(763533,123134,'_xmlrpc_request','true'),(763534,123134,'_server_remote_addr','185.20.115.114'),(763535,123134,'_server_http_x_forwarded_for_0','39.237.47.20'),(763536,123134,'_server_http_x_forwarded_for_1','185.20.115.114'),(763537,123134,'_server_http_referer','http://www.google.com.hk'),(763538,123135,'failed_username','luis-monteiro'),(763539,123135,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763540,123135,'_message_key','user_unknown_login_failed'),(763541,123135,'_xmlrpc_request','true'),(763542,123135,'_server_remote_addr','96.9.72.241'),(763543,123135,'_server_http_x_forwarded_for_1','96.9.72.241'),(763544,123135,'_server_http_referer','http://www.google.com.hk'),(763545,123136,'failed_username','luis-monteiro'),(763546,123136,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763547,123136,'_message_key','user_unknown_login_failed'),(763548,123136,'_xmlrpc_request','true'),(763549,123136,'_server_remote_addr','94.28.94.154'),(763550,123136,'_server_http_x_forwarded_for_1','94.28.94.154'),(763551,123136,'_server_http_referer','http://www.google.com.hk'),(763552,123137,'failed_username','luis-monteiro'),(763553,123137,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763554,123137,'_message_key','user_unknown_login_failed'),(763555,123137,'_xmlrpc_request','true'),(763556,123137,'_server_remote_addr','31.211.130.169'),(763557,123137,'_server_http_x_forwarded_for_0','136.44.67.31'),(763558,123137,'_server_http_x_forwarded_for_1','31.211.130.169'),(763559,123137,'_server_http_referer','http://www.google.com.hk'),(763560,123138,'failed_username','luis-monteiro'),(763561,123138,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763562,123138,'_message_key','user_unknown_login_failed'),(763563,123138,'_xmlrpc_request','true'),(763564,123138,'_server_remote_addr','181.112.225.78'),(763565,123138,'_server_http_x_forwarded_for_1','181.112.225.78'),(763566,123138,'_server_http_referer','http://www.google.com.hk'),(763567,123139,'failed_username','luis-monteiro'),(763568,123139,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763569,123139,'_message_key','user_unknown_login_failed'),(763570,123139,'_xmlrpc_request','true'),(763571,123139,'_server_remote_addr','212.115.224.71'),(763572,123139,'_server_http_x_forwarded_for_0','85.129.109.61'),(763573,123139,'_server_http_x_forwarded_for_1','212.115.224.71'),(763574,123139,'_server_http_referer','http://www.google.com.hk'),(763575,123140,'failed_username','luis-monteiro'),(763576,123140,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763577,123140,'_message_key','user_unknown_login_failed'),(763578,123140,'_xmlrpc_request','true'),(763579,123140,'_server_remote_addr','182.52.87.191'),(763580,123140,'_server_http_x_forwarded_for_0','199.194.203.158'),(763581,123140,'_server_http_x_forwarded_for_1','182.52.87.191'),(763582,123140,'_server_http_referer','http://www.google.com.hk'),(763583,123141,'failed_username','luis-monteiro'),(763584,123141,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763585,123141,'_message_key','user_unknown_login_failed'),(763586,123141,'_xmlrpc_request','true'),(763587,123141,'_server_remote_addr','140.227.212.179'),(763588,123141,'_server_http_x_forwarded_for_0','140.227.212.179'),(763589,123142,'failed_username','luis-monteiro'),(763590,123142,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763591,123142,'_message_key','user_unknown_login_failed'),(763592,123142,'_xmlrpc_request','true'),(763593,123142,'_server_remote_addr','140.227.205.163'),(763594,123142,'_server_http_x_forwarded_for_0','140.227.205.163'),(763595,123143,'failed_username','luis-monteiro'),(763596,123143,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763597,123143,'_message_key','user_unknown_login_failed'),(763598,123143,'_xmlrpc_request','true'),(763599,123143,'_server_remote_addr','116.212.135.134'),(763600,123143,'_server_http_x_forwarded_for_0','205.209.138.196'),(763601,123143,'_server_http_x_forwarded_for_1','116.212.135.134'),(763602,123143,'_server_http_referer','http://www.google.com.hk'),(763603,123144,'failed_username','luis-monteiro'),(763604,123144,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763605,123144,'_message_key','user_unknown_login_failed'),(763606,123144,'_xmlrpc_request','true'),(763607,123144,'_server_remote_addr','36.89.211.146'),(763608,123144,'_server_http_x_forwarded_for_0','33.199.115.173'),(763609,123144,'_server_http_x_forwarded_for_1','36.89.211.146'),(763610,123144,'_server_http_referer','http://www.google.com.hk'),(763611,123145,'failed_username','luis-monteiro'),(763612,123145,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763613,123145,'_message_key','user_unknown_login_failed'),(763614,123145,'_xmlrpc_request','true'),(763615,123145,'_server_remote_addr','103.56.117.179'),(763616,123145,'_server_http_x_forwarded_for_0','210.140.49.227'),(763617,123145,'_server_http_x_forwarded_for_1','103.56.117.179'),(763618,123145,'_server_http_referer','http://www.google.com.hk'),(763619,123146,'failed_username','luis-monteiro'),(763620,123146,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763621,123146,'_message_key','user_unknown_login_failed'),(763622,123146,'_xmlrpc_request','true'),(763623,123146,'_server_remote_addr','182.52.90.45'),(763624,123146,'_server_http_x_forwarded_for_0','32.37.34.200'),(763625,123146,'_server_http_x_forwarded_for_1','182.52.90.45'),(763626,123146,'_server_http_referer','http://www.google.com.hk'),(763627,123147,'failed_username','luis-monteiro'),(763628,123147,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763629,123147,'_message_key','user_unknown_login_failed'),(763630,123147,'_xmlrpc_request','true'),(763631,123147,'_server_remote_addr','194.181.3.53'),(763632,123147,'_server_http_x_forwarded_for_0','147.152.221.33'),(763633,123147,'_server_http_x_forwarded_for_1','194.181.3.53'),(763634,123147,'_server_http_referer','http://www.google.com.hk'),(763635,123148,'failed_username','luis-monteiro'),(763636,123148,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763637,123148,'_message_key','user_unknown_login_failed'),(763638,123148,'_xmlrpc_request','true'),(763639,123148,'_server_remote_addr','82.135.197.104'),(763640,123148,'_server_http_x_forwarded_for_0','24.2.16.152'),(763641,123148,'_server_http_x_forwarded_for_1','82.135.197.104'),(763642,123148,'_server_http_referer','http://www.google.com.hk'),(763643,123149,'failed_username','luis-monteiro'),(763644,123149,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763645,123149,'_message_key','user_unknown_login_failed'),(763646,123149,'_xmlrpc_request','true'),(763647,123149,'_server_remote_addr','210.55.200.179'),(763648,123149,'_server_http_x_forwarded_for_0','210.55.219.202'),(763649,123149,'_server_http_x_forwarded_for_1','210.55.200.179'),(763650,123149,'_server_http_referer','http://www.google.com.hk'),(763651,123150,'failed_username','luis-monteiro'),(763652,123150,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763653,123150,'_message_key','user_unknown_login_failed'),(763654,123150,'_xmlrpc_request','true'),(763655,123150,'_server_remote_addr','188.92.242.180'),(763656,123150,'_server_http_x_forwarded_for_0','77.74.206.184'),(763657,123150,'_server_http_x_forwarded_for_1','188.92.242.180'),(763658,123150,'_server_http_referer','http://www.google.com.hk'),(763659,123151,'failed_username','luis-monteiro'),(763660,123151,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763661,123151,'_message_key','user_unknown_login_failed'),(763662,123151,'_xmlrpc_request','true'),(763663,123151,'_server_remote_addr','91.134.137.116'),(763664,123151,'_server_http_x_forwarded_for_0','91.134.137.116'),(763665,123152,'failed_username','luis-monteiro'),(763666,123152,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763667,123152,'_message_key','user_unknown_login_failed'),(763668,123152,'_xmlrpc_request','true'),(763669,123152,'_server_remote_addr','140.227.79.108'),(763670,123152,'_server_http_x_forwarded_for_0','140.227.79.108'),(763671,123152,'_server_http_referer','http://www.google.com.hk'),(763672,123153,'failed_username','luis-monteiro'),(763673,123153,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763674,123153,'_message_key','user_unknown_login_failed'),(763675,123153,'_xmlrpc_request','true'),(763676,123153,'_server_remote_addr','176.192.8.206'),(763677,123153,'_server_http_x_forwarded_for_0','173.156.172.205'),(763678,123153,'_server_http_x_forwarded_for_1','176.192.8.206'),(763679,123153,'_server_http_referer','http://www.google.com.hk'),(763680,123154,'failed_username','luis-monteiro'),(763681,123154,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763682,123154,'_message_key','user_unknown_login_failed'),(763683,123154,'_xmlrpc_request','true'),(763684,123154,'_server_remote_addr','41.90.110.46'),(763685,123154,'_server_http_x_forwarded_for_1','41.90.110.46'),(763686,123154,'_server_http_referer','http://www.google.com.hk'),(763687,123155,'failed_username','luis-monteiro'),(763688,123155,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763689,123155,'_message_key','user_unknown_login_failed'),(763690,123155,'_xmlrpc_request','true'),(763691,123155,'_server_remote_addr','195.222.105.51'),(763692,123155,'_server_http_x_forwarded_for_1','195.222.105.51'),(763693,123155,'_server_http_referer','http://www.google.com.hk'),(763694,123156,'failed_username','luis-monteiro'),(763695,123156,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763696,123156,'_message_key','user_unknown_login_failed'),(763697,123156,'_xmlrpc_request','true'),(763698,123156,'_server_remote_addr','110.235.250.7'),(763699,123156,'_server_http_x_forwarded_for_0','190.92.247.55'),(763700,123156,'_server_http_x_forwarded_for_1','110.235.250.7'),(763701,123156,'_server_http_referer','http://www.google.com.hk'),(763702,123157,'failed_username','luis-monteiro'),(763703,123157,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763704,123157,'_message_key','user_unknown_login_failed'),(763705,123157,'_xmlrpc_request','true'),(763706,123157,'_server_remote_addr','116.212.143.10'),(763707,123157,'_server_http_x_forwarded_for_1','188.165.197.221'),(763708,123157,'_server_http_x_forwarded_for_2','116.212.143.10'),(763709,123157,'_server_http_referer','http://www.google.com.hk'),(763710,123158,'failed_username','luis-monteiro'),(763711,123158,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763712,123158,'_message_key','user_unknown_login_failed'),(763713,123158,'_xmlrpc_request','true'),(763714,123158,'_server_remote_addr','174.127.155.118'),(763715,123158,'_server_http_x_forwarded_for_0','217.13.148.113'),(763716,123158,'_server_http_x_forwarded_for_1','174.127.155.118'),(763717,123158,'_server_http_referer','http://www.google.com.hk'),(763718,123159,'failed_username','luis-monteiro'),(763719,123159,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763720,123159,'_message_key','user_unknown_login_failed'),(763721,123159,'_xmlrpc_request','true'),(763722,123159,'_server_remote_addr','138.68.167.203'),(763723,123159,'_server_http_x_forwarded_for_0','4.128.16.227'),(763724,123159,'_server_http_x_forwarded_for_1','188.165.197.221'),(763725,123159,'_server_http_x_forwarded_for_2','138.68.167.203'),(763726,123159,'_server_http_referer','http://www.google.com.hk'),(763727,123160,'failed_username','luis-monteiro'),(763728,123160,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763729,123160,'_message_key','user_unknown_login_failed'),(763730,123160,'_xmlrpc_request','true'),(763731,123160,'_server_remote_addr','187.216.93.20'),(763732,123160,'_server_http_x_forwarded_for_0','143.226.217.30'),(763733,123160,'_server_http_x_forwarded_for_1','187.216.93.20'),(763734,123160,'_server_http_referer','http://www.google.com.hk'),(763735,123161,'failed_username','luis-monteiro'),(763736,123161,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763737,123161,'_message_key','user_unknown_login_failed'),(763738,123161,'_xmlrpc_request','true'),(763739,123161,'_server_remote_addr','181.211.57.10'),(763740,123161,'_server_http_x_forwarded_for_1','188.165.197.221'),(763741,123161,'_server_http_x_forwarded_for_2','181.211.57.10'),(763742,123161,'_server_http_referer','http://www.google.com.hk'),(763743,123162,'failed_username','luis-monteiro'),(763744,123162,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763745,123162,'_message_key','user_unknown_login_failed'),(763746,123162,'_xmlrpc_request','true'),(763747,123162,'_server_remote_addr','182.52.74.73'),(763748,123162,'_server_http_x_forwarded_for_0','72.26.102.145'),(763749,123162,'_server_http_x_forwarded_for_1','182.52.74.73'),(763750,123162,'_server_http_referer','http://www.google.com.hk'),(763751,123163,'failed_username','luis-monteiro'),(763752,123163,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763753,123163,'_message_key','user_unknown_login_failed'),(763754,123163,'_xmlrpc_request','true'),(763755,123163,'_server_remote_addr','35.188.238.219'),(763756,123163,'_server_http_x_forwarded_for_0','201.171.180.69'),(763757,123163,'_server_http_x_forwarded_for_1','35.188.238.219'),(763758,123163,'_server_http_referer','http://www.google.com.hk'),(763759,123164,'failed_username','luis-monteiro'),(763760,123164,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763761,123164,'_message_key','user_unknown_login_failed'),(763762,123164,'_xmlrpc_request','true'),(763763,123164,'_server_remote_addr','43.245.184.238'),(763764,123164,'_server_http_x_forwarded_for_0','121.77.164.207'),(763765,123164,'_server_http_x_forwarded_for_1','188.165.197.221'),(763766,123164,'_server_http_x_forwarded_for_2','43.245.184.238'),(763767,123164,'_server_http_referer','http://www.google.com.hk'),(763768,123165,'failed_username','luis-monteiro'),(763769,123165,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763770,123165,'_message_key','user_unknown_login_failed'),(763771,123165,'_xmlrpc_request','true'),(763772,123165,'_server_remote_addr','181.112.225.78'),(763773,123165,'_server_http_x_forwarded_for_0','26.124.159.24'),(763774,123165,'_server_http_x_forwarded_for_1','181.112.225.78'),(763775,123165,'_server_http_referer','http://www.google.com.hk'),(763776,123166,'failed_username','luis-monteiro'),(763777,123166,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763778,123166,'_message_key','user_unknown_login_failed'),(763779,123166,'_xmlrpc_request','true'),(763780,123166,'_server_remote_addr','161.49.186.218'),(763781,123166,'_server_http_x_forwarded_for_1','188.165.197.221'),(763782,123166,'_server_http_x_forwarded_for_2','161.49.186.218'),(763783,123166,'_server_http_referer','http://www.google.com.hk'),(763784,123167,'failed_username','luis-monteiro'),(763785,123167,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763786,123167,'_message_key','user_unknown_login_failed'),(763787,123167,'_xmlrpc_request','true'),(763788,123167,'_server_remote_addr','45.64.132.137'),(763789,123167,'_server_http_x_forwarded_for_0','118.31.58.109'),(763790,123167,'_server_http_x_forwarded_for_1','188.165.197.221'),(763791,123167,'_server_http_x_forwarded_for_2','45.64.132.137'),(763792,123167,'_server_http_referer','http://www.google.com.hk'),(763793,123168,'failed_username','luis-monteiro'),(763794,123168,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763795,123168,'_message_key','user_unknown_login_failed'),(763796,123168,'_xmlrpc_request','true'),(763797,123168,'_server_remote_addr','1.10.186.87'),(763798,123168,'_server_http_x_forwarded_for_1','1.10.186.87'),(763799,123168,'_server_http_referer','http://www.google.com.hk'),(763800,123169,'failed_username','luis-monteiro'),(763801,123169,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763802,123169,'_message_key','user_unknown_login_failed'),(763803,123169,'_xmlrpc_request','true'),(763804,123169,'_server_remote_addr','210.55.200.179'),(763805,123169,'_server_http_x_forwarded_for_0','210.55.219.202'),(763806,123169,'_server_http_x_forwarded_for_1','210.55.200.179'),(763807,123169,'_server_http_referer','http://www.google.com.hk'),(763808,123170,'failed_username','luis-monteiro'),(763809,123170,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763810,123170,'_message_key','user_unknown_login_failed'),(763811,123170,'_xmlrpc_request','true'),(763812,123170,'_server_remote_addr','81.163.38.112'),(763813,123170,'_server_http_x_forwarded_for_0','97.70.238.144'),(763814,123170,'_server_http_x_forwarded_for_1','81.163.38.112'),(763815,123170,'_server_http_referer','http://www.google.com.hk'),(763816,123171,'failed_username','luis-monteiro'),(763817,123171,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763818,123171,'_message_key','user_unknown_login_failed'),(763819,123171,'_xmlrpc_request','true'),(763820,123171,'_server_remote_addr','201.204.44.100'),(763821,123171,'_server_http_x_forwarded_for_0','111.141.46.112'),(763822,123171,'_server_http_x_forwarded_for_1','201.204.44.100'),(763823,123171,'_server_http_referer','http://www.google.com.hk'),(763824,123172,'failed_username','luis-monteiro'),(763825,123172,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763826,123172,'_message_key','user_unknown_login_failed'),(763827,123172,'_xmlrpc_request','true'),(763828,123172,'_server_remote_addr','35.240.29.142'),(763829,123172,'_server_http_x_forwarded_for_0','95.11.40.146'),(763830,123172,'_server_http_x_forwarded_for_1','188.165.197.221'),(763831,123172,'_server_http_x_forwarded_for_2','35.240.29.142'),(763832,123172,'_server_http_referer','http://www.google.com.hk'),(763833,123173,'failed_username','luis-monteiro'),(763834,123173,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763835,123173,'_message_key','user_unknown_login_failed'),(763836,123173,'_xmlrpc_request','true'),(763837,123173,'_server_remote_addr','92.124.195.22'),(763838,123173,'_server_http_x_forwarded_for_0','115.65.22.108'),(763839,123173,'_server_http_x_forwarded_for_1','188.165.197.221'),(763840,123173,'_server_http_x_forwarded_for_2','92.124.195.22'),(763841,123173,'_server_http_referer','http://www.google.com.hk'),(763842,123174,'failed_username','luis-monteiro'),(763843,123174,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763844,123174,'_message_key','user_unknown_login_failed'),(763845,123174,'_xmlrpc_request','true'),(763846,123174,'_server_remote_addr','176.111.249.183'),(763847,123174,'_server_http_x_forwarded_for_0','23.20.209.148'),(763848,123174,'_server_http_x_forwarded_for_1','176.111.249.183'),(763849,123174,'_server_http_referer','http://www.google.com.hk'),(763850,123175,'failed_username','luis-monteiro'),(763851,123175,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763852,123175,'_message_key','user_unknown_login_failed'),(763853,123175,'_xmlrpc_request','true'),(763854,123175,'_server_remote_addr','86.110.29.7'),(763855,123175,'_server_http_x_forwarded_for_0','168.22.70.175'),(763856,123175,'_server_http_x_forwarded_for_1','86.110.29.7'),(763857,123175,'_server_http_referer','http://www.google.com.hk'),(763858,123176,'failed_username','luis-monteiro'),(763859,123176,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763860,123176,'_message_key','user_unknown_login_failed'),(763861,123176,'_xmlrpc_request','true'),(763862,123176,'_server_remote_addr','188.168.51.13'),(763863,123176,'_server_http_x_forwarded_for_0','189.57.115.93'),(763864,123176,'_server_http_x_forwarded_for_1','188.168.51.13'),(763865,123176,'_server_http_referer','http://www.google.com.hk'),(763866,123177,'failed_username','luis-monteiro'),(763867,123177,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763868,123177,'_message_key','user_unknown_login_failed'),(763869,123177,'_xmlrpc_request','true'),(763870,123177,'_server_remote_addr','103.76.241.66'),(763871,123177,'_server_http_x_forwarded_for_0','67.119.236.153'),(763872,123177,'_server_http_x_forwarded_for_1','103.76.241.66'),(763873,123177,'_server_http_referer','http://www.google.com.hk'),(763874,123178,'failed_username','luis-monteiro'),(763875,123178,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763876,123178,'_message_key','user_unknown_login_failed'),(763877,123178,'_xmlrpc_request','true'),(763878,123178,'_server_remote_addr','104.248.157.247'),(763879,123178,'_server_http_x_forwarded_for_0','37.238.216.180'),(763880,123178,'_server_http_x_forwarded_for_1','188.165.197.221'),(763881,123178,'_server_http_x_forwarded_for_2','104.248.157.247'),(763882,123178,'_server_http_referer','http://www.google.com.hk'),(763883,123179,'failed_username','luis-monteiro'),(763884,123179,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763885,123179,'_message_key','user_unknown_login_failed'),(763886,123179,'_xmlrpc_request','true'),(763887,123179,'_server_remote_addr','140.227.205.163'),(763888,123179,'_server_http_x_forwarded_for_0','140.227.205.163'),(763889,123180,'failed_username','luis-monteiro'),(763890,123180,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763891,123180,'_message_key','user_unknown_login_failed'),(763892,123180,'_xmlrpc_request','true'),(763893,123180,'_server_remote_addr','109.230.60.3'),(763894,123180,'_server_http_x_forwarded_for_0','199.129.81.38'),(763895,123180,'_server_http_x_forwarded_for_1','109.230.60.3'),(763896,123180,'_server_http_referer','http://www.google.com.hk'),(763897,123181,'failed_username','luis-monteiro'),(763898,123181,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763899,123181,'_message_key','user_unknown_login_failed'),(763900,123181,'_xmlrpc_request','true'),(763901,123181,'_server_remote_addr','178.168.13.143'),(763902,123181,'_server_http_x_forwarded_for_0','205.36.97.3'),(763903,123181,'_server_http_x_forwarded_for_1','178.168.13.143'),(763904,123181,'_server_http_referer','http://www.google.com.hk'),(763905,123182,'failed_username','luis-monteiro'),(763906,123182,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763907,123182,'_message_key','user_unknown_login_failed'),(763908,123182,'_xmlrpc_request','true'),(763909,123182,'_server_remote_addr','103.75.54.131'),(763910,123182,'_server_http_x_forwarded_for_0','139.177.24.138'),(763911,123182,'_server_http_x_forwarded_for_1','188.165.197.221'),(763912,123182,'_server_http_x_forwarded_for_2','103.75.54.131'),(763913,123182,'_server_http_referer','http://www.google.com.hk'),(763914,123183,'failed_username','luis-monteiro'),(763915,123183,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763916,123183,'_message_key','user_unknown_login_failed'),(763917,123183,'_xmlrpc_request','true'),(763918,123183,'_server_remote_addr','140.227.205.207'),(763919,123183,'_server_http_x_forwarded_for_0','140.227.205.207'),(763920,123183,'_server_http_referer','http://www.google.com.hk'),(763921,123184,'failed_username','luis-monteiro'),(763922,123184,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763923,123184,'_message_key','user_unknown_login_failed'),(763924,123184,'_xmlrpc_request','true'),(763925,123184,'_server_remote_addr','140.227.56.38'),(763926,123184,'_server_http_x_forwarded_for_0','140.227.56.38'),(763927,123184,'_server_http_referer','http://www.google.com.hk'),(763928,123185,'failed_username','luis-monteiro'),(763929,123185,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763930,123185,'_message_key','user_unknown_login_failed'),(763931,123185,'_xmlrpc_request','true'),(763932,123185,'_server_remote_addr','85.143.202.141'),(763933,123185,'_server_http_x_forwarded_for_1','85.143.202.141'),(763934,123185,'_server_http_referer','http://www.google.com.hk'),(763935,123186,'failed_username','luis-monteiro'),(763936,123186,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763937,123186,'_message_key','user_unknown_login_failed'),(763938,123186,'_xmlrpc_request','true'),(763939,123186,'_server_remote_addr','140.227.201.218'),(763940,123186,'_server_http_x_forwarded_for_0','140.227.201.218'),(763941,123186,'_server_http_referer','http://www.google.com.hk'),(763942,123187,'failed_username','luis-monteiro'),(763943,123187,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763944,123187,'_message_key','user_unknown_login_failed'),(763945,123187,'_xmlrpc_request','true'),(763946,123187,'_server_remote_addr','185.61.93.67'),(763947,123187,'_server_http_x_forwarded_for_0','66.167.22.7'),(763948,123187,'_server_http_x_forwarded_for_1','185.61.93.67'),(763949,123187,'_server_http_referer','http://www.google.com.hk'),(763950,123188,'failed_username','luis-monteiro'),(763951,123188,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763952,123188,'_message_key','user_unknown_login_failed'),(763953,123188,'_xmlrpc_request','true'),(763954,123188,'_server_remote_addr','192.154.164.174'),(763955,123188,'_server_http_x_forwarded_for_0','164.39.217.138'),(763956,123188,'_server_http_x_forwarded_for_1','192.154.164.174'),(763957,123188,'_server_http_referer','http://www.google.com.hk'),(763958,123189,'failed_username','luis-monteiro'),(763959,123189,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763960,123189,'_message_key','user_unknown_login_failed'),(763961,123189,'_xmlrpc_request','true'),(763962,123189,'_server_remote_addr','106.1.29.250'),(763963,123189,'_server_http_x_forwarded_for_0','111.210.55.150'),(763964,123189,'_server_http_x_forwarded_for_1','106.1.29.250'),(763965,123189,'_server_http_referer','http://www.google.com.hk'),(763966,123190,'failed_username','luis-monteiro'),(763967,123190,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763968,123190,'_message_key','user_unknown_login_failed'),(763969,123190,'_xmlrpc_request','true'),(763970,123190,'_server_remote_addr','103.253.211.182'),(763971,123190,'_server_http_x_forwarded_for_0','113.244.79.253'),(763972,123190,'_server_http_x_forwarded_for_1','188.165.197.221'),(763973,123190,'_server_http_x_forwarded_for_2','103.253.211.182'),(763974,123190,'_server_http_referer','http://www.google.com.hk'),(763975,123191,'failed_username','luis-monteiro'),(763976,123191,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763977,123191,'_message_key','user_unknown_login_failed'),(763978,123191,'_xmlrpc_request','true'),(763979,123191,'_server_remote_addr','222.147.15.161'),(763980,123191,'_server_http_x_forwarded_for_0','168.100.174.83'),(763981,123191,'_server_http_x_forwarded_for_1','188.165.197.221'),(763982,123191,'_server_http_x_forwarded_for_2','222.147.15.161'),(763983,123191,'_server_http_referer','http://www.google.com.hk'),(763984,123192,'failed_username','luis-monteiro'),(763985,123192,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763986,123192,'_message_key','user_unknown_login_failed'),(763987,123192,'_xmlrpc_request','true'),(763988,123192,'_server_remote_addr','185.7.233.66'),(763989,123192,'_server_http_x_forwarded_for_0','116.108.4.10'),(763990,123192,'_server_http_x_forwarded_for_1','185.7.233.66'),(763991,123192,'_server_http_referer','http://www.google.com.hk'),(763992,123193,'failed_username','luis-monteiro'),(763993,123193,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(763994,123193,'_message_key','user_unknown_login_failed'),(763995,123193,'_xmlrpc_request','true'),(763996,123193,'_server_remote_addr','37.233.103.36'),(763997,123193,'_server_http_x_forwarded_for_1','188.165.197.221'),(763998,123193,'_server_http_x_forwarded_for_2','37.233.103.36'),(763999,123193,'_server_http_referer','http://www.google.com.hk'),(764000,123194,'failed_username','luis-monteiro'),(764001,123194,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764002,123194,'_message_key','user_unknown_login_failed'),(764003,123194,'_xmlrpc_request','true'),(764004,123194,'_server_remote_addr','119.82.253.89'),(764005,123194,'_server_http_x_forwarded_for_0','13.218.181.44'),(764006,123194,'_server_http_x_forwarded_for_1','119.82.253.89'),(764007,123194,'_server_http_referer','http://www.google.com.hk'),(764008,123195,'failed_username','luis-monteiro'),(764009,123195,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764010,123195,'_message_key','user_unknown_login_failed'),(764011,123195,'_xmlrpc_request','true'),(764012,123195,'_server_remote_addr','31.211.130.169'),(764013,123195,'_server_http_x_forwarded_for_1','31.211.130.169'),(764014,123195,'_server_http_referer','http://www.google.com.hk'),(764015,123196,'failed_username','luis-monteiro'),(764016,123196,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764017,123196,'_message_key','user_unknown_login_failed'),(764018,123196,'_xmlrpc_request','true'),(764019,123196,'_server_remote_addr','77.243.126.181'),(764020,123196,'_server_http_x_forwarded_for_0','7.187.199.58'),(764021,123196,'_server_http_x_forwarded_for_1','77.243.126.181'),(764022,123196,'_server_http_referer','http://www.google.com.hk'),(764023,123197,'failed_username','luis-monteiro'),(764024,123197,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764025,123197,'_message_key','user_unknown_login_failed'),(764026,123197,'_xmlrpc_request','true'),(764027,123197,'_server_remote_addr','79.136.232.174'),(764028,123197,'_server_http_x_forwarded_for_1','79.136.232.174'),(764029,123197,'_server_http_referer','http://www.google.com.hk'),(764030,123198,'failed_username','luis-monteiro'),(764031,123198,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764032,123198,'_message_key','user_unknown_login_failed'),(764033,123198,'_xmlrpc_request','true'),(764034,123198,'_server_remote_addr','161.49.186.218'),(764035,123198,'_server_http_x_forwarded_for_0','124.204.3.162'),(764036,123198,'_server_http_x_forwarded_for_1','188.165.197.221'),(764037,123198,'_server_http_x_forwarded_for_2','161.49.186.218'),(764038,123198,'_server_http_referer','http://www.google.com.hk'),(764039,123199,'failed_username','luis-monteiro'),(764040,123199,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764041,123199,'_message_key','user_unknown_login_failed'),(764042,123199,'_xmlrpc_request','true'),(764043,123199,'_server_remote_addr','1.10.188.41'),(764044,123199,'_server_http_x_forwarded_for_0','35.222.164.112'),(764045,123199,'_server_http_x_forwarded_for_1','1.10.188.41'),(764046,123199,'_server_http_referer','http://www.google.com.hk'),(764047,123200,'failed_username','luis-monteiro'),(764048,123200,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764049,123200,'_message_key','user_unknown_login_failed'),(764050,123200,'_xmlrpc_request','true'),(764051,123200,'_server_remote_addr','36.37.160.108'),(764052,123200,'_server_http_x_forwarded_for_0','155.200.78.11'),(764053,123200,'_server_http_x_forwarded_for_1','36.37.160.108'),(764054,123200,'_server_http_referer','http://www.google.com.hk'),(764055,123201,'failed_username','luis-monteiro'),(764056,123201,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764057,123201,'_message_key','user_unknown_login_failed'),(764058,123201,'_xmlrpc_request','true'),(764059,123201,'_server_remote_addr','197.216.101.106'),(764060,123201,'_server_http_x_forwarded_for_0','178.76.132.118'),(764061,123201,'_server_http_x_forwarded_for_1','197.216.101.106'),(764062,123201,'_server_http_referer','http://www.google.com.hk'),(764063,123202,'failed_username','luis-monteiro'),(764064,123202,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764065,123202,'_message_key','user_unknown_login_failed'),(764066,123202,'_xmlrpc_request','true'),(764067,123202,'_server_remote_addr','94.198.195.42'),(764068,123202,'_server_http_x_forwarded_for_0','68.78.40.81'),(764069,123202,'_server_http_x_forwarded_for_1','94.198.195.42'),(764070,123202,'_server_http_referer','http://www.google.com.hk'),(764071,123203,'failed_username','luis-monteiro'),(764072,123203,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764073,123203,'_message_key','user_unknown_login_failed'),(764074,123203,'_xmlrpc_request','true'),(764075,123203,'_server_remote_addr','1.20.103.133'),(764076,123203,'_server_http_x_forwarded_for_0','34.210.65.37'),(764077,123203,'_server_http_x_forwarded_for_1','1.20.103.133'),(764078,123203,'_server_http_referer','http://www.google.com.hk'),(764079,123204,'failed_username','luis-monteiro'),(764080,123204,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764081,123204,'_message_key','user_unknown_login_failed'),(764082,123204,'_xmlrpc_request','true'),(764083,123204,'_server_remote_addr','178.128.98.62'),(764084,123204,'_server_http_x_forwarded_for_0','178.128.98.62'),(764085,123205,'failed_username','luis-monteiro'),(764086,123205,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764087,123205,'_message_key','user_unknown_login_failed'),(764088,123205,'_xmlrpc_request','true'),(764089,123205,'_server_remote_addr','197.216.101.106'),(764090,123205,'_server_http_x_forwarded_for_1','197.216.101.106'),(764091,123205,'_server_http_referer','http://www.google.com.hk'),(764092,123206,'failed_username','luis-monteiro'),(764093,123206,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764094,123206,'_message_key','user_unknown_login_failed'),(764095,123206,'_xmlrpc_request','true'),(764096,123206,'_server_remote_addr','1.20.96.234'),(764097,123206,'_server_http_x_forwarded_for_0','74.131.132.65'),(764098,123206,'_server_http_x_forwarded_for_1','1.20.96.234'),(764099,123206,'_server_http_referer','http://www.google.com.hk'),(764100,123207,'failed_username','luis-monteiro'),(764101,123207,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764102,123207,'_message_key','user_unknown_login_failed'),(764103,123207,'_xmlrpc_request','true'),(764104,123207,'_server_remote_addr','140.227.79.99'),(764105,123207,'_server_http_x_forwarded_for_0','140.227.79.99'),(764106,123207,'_server_http_referer','http://www.google.com.hk'),(764107,123208,'failed_username','luis-monteiro'),(764108,123208,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764109,123208,'_message_key','user_unknown_login_failed'),(764110,123208,'_xmlrpc_request','true'),(764111,123208,'_server_remote_addr','223.19.41.6'),(764112,123208,'_server_http_x_forwarded_for_0','157.252.34.117'),(764113,123208,'_server_http_x_forwarded_for_1','223.19.41.6'),(764114,123208,'_server_http_referer','http://www.google.com.hk'),(764115,123209,'failed_username','luis-monteiro'),(764116,123209,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764117,123209,'_message_key','user_unknown_login_failed'),(764118,123209,'_xmlrpc_request','true'),(764119,123209,'_server_remote_addr','190.0.244.2'),(764120,123209,'_server_http_x_forwarded_for_0','42.242.223.250'),(764121,123209,'_server_http_x_forwarded_for_1','188.165.197.221'),(764122,123209,'_server_http_x_forwarded_for_2','190.0.244.2'),(764123,123209,'_server_http_referer','http://www.google.com.hk'),(764124,123210,'failed_username','luis-monteiro'),(764125,123210,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764126,123210,'_message_key','user_unknown_login_failed'),(764127,123210,'_xmlrpc_request','true'),(764128,123210,'_server_remote_addr','106.1.29.250'),(764129,123210,'_server_http_x_forwarded_for_0','120.39.58.60'),(764130,123210,'_server_http_x_forwarded_for_1','106.1.29.250'),(764131,123210,'_server_http_referer','http://www.google.com.hk'),(764132,123211,'failed_username','luis-monteiro'),(764133,123211,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764134,123211,'_message_key','user_unknown_login_failed'),(764135,123211,'_xmlrpc_request','true'),(764136,123211,'_server_remote_addr','140.227.79.108'),(764137,123211,'_server_http_x_forwarded_for_0','140.227.79.108'),(764138,123211,'_server_http_referer','http://www.google.com.hk'),(764139,123212,'failed_username','luis-monteiro'),(764140,123212,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764141,123212,'_message_key','user_unknown_login_failed'),(764142,123212,'_xmlrpc_request','true'),(764143,123212,'_server_remote_addr','35.225.208.4'),(764144,123212,'_server_http_x_forwarded_for_0','140.10.90.204'),(764145,123212,'_server_http_x_forwarded_for_1','35.225.208.4'),(764146,123212,'_server_http_referer','http://www.google.com.hk'),(764147,123213,'failed_username','luis-monteiro'),(764148,123213,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764149,123213,'_message_key','user_unknown_login_failed'),(764150,123213,'_xmlrpc_request','true'),(764151,123213,'_server_remote_addr','41.162.54.146'),(764152,123213,'_server_http_x_forwarded_for_0','2.246.226.22'),(764153,123213,'_server_http_x_forwarded_for_1','41.162.54.146'),(764154,123213,'_server_http_referer','http://www.google.com.hk'),(764155,123214,'failed_username','luis-monteiro'),(764156,123214,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764157,123214,'_message_key','user_unknown_login_failed'),(764158,123214,'_xmlrpc_request','true'),(764159,123214,'_server_remote_addr','1.20.100.172'),(764160,123214,'_server_http_x_forwarded_for_0','106.112.154.106'),(764161,123214,'_server_http_x_forwarded_for_1','1.20.100.172'),(764162,123214,'_server_http_referer','http://www.google.com.hk'),(764163,123215,'failed_username','luis-monteiro'),(764164,123215,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764165,123215,'_message_key','user_unknown_login_failed'),(764166,123215,'_xmlrpc_request','true'),(764167,123215,'_server_remote_addr','1.20.96.234'),(764168,123215,'_server_http_x_forwarded_for_0','135.206.61.198'),(764169,123215,'_server_http_x_forwarded_for_1','1.20.96.234'),(764170,123215,'_server_http_referer','http://www.google.com.hk'),(764171,123216,'failed_username','luis-monteiro'),(764172,123216,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764173,123216,'_message_key','user_unknown_login_failed'),(764174,123216,'_xmlrpc_request','true'),(764175,123216,'_server_remote_addr','140.227.76.106'),(764176,123216,'_server_http_x_forwarded_for_0','140.227.76.106'),(764177,123216,'_server_http_referer','http://www.google.com.hk'),(764178,123217,'failed_username','luis-monteiro'),(764179,123217,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764180,123217,'_message_key','user_unknown_login_failed'),(764181,123217,'_xmlrpc_request','true'),(764182,123217,'_server_remote_addr','80.252.215.234'),(764183,123217,'_server_http_x_forwarded_for_0','130.223.163.50'),(764184,123217,'_server_http_x_forwarded_for_1','80.252.215.234'),(764185,123217,'_server_http_referer','http://www.google.com.hk'),(764186,123218,'failed_username','luis-monteiro'),(764187,123218,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764188,123218,'_message_key','user_unknown_login_failed'),(764189,123218,'_xmlrpc_request','true'),(764190,123218,'_server_remote_addr','35.225.208.4'),(764191,123218,'_server_http_x_forwarded_for_0','94.91.149.160'),(764192,123218,'_server_http_x_forwarded_for_1','35.225.208.4'),(764193,123218,'_server_http_referer','http://www.google.com.hk'),(764194,123219,'failed_username','luis-monteiro'),(764195,123219,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764196,123219,'_message_key','user_unknown_login_failed'),(764197,123219,'_xmlrpc_request','true'),(764198,123219,'_server_remote_addr','85.192.179.70'),(764199,123219,'_server_http_x_forwarded_for_1','85.192.179.70'),(764200,123219,'_server_http_referer','http://www.google.com.hk'),(764201,123220,'failed_username','luis-monteiro'),(764202,123220,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764203,123220,'_message_key','user_unknown_login_failed'),(764204,123220,'_xmlrpc_request','true'),(764205,123220,'_server_remote_addr','35.240.29.142'),(764206,123220,'_server_http_x_forwarded_for_0','149.104.4.151'),(764207,123220,'_server_http_x_forwarded_for_1','188.165.197.221'),(764208,123220,'_server_http_x_forwarded_for_2','35.240.29.142'),(764209,123220,'_server_http_referer','http://www.google.com.hk'),(764210,123221,'failed_username','luis-monteiro'),(764211,123221,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764212,123221,'_message_key','user_unknown_login_failed'),(764213,123221,'_xmlrpc_request','true'),(764214,123221,'_server_remote_addr','103.76.50.181'),(764215,123221,'_server_http_x_forwarded_for_0','199.132.205.104'),(764216,123221,'_server_http_x_forwarded_for_1','188.165.197.221'),(764217,123221,'_server_http_x_forwarded_for_2','103.76.50.181'),(764218,123221,'_server_http_referer','http://www.google.com.hk'),(764219,123222,'failed_username','luis-monteiro'),(764220,123222,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764221,123222,'_message_key','user_unknown_login_failed'),(764222,123222,'_xmlrpc_request','true'),(764223,123222,'_server_remote_addr','195.123.219.193'),(764224,123222,'_server_http_x_forwarded_for_1','195.123.219.193'),(764225,123222,'_server_http_referer','http://www.google.com.hk'),(764226,123223,'failed_username','luis-monteiro'),(764227,123223,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764228,123223,'_message_key','user_unknown_login_failed'),(764229,123223,'_xmlrpc_request','true'),(764230,123223,'_server_remote_addr','1.20.101.221'),(764231,123223,'_server_http_x_forwarded_for_0','88.127.210.5'),(764232,123223,'_server_http_x_forwarded_for_1','1.20.101.221'),(764233,123223,'_server_http_referer','http://www.google.com.hk'),(764234,123224,'failed_username','luis-monteiro'),(764235,123224,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764236,123224,'_message_key','user_unknown_login_failed'),(764237,123224,'_xmlrpc_request','true'),(764238,123224,'_server_remote_addr','188.43.39.81'),(764239,123224,'_server_http_x_forwarded_for_0','217.240.70.18'),(764240,123224,'_server_http_x_forwarded_for_1','188.43.39.81'),(764241,123224,'_server_http_referer','http://www.google.com.hk'),(764242,123225,'failed_username','luis-monteiro'),(764243,123225,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764244,123225,'_message_key','user_unknown_login_failed'),(764245,123225,'_xmlrpc_request','true'),(764246,123225,'_server_remote_addr','125.27.251.159'),(764247,123225,'_server_http_x_forwarded_for_0','12.195.55.91'),(764248,123225,'_server_http_x_forwarded_for_1','125.27.251.159'),(764249,123225,'_server_http_referer','http://www.google.com.hk'),(764250,123226,'failed_username','luis-monteiro'),(764251,123226,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764252,123226,'_message_key','user_unknown_login_failed'),(764253,123226,'_xmlrpc_request','true'),(764254,123226,'_server_remote_addr','195.123.219.193'),(764255,123226,'_server_http_x_forwarded_for_0','37.62.250.65'),(764256,123226,'_server_http_x_forwarded_for_1','195.123.219.193'),(764257,123226,'_server_http_referer','http://www.google.com.hk'),(764258,123227,'failed_username','luis-monteiro'),(764259,123227,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764260,123227,'_message_key','user_unknown_login_failed'),(764261,123227,'_xmlrpc_request','true'),(764262,123227,'_server_remote_addr','77.48.21.58'),(764263,123227,'_server_http_x_forwarded_for_1','77.48.21.58'),(764264,123227,'_server_http_referer','http://www.google.com.hk'),(764265,123228,'failed_username','luis-monteiro'),(764266,123228,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764267,123228,'_message_key','user_unknown_login_failed'),(764268,123228,'_xmlrpc_request','true'),(764269,123228,'_server_remote_addr','81.161.61.62'),(764270,123228,'_server_http_x_forwarded_for_0','96.250.142.185'),(764271,123228,'_server_http_x_forwarded_for_1','81.161.61.62'),(764272,123228,'_server_http_referer','http://www.google.com.hk'),(764273,123229,'failed_username','luis-monteiro'),(764274,123229,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764275,123229,'_message_key','user_unknown_login_failed'),(764276,123229,'_xmlrpc_request','true'),(764277,123229,'_server_remote_addr','95.174.124.5'),(764278,123229,'_server_http_x_forwarded_for_1','95.174.124.5'),(764279,123229,'_server_http_referer','http://www.google.com.hk'),(764280,123230,'failed_username','luis-monteiro'),(764281,123230,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764282,123230,'_message_key','user_unknown_login_failed'),(764283,123230,'_xmlrpc_request','true'),(764284,123230,'_server_remote_addr','167.99.228.68'),(764285,123230,'_server_http_x_forwarded_for_0','83.88.235.233'),(764286,123230,'_server_http_x_forwarded_for_1','188.165.197.221'),(764287,123230,'_server_http_x_forwarded_for_2','167.99.228.68'),(764288,123230,'_server_http_referer','http://www.google.com.hk'),(764289,123231,'failed_username','luis-monteiro'),(764290,123231,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764291,123231,'_message_key','user_unknown_login_failed'),(764292,123231,'_xmlrpc_request','true'),(764293,123231,'_server_remote_addr','41.222.193.24'),(764294,123231,'_server_http_x_forwarded_for_0','48.136.179.16'),(764295,123231,'_server_http_x_forwarded_for_1','41.222.193.24'),(764296,123231,'_server_http_referer','http://www.google.com.hk'),(764297,123232,'failed_username','luis-monteiro'),(764298,123232,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764299,123232,'_message_key','user_unknown_login_failed'),(764300,123232,'_xmlrpc_request','true'),(764301,123232,'_server_remote_addr','188.43.8.139'),(764302,123232,'_server_http_x_forwarded_for_1','188.43.8.139'),(764303,123232,'_server_http_referer','http://www.google.com.hk'),(764304,123233,'failed_username','luis-monteiro'),(764305,123233,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764306,123233,'_message_key','user_unknown_login_failed'),(764307,123233,'_xmlrpc_request','true'),(764308,123233,'_server_remote_addr','178.128.150.225'),(764309,123233,'_server_http_x_forwarded_for_0','177.227.245.68'),(764310,123233,'_server_http_x_forwarded_for_1','188.165.197.221'),(764311,123233,'_server_http_x_forwarded_for_2','178.128.150.225'),(764312,123233,'_server_http_referer','http://www.google.com.hk'),(764313,123234,'failed_username','luis-monteiro'),(764314,123234,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764315,123234,'_message_key','user_unknown_login_failed'),(764316,123234,'_xmlrpc_request','true'),(764317,123234,'_server_remote_addr','94.198.195.42'),(764318,123234,'_server_http_x_forwarded_for_0','186.11.215.198'),(764319,123234,'_server_http_x_forwarded_for_1','94.198.195.42'),(764320,123234,'_server_http_referer','http://www.google.com.hk'),(764321,123235,'failed_username','luis-monteiro'),(764322,123235,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764323,123235,'_message_key','user_unknown_login_failed'),(764324,123235,'_xmlrpc_request','true'),(764325,123235,'_server_remote_addr','35.198.69.233'),(764326,123235,'_server_http_x_forwarded_for_0','126.120.112.24'),(764327,123235,'_server_http_x_forwarded_for_1','35.198.69.233'),(764328,123235,'_server_http_referer','http://www.google.com.hk'),(764329,123236,'failed_username','luis-monteiro'),(764330,123236,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764331,123236,'_message_key','user_unknown_login_failed'),(764332,123236,'_xmlrpc_request','true'),(764333,123236,'_server_remote_addr','202.154.247.75'),(764334,123236,'_server_http_x_forwarded_for_0','203.229.180.165'),(764335,123236,'_server_http_x_forwarded_for_1','188.165.197.221'),(764336,123236,'_server_http_x_forwarded_for_2','202.154.247.75'),(764337,123236,'_server_http_referer','http://www.google.com.hk'),(764338,123237,'failed_username','luis-monteiro'),(764339,123237,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764340,123237,'_message_key','user_unknown_login_failed'),(764341,123237,'_xmlrpc_request','true'),(764342,123237,'_server_remote_addr','173.0.96.46'),(764343,123237,'_server_http_x_forwarded_for_0','61.204.213.196'),(764344,123237,'_server_http_x_forwarded_for_1','173.0.96.46'),(764345,123237,'_server_http_referer','http://www.google.com.hk'),(764346,123238,'failed_username','luis-monteiro'),(764347,123238,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764348,123238,'_message_key','user_unknown_login_failed'),(764349,123238,'_xmlrpc_request','true'),(764350,123238,'_server_remote_addr','190.146.201.21'),(764351,123238,'_server_http_x_forwarded_for_0','54.10.126.83'),(764352,123238,'_server_http_x_forwarded_for_1','190.146.201.21'),(764353,123238,'_server_http_referer','http://www.google.com.hk'),(764354,123239,'failed_username','luis-monteiro'),(764355,123239,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764356,123239,'_message_key','user_unknown_login_failed'),(764357,123239,'_xmlrpc_request','true'),(764358,123239,'_server_remote_addr','140.227.58.159'),(764359,123239,'_server_http_x_forwarded_for_0','140.227.58.159'),(764360,123239,'_server_http_referer','http://www.google.com.hk'),(764361,123240,'failed_username','luis-monteiro'),(764362,123240,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764363,123240,'_message_key','user_unknown_login_failed'),(764364,123240,'_xmlrpc_request','true'),(764365,123240,'_server_remote_addr','140.227.211.35'),(764366,123240,'_server_http_x_forwarded_for_0','140.227.211.35'),(764367,123241,'failed_username','luis-monteiro'),(764368,123241,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764369,123241,'_message_key','user_unknown_login_failed'),(764370,123241,'_xmlrpc_request','true'),(764371,123241,'_server_remote_addr','188.43.8.139'),(764372,123241,'_server_http_x_forwarded_for_0','209.237.26.87'),(764373,123241,'_server_http_x_forwarded_for_1','188.43.8.139'),(764374,123241,'_server_http_referer','http://www.google.com.hk'),(764375,123242,'failed_username','luis-monteiro'),(764376,123242,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764377,123242,'_message_key','user_unknown_login_failed'),(764378,123242,'_xmlrpc_request','true'),(764379,123242,'_server_remote_addr','178.128.81.136'),(764380,123242,'_server_http_x_forwarded_for_0','71.205.143.99'),(764381,123242,'_server_http_x_forwarded_for_1','188.165.197.221'),(764382,123242,'_server_http_x_forwarded_for_2','178.128.81.136'),(764383,123242,'_server_http_referer','http://www.google.com.hk'),(764384,123243,'failed_username','luis-monteiro'),(764385,123243,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764386,123243,'_message_key','user_unknown_login_failed'),(764387,123243,'_xmlrpc_request','true'),(764388,123243,'_server_remote_addr','125.162.89.136'),(764389,123243,'_server_http_x_forwarded_for_0','159.243.217.189'),(764390,123243,'_server_http_x_forwarded_for_1','188.165.197.221'),(764391,123243,'_server_http_x_forwarded_for_2','125.162.89.136'),(764392,123243,'_server_http_referer','http://www.google.com.hk'),(764393,123244,'failed_username','luis-monteiro'),(764394,123244,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764395,123244,'_message_key','user_unknown_login_failed'),(764396,123244,'_xmlrpc_request','true'),(764397,123244,'_server_remote_addr','93.188.188.110'),(764398,123244,'_server_http_x_forwarded_for_0','51.59.195.19'),(764399,123244,'_server_http_x_forwarded_for_1','93.188.188.110'),(764400,123244,'_server_http_referer','http://www.google.com.hk'),(764401,123245,'failed_username','luis-monteiro'),(764402,123245,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764403,123245,'_message_key','user_unknown_login_failed'),(764404,123245,'_xmlrpc_request','true'),(764405,123245,'_server_remote_addr','80.252.215.234'),(764406,123245,'_server_http_x_forwarded_for_0','28.7.65.160'),(764407,123245,'_server_http_x_forwarded_for_1','80.252.215.234'),(764408,123245,'_server_http_referer','http://www.google.com.hk'),(764409,123246,'failed_username','luis-monteiro'),(764410,123246,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764411,123246,'_message_key','user_unknown_login_failed'),(764412,123246,'_xmlrpc_request','true'),(764413,123246,'_server_remote_addr','140.227.211.176'),(764414,123246,'_server_http_x_forwarded_for_0','140.227.211.176'),(764415,123247,'failed_username','luis-monteiro'),(764416,123247,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764417,123247,'_message_key','user_unknown_login_failed'),(764418,123247,'_xmlrpc_request','true'),(764419,123247,'_server_remote_addr','43.245.184.238'),(764420,123247,'_server_http_x_forwarded_for_1','188.165.197.221'),(764421,123247,'_server_http_x_forwarded_for_2','43.245.184.238'),(764422,123247,'_server_http_referer','http://www.google.com.hk'),(764423,123248,'failed_username','luis-monteiro'),(764424,123248,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764425,123248,'_message_key','user_unknown_login_failed'),(764426,123248,'_xmlrpc_request','true'),(764427,123248,'_server_remote_addr','118.175.176.135'),(764428,123248,'_server_http_x_forwarded_for_0','171.182.76.133'),(764429,123248,'_server_http_x_forwarded_for_1','118.175.176.135'),(764430,123248,'_server_http_referer','http://www.google.com.hk'),(764431,123249,'failed_username','luis-monteiro'),(764432,123249,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764433,123249,'_message_key','user_unknown_login_failed'),(764434,123249,'_xmlrpc_request','true'),(764435,123249,'_server_remote_addr','83.142.188.29'),(764436,123249,'_server_http_x_forwarded_for_0','179.104.218.150'),(764437,123249,'_server_http_x_forwarded_for_1','83.142.188.29'),(764438,123249,'_server_http_referer','http://www.google.com.hk'),(764439,123250,'failed_username','luis-monteiro'),(764440,123250,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764441,123250,'_message_key','user_unknown_login_failed'),(764442,123250,'_xmlrpc_request','true'),(764443,123250,'_server_remote_addr','212.104.82.246'),(764444,123250,'_server_http_x_forwarded_for_0','4.118.238.227'),(764445,123250,'_server_http_x_forwarded_for_1','212.104.82.246'),(764446,123250,'_server_http_referer','http://www.google.com.hk'),(764447,123251,'failed_username','luis-monteiro'),(764448,123251,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764449,123251,'_message_key','user_unknown_login_failed'),(764450,123251,'_xmlrpc_request','true'),(764451,123251,'_server_remote_addr','178.49.191.133'),(764452,123251,'_server_http_x_forwarded_for_0','188.179.117.135'),(764453,123251,'_server_http_x_forwarded_for_1','178.49.191.133'),(764454,123251,'_server_http_referer','http://www.google.com.hk'),(764455,123252,'failed_username','luis-monteiro'),(764456,123252,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764457,123252,'_message_key','user_unknown_login_failed'),(764458,123252,'_xmlrpc_request','true'),(764459,123252,'_server_remote_addr','94.154.85.214'),(764460,123252,'_server_http_x_forwarded_for_0','103.140.74.123'),(764461,123252,'_server_http_x_forwarded_for_1','94.154.85.214'),(764462,123252,'_server_http_referer','http://www.google.com.hk'),(764463,123253,'failed_username','luis-monteiro'),(764464,123253,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764465,123253,'_message_key','user_unknown_login_failed'),(764466,123253,'_xmlrpc_request','true'),(764467,123253,'_server_remote_addr','149.202.217.218'),(764468,123253,'_server_http_x_forwarded_for_0','85.40.170.148'),(764469,123253,'_server_http_x_forwarded_for_1','149.202.217.218'),(764470,123253,'_server_http_referer','http://www.google.com.hk'),(764471,123254,'failed_username','luis-monteiro'),(764472,123254,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764473,123254,'_message_key','user_unknown_login_failed'),(764474,123254,'_xmlrpc_request','true'),(764475,123254,'_server_remote_addr','103.254.167.162'),(764476,123254,'_server_http_x_forwarded_for_0','200.96.102.4'),(764477,123254,'_server_http_x_forwarded_for_1','103.254.167.162'),(764478,123254,'_server_http_referer','http://www.google.com.hk'),(764479,123255,'failed_username','luis-monteiro'),(764480,123255,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764481,123255,'_message_key','user_unknown_login_failed'),(764482,123255,'_xmlrpc_request','true'),(764483,123255,'_server_remote_addr','188.43.8.139'),(764484,123255,'_server_http_x_forwarded_for_0','170.199.153.142'),(764485,123255,'_server_http_x_forwarded_for_1','188.43.8.139'),(764486,123255,'_server_http_referer','http://www.google.com.hk'),(764487,123256,'failed_username','luis-monteiro'),(764488,123256,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764489,123256,'_message_key','user_unknown_login_failed'),(764490,123256,'_xmlrpc_request','true'),(764491,123256,'_server_remote_addr','118.97.180.130'),(764492,123256,'_server_http_x_forwarded_for_0','28.23.75.22'),(764493,123256,'_server_http_x_forwarded_for_1','118.97.180.130'),(764494,123256,'_server_http_referer','http://www.google.com.hk'),(764495,123257,'failed_username','luis-monteiro'),(764496,123257,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764497,123257,'_message_key','user_unknown_login_failed'),(764498,123257,'_xmlrpc_request','true'),(764499,123257,'_server_remote_addr','95.158.44.212'),(764500,123257,'_server_http_x_forwarded_for_0','223.34.28.97'),(764501,123257,'_server_http_x_forwarded_for_1','95.158.44.212'),(764502,123257,'_server_http_referer','http://www.google.com.hk'),(764503,123258,'failed_username','luis-monteiro'),(764504,123258,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764505,123258,'_message_key','user_unknown_login_failed'),(764506,123258,'_xmlrpc_request','true'),(764507,123258,'_server_remote_addr','46.200.75.171'),(764508,123258,'_server_http_x_forwarded_for_0','191.235.45.209'),(764509,123258,'_server_http_x_forwarded_for_1','46.200.75.171'),(764510,123258,'_server_http_referer','http://www.google.com.hk'),(764511,123259,'failed_username','luis-monteiro'),(764512,123259,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764513,123259,'_message_key','user_unknown_login_failed'),(764514,123259,'_xmlrpc_request','true'),(764515,123259,'_server_remote_addr','110.235.249.80'),(764516,123259,'_server_http_x_forwarded_for_0','7.205.201.97'),(764517,123259,'_server_http_x_forwarded_for_1','110.235.249.80'),(764518,123259,'_server_http_referer','http://www.google.com.hk'),(764519,123260,'failed_username','luis-monteiro'),(764520,123260,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764521,123260,'_message_key','user_unknown_login_failed'),(764522,123260,'_xmlrpc_request','true'),(764523,123260,'_server_remote_addr','190.60.69.170'),(764524,123260,'_server_http_x_forwarded_for_0','85.201.148.72'),(764525,123260,'_server_http_x_forwarded_for_1','188.165.197.221'),(764526,123260,'_server_http_x_forwarded_for_2','190.60.69.170'),(764527,123260,'_server_http_referer','http://www.google.com.hk'),(764528,123261,'failed_username','luis-monteiro'),(764529,123261,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764530,123261,'_message_key','user_unknown_login_failed'),(764531,123261,'_xmlrpc_request','true'),(764532,123261,'_server_remote_addr','95.170.202.194'),(764533,123261,'_server_http_x_forwarded_for_0','115.156.11.196'),(764534,123261,'_server_http_x_forwarded_for_1','95.170.202.194'),(764535,123261,'_server_http_referer','http://www.google.com.hk'),(764536,123262,'failed_username','luis-monteiro'),(764537,123262,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764538,123262,'_message_key','user_unknown_login_failed'),(764539,123262,'_xmlrpc_request','true'),(764540,123262,'_server_remote_addr','95.154.137.66'),(764541,123262,'_server_http_x_forwarded_for_1','95.154.137.66'),(764542,123262,'_server_http_referer','http://www.google.com.hk'),(764543,123263,'failed_username','luis-monteiro'),(764544,123263,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764545,123263,'_message_key','user_unknown_login_failed'),(764546,123263,'_xmlrpc_request','true'),(764547,123263,'_server_remote_addr','35.230.96.112'),(764548,123263,'_server_http_x_forwarded_for_0','63.127.227.197'),(764549,123263,'_server_http_x_forwarded_for_1','188.165.197.221'),(764550,123263,'_server_http_x_forwarded_for_3','35.230.96.112'),(764551,123263,'_server_http_referer','http://www.google.com.hk'),(764552,123264,'failed_username','luis-monteiro'),(764553,123264,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764554,123264,'_message_key','user_unknown_login_failed'),(764555,123264,'_xmlrpc_request','true'),(764556,123264,'_server_remote_addr','101.109.255.243'),(764557,123264,'_server_http_x_forwarded_for_0','214.180.86.83'),(764558,123264,'_server_http_x_forwarded_for_1','101.109.255.243'),(764559,123264,'_server_http_referer','http://www.google.com.hk'),(764560,123265,'failed_username','luis-monteiro'),(764561,123265,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764562,123265,'_message_key','user_unknown_login_failed'),(764563,123265,'_xmlrpc_request','true'),(764564,123265,'_server_remote_addr','145.255.137.20'),(764565,123265,'_server_http_x_forwarded_for_0','55.242.123.36'),(764566,123265,'_server_http_x_forwarded_for_1','188.165.197.221'),(764567,123265,'_server_http_x_forwarded_for_2','145.255.137.20'),(764568,123265,'_server_http_referer','http://www.google.com.hk'),(764569,123266,'failed_username','luis-monteiro'),(764570,123266,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764571,123266,'_message_key','user_unknown_login_failed'),(764572,123266,'_xmlrpc_request','true'),(764573,123266,'_server_remote_addr','94.181.46.207'),(764574,123266,'_server_http_x_forwarded_for_0','56.12.250.36'),(764575,123266,'_server_http_x_forwarded_for_1','94.181.46.207'),(764576,123266,'_server_http_referer','http://www.google.com.hk'),(764577,123267,'failed_username','luis-monteiro'),(764578,123267,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764579,123267,'_message_key','user_unknown_login_failed'),(764580,123267,'_xmlrpc_request','true'),(764581,123267,'_server_remote_addr','24.35.1.6'),(764582,123267,'_server_http_x_forwarded_for_0','107.36.80.185'),(764583,123267,'_server_http_x_forwarded_for_1','24.35.1.6'),(764584,123267,'_server_http_referer','http://www.google.com.hk'),(764585,123268,'failed_username','luis-monteiro'),(764586,123268,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764587,123268,'_message_key','user_unknown_login_failed'),(764588,123268,'_xmlrpc_request','true'),(764589,123268,'_server_remote_addr','193.248.44.112'),(764590,123268,'_server_http_x_forwarded_for_1','193.248.44.112'),(764591,123268,'_server_http_referer','http://www.google.com.hk'),(764592,123269,'failed_username','luis-monteiro'),(764593,123269,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764594,123269,'_message_key','user_unknown_login_failed'),(764595,123269,'_xmlrpc_request','true'),(764596,123269,'_server_remote_addr','78.132.136.40'),(764597,123269,'_server_http_x_forwarded_for_0','212.8.218.242'),(764598,123269,'_server_http_x_forwarded_for_1','78.132.136.40'),(764599,123269,'_server_http_referer','http://www.google.com.hk'),(764600,123270,'failed_username','luis-monteiro'),(764601,123270,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764602,123270,'_message_key','user_unknown_login_failed'),(764603,123270,'_xmlrpc_request','true'),(764604,123270,'_server_remote_addr','93.183.216.54'),(764605,123270,'_server_http_x_forwarded_for_0','190.16.248.193'),(764606,123270,'_server_http_x_forwarded_for_1','93.183.216.54'),(764607,123270,'_server_http_referer','http://www.google.com.hk'),(764608,123271,'failed_username','luis-monteiro'),(764609,123271,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764610,123271,'_message_key','user_unknown_login_failed'),(764611,123271,'_xmlrpc_request','true'),(764612,123271,'_server_remote_addr','118.97.180.130'),(764613,123271,'_server_http_x_forwarded_for_1','118.97.180.130'),(764614,123271,'_server_http_referer','http://www.google.com.hk'),(764615,123272,'failed_username','luis-monteiro'),(764616,123272,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764617,123272,'_message_key','user_unknown_login_failed'),(764618,123272,'_xmlrpc_request','true'),(764619,123272,'_server_remote_addr','85.117.61.186'),(764620,123272,'_server_http_x_forwarded_for_1','85.117.61.186'),(764621,123272,'_server_http_referer','http://www.google.com.hk'),(764622,123273,'failed_username','luis-monteiro'),(764623,123273,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764624,123273,'_message_key','user_unknown_login_failed'),(764625,123273,'_xmlrpc_request','true'),(764626,123273,'_server_remote_addr','140.227.204.165'),(764627,123273,'_server_http_x_forwarded_for_0','140.227.204.165'),(764628,123274,'failed_username','luis-monteiro'),(764629,123274,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764630,123274,'_message_key','user_unknown_login_failed'),(764631,123274,'_xmlrpc_request','true'),(764632,123274,'_server_remote_addr','193.107.247.98'),(764633,123274,'_server_http_x_forwarded_for_0','3.58.8.38'),(764634,123274,'_server_http_x_forwarded_for_1','193.107.247.98'),(764635,123274,'_server_http_referer','http://www.google.com.hk'),(764636,123275,'failed_username','luis-monteiro'),(764637,123275,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764638,123275,'_message_key','user_unknown_login_failed'),(764639,123275,'_xmlrpc_request','true'),(764640,123275,'_server_remote_addr','140.227.27.81'),(764641,123275,'_server_http_x_forwarded_for_0','140.227.27.81'),(764642,123275,'_server_http_referer','http://www.google.com.hk'),(764643,123276,'failed_username','luis-monteiro'),(764644,123276,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764645,123276,'_message_key','user_unknown_login_failed'),(764646,123276,'_xmlrpc_request','true'),(764647,123276,'_server_remote_addr','198.13.59.170'),(764648,123276,'_server_http_x_forwarded_for_0','80.6.249.124'),(764649,123276,'_server_http_x_forwarded_for_2','198.13.59.170'),(764650,123276,'_server_http_referer','http://www.google.com.hk'),(764651,123277,'failed_username','luis-monteiro'),(764652,123277,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764653,123277,'_message_key','user_unknown_login_failed'),(764654,123277,'_xmlrpc_request','true'),(764655,123277,'_server_remote_addr','212.115.224.71'),(764656,123277,'_server_http_x_forwarded_for_0','220.204.69.181'),(764657,123277,'_server_http_x_forwarded_for_1','212.115.224.71'),(764658,123277,'_server_http_referer','http://www.google.com.hk'),(764659,123278,'failed_username','luis-monteiro'),(764660,123278,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764661,123278,'_message_key','user_unknown_login_failed'),(764662,123278,'_xmlrpc_request','true'),(764663,123278,'_server_remote_addr','181.225.65.18'),(764664,123278,'_server_http_x_forwarded_for_0','62.154.223.180'),(764665,123278,'_server_http_x_forwarded_for_1','181.225.65.18'),(764666,123278,'_server_http_referer','http://www.google.com.hk'),(764667,123279,'failed_username','luis-monteiro'),(764668,123279,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764669,123279,'_message_key','user_unknown_login_failed'),(764670,123279,'_xmlrpc_request','true'),(764671,123279,'_server_remote_addr','124.81.228.34'),(764672,123279,'_server_http_x_forwarded_for_1','124.81.228.34'),(764673,123279,'_server_http_referer','http://www.google.com.hk'),(764674,123280,'failed_username','luis-monteiro'),(764675,123280,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764676,123280,'_message_key','user_unknown_login_failed'),(764677,123280,'_xmlrpc_request','true'),(764678,123280,'_server_remote_addr','193.34.140.84'),(764679,123280,'_server_http_x_forwarded_for_0','83.247.171.57'),(764680,123280,'_server_http_x_forwarded_for_1','193.34.140.84'),(764681,123280,'_server_http_referer','http://www.google.com.hk'),(764682,123281,'failed_username','luis-monteiro'),(764683,123281,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764684,123281,'_message_key','user_unknown_login_failed'),(764685,123281,'_xmlrpc_request','true'),(764686,123281,'_server_remote_addr','114.33.59.156'),(764687,123281,'_server_http_x_forwarded_for_0','158.205.193.14'),(764688,123281,'_server_http_x_forwarded_for_1','114.33.59.156'),(764689,123281,'_server_http_referer','http://www.google.com.hk'),(764690,123282,'failed_username','luis-monteiro'),(764691,123282,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764692,123282,'_message_key','user_unknown_login_failed'),(764693,123282,'_xmlrpc_request','true'),(764694,123282,'_server_remote_addr','195.208.36.25'),(764695,123282,'_server_http_x_forwarded_for_0','62.84.231.192'),(764696,123282,'_server_http_x_forwarded_for_1','195.208.36.25'),(764697,123282,'_server_http_referer','http://www.google.com.hk'),(764698,123283,'failed_username','luis-monteiro'),(764699,123283,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764700,123283,'_message_key','user_unknown_login_failed'),(764701,123283,'_xmlrpc_request','true'),(764702,123283,'_server_remote_addr','185.128.37.83'),(764703,123283,'_server_http_x_forwarded_for_0','111.99.24.185'),(764704,123283,'_server_http_x_forwarded_for_1','185.128.37.83'),(764705,123283,'_server_http_referer','http://www.google.com.hk'),(764706,123284,'failed_username','luis-monteiro'),(764707,123284,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764708,123284,'_message_key','user_unknown_login_failed'),(764709,123284,'_xmlrpc_request','true'),(764710,123284,'_server_remote_addr','31.43.135.58'),(764711,123284,'_server_http_x_forwarded_for_0','47.98.157.183'),(764712,123284,'_server_http_x_forwarded_for_1','31.43.135.58'),(764713,123284,'_server_http_referer','http://www.google.com.hk'),(764714,123285,'failed_username','luis-monteiro'),(764715,123285,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764716,123285,'_message_key','user_unknown_login_failed'),(764717,123285,'_xmlrpc_request','true'),(764718,123285,'_server_remote_addr','91.134.210.185'),(764719,123285,'_server_http_x_forwarded_for_0','12.88.2.22'),(764720,123285,'_server_http_x_forwarded_for_1','91.134.210.185'),(764721,123285,'_server_http_referer','http://www.google.com.hk'),(764722,123286,'failed_username','luis-monteiro'),(764723,123286,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764724,123286,'_message_key','user_unknown_login_failed'),(764725,123286,'_xmlrpc_request','true'),(764726,123286,'_server_remote_addr','157.65.171.66'),(764727,123286,'_server_http_x_forwarded_for_0','157.65.171.66'),(764728,123286,'_server_http_referer','http://www.google.com.hk'),(764729,123287,'failed_username','luis-monteiro'),(764730,123287,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764731,123287,'_message_key','user_unknown_login_failed'),(764732,123287,'_xmlrpc_request','true'),(764733,123287,'_server_remote_addr','140.227.204.177'),(764734,123287,'_server_http_x_forwarded_for_0','140.227.204.177'),(764735,123288,'failed_username','luis-monteiro'),(764736,123288,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764737,123288,'_message_key','user_unknown_login_failed'),(764738,123288,'_xmlrpc_request','true'),(764739,123288,'_server_remote_addr','1.10.188.211'),(764740,123288,'_server_http_x_forwarded_for_0','137.11.71.243'),(764741,123288,'_server_http_x_forwarded_for_1','1.10.188.211'),(764742,123288,'_server_http_referer','http://www.google.com.hk'),(764743,123289,'failed_username','luis-monteiro'),(764744,123289,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764745,123289,'_message_key','user_unknown_login_failed'),(764746,123289,'_xmlrpc_request','true'),(764747,123289,'_server_remote_addr','93.170.112.200'),(764748,123289,'_server_http_x_forwarded_for_1','93.170.112.200'),(764749,123289,'_server_http_referer','http://www.google.com.hk'),(764750,123290,'failed_username','luis-monteiro'),(764751,123290,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764752,123290,'_message_key','user_unknown_login_failed'),(764753,123290,'_xmlrpc_request','true'),(764754,123290,'_server_remote_addr','190.25.223.42'),(764755,123290,'_server_http_x_forwarded_for_0','87.241.184.58'),(764756,123290,'_server_http_x_forwarded_for_1','188.165.197.221'),(764757,123290,'_server_http_x_forwarded_for_2','190.25.223.42'),(764758,123290,'_server_http_referer','http://www.google.com.hk'),(764759,123291,'failed_username','luis-monteiro'),(764760,123291,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764761,123291,'_message_key','user_unknown_login_failed'),(764762,123291,'_xmlrpc_request','true'),(764763,123291,'_server_remote_addr','84.42.253.252'),(764764,123291,'_server_http_x_forwarded_for_0','12.173.146.137'),(764765,123291,'_server_http_x_forwarded_for_1','84.42.253.252'),(764766,123291,'_server_http_referer','http://www.google.com.hk'),(764767,123292,'failed_username','luis-monteiro'),(764768,123292,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764769,123292,'_message_key','user_unknown_login_failed'),(764770,123292,'_xmlrpc_request','true'),(764771,123292,'_server_remote_addr','178.128.98.62'),(764772,123292,'_server_http_x_forwarded_for_0','178.128.98.62'),(764773,123293,'failed_username','luis-monteiro'),(764774,123293,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764775,123293,'_message_key','user_unknown_login_failed'),(764776,123293,'_xmlrpc_request','true'),(764777,123293,'_server_remote_addr','80.250.6.6'),(764778,123293,'_server_http_x_forwarded_for_0','64.228.81.195'),(764779,123293,'_server_http_x_forwarded_for_1','80.250.6.6'),(764780,123293,'_server_http_referer','http://www.google.com.hk'),(764781,123294,'failed_username','luis-monteiro'),(764782,123294,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764783,123294,'_message_key','user_unknown_login_failed'),(764784,123294,'_xmlrpc_request','true'),(764785,123294,'_server_remote_addr','140.227.212.211'),(764786,123294,'_server_http_x_forwarded_for_0','140.227.212.211'),(764787,123294,'_server_http_referer','http://www.google.com.hk'),(764788,123295,'failed_username','luis-monteiro'),(764789,123295,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764790,123295,'_message_key','user_unknown_login_failed'),(764791,123295,'_xmlrpc_request','true'),(764792,123295,'_server_remote_addr','140.227.79.99'),(764793,123295,'_server_http_x_forwarded_for_0','140.227.79.99'),(764794,123295,'_server_http_referer','http://www.google.com.hk'),(764795,123296,'failed_username','luis-monteiro'),(764796,123296,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764797,123296,'_message_key','user_unknown_login_failed'),(764798,123296,'_xmlrpc_request','true'),(764799,123296,'_server_remote_addr','119.82.253.89'),(764800,123296,'_server_http_x_forwarded_for_0','158.83.80.31'),(764801,123296,'_server_http_x_forwarded_for_1','119.82.253.89'),(764802,123296,'_server_http_referer','http://www.google.com.hk'),(764803,123297,'failed_username','luis-monteiro'),(764804,123297,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764805,123297,'_message_key','user_unknown_login_failed'),(764806,123297,'_xmlrpc_request','true'),(764807,123297,'_server_remote_addr','94.242.57.136'),(764808,123297,'_server_http_x_forwarded_for_0','159.234.120.38'),(764809,123297,'_server_http_x_forwarded_for_1','188.165.197.221'),(764810,123297,'_server_http_x_forwarded_for_2','94.242.57.136'),(764811,123297,'_server_http_referer','http://www.google.com.hk'),(764812,123298,'failed_username','luis-monteiro'),(764813,123298,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764814,123298,'_message_key','user_unknown_login_failed'),(764815,123298,'_xmlrpc_request','true'),(764816,123298,'_server_remote_addr','183.91.66.210'),(764817,123298,'_server_http_x_forwarded_for_0','126.186.18.130'),(764818,123298,'_server_http_x_forwarded_for_1','183.91.66.210'),(764819,123298,'_server_http_referer','http://www.google.com.hk'),(764820,123299,'failed_username','luis-monteiro'),(764821,123299,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764822,123299,'_message_key','user_unknown_login_failed'),(764823,123299,'_xmlrpc_request','true'),(764824,123299,'_server_remote_addr','209.97.139.230'),(764825,123299,'_server_http_x_forwarded_for_0','79.95.167.90'),(764826,123299,'_server_http_x_forwarded_for_1','188.165.197.221'),(764827,123299,'_server_http_x_forwarded_for_2','209.97.139.230'),(764828,123299,'_server_http_referer','http://www.google.com.hk'),(764829,123300,'failed_username','luis-monteiro'),(764830,123300,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764831,123300,'_message_key','user_unknown_login_failed'),(764832,123300,'_xmlrpc_request','true'),(764833,123300,'_server_remote_addr','198.13.59.170'),(764834,123300,'_server_http_x_forwarded_for_0','218.210.48.137'),(764835,123300,'_server_http_x_forwarded_for_2','198.13.59.170'),(764836,123300,'_server_http_referer','http://www.google.com.hk'),(764837,123301,'failed_username','luis-monteiro'),(764838,123301,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764839,123301,'_message_key','user_unknown_login_failed'),(764840,123301,'_xmlrpc_request','true'),(764841,123301,'_server_remote_addr','182.52.31.121'),(764842,123301,'_server_http_x_forwarded_for_0','223.177.190.51'),(764843,123301,'_server_http_x_forwarded_for_1','182.52.31.121'),(764844,123301,'_server_http_referer','http://www.google.com.hk'),(764845,123302,'failed_username','luis-monteiro'),(764846,123302,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764847,123302,'_message_key','user_unknown_login_failed'),(764848,123302,'_xmlrpc_request','true'),(764849,123302,'_server_remote_addr','79.173.124.223'),(764850,123302,'_server_http_x_forwarded_for_0','79.130.136.101'),(764851,123302,'_server_http_x_forwarded_for_1','79.173.124.223'),(764852,123302,'_server_http_referer','http://www.google.com.hk'),(764853,123303,'failed_username','luis-monteiro'),(764854,123303,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764855,123303,'_message_key','user_unknown_login_failed'),(764856,123303,'_xmlrpc_request','true'),(764857,123303,'_server_remote_addr','46.172.76.124'),(764858,123303,'_server_http_x_forwarded_for_0','27.172.98.109'),(764859,123303,'_server_http_x_forwarded_for_1','46.172.76.124'),(764860,123303,'_server_http_referer','http://www.google.com.hk'),(764861,123304,'failed_username','luis-monteiro'),(764862,123304,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764863,123304,'_message_key','user_unknown_login_failed'),(764864,123304,'_xmlrpc_request','true'),(764865,123304,'_server_remote_addr','116.212.143.10'),(764866,123304,'_server_http_x_forwarded_for_0','71.6.48.253'),(764867,123304,'_server_http_x_forwarded_for_1','188.165.197.221'),(764868,123304,'_server_http_x_forwarded_for_2','116.212.143.10'),(764869,123304,'_server_http_referer','http://www.google.com.hk'),(764870,123305,'failed_username','luis-monteiro'),(764871,123305,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764872,123305,'_message_key','user_unknown_login_failed'),(764873,123305,'_xmlrpc_request','true'),(764874,123305,'_server_remote_addr','188.168.58.130'),(764875,123305,'_server_http_x_forwarded_for_1','188.168.58.130'),(764876,123305,'_server_http_referer','http://www.google.com.hk'),(764877,123306,'failed_username','luis-monteiro'),(764878,123306,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764879,123306,'_message_key','user_unknown_login_failed'),(764880,123306,'_xmlrpc_request','true'),(764881,123306,'_server_remote_addr','91.122.100.222'),(764882,123306,'_server_http_x_forwarded_for_0','31.81.106.40'),(764883,123306,'_server_http_x_forwarded_for_1','91.122.100.222'),(764884,123306,'_server_http_referer','http://www.google.com.hk'),(764885,123307,'failed_username','luis-monteiro'),(764886,123307,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764887,123307,'_message_key','user_unknown_login_failed'),(764888,123307,'_xmlrpc_request','true'),(764889,123307,'_server_remote_addr','86.125.112.183'),(764890,123307,'_server_http_x_forwarded_for_1','86.125.112.183'),(764891,123307,'_server_http_referer','http://www.google.com.hk'),(764892,123308,'failed_username','luis-monteiro'),(764893,123308,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764894,123308,'_message_key','user_unknown_login_failed'),(764895,123308,'_xmlrpc_request','true'),(764896,123308,'_server_remote_addr','197.232.36.43'),(764897,123308,'_server_http_x_forwarded_for_0','105.196.30.64'),(764898,123308,'_server_http_x_forwarded_for_1','188.165.197.221'),(764899,123308,'_server_http_x_forwarded_for_2','197.232.36.43'),(764900,123308,'_server_http_referer','http://www.google.com.hk'),(764901,123309,'failed_username','luis-monteiro'),(764902,123309,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764903,123309,'_message_key','user_unknown_login_failed'),(764904,123309,'_xmlrpc_request','true'),(764905,123309,'_server_remote_addr','217.117.1.234'),(764906,123309,'_server_http_x_forwarded_for_0','77.11.204.77'),(764907,123309,'_server_http_x_forwarded_for_1','217.117.1.234'),(764908,123309,'_server_http_referer','http://www.google.com.hk'),(764909,123310,'failed_username','luis-monteiro'),(764910,123310,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764911,123310,'_message_key','user_unknown_login_failed'),(764912,123310,'_xmlrpc_request','true'),(764913,123310,'_server_remote_addr','35.185.201.225'),(764914,123310,'_server_http_x_forwarded_for_0','161.164.52.39'),(764915,123310,'_server_http_x_forwarded_for_1','35.185.201.225'),(764916,123310,'_server_http_referer','http://www.google.com.hk'),(764917,123311,'failed_username','luis-monteiro'),(764918,123311,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764919,123311,'_message_key','user_unknown_login_failed'),(764920,123311,'_xmlrpc_request','true'),(764921,123311,'_server_remote_addr','85.111.25.113'),(764922,123311,'_server_http_x_forwarded_for_0','31.235.30.203'),(764923,123311,'_server_http_x_forwarded_for_1','85.111.25.113'),(764924,123311,'_server_http_referer','http://www.google.com.hk'),(764925,123312,'failed_username','luis-monteiro'),(764926,123312,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764927,123312,'_message_key','user_unknown_login_failed'),(764928,123312,'_xmlrpc_request','true'),(764929,123312,'_server_remote_addr','200.21.90.246'),(764930,123312,'_server_http_x_forwarded_for_0','108.105.235.120'),(764931,123312,'_server_http_x_forwarded_for_1','108.105.235.120'),(764932,123312,'_server_http_x_forwarded_for_3','200.21.90.246'),(764933,123312,'_server_http_referer','http://www.google.com.hk'),(764934,123313,'failed_username','luis-monteiro'),(764935,123313,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764936,123313,'_message_key','user_unknown_login_failed'),(764937,123313,'_xmlrpc_request','true'),(764938,123313,'_server_remote_addr','117.2.155.29'),(764939,123313,'_server_http_x_forwarded_for_0','68.252.82.155'),(764940,123313,'_server_http_x_forwarded_for_1','117.2.155.29'),(764941,123313,'_server_http_referer','http://www.google.com.hk'),(764942,123314,'failed_username','luis-monteiro'),(764943,123314,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764944,123314,'_message_key','user_unknown_login_failed'),(764945,123314,'_xmlrpc_request','true'),(764946,123314,'_server_remote_addr','222.147.15.161'),(764947,123314,'_server_http_x_forwarded_for_0','98.77.243.78'),(764948,123314,'_server_http_x_forwarded_for_1','188.165.197.221'),(764949,123314,'_server_http_x_forwarded_for_2','222.147.15.161'),(764950,123314,'_server_http_referer','http://www.google.com.hk'),(764951,123315,'failed_username','luis-monteiro'),(764952,123315,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764953,123315,'_message_key','user_unknown_login_failed'),(764954,123315,'_xmlrpc_request','true'),(764955,123315,'_server_remote_addr','113.176.88.10'),(764956,123315,'_server_http_x_forwarded_for_0','64.177.8.168'),(764957,123315,'_server_http_x_forwarded_for_1','113.176.88.10'),(764958,123315,'_server_http_referer','http://www.google.com.hk'),(764959,123316,'failed_username','luis-monteiro'),(764960,123316,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764961,123316,'_message_key','user_unknown_login_failed'),(764962,123316,'_xmlrpc_request','true'),(764963,123316,'_server_remote_addr','147.100.164.42'),(764964,123316,'_server_http_x_forwarded_for_0','208.36.41.102'),(764965,123316,'_server_http_x_forwarded_for_1','147.100.164.42'),(764966,123316,'_server_http_referer','http://www.google.com.hk'),(764967,123317,'failed_username','luis-monteiro'),(764968,123317,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764969,123317,'_message_key','user_unknown_login_failed'),(764970,123317,'_xmlrpc_request','true'),(764971,123317,'_server_remote_addr','178.128.81.136'),(764972,123317,'_server_http_x_forwarded_for_0','52.250.42.164'),(764973,123317,'_server_http_x_forwarded_for_1','188.165.197.221'),(764974,123317,'_server_http_x_forwarded_for_2','178.128.81.136'),(764975,123317,'_server_http_referer','http://www.google.com.hk'),(764976,123318,'failed_username','luis-monteiro'),(764977,123318,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764978,123318,'_message_key','user_unknown_login_failed'),(764979,123318,'_xmlrpc_request','true'),(764980,123318,'_server_remote_addr','183.88.156.76'),(764981,123318,'_server_http_x_forwarded_for_0','122.11.183.152'),(764982,123318,'_server_http_x_forwarded_for_1','188.165.197.221'),(764983,123318,'_server_http_x_forwarded_for_2','183.88.156.76'),(764984,123318,'_server_http_referer','http://www.google.com.hk'),(764985,123319,'failed_username','luis-monteiro'),(764986,123319,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764987,123319,'_message_key','user_unknown_login_failed'),(764988,123319,'_xmlrpc_request','true'),(764989,123319,'_server_remote_addr','46.101.121.99'),(764990,123319,'_server_http_x_forwarded_for_0','191.225.139.65'),(764991,123319,'_server_http_x_forwarded_for_1','46.101.121.99'),(764992,123319,'_server_http_referer','http://www.google.com.hk'),(764993,123320,'failed_username','luis-monteiro'),(764994,123320,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(764995,123320,'_message_key','user_unknown_login_failed'),(764996,123320,'_xmlrpc_request','true'),(764997,123320,'_server_remote_addr','136.25.2.43'),(764998,123320,'_server_http_x_forwarded_for_0','145.176.127.153'),(764999,123320,'_server_http_x_forwarded_for_1','136.25.2.43'),(765000,123320,'_server_http_referer','http://www.google.com.hk'),(765001,123321,'failed_username','luis-monteiro'),(765002,123321,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765003,123321,'_message_key','user_unknown_login_failed'),(765004,123321,'_xmlrpc_request','true'),(765005,123321,'_server_remote_addr','1.20.102.133'),(765006,123321,'_server_http_x_forwarded_for_0','51.73.60.60'),(765007,123321,'_server_http_x_forwarded_for_1','1.20.102.133'),(765008,123321,'_server_http_referer','http://www.google.com.hk'),(765009,123322,'failed_username','luis-monteiro'),(765010,123322,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765011,123322,'_message_key','user_unknown_login_failed'),(765012,123322,'_xmlrpc_request','true'),(765013,123322,'_server_remote_addr','178.148.52.62'),(765014,123322,'_server_http_x_forwarded_for_0','181.133.128.110'),(765015,123322,'_server_http_x_forwarded_for_1','178.148.52.62'),(765016,123322,'_server_http_referer','http://www.google.com.hk'),(765017,123323,'failed_username','luis-monteiro'),(765018,123323,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765019,123323,'_message_key','user_unknown_login_failed'),(765020,123323,'_xmlrpc_request','true'),(765021,123323,'_server_remote_addr','114.108.177.104'),(765022,123323,'_server_http_x_forwarded_for_0','209.3.4.205'),(765023,123323,'_server_http_x_forwarded_for_1','114.108.177.104'),(765024,123323,'_server_http_referer','http://www.google.com.hk'),(765025,123324,'failed_username','luis-monteiro'),(765026,123324,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765027,123324,'_message_key','user_unknown_login_failed'),(765028,123324,'_xmlrpc_request','true'),(765029,123324,'_server_remote_addr','202.5.37.241'),(765030,123324,'_server_http_x_forwarded_for_0','131.166.208.250'),(765031,123324,'_server_http_x_forwarded_for_1','202.5.37.241'),(765032,123324,'_server_http_referer','http://www.google.com.hk'),(765033,123325,'failed_username','luis-monteiro'),(765034,123325,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765035,123325,'_message_key','user_unknown_login_failed'),(765036,123325,'_xmlrpc_request','true'),(765037,123325,'_server_remote_addr','59.126.47.169'),(765038,123325,'_server_http_x_forwarded_for_0','93.186.65.83'),(765039,123325,'_server_http_x_forwarded_for_1','59.126.47.169'),(765040,123325,'_server_http_referer','http://www.google.com.hk'),(765041,123326,'failed_username','luis-monteiro'),(765042,123326,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765043,123326,'_message_key','user_unknown_login_failed'),(765044,123326,'_xmlrpc_request','true'),(765045,123326,'_server_remote_addr','217.117.1.234'),(765046,123326,'_server_http_x_forwarded_for_0','193.57.165.98'),(765047,123326,'_server_http_x_forwarded_for_1','217.117.1.234'),(765048,123326,'_server_http_referer','http://www.google.com.hk'),(765049,123327,'failed_username','luis-monteiro'),(765050,123327,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765051,123327,'_message_key','user_unknown_login_failed'),(765052,123327,'_xmlrpc_request','true'),(765053,123327,'_server_remote_addr','110.74.221.229'),(765054,123327,'_server_http_x_forwarded_for_0','173.13.240.115'),(765055,123327,'_server_http_x_forwarded_for_1','110.74.221.229'),(765056,123327,'_server_http_referer','http://www.google.com.hk'),(765057,123328,'failed_username','luis-monteiro'),(765058,123328,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765059,123328,'_message_key','user_unknown_login_failed'),(765060,123328,'_xmlrpc_request','true'),(765061,123328,'_server_remote_addr','115.75.20.89'),(765062,123328,'_server_http_x_forwarded_for_0','13.202.85.24'),(765063,123328,'_server_http_x_forwarded_for_1','115.75.20.89'),(765064,123328,'_server_http_referer','http://www.google.com.hk'),(765065,123329,'failed_username','luis-monteiro'),(765066,123329,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765067,123329,'_message_key','user_unknown_login_failed'),(765068,123329,'_xmlrpc_request','true'),(765069,123329,'_server_remote_addr','110.74.214.27'),(765070,123329,'_server_http_x_forwarded_for_0','40.116.132.150'),(765071,123329,'_server_http_x_forwarded_for_1','110.74.214.27'),(765072,123329,'_server_http_referer','http://www.google.com.hk'),(765073,123330,'failed_username','luis-monteiro'),(765074,123330,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765075,123330,'_message_key','user_unknown_login_failed'),(765076,123330,'_xmlrpc_request','true'),(765077,123330,'_server_remote_addr','92.50.155.218'),(765078,123330,'_server_http_x_forwarded_for_0','174.98.89.9'),(765079,123330,'_server_http_x_forwarded_for_1','188.165.197.221'),(765080,123330,'_server_http_x_forwarded_for_2','92.50.155.218'),(765081,123330,'_server_http_referer','http://www.google.com.hk'),(765082,123331,'failed_username','luis-monteiro'),(765083,123331,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765084,123331,'_message_key','user_unknown_login_failed'),(765085,123331,'_xmlrpc_request','true'),(765086,123331,'_server_remote_addr','206.189.180.205'),(765087,123331,'_server_http_x_forwarded_for_0','27.4.7.245'),(765088,123331,'_server_http_x_forwarded_for_1','206.189.180.205'),(765089,123331,'_server_http_referer','http://www.google.com.hk'),(765090,123332,'failed_username','luis-monteiro'),(765091,123332,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765092,123332,'_message_key','user_unknown_login_failed'),(765093,123332,'_xmlrpc_request','true'),(765094,123332,'_server_remote_addr','183.88.213.85'),(765095,123332,'_server_http_x_forwarded_for_0','210.82.161.112'),(765096,123332,'_server_http_x_forwarded_for_1','188.165.197.221'),(765097,123332,'_server_http_x_forwarded_for_2','183.88.213.85'),(765098,123332,'_server_http_referer','http://www.google.com.hk'),(765099,123333,'failed_username','luis-monteiro'),(765100,123333,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765101,123333,'_message_key','user_unknown_login_failed'),(765102,123333,'_xmlrpc_request','true'),(765103,123333,'_server_remote_addr','222.165.249.43'),(765104,123333,'_server_http_x_forwarded_for_0','140.63.79.237'),(765105,123333,'_server_http_x_forwarded_for_1','222.165.249.43'),(765106,123333,'_server_http_referer','http://www.google.com.hk'),(765107,123334,'failed_username','luis-monteiro'),(765108,123334,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765109,123334,'_message_key','user_unknown_login_failed'),(765110,123334,'_xmlrpc_request','true'),(765111,123334,'_server_remote_addr','193.248.44.112'),(765112,123334,'_server_http_x_forwarded_for_0','15.187.249.86'),(765113,123334,'_server_http_x_forwarded_for_1','193.248.44.112'),(765114,123334,'_server_http_referer','http://www.google.com.hk'),(765115,123335,'failed_username','luis-monteiro'),(765116,123335,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765117,123335,'_message_key','user_unknown_login_failed'),(765118,123335,'_xmlrpc_request','true'),(765119,123335,'_server_remote_addr','202.5.49.73'),(765120,123335,'_server_http_x_forwarded_for_0','142.182.65.242'),(765121,123335,'_server_http_x_forwarded_for_1','202.5.49.73'),(765122,123335,'_server_http_referer','http://www.google.com.hk'),(765123,123336,'failed_username','luis-monteiro'),(765124,123336,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765125,123336,'_message_key','user_unknown_login_failed'),(765126,123336,'_xmlrpc_request','true'),(765127,123336,'_server_remote_addr','101.51.52.78'),(765128,123336,'_server_http_x_forwarded_for_0','95.12.108.108'),(765129,123336,'_server_http_x_forwarded_for_1','188.165.197.221'),(765130,123336,'_server_http_x_forwarded_for_2','101.51.52.78'),(765131,123336,'_server_http_referer','http://www.google.com.hk'),(765132,123337,'failed_username','luis-monteiro'),(765133,123337,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765134,123337,'_message_key','user_unknown_login_failed'),(765135,123337,'_xmlrpc_request','true'),(765136,123337,'_server_remote_addr','140.227.73.78'),(765137,123337,'_server_http_x_forwarded_for_0','140.227.73.78'),(765138,123337,'_server_http_referer','http://www.google.com.hk'),(765139,123338,'failed_username','luis-monteiro'),(765140,123338,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765141,123338,'_message_key','user_unknown_login_failed'),(765142,123338,'_xmlrpc_request','true'),(765143,123338,'_server_remote_addr','140.227.208.159'),(765144,123338,'_server_http_x_forwarded_for_0','140.227.208.159'),(765145,123339,'failed_username','luis-monteiro'),(765146,123339,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765147,123339,'_message_key','user_unknown_login_failed'),(765148,123339,'_xmlrpc_request','true'),(765149,123339,'_server_remote_addr','86.110.29.7'),(765150,123339,'_server_http_x_forwarded_for_1','86.110.29.7'),(765151,123339,'_server_http_referer','http://www.google.com.hk'),(765152,123340,'failed_username','luis-monteiro'),(765153,123340,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765154,123340,'_message_key','user_unknown_login_failed'),(765155,123340,'_xmlrpc_request','true'),(765156,123340,'_server_remote_addr','140.227.208.159'),(765157,123340,'_server_http_x_forwarded_for_0','140.227.208.159'),(765158,123341,'failed_username','luis-monteiro'),(765159,123341,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765160,123341,'_message_key','user_unknown_login_failed'),(765161,123341,'_xmlrpc_request','true'),(765162,123341,'_server_remote_addr','45.239.137.216'),(765163,123341,'_server_http_x_forwarded_for_0','152.242.191.42'),(765164,123341,'_server_http_x_forwarded_for_1','45.239.137.216'),(765165,123341,'_server_http_referer','http://www.google.com.hk'),(765166,123342,'failed_username','luis-monteiro'),(765167,123342,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765168,123342,'_message_key','user_unknown_login_failed'),(765169,123342,'_xmlrpc_request','true'),(765170,123342,'_server_remote_addr','35.221.42.38'),(765171,123342,'_server_http_x_forwarded_for_0','173.212.171.218'),(765172,123342,'_server_http_x_forwarded_for_1','35.221.42.38'),(765173,123342,'_server_http_referer','http://www.google.com.hk'),(765174,123343,'failed_username','luis-monteiro'),(765175,123343,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765176,123343,'_message_key','user_unknown_login_failed'),(765177,123343,'_xmlrpc_request','true'),(765178,123343,'_server_remote_addr','190.0.244.2'),(765179,123343,'_server_http_x_forwarded_for_0','48.206.65.92'),(765180,123343,'_server_http_x_forwarded_for_1','188.165.197.221'),(765181,123343,'_server_http_x_forwarded_for_2','190.0.244.2'),(765182,123343,'_server_http_referer','http://www.google.com.hk'),(765183,123344,'failed_username','luis-monteiro'),(765184,123344,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765185,123344,'_message_key','user_unknown_login_failed'),(765186,123344,'_xmlrpc_request','true'),(765187,123344,'_server_remote_addr','222.124.215.187'),(765188,123344,'_server_http_x_forwarded_for_0','94.35.201.63'),(765189,123344,'_server_http_x_forwarded_for_1','222.124.215.187'),(765190,123344,'_server_http_referer','http://www.google.com.hk'),(765191,123345,'failed_username','luis-monteiro'),(765192,123345,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765193,123345,'_message_key','user_unknown_login_failed'),(765194,123345,'_xmlrpc_request','true'),(765195,123345,'_server_remote_addr','89.109.239.183'),(765196,123345,'_server_http_x_forwarded_for_0','51.110.139.114'),(765197,123345,'_server_http_x_forwarded_for_1','89.109.239.183'),(765198,123345,'_server_http_referer','http://www.google.com.hk'),(765199,123346,'failed_username','luis-monteiro'),(765200,123346,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765201,123346,'_message_key','user_unknown_login_failed'),(765202,123346,'_xmlrpc_request','true'),(765203,123346,'_server_remote_addr','195.167.18.50'),(765204,123346,'_server_http_x_forwarded_for_0','140.201.214.210'),(765205,123346,'_server_http_x_forwarded_for_1','188.165.197.221'),(765206,123346,'_server_http_x_forwarded_for_2','195.167.18.50'),(765207,123346,'_server_http_referer','http://www.google.com.hk'),(765208,123347,'failed_username','luis-monteiro'),(765209,123347,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765210,123347,'_message_key','user_unknown_login_failed'),(765211,123347,'_xmlrpc_request','true'),(765212,123347,'_server_remote_addr','174.127.155.118'),(765213,123347,'_server_http_x_forwarded_for_0','36.22.113.124'),(765214,123347,'_server_http_x_forwarded_for_1','174.127.155.118'),(765215,123347,'_server_http_referer','http://www.google.com.hk'),(765216,123348,'failed_username','luis-monteiro'),(765217,123348,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765218,123348,'_message_key','user_unknown_login_failed'),(765219,123348,'_xmlrpc_request','true'),(765220,123348,'_server_remote_addr','140.227.75.55'),(765221,123348,'_server_http_x_forwarded_for_0','140.227.75.55'),(765222,123348,'_server_http_referer','http://www.google.com.hk'),(765223,123349,'failed_username','luis-monteiro'),(765224,123349,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765225,123349,'_message_key','user_unknown_login_failed'),(765226,123349,'_xmlrpc_request','true'),(765227,123349,'_server_remote_addr','219.73.4.238'),(765228,123349,'_server_http_x_forwarded_for_0','9.23.8.139'),(765229,123349,'_server_http_x_forwarded_for_1','219.73.4.238'),(765230,123349,'_server_http_referer','http://www.google.com.hk'),(765231,123350,'failed_username','luis-monteiro'),(765232,123350,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765233,123350,'_message_key','user_unknown_login_failed'),(765234,123350,'_xmlrpc_request','true'),(765235,123350,'_server_remote_addr','140.227.206.163'),(765236,123350,'_server_http_x_forwarded_for_0','140.227.206.163'),(765237,123351,'failed_username','luis-monteiro'),(765238,123351,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765239,123351,'_message_key','user_unknown_login_failed'),(765240,123351,'_xmlrpc_request','true'),(765241,123351,'_server_remote_addr','181.225.65.18'),(765242,123351,'_server_http_x_forwarded_for_0','218.85.29.232'),(765243,123351,'_server_http_x_forwarded_for_1','181.225.65.18'),(765244,123351,'_server_http_referer','http://www.google.com.hk'),(765245,123352,'failed_username','luis-monteiro'),(765246,123352,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765247,123352,'_message_key','user_unknown_login_failed'),(765248,123352,'_xmlrpc_request','true'),(765249,123352,'_server_remote_addr','185.111.208.148'),(765250,123352,'_server_http_x_forwarded_for_0','150.158.197.242'),(765251,123352,'_server_http_x_forwarded_for_1','185.111.208.148'),(765252,123352,'_server_http_referer','http://www.google.com.hk'),(765253,123353,'failed_username','luis-monteiro'),(765254,123353,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765255,123353,'_message_key','user_unknown_login_failed'),(765256,123353,'_xmlrpc_request','true'),(765257,123353,'_server_remote_addr','83.175.238.170'),(765258,123353,'_server_http_x_forwarded_for_0','165.217.25.39'),(765259,123353,'_server_http_x_forwarded_for_1','83.175.238.170'),(765260,123353,'_server_http_referer','http://www.google.com.hk'),(765261,123354,'failed_username','luis-monteiro'),(765262,123354,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765263,123354,'_message_key','user_unknown_login_failed'),(765264,123354,'_xmlrpc_request','true'),(765265,123354,'_server_remote_addr','77.233.10.37'),(765266,123354,'_server_http_x_forwarded_for_0','103.48.234.241'),(765267,123354,'_server_http_x_forwarded_for_1','77.233.10.37'),(765268,123354,'_server_http_referer','http://www.google.com.hk'),(765269,123355,'failed_username','luis-monteiro'),(765270,123355,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765271,123355,'_message_key','user_unknown_login_failed'),(765272,123355,'_xmlrpc_request','true'),(765273,123355,'_server_remote_addr','64.23.56.171'),(765274,123355,'_server_http_x_forwarded_for_0','153.135.157.104'),(765275,123355,'_server_http_x_forwarded_for_1','188.165.197.221'),(765276,123355,'_server_http_x_forwarded_for_2','64.23.56.171'),(765277,123355,'_server_http_referer','http://www.google.com.hk'),(765278,123356,'failed_username','luis-monteiro'),(765279,123356,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765280,123356,'_message_key','user_unknown_login_failed'),(765281,123356,'_xmlrpc_request','true'),(765282,123356,'_server_remote_addr','213.32.254.89'),(765283,123356,'_server_http_x_forwarded_for_0','170.220.96.119'),(765284,123356,'_server_http_x_forwarded_for_1','213.32.254.89'),(765285,123356,'_server_http_referer','http://www.google.com.hk'),(765286,123357,'failed_username','luis-monteiro'),(765287,123357,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765288,123357,'_message_key','user_unknown_login_failed'),(765289,123357,'_xmlrpc_request','true'),(765290,123357,'_server_remote_addr','106.104.12.180'),(765291,123357,'_server_http_x_forwarded_for_1','106.104.12.180'),(765292,123357,'_server_http_referer','http://www.google.com.hk'),(765293,123358,'failed_username','luis-monteiro'),(765294,123358,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765295,123358,'_message_key','user_unknown_login_failed'),(765296,123358,'_xmlrpc_request','true'),(765297,123358,'_server_remote_addr','185.32.47.35'),(765298,123358,'_server_http_x_forwarded_for_0','186.138.79.215'),(765299,123358,'_server_http_x_forwarded_for_1','188.165.197.221'),(765300,123358,'_server_http_x_forwarded_for_2','185.32.47.35'),(765301,123358,'_server_http_referer','http://www.google.com.hk'),(765302,123359,'failed_username','luis-monteiro'),(765303,123359,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765304,123359,'_message_key','user_unknown_login_failed'),(765305,123359,'_xmlrpc_request','true'),(765306,123359,'_server_remote_addr','195.208.36.25'),(765307,123359,'_server_http_x_forwarded_for_0','131.176.228.234'),(765308,123359,'_server_http_x_forwarded_for_1','195.208.36.25'),(765309,123359,'_server_http_referer','http://www.google.com.hk'),(765310,123360,'failed_username','luis-monteiro'),(765311,123360,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765312,123360,'_message_key','user_unknown_login_failed'),(765313,123360,'_xmlrpc_request','true'),(765314,123360,'_server_remote_addr','95.154.70.152'),(765315,123360,'_server_http_x_forwarded_for_0','178.75.8.104'),(765316,123360,'_server_http_x_forwarded_for_1','95.154.70.152'),(765317,123360,'_server_http_referer','http://www.google.com.hk'),(765318,123361,'failed_username','luis-monteiro'),(765319,123361,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765320,123361,'_message_key','user_unknown_login_failed'),(765321,123361,'_xmlrpc_request','true'),(765322,123361,'_server_remote_addr','182.253.102.74'),(765323,123361,'_server_http_x_forwarded_for_0','222.191.233.122'),(765324,123361,'_server_http_x_forwarded_for_1','182.253.102.74'),(765325,123361,'_server_http_referer','http://www.google.com.hk'),(765326,123362,'failed_username','luis-monteiro'),(765327,123362,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765328,123362,'_message_key','user_unknown_login_failed'),(765329,123362,'_xmlrpc_request','true'),(765330,123362,'_server_remote_addr','104.248.190.115'),(765331,123362,'_server_http_x_forwarded_for_0','47.217.250.205'),(765332,123362,'_server_http_x_forwarded_for_2','104.248.190.115'),(765333,123362,'_server_http_referer','http://www.google.com.hk'),(765334,123363,'failed_username','luis-monteiro'),(765335,123363,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765336,123363,'_message_key','user_unknown_login_failed'),(765337,123363,'_xmlrpc_request','true'),(765338,123363,'_server_remote_addr','77.233.10.37'),(765339,123363,'_server_http_x_forwarded_for_0','97.100.226.23'),(765340,123363,'_server_http_x_forwarded_for_1','77.233.10.37'),(765341,123363,'_server_http_referer','http://www.google.com.hk'),(765342,123364,'failed_username','luis-monteiro'),(765343,123364,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765344,123364,'_message_key','user_unknown_login_failed'),(765345,123364,'_xmlrpc_request','true'),(765346,123364,'_server_remote_addr','31.131.191.250'),(765347,123364,'_server_http_x_forwarded_for_1','31.131.191.250'),(765348,123364,'_server_http_referer','http://www.google.com.hk'),(765349,123365,'failed_username','luis-monteiro'),(765350,123365,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765351,123365,'_message_key','user_unknown_login_failed'),(765352,123365,'_xmlrpc_request','true'),(765353,123365,'_server_remote_addr','212.42.113.83'),(765354,123365,'_server_http_x_forwarded_for_0','103.140.108.78'),(765355,123365,'_server_http_x_forwarded_for_1','212.42.113.83'),(765356,123365,'_server_http_referer','http://www.google.com.hk'),(765357,123366,'failed_username','luis-monteiro'),(765358,123366,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765359,123366,'_message_key','user_unknown_login_failed'),(765360,123366,'_xmlrpc_request','true'),(765361,123366,'_server_remote_addr','119.82.252.18'),(765362,123366,'_server_http_x_forwarded_for_0','77.159.202.27'),(765363,123366,'_server_http_x_forwarded_for_1','119.82.252.18'),(765364,123366,'_server_http_referer','http://www.google.com.hk'),(765365,123367,'failed_username','luis-monteiro'),(765366,123367,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765367,123367,'_message_key','user_unknown_login_failed'),(765368,123367,'_xmlrpc_request','true'),(765369,123367,'_server_remote_addr','93.78.176.219'),(765370,123367,'_server_http_x_forwarded_for_0','139.174.77.177'),(765371,123367,'_server_http_x_forwarded_for_1','93.78.176.219'),(765372,123367,'_server_http_referer','http://www.google.com.hk'),(765373,123368,'failed_username','luis-monteiro'),(765374,123368,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765375,123368,'_message_key','user_unknown_login_failed'),(765376,123368,'_xmlrpc_request','true'),(765377,123368,'_server_remote_addr','195.225.49.132'),(765378,123368,'_server_http_x_forwarded_for_0','203.179.193.197'),(765379,123368,'_server_http_x_forwarded_for_1','195.225.49.132'),(765380,123368,'_server_http_referer','http://www.google.com.hk'),(765381,123369,'failed_username','luis-monteiro'),(765382,123369,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765383,123369,'_message_key','user_unknown_login_failed'),(765384,123369,'_xmlrpc_request','true'),(765385,123369,'_server_remote_addr','66.66.113.95'),(765386,123369,'_server_http_x_forwarded_for_0','155.209.223.43'),(765387,123369,'_server_http_x_forwarded_for_1','66.66.113.95'),(765388,123369,'_server_http_referer','http://www.google.com.hk'),(765389,123370,'failed_username','luis-monteiro'),(765390,123370,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765391,123370,'_message_key','user_unknown_login_failed'),(765392,123370,'_xmlrpc_request','true'),(765393,123370,'_server_remote_addr','1.20.103.238'),(765394,123370,'_server_http_x_forwarded_for_0','41.90.169.120'),(765395,123370,'_server_http_x_forwarded_for_1','1.20.103.238'),(765396,123370,'_server_http_referer','http://www.google.com.hk'),(765397,123371,'failed_username','luis-monteiro'),(765398,123371,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765399,123371,'_message_key','user_unknown_login_failed'),(765400,123371,'_xmlrpc_request','true'),(765401,123371,'_server_remote_addr','186.10.80.226'),(765402,123371,'_server_http_x_forwarded_for_0','19.211.192.204'),(765403,123371,'_server_http_x_forwarded_for_1','186.10.80.226'),(765404,123371,'_server_http_referer','http://www.google.com.hk'),(765405,123372,'failed_username','luis-monteiro'),(765406,123372,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765407,123372,'_message_key','user_unknown_login_failed'),(765408,123372,'_xmlrpc_request','true'),(765409,123372,'_server_remote_addr','140.227.204.165'),(765410,123372,'_server_http_x_forwarded_for_0','140.227.204.165'),(765411,123373,'failed_username','luis-monteiro'),(765412,123373,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765413,123373,'_message_key','user_unknown_login_failed'),(765414,123373,'_xmlrpc_request','true'),(765415,123373,'_server_remote_addr','124.41.217.210'),(765416,123373,'_server_http_x_forwarded_for_0','216.158.74.236'),(765417,123373,'_server_http_x_forwarded_for_1','188.165.197.221'),(765418,123373,'_server_http_x_forwarded_for_2','124.41.217.210'),(765419,123373,'_server_http_referer','http://www.google.com.hk'),(765420,123374,'failed_username','luis-monteiro'),(765421,123374,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765422,123374,'_message_key','user_unknown_login_failed'),(765423,123374,'_xmlrpc_request','true'),(765424,123374,'_server_remote_addr','95.181.130.149'),(765425,123374,'_server_http_x_forwarded_for_0','58.42.123.126'),(765426,123374,'_server_http_x_forwarded_for_1','95.181.130.149'),(765427,123374,'_server_http_referer','http://www.google.com.hk'),(765428,123375,'failed_username','luis-monteiro'),(765429,123375,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765430,123375,'_message_key','user_unknown_login_failed'),(765431,123375,'_xmlrpc_request','true'),(765432,123375,'_server_remote_addr','181.225.109.164'),(765433,123375,'_server_http_x_forwarded_for_0','3.151.235.51'),(765434,123375,'_server_http_x_forwarded_for_1','181.225.109.164'),(765435,123375,'_server_http_referer','http://www.google.com.hk'),(765436,123376,'failed_username','luis-monteiro'),(765437,123376,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765438,123376,'_message_key','user_unknown_login_failed'),(765439,123376,'_xmlrpc_request','true'),(765440,123376,'_server_remote_addr','82.142.149.162'),(765441,123376,'_server_http_x_forwarded_for_0','77.11.27.251'),(765442,123376,'_server_http_x_forwarded_for_1','82.142.149.162'),(765443,123376,'_server_http_referer','http://www.google.com.hk'),(765444,123377,'failed_username','luis-monteiro'),(765445,123377,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765446,123377,'_message_key','user_unknown_login_failed'),(765447,123377,'_xmlrpc_request','true'),(765448,123377,'_server_remote_addr','140.227.207.179'),(765449,123377,'_server_http_x_forwarded_for_0','140.227.207.179'),(765450,123378,'failed_username','luis-monteiro'),(765451,123378,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765452,123378,'_message_key','user_unknown_login_failed'),(765453,123378,'_xmlrpc_request','true'),(765454,123378,'_server_remote_addr','60.250.34.135'),(765455,123378,'_server_http_x_forwarded_for_0','60.250.34.135'),(765456,123378,'_server_http_referer','http://www.google.com.hk'),(765457,123379,'failed_username','luis-monteiro'),(765458,123379,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765459,123379,'_message_key','user_unknown_login_failed'),(765460,123379,'_xmlrpc_request','true'),(765461,123379,'_server_remote_addr','195.208.36.25'),(765462,123379,'_server_http_x_forwarded_for_0','80.161.169.184'),(765463,123379,'_server_http_x_forwarded_for_1','195.208.36.25'),(765464,123379,'_server_http_referer','http://www.google.com.hk'),(765465,123380,'failed_username','luis-monteiro'),(765466,123380,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765467,123380,'_message_key','user_unknown_login_failed'),(765468,123380,'_xmlrpc_request','true'),(765469,123380,'_server_remote_addr','86.110.30.146'),(765470,123380,'_server_http_x_forwarded_for_0','78.161.105.232'),(765471,123380,'_server_http_x_forwarded_for_1','86.110.30.146'),(765472,123380,'_server_http_referer','http://www.google.com.hk'),(765473,123381,'failed_username','luis-monteiro'),(765474,123381,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765475,123381,'_message_key','user_unknown_login_failed'),(765476,123381,'_xmlrpc_request','true'),(765477,123381,'_server_remote_addr','91.214.128.243'),(765478,123381,'_server_http_x_forwarded_for_0','42.132.192.151'),(765479,123381,'_server_http_x_forwarded_for_1','91.214.128.243'),(765480,123381,'_server_http_referer','http://www.google.com.hk'),(765481,123382,'failed_username','luis-monteiro'),(765482,123382,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765483,123382,'_message_key','user_unknown_login_failed'),(765484,123382,'_xmlrpc_request','true'),(765485,123382,'_server_remote_addr','47.52.108.40'),(765486,123382,'_server_http_x_forwarded_for_0','47.242.31.165'),(765487,123382,'_server_http_x_forwarded_for_1','47.52.108.40'),(765488,123382,'_server_http_referer','http://www.google.com.hk'),(765489,123383,'failed_username','luis-monteiro'),(765490,123383,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765491,123383,'_message_key','user_unknown_login_failed'),(765492,123383,'_xmlrpc_request','true'),(765493,123383,'_server_remote_addr','125.162.89.136'),(765494,123383,'_server_http_x_forwarded_for_0','119.165.114.231'),(765495,123383,'_server_http_x_forwarded_for_1','188.165.197.221'),(765496,123383,'_server_http_x_forwarded_for_2','125.162.89.136'),(765497,123383,'_server_http_referer','http://www.google.com.hk'),(765498,123384,'failed_username','luis-monteiro'),(765499,123384,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765500,123384,'_message_key','user_unknown_login_failed'),(765501,123384,'_xmlrpc_request','true'),(765502,123384,'_server_remote_addr','85.117.61.186'),(765503,123384,'_server_http_x_forwarded_for_0','219.174.103.114'),(765504,123384,'_server_http_x_forwarded_for_1','85.117.61.186'),(765505,123384,'_server_http_referer','http://www.google.com.hk'),(765506,123385,'failed_username','luis-monteiro'),(765507,123385,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765508,123385,'_message_key','user_unknown_login_failed'),(765509,123385,'_xmlrpc_request','true'),(765510,123385,'_server_remote_addr','64.19.116.82'),(765511,123385,'_server_http_x_forwarded_for_0','105.231.244.170'),(765512,123385,'_server_http_x_forwarded_for_1','64.19.116.82'),(765513,123385,'_server_http_referer','http://www.google.com.hk'),(765514,123386,'failed_username','luis-monteiro'),(765515,123386,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765516,123386,'_message_key','user_unknown_login_failed'),(765517,123386,'_xmlrpc_request','true'),(765518,123386,'_server_remote_addr','47.75.184.187'),(765519,123386,'_server_http_x_forwarded_for_0','23.225.21.145'),(765520,123386,'_server_http_x_forwarded_for_1','47.75.184.187'),(765521,123386,'_server_http_referer','http://www.google.com.hk'),(765522,123387,'failed_username','luis-monteiro'),(765523,123387,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765524,123387,'_message_key','user_unknown_login_failed'),(765525,123387,'_xmlrpc_request','true'),(765526,123387,'_server_remote_addr','110.44.126.132'),(765527,123387,'_server_http_x_forwarded_for_0','134.89.91.215'),(765528,123387,'_server_http_x_forwarded_for_1','110.44.126.132'),(765529,123387,'_server_http_referer','http://www.google.com.hk'),(765530,123388,'failed_username','luis-monteiro'),(765531,123388,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765532,123388,'_message_key','user_unknown_login_failed'),(765533,123388,'_xmlrpc_request','true'),(765534,123388,'_server_remote_addr','68.15.42.194'),(765535,123388,'_server_http_x_forwarded_for_1','68.15.42.194'),(765536,123388,'_server_http_referer','http://www.google.com.hk'),(765537,123389,'failed_username','luis-monteiro'),(765538,123389,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765539,123389,'_message_key','user_unknown_login_failed'),(765540,123389,'_xmlrpc_request','true'),(765541,123389,'_server_remote_addr','41.162.54.146'),(765542,123389,'_server_http_x_forwarded_for_0','59.223.234.103'),(765543,123389,'_server_http_x_forwarded_for_1','41.162.54.146'),(765544,123389,'_server_http_referer','http://www.google.com.hk'),(765545,123390,'failed_username','luis-monteiro'),(765546,123390,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765547,123390,'_message_key','user_unknown_login_failed'),(765548,123390,'_xmlrpc_request','true'),(765549,123390,'_server_remote_addr','1.10.186.87'),(765550,123390,'_server_http_x_forwarded_for_0','37.190.139.62'),(765551,123390,'_server_http_x_forwarded_for_1','1.10.186.87'),(765552,123390,'_server_http_referer','http://www.google.com.hk'),(765553,123391,'failed_username','luis-monteiro'),(765554,123391,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765555,123391,'_message_key','user_unknown_login_failed'),(765556,123391,'_xmlrpc_request','true'),(765557,123391,'_server_remote_addr','119.28.29.195'),(765558,123391,'_server_http_x_forwarded_for_0','146.5.201.174'),(765559,123391,'_server_http_x_forwarded_for_1','119.28.29.195'),(765560,123391,'_server_http_referer','http://www.google.com.hk'),(765561,123392,'failed_username','luis-monteiro'),(765562,123392,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765563,123392,'_message_key','user_unknown_login_failed'),(765564,123392,'_xmlrpc_request','true'),(765565,123392,'_server_remote_addr','183.88.213.85'),(765566,123392,'_server_http_x_forwarded_for_0','178.74.20.130'),(765567,123392,'_server_http_x_forwarded_for_1','188.165.197.221'),(765568,123392,'_server_http_x_forwarded_for_2','183.88.213.85'),(765569,123392,'_server_http_referer','http://www.google.com.hk'),(765570,123393,'failed_username','luis-monteiro'),(765571,123393,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765572,123393,'_message_key','user_unknown_login_failed'),(765573,123393,'_xmlrpc_request','true'),(765574,123393,'_server_remote_addr','180.180.175.11'),(765575,123393,'_server_http_x_forwarded_for_0','9.248.94.66'),(765576,123393,'_server_http_x_forwarded_for_1','180.180.175.11'),(765577,123393,'_server_http_referer','http://www.google.com.hk'),(765578,123394,'failed_username','luis-monteiro'),(765579,123394,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765580,123394,'_message_key','user_unknown_login_failed'),(765581,123394,'_xmlrpc_request','true'),(765582,123394,'_server_remote_addr','183.96.217.250'),(765583,123394,'_server_http_x_forwarded_for_0','92.235.167.228'),(765584,123394,'_server_http_x_forwarded_for_1','183.96.217.250'),(765585,123394,'_server_http_referer','http://www.google.com.hk'),(765586,123395,'failed_username','luis-monteiro'),(765587,123395,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765588,123395,'_message_key','user_unknown_login_failed'),(765589,123395,'_xmlrpc_request','true'),(765590,123395,'_server_remote_addr','46.101.121.99'),(765591,123395,'_server_http_x_forwarded_for_0','65.87.21.149'),(765592,123395,'_server_http_x_forwarded_for_1','46.101.121.99'),(765593,123395,'_server_http_referer','http://www.google.com.hk'),(765594,123396,'failed_username','luis-monteiro'),(765595,123396,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765596,123396,'_message_key','user_unknown_login_failed'),(765597,123396,'_xmlrpc_request','true'),(765598,123396,'_server_remote_addr','74.15.191.160'),(765599,123396,'_server_http_x_forwarded_for_0','162.213.8.92'),(765600,123396,'_server_http_x_forwarded_for_1','74.15.191.160'),(765601,123396,'_server_http_referer','http://www.google.com.hk'),(765602,123397,'failed_username','luis-monteiro'),(765603,123397,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765604,123397,'_message_key','user_unknown_login_failed'),(765605,123397,'_xmlrpc_request','true'),(765606,123397,'_server_remote_addr','93.188.45.157'),(765607,123397,'_server_http_x_forwarded_for_1','93.188.45.157'),(765608,123397,'_server_http_referer','http://www.google.com.hk'),(765609,123398,'failed_username','luis-monteiro'),(765610,123398,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765611,123398,'_message_key','user_unknown_login_failed'),(765612,123398,'_xmlrpc_request','true'),(765613,123398,'_server_remote_addr','109.60.140.47'),(765614,123398,'_server_http_x_forwarded_for_0','132.189.244.186'),(765615,123398,'_server_http_x_forwarded_for_1','109.60.140.47'),(765616,123398,'_server_http_referer','http://www.google.com.hk'),(765617,123399,'failed_username','luis-monteiro'),(765618,123399,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765619,123399,'_message_key','user_unknown_login_failed'),(765620,123399,'_xmlrpc_request','true'),(765621,123399,'_server_remote_addr','195.235.204.178'),(765622,123399,'_server_http_x_forwarded_for_0','136.168.206.181'),(765623,123399,'_server_http_x_forwarded_for_1','188.165.197.221'),(765624,123399,'_server_http_x_forwarded_for_2','195.235.204.178'),(765625,123399,'_server_http_referer','http://www.google.com.hk'),(765626,123400,'failed_username','luis-monteiro'),(765627,123400,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765628,123400,'_message_key','user_unknown_login_failed'),(765629,123400,'_xmlrpc_request','true'),(765630,123400,'_server_remote_addr','140.227.79.99'),(765631,123400,'_server_http_x_forwarded_for_0','140.227.79.99'),(765632,123400,'_server_http_referer','http://www.google.com.hk'),(765633,123401,'failed_username','luis-monteiro'),(765634,123401,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765635,123401,'_message_key','user_unknown_login_failed'),(765636,123401,'_xmlrpc_request','true'),(765637,123401,'_server_remote_addr','92.124.195.22'),(765638,123401,'_server_http_x_forwarded_for_0','90.98.82.101'),(765639,123401,'_server_http_x_forwarded_for_1','188.165.197.221'),(765640,123401,'_server_http_x_forwarded_for_2','92.124.195.22'),(765641,123401,'_server_http_referer','http://www.google.com.hk'),(765642,123402,'failed_username','luis-monteiro'),(765643,123402,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765644,123402,'_message_key','user_unknown_login_failed'),(765645,123402,'_xmlrpc_request','true'),(765646,123402,'_server_remote_addr','182.52.31.121'),(765647,123402,'_server_http_x_forwarded_for_0','130.79.186.179'),(765648,123402,'_server_http_x_forwarded_for_1','182.52.31.121'),(765649,123402,'_server_http_referer','http://www.google.com.hk'),(765650,123403,'failed_username','luis-monteiro'),(765651,123403,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765652,123403,'_message_key','user_unknown_login_failed'),(765653,123403,'_xmlrpc_request','true'),(765654,123403,'_server_remote_addr','140.227.208.159'),(765655,123403,'_server_http_x_forwarded_for_0','140.227.208.159'),(765656,123404,'failed_username','luis-monteiro'),(765657,123404,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765658,123404,'_message_key','user_unknown_login_failed'),(765659,123404,'_xmlrpc_request','true'),(765660,123404,'_server_remote_addr','140.227.204.165'),(765661,123404,'_server_http_x_forwarded_for_0','140.227.204.165'),(765662,123405,'failed_username','luis-monteiro'),(765663,123405,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765664,123405,'_message_key','user_unknown_login_failed'),(765665,123405,'_xmlrpc_request','true'),(765666,123405,'_server_remote_addr','103.91.206.146'),(765667,123405,'_server_http_x_forwarded_for_0','220.81.66.238'),(765668,123405,'_server_http_x_forwarded_for_1','188.165.197.221'),(765669,123405,'_server_http_x_forwarded_for_2','103.91.206.146'),(765670,123405,'_server_http_referer','http://www.google.com.hk'),(765671,123406,'failed_username','luis-monteiro'),(765672,123406,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765673,123406,'_message_key','user_unknown_login_failed'),(765674,123406,'_xmlrpc_request','true'),(765675,123406,'_server_remote_addr','125.27.251.175'),(765676,123406,'_server_http_x_forwarded_for_0','16.230.218.84'),(765677,123406,'_server_http_x_forwarded_for_1','125.27.251.175'),(765678,123406,'_server_http_referer','http://www.google.com.hk'),(765679,123407,'failed_username','luis-monteiro'),(765680,123407,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765681,123407,'_message_key','user_unknown_login_failed'),(765682,123407,'_xmlrpc_request','true'),(765683,123407,'_server_remote_addr','110.235.249.54'),(765684,123407,'_server_http_x_forwarded_for_0','218.83.97.174'),(765685,123407,'_server_http_x_forwarded_for_1','110.235.249.54'),(765686,123407,'_server_http_referer','http://www.google.com.hk'),(765687,123408,'failed_username','luis-monteiro'),(765688,123408,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765689,123408,'_message_key','user_unknown_login_failed'),(765690,123408,'_xmlrpc_request','true'),(765691,123408,'_server_remote_addr','35.185.201.225'),(765692,123408,'_server_http_x_forwarded_for_0','87.132.233.186'),(765693,123408,'_server_http_x_forwarded_for_1','35.185.201.225'),(765694,123408,'_server_http_referer','http://www.google.com.hk'),(765695,123409,'failed_username','luis-monteiro'),(765696,123409,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765697,123409,'_message_key','user_unknown_login_failed'),(765698,123409,'_xmlrpc_request','true'),(765699,123409,'_server_remote_addr','178.255.175.222'),(765700,123409,'_server_http_x_forwarded_for_0','125.64.20.243'),(765701,123409,'_server_http_x_forwarded_for_1','188.165.197.221'),(765702,123409,'_server_http_x_forwarded_for_2','178.255.175.222'),(765703,123409,'_server_http_referer','http://www.google.com.hk'),(765704,123410,'failed_username','luis-monteiro'),(765705,123410,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765706,123410,'_message_key','user_unknown_login_failed'),(765707,123410,'_xmlrpc_request','true'),(765708,123410,'_server_remote_addr','139.255.92.156'),(765709,123410,'_server_http_x_forwarded_for_0','138.252.210.235'),(765710,123410,'_server_http_x_forwarded_for_1','188.165.197.221'),(765711,123410,'_server_http_x_forwarded_for_2','139.255.92.156'),(765712,123410,'_server_http_referer','http://www.google.com.hk'),(765713,123411,'failed_username','luis-monteiro'),(765714,123411,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765715,123411,'_message_key','user_unknown_login_failed'),(765716,123411,'_xmlrpc_request','true'),(765717,123411,'_server_remote_addr','87.225.108.195'),(765718,123411,'_server_http_x_forwarded_for_0','59.70.123.9'),(765719,123411,'_server_http_x_forwarded_for_1','188.165.197.221'),(765720,123411,'_server_http_x_forwarded_for_2','87.225.108.195'),(765721,123411,'_server_http_referer','http://www.google.com.hk'),(765722,123412,'failed_username','luis-monteiro'),(765723,123412,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765724,123412,'_message_key','user_unknown_login_failed'),(765725,123412,'_xmlrpc_request','true'),(765726,123412,'_server_remote_addr','125.25.165.21'),(765727,123412,'_server_http_x_forwarded_for_0','54.12.134.58'),(765728,123412,'_server_http_x_forwarded_for_1','125.25.165.21'),(765729,123412,'_server_http_referer','http://www.google.com.hk'),(765730,123413,'failed_username','luis-monteiro'),(765731,123413,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765732,123413,'_message_key','user_unknown_login_failed'),(765733,123413,'_xmlrpc_request','true'),(765734,123413,'_server_remote_addr','185.15.189.67'),(765735,123413,'_server_http_x_forwarded_for_0','53.176.99.203'),(765736,123413,'_server_http_x_forwarded_for_1','185.15.189.67'),(765737,123413,'_server_http_referer','http://www.google.com.hk'),(765738,123414,'failed_username','luis-monteiro'),(765739,123414,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765740,123414,'_message_key','user_unknown_login_failed'),(765741,123414,'_xmlrpc_request','true'),(765742,123414,'_server_remote_addr','125.25.165.105'),(765743,123414,'_server_http_x_forwarded_for_0','75.225.34.20'),(765744,123414,'_server_http_x_forwarded_for_1','125.25.165.105'),(765745,123414,'_server_http_referer','http://www.google.com.hk'),(765746,123415,'failed_username','luis-monteiro'),(765747,123415,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765748,123415,'_message_key','user_unknown_login_failed'),(765749,123415,'_xmlrpc_request','true'),(765750,123415,'_server_remote_addr','83.103.212.159'),(765751,123415,'_server_http_x_forwarded_for_0','164.60.50.133'),(765752,123415,'_server_http_x_forwarded_for_1','83.103.212.159'),(765753,123415,'_server_http_referer','http://www.google.com.hk'),(765754,123416,'failed_username','luis-monteiro'),(765755,123416,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765756,123416,'_message_key','user_unknown_login_failed'),(765757,123416,'_xmlrpc_request','true'),(765758,123416,'_server_remote_addr','101.51.106.85'),(765759,123416,'_server_http_x_forwarded_for_0','114.218.154.4'),(765760,123416,'_server_http_x_forwarded_for_1','101.51.106.85'),(765761,123416,'_server_http_referer','http://www.google.com.hk'),(765762,123417,'failed_username','luis-monteiro'),(765763,123417,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(765764,123417,'_message_key','user_unknown_login_failed'),(765765,123417,'_xmlrpc_request','true'),(765766,123417,'_server_remote_addr','27.145.100.22'),(765767,123417,'_server_http_x_forwarded_for_0','48.28.134.173'),(765768,123417,'_server_http_x_forwarded_for_1','188.165.197.221'),(765769,123417,'_server_http_x_forwarded_for_2','27.145.100.22'),(765770,123417,'_server_http_referer','http://www.google.com.hk'),(765771,123418,'login_id','1'),(765772,123418,'login_email','mentolnet@gmail.com'),(765773,123418,'login','mentol'),(765774,123418,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(765775,123418,'_message_key','user_login_failed'),(765776,123418,'_xmlrpc_request','true'),(765777,123418,'_server_remote_addr','194.113.106.124'),(765778,123418,'_server_http_x_forwarded_for_0','194.113.106.124'),(765779,123419,'login_id','1'),(765780,123419,'login_email','mentolnet@gmail.com'),(765781,123419,'login','mentol'),(765782,123419,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(765783,123419,'_message_key','user_login_failed'),(765784,123419,'_xmlrpc_request','true'),(765785,123419,'_server_remote_addr','194.113.106.124'),(765786,123419,'_server_http_x_forwarded_for_0','194.113.106.124'),(765787,123420,'login_id','1'),(765788,123420,'login_email','mentolnet@gmail.com'),(765789,123420,'login','mentol'),(765790,123420,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(765791,123420,'_message_key','user_login_failed'),(765792,123420,'_xmlrpc_request','true'),(765793,123420,'_server_remote_addr','194.113.106.124'),(765794,123420,'_server_http_x_forwarded_for_0','194.113.106.124'),(765795,123421,'login_id','1'),(765796,123421,'login_email','mentolnet@gmail.com'),(765797,123421,'login','mentol'),(765798,123421,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(765799,123421,'_message_key','user_login_failed'),(765800,123421,'_xmlrpc_request','true'),(765801,123421,'_server_remote_addr','194.113.106.124'),(765802,123421,'_server_http_x_forwarded_for_0','194.113.106.124'),(765803,123422,'login_id','1'),(765804,123422,'login_email','mentolnet@gmail.com'),(765805,123422,'login','mentol'),(765806,123422,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(765807,123422,'_message_key','user_login_failed'),(765808,123422,'_xmlrpc_request','true'),(765809,123422,'_server_remote_addr','194.113.106.124'),(765810,123422,'_server_http_x_forwarded_for_0','194.113.106.124'),(765811,123423,'login_id','1'),(765812,123423,'login_email','mentolnet@gmail.com'),(765813,123423,'login','mentol'),(765814,123423,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(765815,123423,'_message_key','user_login_failed'),(765816,123423,'_xmlrpc_request','true'),(765817,123423,'_server_remote_addr','194.113.106.124'),(765818,123423,'_server_http_x_forwarded_for_0','194.113.106.124'),(765819,123424,'plugin_name','WP SVG images'),(765820,123424,'plugin_current_version','2.2'),(765821,123424,'plugin_new_version','2.9'),(765822,123424,'_message_key','plugin_update_available'),(765823,123424,'_server_remote_addr','130.185.87.25'),(765824,123424,'_server_http_x_forwarded_for_0','130.185.87.25'),(765825,123424,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1544295763.3998970985412597656250'),(765826,123425,'login_id','1'),(765827,123425,'login_email','mentolnet@gmail.com'),(765828,123425,'login','mentol'),(765829,123425,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765830,123425,'_message_key','user_login_failed'),(765831,123425,'_server_remote_addr','5.157.96.66'),(765832,123425,'_server_http_x_forwarded_for_0','5.157.96.66'),(765833,123426,'login_id','1'),(765834,123426,'login_email','mentolnet@gmail.com'),(765835,123426,'login','mentol'),(765836,123426,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765837,123426,'_message_key','user_login_failed'),(765838,123426,'_server_remote_addr','5.157.96.66'),(765839,123426,'_server_http_x_forwarded_for_0','5.157.96.66'),(765840,123427,'login_id','1'),(765841,123427,'login_email','mentolnet@gmail.com'),(765842,123427,'login','mentol'),(765843,123427,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765844,123427,'_message_key','user_login_failed'),(765845,123427,'_server_remote_addr','5.157.96.66'),(765846,123427,'_server_http_x_forwarded_for_0','5.157.96.66'),(765847,123428,'login_id','1'),(765848,123428,'login_email','mentolnet@gmail.com'),(765849,123428,'login','mentol'),(765850,123428,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765851,123428,'_message_key','user_login_failed'),(765852,123428,'_server_remote_addr','5.157.96.66'),(765853,123428,'_server_http_x_forwarded_for_0','5.157.96.66'),(765854,123429,'login_id','1'),(765855,123429,'login_email','mentolnet@gmail.com'),(765856,123429,'login','mentol'),(765857,123429,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765858,123429,'_message_key','user_login_failed'),(765859,123429,'_server_remote_addr','5.157.96.66'),(765860,123429,'_server_http_x_forwarded_for_0','5.157.96.66'),(765861,123430,'login_id','1'),(765862,123430,'login_email','mentolnet@gmail.com'),(765863,123430,'login','mentol'),(765864,123430,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765865,123430,'_message_key','user_login_failed'),(765866,123430,'_server_remote_addr','5.157.96.66'),(765867,123430,'_server_http_x_forwarded_for_0','5.157.96.66'),(765868,123431,'login_id','1'),(765869,123431,'login_email','mentolnet@gmail.com'),(765870,123431,'login','mentol'),(765871,123431,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765872,123431,'_message_key','user_login_failed'),(765873,123431,'_server_remote_addr','5.157.96.66'),(765874,123431,'_server_http_x_forwarded_for_0','5.157.96.66'),(765875,123432,'login_id','1'),(765876,123432,'login_email','mentolnet@gmail.com'),(765877,123432,'login','mentol'),(765878,123432,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765879,123432,'_message_key','user_login_failed'),(765880,123432,'_server_remote_addr','5.157.96.66'),(765881,123432,'_server_http_x_forwarded_for_0','5.157.96.66'),(765882,123433,'login_id','1'),(765883,123433,'login_email','mentolnet@gmail.com'),(765884,123433,'login','mentol'),(765885,123433,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765886,123433,'_message_key','user_login_failed'),(765887,123433,'_server_remote_addr','5.157.96.66'),(765888,123433,'_server_http_x_forwarded_for_0','5.157.96.66'),(765889,123434,'login_id','1'),(765890,123434,'login_email','mentolnet@gmail.com'),(765891,123434,'login','mentol'),(765892,123434,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765893,123434,'_message_key','user_login_failed'),(765894,123434,'_server_remote_addr','5.157.96.66'),(765895,123434,'_server_http_x_forwarded_for_0','5.157.96.66'),(765896,123435,'login_id','1'),(765897,123435,'login_email','mentolnet@gmail.com'),(765898,123435,'login','mentol'),(765899,123435,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765900,123435,'_message_key','user_login_failed'),(765901,123435,'_server_remote_addr','5.157.96.66'),(765902,123435,'_server_http_x_forwarded_for_0','5.157.96.66'),(765903,123436,'login_id','1'),(765904,123436,'login_email','mentolnet@gmail.com'),(765905,123436,'login','mentol'),(765906,123436,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765907,123436,'_message_key','user_login_failed'),(765908,123436,'_server_remote_addr','5.157.96.66'),(765909,123436,'_server_http_x_forwarded_for_0','5.157.96.66'),(765910,123437,'login_id','1'),(765911,123437,'login_email','mentolnet@gmail.com'),(765912,123437,'login','mentol'),(765913,123437,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765914,123437,'_message_key','user_login_failed'),(765915,123437,'_server_remote_addr','5.157.96.66'),(765916,123437,'_server_http_x_forwarded_for_0','5.157.96.66'),(765917,123438,'login_id','1'),(765918,123438,'login_email','mentolnet@gmail.com'),(765919,123438,'login','mentol'),(765920,123438,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765921,123438,'_message_key','user_login_failed'),(765922,123438,'_server_remote_addr','5.157.96.66'),(765923,123438,'_server_http_x_forwarded_for_0','5.157.96.66'),(765924,123439,'login_id','1'),(765925,123439,'login_email','mentolnet@gmail.com'),(765926,123439,'login','mentol'),(765927,123439,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765928,123439,'_message_key','user_login_failed'),(765929,123439,'_server_remote_addr','5.157.96.66'),(765930,123439,'_server_http_x_forwarded_for_0','5.157.96.66'),(765931,123440,'login_id','1'),(765932,123440,'login_email','mentolnet@gmail.com'),(765933,123440,'login','mentol'),(765934,123440,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765935,123440,'_message_key','user_login_failed'),(765936,123440,'_server_remote_addr','5.157.96.66'),(765937,123440,'_server_http_x_forwarded_for_0','5.157.96.66'),(765938,123441,'login_id','1'),(765939,123441,'login_email','mentolnet@gmail.com'),(765940,123441,'login','mentol'),(765941,123441,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765942,123441,'_message_key','user_login_failed'),(765943,123441,'_server_remote_addr','5.157.96.66'),(765944,123441,'_server_http_x_forwarded_for_0','5.157.96.66'),(765945,123442,'login_id','1'),(765946,123442,'login_email','mentolnet@gmail.com'),(765947,123442,'login','mentol'),(765948,123442,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765949,123442,'_message_key','user_login_failed'),(765950,123442,'_server_remote_addr','5.157.96.66'),(765951,123442,'_server_http_x_forwarded_for_0','5.157.96.66'),(765952,123443,'login_id','1'),(765953,123443,'login_email','mentolnet@gmail.com'),(765954,123443,'login','mentol'),(765955,123443,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765956,123443,'_message_key','user_login_failed'),(765957,123443,'_server_remote_addr','5.157.96.66'),(765958,123443,'_server_http_x_forwarded_for_0','5.157.96.66'),(765959,123444,'login_id','1'),(765960,123444,'login_email','mentolnet@gmail.com'),(765961,123444,'login','mentol'),(765962,123444,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765963,123444,'_message_key','user_login_failed'),(765964,123444,'_server_remote_addr','5.157.96.66'),(765965,123444,'_server_http_x_forwarded_for_0','5.157.96.66'),(765966,123445,'login_id','1'),(765967,123445,'login_email','mentolnet@gmail.com'),(765968,123445,'login','mentol'),(765969,123445,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765970,123445,'_message_key','user_login_failed'),(765971,123445,'_server_remote_addr','5.157.96.66'),(765972,123445,'_server_http_x_forwarded_for_0','5.157.96.66'),(765973,123446,'login_id','1'),(765974,123446,'login_email','mentolnet@gmail.com'),(765975,123446,'login','mentol'),(765976,123446,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765977,123446,'_message_key','user_login_failed'),(765978,123446,'_server_remote_addr','5.157.96.66'),(765979,123446,'_server_http_x_forwarded_for_0','5.157.96.66'),(765980,123447,'login_id','1'),(765981,123447,'login_email','mentolnet@gmail.com'),(765982,123447,'login','mentol'),(765983,123447,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765984,123447,'_message_key','user_login_failed'),(765985,123447,'_server_remote_addr','5.157.96.66'),(765986,123447,'_server_http_x_forwarded_for_0','5.157.96.66'),(765987,123448,'login_id','1'),(765988,123448,'login_email','mentolnet@gmail.com'),(765989,123448,'login','mentol'),(765990,123448,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765991,123448,'_message_key','user_login_failed'),(765992,123448,'_server_remote_addr','5.157.96.66'),(765993,123448,'_server_http_x_forwarded_for_0','5.157.96.66'),(765994,123449,'login_id','1'),(765995,123449,'login_email','mentolnet@gmail.com'),(765996,123449,'login','mentol'),(765997,123449,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(765998,123449,'_message_key','user_login_failed'),(765999,123449,'_server_remote_addr','5.157.96.66'),(766000,123449,'_server_http_x_forwarded_for_0','5.157.96.66'),(766001,123450,'login_id','1'),(766002,123450,'login_email','mentolnet@gmail.com'),(766003,123450,'login','mentol'),(766004,123450,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766005,123450,'_message_key','user_login_failed'),(766006,123450,'_server_remote_addr','5.157.96.66'),(766007,123450,'_server_http_x_forwarded_for_0','5.157.96.66'),(766008,123451,'login_id','1'),(766009,123451,'login_email','mentolnet@gmail.com'),(766010,123451,'login','mentol'),(766011,123451,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766012,123451,'_message_key','user_login_failed'),(766013,123451,'_server_remote_addr','5.157.96.66'),(766014,123451,'_server_http_x_forwarded_for_0','5.157.96.66'),(766015,123452,'login_id','1'),(766016,123452,'login_email','mentolnet@gmail.com'),(766017,123452,'login','mentol'),(766018,123452,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766019,123452,'_message_key','user_login_failed'),(766020,123452,'_server_remote_addr','5.157.96.66'),(766021,123452,'_server_http_x_forwarded_for_0','5.157.96.66'),(766022,123453,'login_id','1'),(766023,123453,'login_email','mentolnet@gmail.com'),(766024,123453,'login','mentol'),(766025,123453,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766026,123453,'_message_key','user_login_failed'),(766027,123453,'_server_remote_addr','5.157.96.66'),(766028,123453,'_server_http_x_forwarded_for_0','5.157.96.66'),(766029,123454,'login_id','1'),(766030,123454,'login_email','mentolnet@gmail.com'),(766031,123454,'login','mentol'),(766032,123454,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766033,123454,'_message_key','user_login_failed'),(766034,123454,'_server_remote_addr','5.157.96.66'),(766035,123454,'_server_http_x_forwarded_for_0','5.157.96.66'),(766036,123455,'login_id','1'),(766037,123455,'login_email','mentolnet@gmail.com'),(766038,123455,'login','mentol'),(766039,123455,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766040,123455,'_message_key','user_login_failed'),(766041,123455,'_server_remote_addr','5.157.96.66'),(766042,123455,'_server_http_x_forwarded_for_0','5.157.96.66'),(766043,123456,'login_id','1'),(766044,123456,'login_email','mentolnet@gmail.com'),(766045,123456,'login','mentol'),(766046,123456,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766047,123456,'_message_key','user_login_failed'),(766048,123456,'_server_remote_addr','5.157.96.66'),(766049,123456,'_server_http_x_forwarded_for_0','5.157.96.66'),(766050,123457,'login_id','1'),(766051,123457,'login_email','mentolnet@gmail.com'),(766052,123457,'login','mentol'),(766053,123457,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766054,123457,'_message_key','user_login_failed'),(766055,123457,'_server_remote_addr','5.157.96.66'),(766056,123457,'_server_http_x_forwarded_for_0','5.157.96.66'),(766057,123458,'login_id','1'),(766058,123458,'login_email','mentolnet@gmail.com'),(766059,123458,'login','mentol'),(766060,123458,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766061,123458,'_message_key','user_login_failed'),(766062,123458,'_server_remote_addr','5.157.96.66'),(766063,123458,'_server_http_x_forwarded_for_0','5.157.96.66'),(766064,123459,'login_id','1'),(766065,123459,'login_email','mentolnet@gmail.com'),(766066,123459,'login','mentol'),(766067,123459,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766068,123459,'_message_key','user_login_failed'),(766069,123459,'_server_remote_addr','5.157.96.66'),(766070,123459,'_server_http_x_forwarded_for_0','5.157.96.66'),(766071,123460,'login_id','1'),(766072,123460,'login_email','mentolnet@gmail.com'),(766073,123460,'login','mentol'),(766074,123460,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766075,123460,'_message_key','user_login_failed'),(766076,123460,'_server_remote_addr','5.157.96.66'),(766077,123460,'_server_http_x_forwarded_for_0','5.157.96.66'),(766078,123461,'login_id','1'),(766079,123461,'login_email','mentolnet@gmail.com'),(766080,123461,'login','mentol'),(766081,123461,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766082,123461,'_message_key','user_login_failed'),(766083,123461,'_server_remote_addr','5.157.96.66'),(766084,123461,'_server_http_x_forwarded_for_0','5.157.96.66'),(766085,123462,'login_id','1'),(766086,123462,'login_email','mentolnet@gmail.com'),(766087,123462,'login','mentol'),(766088,123462,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766089,123462,'_message_key','user_login_failed'),(766090,123462,'_server_remote_addr','5.157.96.66'),(766091,123462,'_server_http_x_forwarded_for_0','5.157.96.66'),(766092,123463,'login_id','1'),(766093,123463,'login_email','mentolnet@gmail.com'),(766094,123463,'login','mentol'),(766095,123463,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766096,123463,'_message_key','user_login_failed'),(766097,123463,'_server_remote_addr','5.157.96.66'),(766098,123463,'_server_http_x_forwarded_for_0','5.157.96.66'),(766099,123464,'login_id','1'),(766100,123464,'login_email','mentolnet@gmail.com'),(766101,123464,'login','mentol'),(766102,123464,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766103,123464,'_message_key','user_login_failed'),(766104,123464,'_server_remote_addr','5.157.96.66'),(766105,123464,'_server_http_x_forwarded_for_0','5.157.96.66'),(766106,123465,'login_id','1'),(766107,123465,'login_email','mentolnet@gmail.com'),(766108,123465,'login','mentol'),(766109,123465,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766110,123465,'_message_key','user_login_failed'),(766111,123465,'_server_remote_addr','5.157.96.66'),(766112,123465,'_server_http_x_forwarded_for_0','5.157.96.66'),(766113,123466,'login_id','1'),(766114,123466,'login_email','mentolnet@gmail.com'),(766115,123466,'login','mentol'),(766116,123466,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766117,123466,'_message_key','user_login_failed'),(766118,123466,'_server_remote_addr','5.157.96.66'),(766119,123466,'_server_http_x_forwarded_for_0','5.157.96.66'),(766120,123467,'login_id','1'),(766121,123467,'login_email','mentolnet@gmail.com'),(766122,123467,'login','mentol'),(766123,123467,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766124,123467,'_message_key','user_login_failed'),(766125,123467,'_server_remote_addr','5.157.96.66'),(766126,123467,'_server_http_x_forwarded_for_0','5.157.96.66'),(766127,123468,'login_id','1'),(766128,123468,'login_email','mentolnet@gmail.com'),(766129,123468,'login','mentol'),(766130,123468,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766131,123468,'_message_key','user_login_failed'),(766132,123468,'_server_remote_addr','5.157.96.66'),(766133,123468,'_server_http_x_forwarded_for_0','5.157.96.66'),(766134,123469,'login_id','1'),(766135,123469,'login_email','mentolnet@gmail.com'),(766136,123469,'login','mentol'),(766137,123469,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766138,123469,'_message_key','user_login_failed'),(766139,123469,'_server_remote_addr','5.157.96.66'),(766140,123469,'_server_http_x_forwarded_for_0','5.157.96.66'),(766141,123470,'login_id','1'),(766142,123470,'login_email','mentolnet@gmail.com'),(766143,123470,'login','mentol'),(766144,123470,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766145,123470,'_message_key','user_login_failed'),(766146,123470,'_server_remote_addr','5.157.96.66'),(766147,123470,'_server_http_x_forwarded_for_0','5.157.96.66'),(766148,123471,'login_id','1'),(766149,123471,'login_email','mentolnet@gmail.com'),(766150,123471,'login','mentol'),(766151,123471,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766152,123471,'_message_key','user_login_failed'),(766153,123471,'_server_remote_addr','5.157.96.66'),(766154,123471,'_server_http_x_forwarded_for_0','5.157.96.66'),(766155,123472,'login_id','1'),(766156,123472,'login_email','mentolnet@gmail.com'),(766157,123472,'login','mentol'),(766158,123472,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766159,123472,'_message_key','user_login_failed'),(766160,123472,'_server_remote_addr','5.157.96.66'),(766161,123472,'_server_http_x_forwarded_for_0','5.157.96.66'),(766162,123473,'login_id','1'),(766163,123473,'login_email','mentolnet@gmail.com'),(766164,123473,'login','mentol'),(766165,123473,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766166,123473,'_message_key','user_login_failed'),(766167,123473,'_server_remote_addr','5.157.96.66'),(766168,123473,'_server_http_x_forwarded_for_0','5.157.96.66'),(766169,123474,'login_id','1'),(766170,123474,'login_email','mentolnet@gmail.com'),(766171,123474,'login','mentol'),(766172,123474,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766173,123474,'_message_key','user_login_failed'),(766174,123474,'_server_remote_addr','5.157.96.66'),(766175,123474,'_server_http_x_forwarded_for_0','5.157.96.66'),(766176,123475,'login_id','1'),(766177,123475,'login_email','mentolnet@gmail.com'),(766178,123475,'login','mentol'),(766179,123475,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766180,123475,'_message_key','user_login_failed'),(766181,123475,'_server_remote_addr','5.157.96.66'),(766182,123475,'_server_http_x_forwarded_for_0','5.157.96.66'),(766183,123476,'login_id','1'),(766184,123476,'login_email','mentolnet@gmail.com'),(766185,123476,'login','mentol'),(766186,123476,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766187,123476,'_message_key','user_login_failed'),(766188,123476,'_server_remote_addr','5.157.96.66'),(766189,123476,'_server_http_x_forwarded_for_0','5.157.96.66'),(766190,123477,'login_id','1'),(766191,123477,'login_email','mentolnet@gmail.com'),(766192,123477,'login','mentol'),(766193,123477,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766194,123477,'_message_key','user_login_failed'),(766195,123477,'_server_remote_addr','5.157.96.66'),(766196,123477,'_server_http_x_forwarded_for_0','5.157.96.66'),(766197,123478,'login_id','1'),(766198,123478,'login_email','mentolnet@gmail.com'),(766199,123478,'login','mentol'),(766200,123478,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766201,123478,'_message_key','user_login_failed'),(766202,123478,'_server_remote_addr','5.157.96.66'),(766203,123478,'_server_http_x_forwarded_for_0','5.157.96.66'),(766204,123479,'login_id','1'),(766205,123479,'login_email','mentolnet@gmail.com'),(766206,123479,'login','mentol'),(766207,123479,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766208,123479,'_message_key','user_login_failed'),(766209,123479,'_server_remote_addr','5.157.96.66'),(766210,123479,'_server_http_x_forwarded_for_0','5.157.96.66'),(766211,123480,'login_id','1'),(766212,123480,'login_email','mentolnet@gmail.com'),(766213,123480,'login','mentol'),(766214,123480,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766215,123480,'_message_key','user_login_failed'),(766216,123480,'_server_remote_addr','5.157.96.66'),(766217,123480,'_server_http_x_forwarded_for_0','5.157.96.66'),(766218,123481,'login_id','1'),(766219,123481,'login_email','mentolnet@gmail.com'),(766220,123481,'login','mentol'),(766221,123481,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766222,123481,'_message_key','user_login_failed'),(766223,123481,'_server_remote_addr','5.157.96.66'),(766224,123481,'_server_http_x_forwarded_for_0','5.157.96.66'),(766225,123482,'login_id','1'),(766226,123482,'login_email','mentolnet@gmail.com'),(766227,123482,'login','mentol'),(766228,123482,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766229,123482,'_message_key','user_login_failed'),(766230,123482,'_server_remote_addr','5.157.96.66'),(766231,123482,'_server_http_x_forwarded_for_0','5.157.96.66'),(766232,123483,'login_id','1'),(766233,123483,'login_email','mentolnet@gmail.com'),(766234,123483,'login','mentol'),(766235,123483,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766236,123483,'_message_key','user_login_failed'),(766237,123483,'_server_remote_addr','5.157.96.66'),(766238,123483,'_server_http_x_forwarded_for_0','5.157.96.66'),(766239,123484,'login_id','1'),(766240,123484,'login_email','mentolnet@gmail.com'),(766241,123484,'login','mentol'),(766242,123484,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766243,123484,'_message_key','user_login_failed'),(766244,123484,'_server_remote_addr','5.157.96.66'),(766245,123484,'_server_http_x_forwarded_for_0','5.157.96.66'),(766246,123485,'login_id','1'),(766247,123485,'login_email','mentolnet@gmail.com'),(766248,123485,'login','mentol'),(766249,123485,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766250,123485,'_message_key','user_login_failed'),(766251,123485,'_server_remote_addr','5.157.96.66'),(766252,123485,'_server_http_x_forwarded_for_0','5.157.96.66'),(766253,123486,'login_id','1'),(766254,123486,'login_email','mentolnet@gmail.com'),(766255,123486,'login','mentol'),(766256,123486,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766257,123486,'_message_key','user_login_failed'),(766258,123486,'_server_remote_addr','5.157.96.66'),(766259,123486,'_server_http_x_forwarded_for_0','5.157.96.66'),(766260,123487,'login_id','1'),(766261,123487,'login_email','mentolnet@gmail.com'),(766262,123487,'login','mentol'),(766263,123487,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766264,123487,'_message_key','user_login_failed'),(766265,123487,'_server_remote_addr','5.157.96.66'),(766266,123487,'_server_http_x_forwarded_for_0','5.157.96.66'),(766267,123488,'login_id','1'),(766268,123488,'login_email','mentolnet@gmail.com'),(766269,123488,'login','mentol'),(766270,123488,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766271,123488,'_message_key','user_login_failed'),(766272,123488,'_server_remote_addr','5.157.96.66'),(766273,123488,'_server_http_x_forwarded_for_0','5.157.96.66'),(766274,123489,'login_id','1'),(766275,123489,'login_email','mentolnet@gmail.com'),(766276,123489,'login','mentol'),(766277,123489,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766278,123489,'_message_key','user_login_failed'),(766279,123489,'_server_remote_addr','5.157.96.66'),(766280,123489,'_server_http_x_forwarded_for_0','5.157.96.66'),(766281,123490,'login_id','1'),(766282,123490,'login_email','mentolnet@gmail.com'),(766283,123490,'login','mentol'),(766284,123490,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766285,123490,'_message_key','user_login_failed'),(766286,123490,'_server_remote_addr','5.157.96.66'),(766287,123490,'_server_http_x_forwarded_for_0','5.157.96.66'),(766288,123491,'login_id','1'),(766289,123491,'login_email','mentolnet@gmail.com'),(766290,123491,'login','mentol'),(766291,123491,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766292,123491,'_message_key','user_login_failed'),(766293,123491,'_server_remote_addr','5.157.96.66'),(766294,123491,'_server_http_x_forwarded_for_0','5.157.96.66'),(766295,123492,'login_id','1'),(766296,123492,'login_email','mentolnet@gmail.com'),(766297,123492,'login','mentol'),(766298,123492,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766299,123492,'_message_key','user_login_failed'),(766300,123492,'_server_remote_addr','5.157.96.66'),(766301,123492,'_server_http_x_forwarded_for_0','5.157.96.66'),(766302,123493,'login_id','1'),(766303,123493,'login_email','mentolnet@gmail.com'),(766304,123493,'login','mentol'),(766305,123493,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766306,123493,'_message_key','user_login_failed'),(766307,123493,'_server_remote_addr','5.157.96.66'),(766308,123493,'_server_http_x_forwarded_for_0','5.157.96.66'),(766309,123494,'login_id','1'),(766310,123494,'login_email','mentolnet@gmail.com'),(766311,123494,'login','mentol'),(766312,123494,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766313,123494,'_message_key','user_login_failed'),(766314,123494,'_server_remote_addr','5.157.96.66'),(766315,123494,'_server_http_x_forwarded_for_0','5.157.96.66'),(766316,123495,'login_id','1'),(766317,123495,'login_email','mentolnet@gmail.com'),(766318,123495,'login','mentol'),(766319,123495,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766320,123495,'_message_key','user_login_failed'),(766321,123495,'_server_remote_addr','5.157.96.66'),(766322,123495,'_server_http_x_forwarded_for_0','5.157.96.66'),(766323,123496,'login_id','1'),(766324,123496,'login_email','mentolnet@gmail.com'),(766325,123496,'login','mentol'),(766326,123496,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766327,123496,'_message_key','user_login_failed'),(766328,123496,'_server_remote_addr','5.157.96.66'),(766329,123496,'_server_http_x_forwarded_for_0','5.157.96.66'),(766330,123497,'login_id','1'),(766331,123497,'login_email','mentolnet@gmail.com'),(766332,123497,'login','mentol'),(766333,123497,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766334,123497,'_message_key','user_login_failed'),(766335,123497,'_server_remote_addr','5.157.96.66'),(766336,123497,'_server_http_x_forwarded_for_0','5.157.96.66'),(766337,123498,'login_id','1'),(766338,123498,'login_email','mentolnet@gmail.com'),(766339,123498,'login','mentol'),(766340,123498,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766341,123498,'_message_key','user_login_failed'),(766342,123498,'_server_remote_addr','5.157.96.66'),(766343,123498,'_server_http_x_forwarded_for_0','5.157.96.66'),(766344,123499,'login_id','1'),(766345,123499,'login_email','mentolnet@gmail.com'),(766346,123499,'login','mentol'),(766347,123499,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766348,123499,'_message_key','user_login_failed'),(766349,123499,'_server_remote_addr','5.157.96.66'),(766350,123499,'_server_http_x_forwarded_for_0','5.157.96.66'),(766351,123500,'login_id','1'),(766352,123500,'login_email','mentolnet@gmail.com'),(766353,123500,'login','mentol'),(766354,123500,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766355,123500,'_message_key','user_login_failed'),(766356,123500,'_server_remote_addr','5.157.96.66'),(766357,123500,'_server_http_x_forwarded_for_0','5.157.96.66'),(766358,123501,'login_id','1'),(766359,123501,'login_email','mentolnet@gmail.com'),(766360,123501,'login','mentol'),(766361,123501,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766362,123501,'_message_key','user_login_failed'),(766363,123501,'_server_remote_addr','5.157.96.66'),(766364,123501,'_server_http_x_forwarded_for_0','5.157.96.66'),(766365,123502,'login_id','1'),(766366,123502,'login_email','mentolnet@gmail.com'),(766367,123502,'login','mentol'),(766368,123502,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766369,123502,'_message_key','user_login_failed'),(766370,123502,'_server_remote_addr','5.157.96.66'),(766371,123502,'_server_http_x_forwarded_for_0','5.157.96.66'),(766372,123503,'login_id','1'),(766373,123503,'login_email','mentolnet@gmail.com'),(766374,123503,'login','mentol'),(766375,123503,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766376,123503,'_message_key','user_login_failed'),(766377,123503,'_server_remote_addr','5.157.96.66'),(766378,123503,'_server_http_x_forwarded_for_0','5.157.96.66'),(766379,123504,'login_id','1'),(766380,123504,'login_email','mentolnet@gmail.com'),(766381,123504,'login','mentol'),(766382,123504,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766383,123504,'_message_key','user_login_failed'),(766384,123504,'_server_remote_addr','5.157.96.66'),(766385,123504,'_server_http_x_forwarded_for_0','5.157.96.66'),(766386,123505,'login_id','1'),(766387,123505,'login_email','mentolnet@gmail.com'),(766388,123505,'login','mentol'),(766389,123505,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766390,123505,'_message_key','user_login_failed'),(766391,123505,'_server_remote_addr','5.157.96.66'),(766392,123505,'_server_http_x_forwarded_for_0','5.157.96.66'),(766393,123506,'login_id','1'),(766394,123506,'login_email','mentolnet@gmail.com'),(766395,123506,'login','mentol'),(766396,123506,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766397,123506,'_message_key','user_login_failed'),(766398,123506,'_server_remote_addr','5.157.96.66'),(766399,123506,'_server_http_x_forwarded_for_0','5.157.96.66'),(766400,123507,'login_id','1'),(766401,123507,'login_email','mentolnet@gmail.com'),(766402,123507,'login','mentol'),(766403,123507,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766404,123507,'_message_key','user_login_failed'),(766405,123507,'_server_remote_addr','5.157.96.66'),(766406,123507,'_server_http_x_forwarded_for_0','5.157.96.66'),(766407,123508,'login_id','1'),(766408,123508,'login_email','mentolnet@gmail.com'),(766409,123508,'login','mentol'),(766410,123508,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766411,123508,'_message_key','user_login_failed'),(766412,123508,'_server_remote_addr','5.157.96.66'),(766413,123508,'_server_http_x_forwarded_for_0','5.157.96.66'),(766414,123509,'login_id','1'),(766415,123509,'login_email','mentolnet@gmail.com'),(766416,123509,'login','mentol'),(766417,123509,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766418,123509,'_message_key','user_login_failed'),(766419,123509,'_server_remote_addr','5.157.96.66'),(766420,123509,'_server_http_x_forwarded_for_0','5.157.96.66'),(766421,123510,'login_id','1'),(766422,123510,'login_email','mentolnet@gmail.com'),(766423,123510,'login','mentol'),(766424,123510,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766425,123510,'_message_key','user_login_failed'),(766426,123510,'_server_remote_addr','5.157.96.66'),(766427,123510,'_server_http_x_forwarded_for_0','5.157.96.66'),(766428,123511,'login_id','1'),(766429,123511,'login_email','mentolnet@gmail.com'),(766430,123511,'login','mentol'),(766431,123511,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766432,123511,'_message_key','user_login_failed'),(766433,123511,'_server_remote_addr','5.157.96.66'),(766434,123511,'_server_http_x_forwarded_for_0','5.157.96.66'),(766435,123512,'login_id','1'),(766436,123512,'login_email','mentolnet@gmail.com'),(766437,123512,'login','mentol'),(766438,123512,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766439,123512,'_message_key','user_login_failed'),(766440,123512,'_server_remote_addr','5.157.96.66'),(766441,123512,'_server_http_x_forwarded_for_0','5.157.96.66'),(766442,123513,'login_id','1'),(766443,123513,'login_email','mentolnet@gmail.com'),(766444,123513,'login','mentol'),(766445,123513,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766446,123513,'_message_key','user_login_failed'),(766447,123513,'_server_remote_addr','118.163.135.17'),(766448,123513,'_server_http_x_forwarded_for_0','118.163.135.17'),(766449,123514,'login_id','1'),(766450,123514,'login_email','mentolnet@gmail.com'),(766451,123514,'login','mentol'),(766452,123514,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766453,123514,'_message_key','user_login_failed'),(766454,123514,'_server_remote_addr','118.163.135.17'),(766455,123514,'_server_http_x_forwarded_for_0','118.163.135.17'),(766456,123515,'login_id','1'),(766457,123515,'login_email','mentolnet@gmail.com'),(766458,123515,'login','mentol'),(766459,123515,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766460,123515,'_message_key','user_login_failed'),(766461,123515,'_server_remote_addr','118.163.135.17'),(766462,123515,'_server_http_x_forwarded_for_0','118.163.135.17'),(766463,123516,'login_id','1'),(766464,123516,'login_email','mentolnet@gmail.com'),(766465,123516,'login','mentol'),(766466,123516,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766467,123516,'_message_key','user_login_failed'),(766468,123516,'_server_remote_addr','118.163.135.17'),(766469,123516,'_server_http_x_forwarded_for_0','118.163.135.17'),(766470,123517,'login_id','1'),(766471,123517,'login_email','mentolnet@gmail.com'),(766472,123517,'login','mentol'),(766473,123517,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766474,123517,'_message_key','user_login_failed'),(766475,123517,'_server_remote_addr','118.163.135.17'),(766476,123517,'_server_http_x_forwarded_for_0','118.163.135.17'),(766477,123518,'login_id','1'),(766478,123518,'login_email','mentolnet@gmail.com'),(766479,123518,'login','mentol'),(766480,123518,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766481,123518,'_message_key','user_login_failed'),(766482,123518,'_server_remote_addr','118.163.135.17'),(766483,123518,'_server_http_x_forwarded_for_0','118.163.135.17'),(766484,123519,'login_id','1'),(766485,123519,'login_email','mentolnet@gmail.com'),(766486,123519,'login','mentol'),(766487,123519,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766488,123519,'_message_key','user_login_failed'),(766489,123519,'_server_remote_addr','118.163.135.17'),(766490,123519,'_server_http_x_forwarded_for_0','118.163.135.17'),(766491,123520,'login_id','1'),(766492,123520,'login_email','mentolnet@gmail.com'),(766493,123520,'login','mentol'),(766494,123520,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766495,123520,'_message_key','user_login_failed'),(766496,123520,'_server_remote_addr','118.163.135.17'),(766497,123520,'_server_http_x_forwarded_for_0','118.163.135.17'),(766498,123521,'login_id','1'),(766499,123521,'login_email','mentolnet@gmail.com'),(766500,123521,'login','mentol'),(766501,123521,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766502,123521,'_message_key','user_login_failed'),(766503,123521,'_server_remote_addr','118.163.135.17'),(766504,123521,'_server_http_x_forwarded_for_0','118.163.135.17'),(766505,123522,'login_id','1'),(766506,123522,'login_email','mentolnet@gmail.com'),(766507,123522,'login','mentol'),(766508,123522,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766509,123522,'_message_key','user_login_failed'),(766510,123522,'_server_remote_addr','118.163.135.17'),(766511,123522,'_server_http_x_forwarded_for_0','118.163.135.17'),(766512,123523,'login_id','1'),(766513,123523,'login_email','mentolnet@gmail.com'),(766514,123523,'login','mentol'),(766515,123523,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766516,123523,'_message_key','user_login_failed'),(766517,123523,'_server_remote_addr','118.163.135.17'),(766518,123523,'_server_http_x_forwarded_for_0','118.163.135.17'),(766519,123524,'login_id','1'),(766520,123524,'login_email','mentolnet@gmail.com'),(766521,123524,'login','mentol'),(766522,123524,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766523,123524,'_message_key','user_login_failed'),(766524,123524,'_server_remote_addr','118.163.135.17'),(766525,123524,'_server_http_x_forwarded_for_0','118.163.135.17'),(766526,123525,'login_id','1'),(766527,123525,'login_email','mentolnet@gmail.com'),(766528,123525,'login','mentol'),(766529,123525,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766530,123525,'_message_key','user_login_failed'),(766531,123525,'_server_remote_addr','118.163.135.17'),(766532,123525,'_server_http_x_forwarded_for_0','118.163.135.17'),(766533,123526,'login_id','1'),(766534,123526,'login_email','mentolnet@gmail.com'),(766535,123526,'login','mentol'),(766536,123526,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766537,123526,'_message_key','user_login_failed'),(766538,123526,'_server_remote_addr','118.163.135.17'),(766539,123526,'_server_http_x_forwarded_for_0','118.163.135.17'),(766540,123527,'login_id','1'),(766541,123527,'login_email','mentolnet@gmail.com'),(766542,123527,'login','mentol'),(766543,123527,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766544,123527,'_message_key','user_login_failed'),(766545,123527,'_server_remote_addr','118.163.135.17'),(766546,123527,'_server_http_x_forwarded_for_0','118.163.135.17'),(766547,123528,'login_id','1'),(766548,123528,'login_email','mentolnet@gmail.com'),(766549,123528,'login','mentol'),(766550,123528,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766551,123528,'_message_key','user_login_failed'),(766552,123528,'_server_remote_addr','118.163.135.17'),(766553,123528,'_server_http_x_forwarded_for_0','118.163.135.17'),(766554,123529,'login_id','1'),(766555,123529,'login_email','mentolnet@gmail.com'),(766556,123529,'login','mentol'),(766557,123529,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766558,123529,'_message_key','user_login_failed'),(766559,123529,'_server_remote_addr','118.163.135.17'),(766560,123529,'_server_http_x_forwarded_for_0','118.163.135.17'),(766561,123530,'login_id','1'),(766562,123530,'login_email','mentolnet@gmail.com'),(766563,123530,'login','mentol'),(766564,123530,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766565,123530,'_message_key','user_login_failed'),(766566,123530,'_server_remote_addr','118.163.135.17'),(766567,123530,'_server_http_x_forwarded_for_0','118.163.135.17'),(766568,123531,'login_id','1'),(766569,123531,'login_email','mentolnet@gmail.com'),(766570,123531,'login','mentol'),(766571,123531,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766572,123531,'_message_key','user_login_failed'),(766573,123531,'_server_remote_addr','118.163.135.17'),(766574,123531,'_server_http_x_forwarded_for_0','118.163.135.17'),(766575,123532,'login_id','1'),(766576,123532,'login_email','mentolnet@gmail.com'),(766577,123532,'login','mentol'),(766578,123532,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766579,123532,'_message_key','user_login_failed'),(766580,123532,'_server_remote_addr','118.163.135.17'),(766581,123532,'_server_http_x_forwarded_for_0','118.163.135.17'),(766582,123533,'login_id','1'),(766583,123533,'login_email','mentolnet@gmail.com'),(766584,123533,'login','mentol'),(766585,123533,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766586,123533,'_message_key','user_login_failed'),(766587,123533,'_server_remote_addr','118.163.135.17'),(766588,123533,'_server_http_x_forwarded_for_0','118.163.135.17'),(766589,123534,'login_id','1'),(766590,123534,'login_email','mentolnet@gmail.com'),(766591,123534,'login','mentol'),(766592,123534,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766593,123534,'_message_key','user_login_failed'),(766594,123534,'_server_remote_addr','118.163.135.17'),(766595,123534,'_server_http_x_forwarded_for_0','118.163.135.17'),(766596,123535,'login_id','1'),(766597,123535,'login_email','mentolnet@gmail.com'),(766598,123535,'login','mentol'),(766599,123535,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766600,123535,'_message_key','user_login_failed'),(766601,123535,'_server_remote_addr','118.163.135.17'),(766602,123535,'_server_http_x_forwarded_for_0','118.163.135.17'),(766603,123536,'login_id','1'),(766604,123536,'login_email','mentolnet@gmail.com'),(766605,123536,'login','mentol'),(766606,123536,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766607,123536,'_message_key','user_login_failed'),(766608,123536,'_server_remote_addr','118.163.135.17'),(766609,123536,'_server_http_x_forwarded_for_0','118.163.135.17'),(766610,123537,'login_id','1'),(766611,123537,'login_email','mentolnet@gmail.com'),(766612,123537,'login','mentol'),(766613,123537,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766614,123537,'_message_key','user_login_failed'),(766615,123537,'_server_remote_addr','118.163.135.17'),(766616,123537,'_server_http_x_forwarded_for_0','118.163.135.17'),(766617,123538,'login_id','1'),(766618,123538,'login_email','mentolnet@gmail.com'),(766619,123538,'login','mentol'),(766620,123538,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766621,123538,'_message_key','user_login_failed'),(766622,123538,'_server_remote_addr','118.163.135.17'),(766623,123538,'_server_http_x_forwarded_for_0','118.163.135.17'),(766624,123539,'login_id','1'),(766625,123539,'login_email','mentolnet@gmail.com'),(766626,123539,'login','mentol'),(766627,123539,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766628,123539,'_message_key','user_login_failed'),(766629,123539,'_server_remote_addr','118.163.135.17'),(766630,123539,'_server_http_x_forwarded_for_0','118.163.135.17'),(766631,123540,'login_id','1'),(766632,123540,'login_email','mentolnet@gmail.com'),(766633,123540,'login','mentol'),(766634,123540,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766635,123540,'_message_key','user_login_failed'),(766636,123540,'_server_remote_addr','118.163.135.17'),(766637,123540,'_server_http_x_forwarded_for_0','118.163.135.17'),(766638,123541,'login_id','1'),(766639,123541,'login_email','mentolnet@gmail.com'),(766640,123541,'login','mentol'),(766641,123541,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766642,123541,'_message_key','user_login_failed'),(766643,123541,'_server_remote_addr','118.163.135.17'),(766644,123541,'_server_http_x_forwarded_for_0','118.163.135.17'),(766645,123542,'login_id','1'),(766646,123542,'login_email','mentolnet@gmail.com'),(766647,123542,'login','mentol'),(766648,123542,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766649,123542,'_message_key','user_login_failed'),(766650,123542,'_server_remote_addr','118.163.135.17'),(766651,123542,'_server_http_x_forwarded_for_0','118.163.135.17'),(766652,123543,'login_id','1'),(766653,123543,'login_email','mentolnet@gmail.com'),(766654,123543,'login','mentol'),(766655,123543,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766656,123543,'_message_key','user_login_failed'),(766657,123543,'_server_remote_addr','118.163.135.17'),(766658,123543,'_server_http_x_forwarded_for_0','118.163.135.17'),(766659,123544,'login_id','1'),(766660,123544,'login_email','mentolnet@gmail.com'),(766661,123544,'login','mentol'),(766662,123544,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766663,123544,'_message_key','user_login_failed'),(766664,123544,'_server_remote_addr','118.163.135.17'),(766665,123544,'_server_http_x_forwarded_for_0','118.163.135.17'),(766666,123545,'login_id','1'),(766667,123545,'login_email','mentolnet@gmail.com'),(766668,123545,'login','mentol'),(766669,123545,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766670,123545,'_message_key','user_login_failed'),(766671,123545,'_server_remote_addr','118.163.135.17'),(766672,123545,'_server_http_x_forwarded_for_0','118.163.135.17'),(766673,123546,'login_id','1'),(766674,123546,'login_email','mentolnet@gmail.com'),(766675,123546,'login','mentol'),(766676,123546,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766677,123546,'_message_key','user_login_failed'),(766678,123546,'_server_remote_addr','118.163.135.17'),(766679,123546,'_server_http_x_forwarded_for_0','118.163.135.17'),(766680,123547,'login_id','1'),(766681,123547,'login_email','mentolnet@gmail.com'),(766682,123547,'login','mentol'),(766683,123547,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766684,123547,'_message_key','user_login_failed'),(766685,123547,'_server_remote_addr','118.163.135.17'),(766686,123547,'_server_http_x_forwarded_for_0','118.163.135.17'),(766687,123548,'login_id','1'),(766688,123548,'login_email','mentolnet@gmail.com'),(766689,123548,'login','mentol'),(766690,123548,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766691,123548,'_message_key','user_login_failed'),(766692,123548,'_server_remote_addr','118.163.135.17'),(766693,123548,'_server_http_x_forwarded_for_0','118.163.135.17'),(766694,123549,'login_id','1'),(766695,123549,'login_email','mentolnet@gmail.com'),(766696,123549,'login','mentol'),(766697,123549,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766698,123549,'_message_key','user_login_failed'),(766699,123549,'_server_remote_addr','118.163.135.17'),(766700,123549,'_server_http_x_forwarded_for_0','118.163.135.17'),(766701,123550,'login_id','1'),(766702,123550,'login_email','mentolnet@gmail.com'),(766703,123550,'login','mentol'),(766704,123550,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766705,123550,'_message_key','user_login_failed'),(766706,123550,'_server_remote_addr','118.163.135.17'),(766707,123550,'_server_http_x_forwarded_for_0','118.163.135.17'),(766708,123551,'login_id','1'),(766709,123551,'login_email','mentolnet@gmail.com'),(766710,123551,'login','mentol'),(766711,123551,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766712,123551,'_message_key','user_login_failed'),(766713,123551,'_server_remote_addr','118.163.135.17'),(766714,123551,'_server_http_x_forwarded_for_0','118.163.135.17'),(766715,123552,'login_id','1'),(766716,123552,'login_email','mentolnet@gmail.com'),(766717,123552,'login','mentol'),(766718,123552,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766719,123552,'_message_key','user_login_failed'),(766720,123552,'_server_remote_addr','118.163.135.17'),(766721,123552,'_server_http_x_forwarded_for_0','118.163.135.17'),(766722,123553,'login_id','1'),(766723,123553,'login_email','mentolnet@gmail.com'),(766724,123553,'login','mentol'),(766725,123553,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766726,123553,'_message_key','user_login_failed'),(766727,123553,'_server_remote_addr','118.163.135.17'),(766728,123553,'_server_http_x_forwarded_for_0','118.163.135.17'),(766729,123554,'login_id','1'),(766730,123554,'login_email','mentolnet@gmail.com'),(766731,123554,'login','mentol'),(766732,123554,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766733,123554,'_message_key','user_login_failed'),(766734,123554,'_server_remote_addr','118.163.135.17'),(766735,123554,'_server_http_x_forwarded_for_0','118.163.135.17'),(766736,123555,'login_id','1'),(766737,123555,'login_email','mentolnet@gmail.com'),(766738,123555,'login','mentol'),(766739,123555,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766740,123555,'_message_key','user_login_failed'),(766741,123555,'_server_remote_addr','118.163.135.17'),(766742,123555,'_server_http_x_forwarded_for_0','118.163.135.17'),(766743,123556,'login_id','1'),(766744,123556,'login_email','mentolnet@gmail.com'),(766745,123556,'login','mentol'),(766746,123556,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766747,123556,'_message_key','user_login_failed'),(766748,123556,'_server_remote_addr','58.17.221.4'),(766749,123556,'_server_http_x_forwarded_for_0','58.17.221.4'),(766750,123557,'login_id','1'),(766751,123557,'login_email','mentolnet@gmail.com'),(766752,123557,'login','mentol'),(766753,123557,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766754,123557,'_message_key','user_login_failed'),(766755,123557,'_server_remote_addr','58.17.221.4'),(766756,123557,'_server_http_x_forwarded_for_0','58.17.221.4'),(766757,123558,'login_id','1'),(766758,123558,'login_email','mentolnet@gmail.com'),(766759,123558,'login','mentol'),(766760,123558,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766761,123558,'_message_key','user_login_failed'),(766762,123558,'_server_remote_addr','58.17.221.4'),(766763,123558,'_server_http_x_forwarded_for_0','58.17.221.4'),(766764,123559,'login_id','1'),(766765,123559,'login_email','mentolnet@gmail.com'),(766766,123559,'login','mentol'),(766767,123559,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766768,123559,'_message_key','user_login_failed'),(766769,123559,'_server_remote_addr','58.17.221.4'),(766770,123559,'_server_http_x_forwarded_for_0','58.17.221.4'),(766771,123560,'login_id','1'),(766772,123560,'login_email','mentolnet@gmail.com'),(766773,123560,'login','mentol'),(766774,123560,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766775,123560,'_message_key','user_login_failed'),(766776,123560,'_server_remote_addr','58.17.221.4'),(766777,123560,'_server_http_x_forwarded_for_0','58.17.221.4'),(766778,123561,'login_id','1'),(766779,123561,'login_email','mentolnet@gmail.com'),(766780,123561,'login','mentol'),(766781,123561,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766782,123561,'_message_key','user_login_failed'),(766783,123561,'_server_remote_addr','58.17.221.4'),(766784,123561,'_server_http_x_forwarded_for_0','58.17.221.4'),(766785,123562,'login_id','1'),(766786,123562,'login_email','mentolnet@gmail.com'),(766787,123562,'login','mentol'),(766788,123562,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766789,123562,'_message_key','user_login_failed'),(766790,123562,'_server_remote_addr','58.17.221.4'),(766791,123562,'_server_http_x_forwarded_for_0','58.17.221.4'),(766792,123563,'login_id','1'),(766793,123563,'login_email','mentolnet@gmail.com'),(766794,123563,'login','mentol'),(766795,123563,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766796,123563,'_message_key','user_login_failed'),(766797,123563,'_server_remote_addr','58.17.221.4'),(766798,123563,'_server_http_x_forwarded_for_0','58.17.221.4'),(766799,123564,'login_id','1'),(766800,123564,'login_email','mentolnet@gmail.com'),(766801,123564,'login','mentol'),(766802,123564,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766803,123564,'_message_key','user_login_failed'),(766804,123564,'_server_remote_addr','58.17.221.4'),(766805,123564,'_server_http_x_forwarded_for_0','58.17.221.4'),(766806,123565,'login_id','1'),(766807,123565,'login_email','mentolnet@gmail.com'),(766808,123565,'login','mentol'),(766809,123565,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766810,123565,'_message_key','user_login_failed'),(766811,123565,'_server_remote_addr','58.17.221.4'),(766812,123565,'_server_http_x_forwarded_for_0','58.17.221.4'),(766813,123566,'login_id','1'),(766814,123566,'login_email','mentolnet@gmail.com'),(766815,123566,'login','mentol'),(766816,123566,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766817,123566,'_message_key','user_login_failed'),(766818,123566,'_server_remote_addr','58.17.221.4'),(766819,123566,'_server_http_x_forwarded_for_0','58.17.221.4'),(766820,123567,'login_id','1'),(766821,123567,'login_email','mentolnet@gmail.com'),(766822,123567,'login','mentol'),(766823,123567,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766824,123567,'_message_key','user_login_failed'),(766825,123567,'_server_remote_addr','58.17.221.4'),(766826,123567,'_server_http_x_forwarded_for_0','58.17.221.4'),(766827,123568,'login_id','1'),(766828,123568,'login_email','mentolnet@gmail.com'),(766829,123568,'login','mentol'),(766830,123568,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766831,123568,'_message_key','user_login_failed'),(766832,123568,'_server_remote_addr','58.17.221.4'),(766833,123568,'_server_http_x_forwarded_for_0','58.17.221.4'),(766834,123569,'login_id','1'),(766835,123569,'login_email','mentolnet@gmail.com'),(766836,123569,'login','mentol'),(766837,123569,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766838,123569,'_message_key','user_login_failed'),(766839,123569,'_server_remote_addr','58.17.221.4'),(766840,123569,'_server_http_x_forwarded_for_0','58.17.221.4'),(766841,123570,'login_id','1'),(766842,123570,'login_email','mentolnet@gmail.com'),(766843,123570,'login','mentol'),(766844,123570,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766845,123570,'_message_key','user_login_failed'),(766846,123570,'_server_remote_addr','58.17.221.4'),(766847,123570,'_server_http_x_forwarded_for_0','58.17.221.4'),(766848,123571,'login_id','1'),(766849,123571,'login_email','mentolnet@gmail.com'),(766850,123571,'login','mentol'),(766851,123571,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766852,123571,'_message_key','user_login_failed'),(766853,123571,'_server_remote_addr','58.17.221.4'),(766854,123571,'_server_http_x_forwarded_for_0','58.17.221.4'),(766855,123572,'login_id','1'),(766856,123572,'login_email','mentolnet@gmail.com'),(766857,123572,'login','mentol'),(766858,123572,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766859,123572,'_message_key','user_login_failed'),(766860,123572,'_server_remote_addr','58.17.221.4'),(766861,123572,'_server_http_x_forwarded_for_0','58.17.221.4'),(766862,123573,'login_id','1'),(766863,123573,'login_email','mentolnet@gmail.com'),(766864,123573,'login','mentol'),(766865,123573,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766866,123573,'_message_key','user_login_failed'),(766867,123573,'_server_remote_addr','58.17.221.4'),(766868,123573,'_server_http_x_forwarded_for_0','58.17.221.4'),(766869,123574,'login_id','1'),(766870,123574,'login_email','mentolnet@gmail.com'),(766871,123574,'login','mentol'),(766872,123574,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766873,123574,'_message_key','user_login_failed'),(766874,123574,'_server_remote_addr','58.17.221.4'),(766875,123574,'_server_http_x_forwarded_for_0','58.17.221.4'),(766876,123575,'login_id','1'),(766877,123575,'login_email','mentolnet@gmail.com'),(766878,123575,'login','mentol'),(766879,123575,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766880,123575,'_message_key','user_login_failed'),(766881,123575,'_server_remote_addr','58.17.221.4'),(766882,123575,'_server_http_x_forwarded_for_0','58.17.221.4'),(766883,123576,'login_id','1'),(766884,123576,'login_email','mentolnet@gmail.com'),(766885,123576,'login','mentol'),(766886,123576,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766887,123576,'_message_key','user_login_failed'),(766888,123576,'_server_remote_addr','58.17.221.4'),(766889,123576,'_server_http_x_forwarded_for_0','58.17.221.4'),(766890,123577,'login_id','1'),(766891,123577,'login_email','mentolnet@gmail.com'),(766892,123577,'login','mentol'),(766893,123577,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766894,123577,'_message_key','user_login_failed'),(766895,123577,'_server_remote_addr','58.17.221.4'),(766896,123577,'_server_http_x_forwarded_for_0','58.17.221.4'),(766897,123578,'login_id','1'),(766898,123578,'login_email','mentolnet@gmail.com'),(766899,123578,'login','mentol'),(766900,123578,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766901,123578,'_message_key','user_login_failed'),(766902,123578,'_server_remote_addr','58.17.221.4'),(766903,123578,'_server_http_x_forwarded_for_0','58.17.221.4'),(766904,123579,'login_id','1'),(766905,123579,'login_email','mentolnet@gmail.com'),(766906,123579,'login','mentol'),(766907,123579,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766908,123579,'_message_key','user_login_failed'),(766909,123579,'_server_remote_addr','58.17.221.4'),(766910,123579,'_server_http_x_forwarded_for_0','58.17.221.4'),(766911,123580,'login_id','1'),(766912,123580,'login_email','mentolnet@gmail.com'),(766913,123580,'login','mentol'),(766914,123580,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766915,123580,'_message_key','user_login_failed'),(766916,123580,'_server_remote_addr','58.17.221.4'),(766917,123580,'_server_http_x_forwarded_for_0','58.17.221.4'),(766918,123581,'login_id','1'),(766919,123581,'login_email','mentolnet@gmail.com'),(766920,123581,'login','mentol'),(766921,123581,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766922,123581,'_message_key','user_login_failed'),(766923,123581,'_server_remote_addr','58.17.221.4'),(766924,123581,'_server_http_x_forwarded_for_0','58.17.221.4'),(766925,123582,'login_id','1'),(766926,123582,'login_email','mentolnet@gmail.com'),(766927,123582,'login','mentol'),(766928,123582,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766929,123582,'_message_key','user_login_failed'),(766930,123582,'_server_remote_addr','58.17.221.4'),(766931,123582,'_server_http_x_forwarded_for_0','58.17.221.4'),(766932,123583,'login_id','1'),(766933,123583,'login_email','mentolnet@gmail.com'),(766934,123583,'login','mentol'),(766935,123583,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766936,123583,'_message_key','user_login_failed'),(766937,123583,'_server_remote_addr','58.17.221.4'),(766938,123583,'_server_http_x_forwarded_for_0','58.17.221.4'),(766939,123584,'login_id','1'),(766940,123584,'login_email','mentolnet@gmail.com'),(766941,123584,'login','mentol'),(766942,123584,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766943,123584,'_message_key','user_login_failed'),(766944,123584,'_server_remote_addr','58.17.221.4'),(766945,123584,'_server_http_x_forwarded_for_0','58.17.221.4'),(766946,123585,'login_id','1'),(766947,123585,'login_email','mentolnet@gmail.com'),(766948,123585,'login','mentol'),(766949,123585,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766950,123585,'_message_key','user_login_failed'),(766951,123585,'_server_remote_addr','58.17.221.4'),(766952,123585,'_server_http_x_forwarded_for_0','58.17.221.4'),(766953,123586,'login_id','1'),(766954,123586,'login_email','mentolnet@gmail.com'),(766955,123586,'login','mentol'),(766956,123586,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766957,123586,'_message_key','user_login_failed'),(766958,123586,'_server_remote_addr','58.17.221.4'),(766959,123586,'_server_http_x_forwarded_for_0','58.17.221.4'),(766960,123587,'login_id','1'),(766961,123587,'login_email','mentolnet@gmail.com'),(766962,123587,'login','mentol'),(766963,123587,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766964,123587,'_message_key','user_login_failed'),(766965,123587,'_server_remote_addr','58.17.221.4'),(766966,123587,'_server_http_x_forwarded_for_0','58.17.221.4'),(766967,123588,'login_id','1'),(766968,123588,'login_email','mentolnet@gmail.com'),(766969,123588,'login','mentol'),(766970,123588,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766971,123588,'_message_key','user_login_failed'),(766972,123588,'_server_remote_addr','58.17.221.4'),(766973,123588,'_server_http_x_forwarded_for_0','58.17.221.4'),(766974,123589,'login_id','1'),(766975,123589,'login_email','mentolnet@gmail.com'),(766976,123589,'login','mentol'),(766977,123589,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766978,123589,'_message_key','user_login_failed'),(766979,123589,'_server_remote_addr','58.17.221.4'),(766980,123589,'_server_http_x_forwarded_for_0','58.17.221.4'),(766981,123590,'login_id','1'),(766982,123590,'login_email','mentolnet@gmail.com'),(766983,123590,'login','mentol'),(766984,123590,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766985,123590,'_message_key','user_login_failed'),(766986,123590,'_server_remote_addr','58.17.221.4'),(766987,123590,'_server_http_x_forwarded_for_0','58.17.221.4'),(766988,123591,'login_id','1'),(766989,123591,'login_email','mentolnet@gmail.com'),(766990,123591,'login','mentol'),(766991,123591,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766992,123591,'_message_key','user_login_failed'),(766993,123591,'_server_remote_addr','58.17.221.4'),(766994,123591,'_server_http_x_forwarded_for_0','58.17.221.4'),(766995,123592,'login_id','1'),(766996,123592,'login_email','mentolnet@gmail.com'),(766997,123592,'login','mentol'),(766998,123592,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(766999,123592,'_message_key','user_login_failed'),(767000,123592,'_server_remote_addr','58.17.221.4'),(767001,123592,'_server_http_x_forwarded_for_0','58.17.221.4'),(767002,123593,'login_id','1'),(767003,123593,'login_email','mentolnet@gmail.com'),(767004,123593,'login','mentol'),(767005,123593,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767006,123593,'_message_key','user_login_failed'),(767007,123593,'_server_remote_addr','58.17.221.4'),(767008,123593,'_server_http_x_forwarded_for_0','58.17.221.4'),(767009,123594,'login_id','1'),(767010,123594,'login_email','mentolnet@gmail.com'),(767011,123594,'login','mentol'),(767012,123594,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767013,123594,'_message_key','user_login_failed'),(767014,123594,'_server_remote_addr','58.17.221.4'),(767015,123594,'_server_http_x_forwarded_for_0','58.17.221.4'),(767016,123595,'login_id','1'),(767017,123595,'login_email','mentolnet@gmail.com'),(767018,123595,'login','mentol'),(767019,123595,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767020,123595,'_message_key','user_login_failed'),(767021,123595,'_server_remote_addr','58.17.221.4'),(767022,123595,'_server_http_x_forwarded_for_0','58.17.221.4'),(767023,123596,'login_id','1'),(767024,123596,'login_email','mentolnet@gmail.com'),(767025,123596,'login','mentol'),(767026,123596,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767027,123596,'_message_key','user_login_failed'),(767028,123596,'_server_remote_addr','58.17.221.4'),(767029,123596,'_server_http_x_forwarded_for_0','58.17.221.4'),(767030,123597,'login_id','1'),(767031,123597,'login_email','mentolnet@gmail.com'),(767032,123597,'login','mentol'),(767033,123597,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767034,123597,'_message_key','user_login_failed'),(767035,123597,'_server_remote_addr','58.17.221.4'),(767036,123597,'_server_http_x_forwarded_for_0','58.17.221.4'),(767037,123598,'login_id','1'),(767038,123598,'login_email','mentolnet@gmail.com'),(767039,123598,'login','mentol'),(767040,123598,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767041,123598,'_message_key','user_login_failed'),(767042,123598,'_server_remote_addr','58.17.221.4'),(767043,123598,'_server_http_x_forwarded_for_0','58.17.221.4'),(767044,123599,'login_id','1'),(767045,123599,'login_email','mentolnet@gmail.com'),(767046,123599,'login','mentol'),(767047,123599,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767048,123599,'_message_key','user_login_failed'),(767049,123599,'_server_remote_addr','60.246.2.92'),(767050,123599,'_server_http_x_forwarded_for_0','60.246.2.92'),(767051,123600,'login_id','1'),(767052,123600,'login_email','mentolnet@gmail.com'),(767053,123600,'login','mentol'),(767054,123600,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767055,123600,'_message_key','user_login_failed'),(767056,123600,'_server_remote_addr','60.246.2.92'),(767057,123600,'_server_http_x_forwarded_for_0','60.246.2.92'),(767058,123601,'login_id','1'),(767059,123601,'login_email','mentolnet@gmail.com'),(767060,123601,'login','mentol'),(767061,123601,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767062,123601,'_message_key','user_login_failed'),(767063,123601,'_server_remote_addr','60.246.2.92'),(767064,123601,'_server_http_x_forwarded_for_0','60.246.2.92'),(767065,123602,'login_id','1'),(767066,123602,'login_email','mentolnet@gmail.com'),(767067,123602,'login','mentol'),(767068,123602,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767069,123602,'_message_key','user_login_failed'),(767070,123602,'_server_remote_addr','60.246.2.92'),(767071,123602,'_server_http_x_forwarded_for_0','60.246.2.92'),(767072,123603,'login_id','1'),(767073,123603,'login_email','mentolnet@gmail.com'),(767074,123603,'login','mentol'),(767075,123603,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767076,123603,'_message_key','user_login_failed'),(767077,123603,'_server_remote_addr','60.246.2.92'),(767078,123603,'_server_http_x_forwarded_for_0','60.246.2.92'),(767079,123604,'login_id','1'),(767080,123604,'login_email','mentolnet@gmail.com'),(767081,123604,'login','mentol'),(767082,123604,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767083,123604,'_message_key','user_login_failed'),(767084,123604,'_server_remote_addr','60.246.2.92'),(767085,123604,'_server_http_x_forwarded_for_0','60.246.2.92'),(767086,123605,'login_id','1'),(767087,123605,'login_email','mentolnet@gmail.com'),(767088,123605,'login','mentol'),(767089,123605,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767090,123605,'_message_key','user_login_failed'),(767091,123605,'_server_remote_addr','60.246.2.92'),(767092,123605,'_server_http_x_forwarded_for_0','60.246.2.92'),(767093,123606,'login_id','1'),(767094,123606,'login_email','mentolnet@gmail.com'),(767095,123606,'login','mentol'),(767096,123606,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767097,123606,'_message_key','user_login_failed'),(767098,123606,'_server_remote_addr','60.246.2.92'),(767099,123606,'_server_http_x_forwarded_for_0','60.246.2.92'),(767100,123607,'login_id','1'),(767101,123607,'login_email','mentolnet@gmail.com'),(767102,123607,'login','mentol'),(767103,123607,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767104,123607,'_message_key','user_login_failed'),(767105,123607,'_server_remote_addr','60.246.2.92'),(767106,123607,'_server_http_x_forwarded_for_0','60.246.2.92'),(767107,123608,'login_id','1'),(767108,123608,'login_email','mentolnet@gmail.com'),(767109,123608,'login','mentol'),(767110,123608,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767111,123608,'_message_key','user_login_failed'),(767112,123608,'_server_remote_addr','60.246.2.92'),(767113,123608,'_server_http_x_forwarded_for_0','60.246.2.92'),(767114,123609,'login_id','1'),(767115,123609,'login_email','mentolnet@gmail.com'),(767116,123609,'login','mentol'),(767117,123609,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767118,123609,'_message_key','user_login_failed'),(767119,123609,'_server_remote_addr','60.246.2.92'),(767120,123609,'_server_http_x_forwarded_for_0','60.246.2.92'),(767121,123610,'login_id','1'),(767122,123610,'login_email','mentolnet@gmail.com'),(767123,123610,'login','mentol'),(767124,123610,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767125,123610,'_message_key','user_login_failed'),(767126,123610,'_server_remote_addr','60.246.2.92'),(767127,123610,'_server_http_x_forwarded_for_0','60.246.2.92'),(767128,123611,'login_id','1'),(767129,123611,'login_email','mentolnet@gmail.com'),(767130,123611,'login','mentol'),(767131,123611,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767132,123611,'_message_key','user_login_failed'),(767133,123611,'_server_remote_addr','60.246.2.92'),(767134,123611,'_server_http_x_forwarded_for_0','60.246.2.92'),(767135,123612,'login_id','1'),(767136,123612,'login_email','mentolnet@gmail.com'),(767137,123612,'login','mentol'),(767138,123612,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767139,123612,'_message_key','user_login_failed'),(767140,123612,'_server_remote_addr','60.246.2.92'),(767141,123612,'_server_http_x_forwarded_for_0','60.246.2.92'),(767142,123613,'login_id','1'),(767143,123613,'login_email','mentolnet@gmail.com'),(767144,123613,'login','mentol'),(767145,123613,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767146,123613,'_message_key','user_login_failed'),(767147,123613,'_server_remote_addr','60.246.2.92'),(767148,123613,'_server_http_x_forwarded_for_0','60.246.2.92'),(767149,123614,'login_id','1'),(767150,123614,'login_email','mentolnet@gmail.com'),(767151,123614,'login','mentol'),(767152,123614,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767153,123614,'_message_key','user_login_failed'),(767154,123614,'_server_remote_addr','60.246.2.92'),(767155,123614,'_server_http_x_forwarded_for_0','60.246.2.92'),(767156,123615,'login_id','1'),(767157,123615,'login_email','mentolnet@gmail.com'),(767158,123615,'login','mentol'),(767159,123615,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767160,123615,'_message_key','user_login_failed'),(767161,123615,'_server_remote_addr','60.246.2.92'),(767162,123615,'_server_http_x_forwarded_for_0','60.246.2.92'),(767163,123616,'login_id','1'),(767164,123616,'login_email','mentolnet@gmail.com'),(767165,123616,'login','mentol'),(767166,123616,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767167,123616,'_message_key','user_login_failed'),(767168,123616,'_server_remote_addr','60.246.2.92'),(767169,123616,'_server_http_x_forwarded_for_0','60.246.2.92'),(767170,123617,'login_id','1'),(767171,123617,'login_email','mentolnet@gmail.com'),(767172,123617,'login','mentol'),(767173,123617,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767174,123617,'_message_key','user_login_failed'),(767175,123617,'_server_remote_addr','60.246.2.92'),(767176,123617,'_server_http_x_forwarded_for_0','60.246.2.92'),(767177,123618,'login_id','1'),(767178,123618,'login_email','mentolnet@gmail.com'),(767179,123618,'login','mentol'),(767180,123618,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767181,123618,'_message_key','user_login_failed'),(767182,123618,'_server_remote_addr','60.246.2.92'),(767183,123618,'_server_http_x_forwarded_for_0','60.246.2.92'),(767184,123619,'login_id','1'),(767185,123619,'login_email','mentolnet@gmail.com'),(767186,123619,'login','mentol'),(767187,123619,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767188,123619,'_message_key','user_login_failed'),(767189,123619,'_server_remote_addr','60.246.2.92'),(767190,123619,'_server_http_x_forwarded_for_0','60.246.2.92'),(767191,123620,'login_id','1'),(767192,123620,'login_email','mentolnet@gmail.com'),(767193,123620,'login','mentol'),(767194,123620,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767195,123620,'_message_key','user_login_failed'),(767196,123620,'_server_remote_addr','60.246.2.92'),(767197,123620,'_server_http_x_forwarded_for_0','60.246.2.92'),(767198,123621,'login_id','1'),(767199,123621,'login_email','mentolnet@gmail.com'),(767200,123621,'login','mentol'),(767201,123621,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767202,123621,'_message_key','user_login_failed'),(767203,123621,'_server_remote_addr','60.246.2.92'),(767204,123621,'_server_http_x_forwarded_for_0','60.246.2.92'),(767205,123622,'login_id','1'),(767206,123622,'login_email','mentolnet@gmail.com'),(767207,123622,'login','mentol'),(767208,123622,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767209,123622,'_message_key','user_login_failed'),(767210,123622,'_server_remote_addr','60.246.2.92'),(767211,123622,'_server_http_x_forwarded_for_0','60.246.2.92'),(767212,123623,'login_id','1'),(767213,123623,'login_email','mentolnet@gmail.com'),(767214,123623,'login','mentol'),(767215,123623,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767216,123623,'_message_key','user_login_failed'),(767217,123623,'_server_remote_addr','60.246.2.92'),(767218,123623,'_server_http_x_forwarded_for_0','60.246.2.92'),(767219,123624,'login_id','1'),(767220,123624,'login_email','mentolnet@gmail.com'),(767221,123624,'login','mentol'),(767222,123624,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767223,123624,'_message_key','user_login_failed'),(767224,123624,'_server_remote_addr','60.246.2.92'),(767225,123624,'_server_http_x_forwarded_for_0','60.246.2.92'),(767226,123625,'login_id','1'),(767227,123625,'login_email','mentolnet@gmail.com'),(767228,123625,'login','mentol'),(767229,123625,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767230,123625,'_message_key','user_login_failed'),(767231,123625,'_server_remote_addr','60.246.2.92'),(767232,123625,'_server_http_x_forwarded_for_0','60.246.2.92'),(767233,123626,'login_id','1'),(767234,123626,'login_email','mentolnet@gmail.com'),(767235,123626,'login','mentol'),(767236,123626,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767237,123626,'_message_key','user_login_failed'),(767238,123626,'_server_remote_addr','60.246.2.92'),(767239,123626,'_server_http_x_forwarded_for_0','60.246.2.92'),(767240,123627,'login_id','1'),(767241,123627,'login_email','mentolnet@gmail.com'),(767242,123627,'login','mentol'),(767243,123627,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767244,123627,'_message_key','user_login_failed'),(767245,123627,'_server_remote_addr','60.246.2.92'),(767246,123627,'_server_http_x_forwarded_for_0','60.246.2.92'),(767247,123628,'login_id','1'),(767248,123628,'login_email','mentolnet@gmail.com'),(767249,123628,'login','mentol'),(767250,123628,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767251,123628,'_message_key','user_login_failed'),(767252,123628,'_server_remote_addr','60.246.2.92'),(767253,123628,'_server_http_x_forwarded_for_0','60.246.2.92'),(767254,123629,'login_id','1'),(767255,123629,'login_email','mentolnet@gmail.com'),(767256,123629,'login','mentol'),(767257,123629,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767258,123629,'_message_key','user_login_failed'),(767259,123629,'_server_remote_addr','60.246.2.92'),(767260,123629,'_server_http_x_forwarded_for_0','60.246.2.92'),(767261,123630,'login_id','1'),(767262,123630,'login_email','mentolnet@gmail.com'),(767263,123630,'login','mentol'),(767264,123630,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767265,123630,'_message_key','user_login_failed'),(767266,123630,'_server_remote_addr','60.246.2.92'),(767267,123630,'_server_http_x_forwarded_for_0','60.246.2.92'),(767268,123631,'login_id','1'),(767269,123631,'login_email','mentolnet@gmail.com'),(767270,123631,'login','mentol'),(767271,123631,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767272,123631,'_message_key','user_login_failed'),(767273,123631,'_server_remote_addr','60.246.2.92'),(767274,123631,'_server_http_x_forwarded_for_0','60.246.2.92'),(767275,123632,'login_id','1'),(767276,123632,'login_email','mentolnet@gmail.com'),(767277,123632,'login','mentol'),(767278,123632,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767279,123632,'_message_key','user_login_failed'),(767280,123632,'_server_remote_addr','60.246.2.92'),(767281,123632,'_server_http_x_forwarded_for_0','60.246.2.92'),(767282,123633,'login_id','1'),(767283,123633,'login_email','mentolnet@gmail.com'),(767284,123633,'login','mentol'),(767285,123633,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767286,123633,'_message_key','user_login_failed'),(767287,123633,'_server_remote_addr','60.246.2.92'),(767288,123633,'_server_http_x_forwarded_for_0','60.246.2.92'),(767289,123634,'login_id','1'),(767290,123634,'login_email','mentolnet@gmail.com'),(767291,123634,'login','mentol'),(767292,123634,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767293,123634,'_message_key','user_login_failed'),(767294,123634,'_server_remote_addr','60.246.2.92'),(767295,123634,'_server_http_x_forwarded_for_0','60.246.2.92'),(767296,123635,'login_id','1'),(767297,123635,'login_email','mentolnet@gmail.com'),(767298,123635,'login','mentol'),(767299,123635,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767300,123635,'_message_key','user_login_failed'),(767301,123635,'_server_remote_addr','60.246.2.92'),(767302,123635,'_server_http_x_forwarded_for_0','60.246.2.92'),(767303,123636,'login_id','1'),(767304,123636,'login_email','mentolnet@gmail.com'),(767305,123636,'login','mentol'),(767306,123636,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767307,123636,'_message_key','user_login_failed'),(767308,123636,'_server_remote_addr','60.246.2.92'),(767309,123636,'_server_http_x_forwarded_for_0','60.246.2.92'),(767310,123637,'login_id','1'),(767311,123637,'login_email','mentolnet@gmail.com'),(767312,123637,'login','mentol'),(767313,123637,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767314,123637,'_message_key','user_login_failed'),(767315,123637,'_server_remote_addr','60.246.2.92'),(767316,123637,'_server_http_x_forwarded_for_0','60.246.2.92'),(767317,123638,'login_id','1'),(767318,123638,'login_email','mentolnet@gmail.com'),(767319,123638,'login','mentol'),(767320,123638,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767321,123638,'_message_key','user_login_failed'),(767322,123638,'_server_remote_addr','60.246.2.92'),(767323,123638,'_server_http_x_forwarded_for_0','60.246.2.92'),(767324,123639,'login_id','1'),(767325,123639,'login_email','mentolnet@gmail.com'),(767326,123639,'login','mentol'),(767327,123639,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767328,123639,'_message_key','user_login_failed'),(767329,123639,'_server_remote_addr','60.246.2.92'),(767330,123639,'_server_http_x_forwarded_for_0','60.246.2.92'),(767331,123640,'login_id','1'),(767332,123640,'login_email','mentolnet@gmail.com'),(767333,123640,'login','mentol'),(767334,123640,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767335,123640,'_message_key','user_login_failed'),(767336,123640,'_server_remote_addr','60.246.2.92'),(767337,123640,'_server_http_x_forwarded_for_0','60.246.2.92'),(767338,123641,'login_id','1'),(767339,123641,'login_email','mentolnet@gmail.com'),(767340,123641,'login','mentol'),(767341,123641,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767342,123641,'_message_key','user_login_failed'),(767343,123641,'_server_remote_addr','60.246.2.92'),(767344,123641,'_server_http_x_forwarded_for_0','60.246.2.92'),(767345,123642,'login_id','1'),(767346,123642,'login_email','mentolnet@gmail.com'),(767347,123642,'login','mentol'),(767348,123642,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767349,123642,'_message_key','user_login_failed'),(767350,123642,'_server_remote_addr','60.246.2.92'),(767351,123642,'_server_http_x_forwarded_for_0','60.246.2.92'),(767352,123643,'login_id','1'),(767353,123643,'login_email','mentolnet@gmail.com'),(767354,123643,'login','mentol'),(767355,123643,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767356,123643,'_message_key','user_login_failed'),(767357,123643,'_server_remote_addr','60.246.2.92'),(767358,123643,'_server_http_x_forwarded_for_0','60.246.2.92'),(767359,123644,'login_id','1'),(767360,123644,'login_email','mentolnet@gmail.com'),(767361,123644,'login','mentol'),(767362,123644,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767363,123644,'_message_key','user_login_failed'),(767364,123644,'_server_remote_addr','60.246.2.92'),(767365,123644,'_server_http_x_forwarded_for_0','60.246.2.92'),(767366,123645,'login_id','1'),(767367,123645,'login_email','mentolnet@gmail.com'),(767368,123645,'login','mentol'),(767369,123645,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767370,123645,'_message_key','user_login_failed'),(767371,123645,'_server_remote_addr','60.246.2.92'),(767372,123645,'_server_http_x_forwarded_for_0','60.246.2.92'),(767373,123646,'login_id','1'),(767374,123646,'login_email','mentolnet@gmail.com'),(767375,123646,'login','mentol'),(767376,123646,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767377,123646,'_message_key','user_login_failed'),(767378,123646,'_server_remote_addr','60.246.2.92'),(767379,123646,'_server_http_x_forwarded_for_0','60.246.2.92'),(767380,123647,'login_id','1'),(767381,123647,'login_email','mentolnet@gmail.com'),(767382,123647,'login','mentol'),(767383,123647,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767384,123647,'_message_key','user_login_failed'),(767385,123647,'_server_remote_addr','60.246.2.92'),(767386,123647,'_server_http_x_forwarded_for_0','60.246.2.92'),(767387,123648,'login_id','1'),(767388,123648,'login_email','mentolnet@gmail.com'),(767389,123648,'login','mentol'),(767390,123648,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767391,123648,'_message_key','user_login_failed'),(767392,123648,'_server_remote_addr','60.246.2.92'),(767393,123648,'_server_http_x_forwarded_for_0','60.246.2.92'),(767394,123649,'login_id','1'),(767395,123649,'login_email','mentolnet@gmail.com'),(767396,123649,'login','mentol'),(767397,123649,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767398,123649,'_message_key','user_login_failed'),(767399,123649,'_server_remote_addr','60.246.2.92'),(767400,123649,'_server_http_x_forwarded_for_0','60.246.2.92'),(767401,123650,'login_id','1'),(767402,123650,'login_email','mentolnet@gmail.com'),(767403,123650,'login','mentol'),(767404,123650,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767405,123650,'_message_key','user_login_failed'),(767406,123650,'_server_remote_addr','60.246.2.92'),(767407,123650,'_server_http_x_forwarded_for_0','60.246.2.92'),(767408,123651,'login_id','1'),(767409,123651,'login_email','mentolnet@gmail.com'),(767410,123651,'login','mentol'),(767411,123651,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767412,123651,'_message_key','user_login_failed'),(767413,123651,'_server_remote_addr','60.246.2.92'),(767414,123651,'_server_http_x_forwarded_for_0','60.246.2.92'),(767415,123652,'login_id','1'),(767416,123652,'login_email','mentolnet@gmail.com'),(767417,123652,'login','mentol'),(767418,123652,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767419,123652,'_message_key','user_login_failed'),(767420,123652,'_server_remote_addr','60.246.2.92'),(767421,123652,'_server_http_x_forwarded_for_0','60.246.2.92'),(767422,123653,'login_id','1'),(767423,123653,'login_email','mentolnet@gmail.com'),(767424,123653,'login','mentol'),(767425,123653,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767426,123653,'_message_key','user_login_failed'),(767427,123653,'_server_remote_addr','60.246.2.92'),(767428,123653,'_server_http_x_forwarded_for_0','60.246.2.92'),(767429,123654,'login_id','1'),(767430,123654,'login_email','mentolnet@gmail.com'),(767431,123654,'login','mentol'),(767432,123654,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767433,123654,'_message_key','user_login_failed'),(767434,123654,'_server_remote_addr','60.246.2.92'),(767435,123654,'_server_http_x_forwarded_for_0','60.246.2.92'),(767436,123655,'login_id','1'),(767437,123655,'login_email','mentolnet@gmail.com'),(767438,123655,'login','mentol'),(767439,123655,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767440,123655,'_message_key','user_login_failed'),(767441,123655,'_server_remote_addr','60.246.2.92'),(767442,123655,'_server_http_x_forwarded_for_0','60.246.2.92'),(767443,123656,'login_id','1'),(767444,123656,'login_email','mentolnet@gmail.com'),(767445,123656,'login','mentol'),(767446,123656,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767447,123656,'_message_key','user_login_failed'),(767448,123656,'_server_remote_addr','60.246.2.92'),(767449,123656,'_server_http_x_forwarded_for_0','60.246.2.92'),(767450,123657,'login_id','1'),(767451,123657,'login_email','mentolnet@gmail.com'),(767452,123657,'login','mentol'),(767453,123657,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767454,123657,'_message_key','user_login_failed'),(767455,123657,'_server_remote_addr','60.246.2.92'),(767456,123657,'_server_http_x_forwarded_for_0','60.246.2.92'),(767457,123658,'login_id','1'),(767458,123658,'login_email','mentolnet@gmail.com'),(767459,123658,'login','mentol'),(767460,123658,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767461,123658,'_message_key','user_login_failed'),(767462,123658,'_server_remote_addr','118.163.135.17'),(767463,123658,'_server_http_x_forwarded_for_0','118.163.135.17'),(767464,123659,'login_id','1'),(767465,123659,'login_email','mentolnet@gmail.com'),(767466,123659,'login','mentol'),(767467,123659,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767468,123659,'_message_key','user_login_failed'),(767469,123659,'_server_remote_addr','118.163.135.17'),(767470,123659,'_server_http_x_forwarded_for_0','118.163.135.17'),(767471,123660,'login_id','1'),(767472,123660,'login_email','mentolnet@gmail.com'),(767473,123660,'login','mentol'),(767474,123660,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767475,123660,'_message_key','user_login_failed'),(767476,123660,'_server_remote_addr','118.163.135.17'),(767477,123660,'_server_http_x_forwarded_for_0','118.163.135.17'),(767478,123661,'login_id','1'),(767479,123661,'login_email','mentolnet@gmail.com'),(767480,123661,'login','mentol'),(767481,123661,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767482,123661,'_message_key','user_login_failed'),(767483,123661,'_server_remote_addr','118.163.135.17'),(767484,123661,'_server_http_x_forwarded_for_0','118.163.135.17'),(767485,123662,'login_id','1'),(767486,123662,'login_email','mentolnet@gmail.com'),(767487,123662,'login','mentol'),(767488,123662,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767489,123662,'_message_key','user_login_failed'),(767490,123662,'_server_remote_addr','118.163.135.17'),(767491,123662,'_server_http_x_forwarded_for_0','118.163.135.17'),(767492,123663,'login_id','1'),(767493,123663,'login_email','mentolnet@gmail.com'),(767494,123663,'login','mentol'),(767495,123663,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767496,123663,'_message_key','user_login_failed'),(767497,123663,'_server_remote_addr','118.163.135.17'),(767498,123663,'_server_http_x_forwarded_for_0','118.163.135.17'),(767499,123664,'login_id','1'),(767500,123664,'login_email','mentolnet@gmail.com'),(767501,123664,'login','mentol'),(767502,123664,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767503,123664,'_message_key','user_login_failed'),(767504,123664,'_server_remote_addr','118.163.135.17'),(767505,123664,'_server_http_x_forwarded_for_0','118.163.135.17'),(767506,123665,'login_id','1'),(767507,123665,'login_email','mentolnet@gmail.com'),(767508,123665,'login','mentol'),(767509,123665,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767510,123665,'_message_key','user_login_failed'),(767511,123665,'_server_remote_addr','118.163.135.17'),(767512,123665,'_server_http_x_forwarded_for_0','118.163.135.17'),(767513,123666,'login_id','1'),(767514,123666,'login_email','mentolnet@gmail.com'),(767515,123666,'login','mentol'),(767516,123666,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767517,123666,'_message_key','user_login_failed'),(767518,123666,'_server_remote_addr','118.163.135.17'),(767519,123666,'_server_http_x_forwarded_for_0','118.163.135.17'),(767520,123667,'login_id','1'),(767521,123667,'login_email','mentolnet@gmail.com'),(767522,123667,'login','mentol'),(767523,123667,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767524,123667,'_message_key','user_login_failed'),(767525,123667,'_server_remote_addr','118.163.135.17'),(767526,123667,'_server_http_x_forwarded_for_0','118.163.135.17'),(767527,123668,'login_id','1'),(767528,123668,'login_email','mentolnet@gmail.com'),(767529,123668,'login','mentol'),(767530,123668,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767531,123668,'_message_key','user_login_failed'),(767532,123668,'_server_remote_addr','118.163.135.17'),(767533,123668,'_server_http_x_forwarded_for_0','118.163.135.17'),(767534,123669,'login_id','1'),(767535,123669,'login_email','mentolnet@gmail.com'),(767536,123669,'login','mentol'),(767537,123669,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767538,123669,'_message_key','user_login_failed'),(767539,123669,'_server_remote_addr','118.163.135.17'),(767540,123669,'_server_http_x_forwarded_for_0','118.163.135.17'),(767541,123670,'login_id','1'),(767542,123670,'login_email','mentolnet@gmail.com'),(767543,123670,'login','mentol'),(767544,123670,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767545,123670,'_message_key','user_login_failed'),(767546,123670,'_server_remote_addr','118.163.135.17'),(767547,123670,'_server_http_x_forwarded_for_0','118.163.135.17'),(767548,123671,'login_id','1'),(767549,123671,'login_email','mentolnet@gmail.com'),(767550,123671,'login','mentol'),(767551,123671,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767552,123671,'_message_key','user_login_failed'),(767553,123671,'_server_remote_addr','118.163.135.17'),(767554,123671,'_server_http_x_forwarded_for_0','118.163.135.17'),(767555,123672,'login_id','1'),(767556,123672,'login_email','mentolnet@gmail.com'),(767557,123672,'login','mentol'),(767558,123672,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767559,123672,'_message_key','user_login_failed'),(767560,123672,'_server_remote_addr','118.163.135.17'),(767561,123672,'_server_http_x_forwarded_for_0','118.163.135.17'),(767562,123673,'login_id','1'),(767563,123673,'login_email','mentolnet@gmail.com'),(767564,123673,'login','mentol'),(767565,123673,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767566,123673,'_message_key','user_login_failed'),(767567,123673,'_server_remote_addr','118.163.135.17'),(767568,123673,'_server_http_x_forwarded_for_0','118.163.135.17'),(767569,123674,'login_id','1'),(767570,123674,'login_email','mentolnet@gmail.com'),(767571,123674,'login','mentol'),(767572,123674,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767573,123674,'_message_key','user_login_failed'),(767574,123674,'_server_remote_addr','118.163.135.17'),(767575,123674,'_server_http_x_forwarded_for_0','118.163.135.17'),(767576,123675,'login_id','1'),(767577,123675,'login_email','mentolnet@gmail.com'),(767578,123675,'login','mentol'),(767579,123675,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767580,123675,'_message_key','user_login_failed'),(767581,123675,'_server_remote_addr','118.163.135.17'),(767582,123675,'_server_http_x_forwarded_for_0','118.163.135.17'),(767583,123676,'login_id','1'),(767584,123676,'login_email','mentolnet@gmail.com'),(767585,123676,'login','mentol'),(767586,123676,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767587,123676,'_message_key','user_login_failed'),(767588,123676,'_server_remote_addr','118.163.135.17'),(767589,123676,'_server_http_x_forwarded_for_0','118.163.135.17'),(767590,123677,'login_id','1'),(767591,123677,'login_email','mentolnet@gmail.com'),(767592,123677,'login','mentol'),(767593,123677,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767594,123677,'_message_key','user_login_failed'),(767595,123677,'_server_remote_addr','118.163.135.17'),(767596,123677,'_server_http_x_forwarded_for_0','118.163.135.17'),(767597,123678,'login_id','1'),(767598,123678,'login_email','mentolnet@gmail.com'),(767599,123678,'login','mentol'),(767600,123678,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767601,123678,'_message_key','user_login_failed'),(767602,123678,'_server_remote_addr','118.163.135.17'),(767603,123678,'_server_http_x_forwarded_for_0','118.163.135.17'),(767604,123679,'login_id','1'),(767605,123679,'login_email','mentolnet@gmail.com'),(767606,123679,'login','mentol'),(767607,123679,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767608,123679,'_message_key','user_login_failed'),(767609,123679,'_server_remote_addr','118.163.135.17'),(767610,123679,'_server_http_x_forwarded_for_0','118.163.135.17'),(767611,123680,'login_id','1'),(767612,123680,'login_email','mentolnet@gmail.com'),(767613,123680,'login','mentol'),(767614,123680,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767615,123680,'_message_key','user_login_failed'),(767616,123680,'_server_remote_addr','118.163.135.17'),(767617,123680,'_server_http_x_forwarded_for_0','118.163.135.17'),(767618,123681,'login_id','1'),(767619,123681,'login_email','mentolnet@gmail.com'),(767620,123681,'login','mentol'),(767621,123681,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767622,123681,'_message_key','user_login_failed'),(767623,123681,'_server_remote_addr','118.163.135.17'),(767624,123681,'_server_http_x_forwarded_for_0','118.163.135.17'),(767625,123682,'login_id','1'),(767626,123682,'login_email','mentolnet@gmail.com'),(767627,123682,'login','mentol'),(767628,123682,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767629,123682,'_message_key','user_login_failed'),(767630,123682,'_server_remote_addr','118.163.135.17'),(767631,123682,'_server_http_x_forwarded_for_0','118.163.135.17'),(767632,123683,'login_id','1'),(767633,123683,'login_email','mentolnet@gmail.com'),(767634,123683,'login','mentol'),(767635,123683,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767636,123683,'_message_key','user_login_failed'),(767637,123683,'_server_remote_addr','118.163.135.17'),(767638,123683,'_server_http_x_forwarded_for_0','118.163.135.17'),(767639,123684,'login_id','1'),(767640,123684,'login_email','mentolnet@gmail.com'),(767641,123684,'login','mentol'),(767642,123684,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767643,123684,'_message_key','user_login_failed'),(767644,123684,'_server_remote_addr','118.163.135.17'),(767645,123684,'_server_http_x_forwarded_for_0','118.163.135.17'),(767646,123685,'login_id','1'),(767647,123685,'login_email','mentolnet@gmail.com'),(767648,123685,'login','mentol'),(767649,123685,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767650,123685,'_message_key','user_login_failed'),(767651,123685,'_server_remote_addr','118.163.135.17'),(767652,123685,'_server_http_x_forwarded_for_0','118.163.135.17'),(767653,123686,'login_id','1'),(767654,123686,'login_email','mentolnet@gmail.com'),(767655,123686,'login','mentol'),(767656,123686,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767657,123686,'_message_key','user_login_failed'),(767658,123686,'_server_remote_addr','118.163.135.17'),(767659,123686,'_server_http_x_forwarded_for_0','118.163.135.17'),(767660,123687,'login_id','1'),(767661,123687,'login_email','mentolnet@gmail.com'),(767662,123687,'login','mentol'),(767663,123687,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767664,123687,'_message_key','user_login_failed'),(767665,123687,'_server_remote_addr','118.163.135.17'),(767666,123687,'_server_http_x_forwarded_for_0','118.163.135.17'),(767667,123688,'login_id','1'),(767668,123688,'login_email','mentolnet@gmail.com'),(767669,123688,'login','mentol'),(767670,123688,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767671,123688,'_message_key','user_login_failed'),(767672,123688,'_server_remote_addr','118.163.135.17'),(767673,123688,'_server_http_x_forwarded_for_0','118.163.135.17'),(767674,123689,'login_id','1'),(767675,123689,'login_email','mentolnet@gmail.com'),(767676,123689,'login','mentol'),(767677,123689,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767678,123689,'_message_key','user_login_failed'),(767679,123689,'_server_remote_addr','118.163.135.17'),(767680,123689,'_server_http_x_forwarded_for_0','118.163.135.17'),(767681,123690,'login_id','1'),(767682,123690,'login_email','mentolnet@gmail.com'),(767683,123690,'login','mentol'),(767684,123690,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767685,123690,'_message_key','user_login_failed'),(767686,123690,'_server_remote_addr','118.163.135.17'),(767687,123690,'_server_http_x_forwarded_for_0','118.163.135.17'),(767688,123691,'login_id','1'),(767689,123691,'login_email','mentolnet@gmail.com'),(767690,123691,'login','mentol'),(767691,123691,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767692,123691,'_message_key','user_login_failed'),(767693,123691,'_server_remote_addr','118.163.135.17'),(767694,123691,'_server_http_x_forwarded_for_0','118.163.135.17'),(767695,123692,'login_id','1'),(767696,123692,'login_email','mentolnet@gmail.com'),(767697,123692,'login','mentol'),(767698,123692,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767699,123692,'_message_key','user_login_failed'),(767700,123692,'_server_remote_addr','118.163.135.17'),(767701,123692,'_server_http_x_forwarded_for_0','118.163.135.17'),(767702,123693,'login_id','1'),(767703,123693,'login_email','mentolnet@gmail.com'),(767704,123693,'login','mentol'),(767705,123693,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767706,123693,'_message_key','user_login_failed'),(767707,123693,'_server_remote_addr','118.163.135.17'),(767708,123693,'_server_http_x_forwarded_for_0','118.163.135.17'),(767709,123694,'login_id','1'),(767710,123694,'login_email','mentolnet@gmail.com'),(767711,123694,'login','mentol'),(767712,123694,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767713,123694,'_message_key','user_login_failed'),(767714,123694,'_server_remote_addr','118.163.135.17'),(767715,123694,'_server_http_x_forwarded_for_0','118.163.135.17'),(767716,123695,'login_id','1'),(767717,123695,'login_email','mentolnet@gmail.com'),(767718,123695,'login','mentol'),(767719,123695,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767720,123695,'_message_key','user_login_failed'),(767721,123695,'_server_remote_addr','118.163.135.17'),(767722,123695,'_server_http_x_forwarded_for_0','118.163.135.17'),(767723,123696,'login_id','1'),(767724,123696,'login_email','mentolnet@gmail.com'),(767725,123696,'login','mentol'),(767726,123696,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767727,123696,'_message_key','user_login_failed'),(767728,123696,'_server_remote_addr','118.163.135.17'),(767729,123696,'_server_http_x_forwarded_for_0','118.163.135.17'),(767730,123697,'login_id','1'),(767731,123697,'login_email','mentolnet@gmail.com'),(767732,123697,'login','mentol'),(767733,123697,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767734,123697,'_message_key','user_login_failed'),(767735,123697,'_server_remote_addr','118.163.135.17'),(767736,123697,'_server_http_x_forwarded_for_0','118.163.135.17'),(767737,123698,'login_id','1'),(767738,123698,'login_email','mentolnet@gmail.com'),(767739,123698,'login','mentol'),(767740,123698,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767741,123698,'_message_key','user_login_failed'),(767742,123698,'_server_remote_addr','118.163.135.17'),(767743,123698,'_server_http_x_forwarded_for_0','118.163.135.17'),(767744,123699,'login_id','1'),(767745,123699,'login_email','mentolnet@gmail.com'),(767746,123699,'login','mentol'),(767747,123699,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767748,123699,'_message_key','user_login_failed'),(767749,123699,'_server_remote_addr','118.163.135.17'),(767750,123699,'_server_http_x_forwarded_for_0','118.163.135.17'),(767751,123700,'login_id','1'),(767752,123700,'login_email','mentolnet@gmail.com'),(767753,123700,'login','mentol'),(767754,123700,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767755,123700,'_message_key','user_login_failed'),(767756,123700,'_server_remote_addr','118.163.135.17'),(767757,123700,'_server_http_x_forwarded_for_0','118.163.135.17'),(767758,123701,'login_id','1'),(767759,123701,'login_email','mentolnet@gmail.com'),(767760,123701,'login','mentol'),(767761,123701,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767762,123701,'_message_key','user_login_failed'),(767763,123701,'_server_remote_addr','118.163.135.17'),(767764,123701,'_server_http_x_forwarded_for_0','118.163.135.17'),(767765,123702,'login_id','1'),(767766,123702,'login_email','mentolnet@gmail.com'),(767767,123702,'login','mentol'),(767768,123702,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767769,123702,'_message_key','user_login_failed'),(767770,123702,'_server_remote_addr','118.163.135.17'),(767771,123702,'_server_http_x_forwarded_for_0','118.163.135.17'),(767772,123703,'login_id','1'),(767773,123703,'login_email','mentolnet@gmail.com'),(767774,123703,'login','mentol'),(767775,123703,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767776,123703,'_message_key','user_login_failed'),(767777,123703,'_server_remote_addr','118.163.135.17'),(767778,123703,'_server_http_x_forwarded_for_0','118.163.135.17'),(767779,123704,'login_id','1'),(767780,123704,'login_email','mentolnet@gmail.com'),(767781,123704,'login','mentol'),(767782,123704,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767783,123704,'_message_key','user_login_failed'),(767784,123704,'_server_remote_addr','118.163.135.17'),(767785,123704,'_server_http_x_forwarded_for_0','118.163.135.17'),(767786,123705,'login_id','1'),(767787,123705,'login_email','mentolnet@gmail.com'),(767788,123705,'login','mentol'),(767789,123705,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767790,123705,'_message_key','user_login_failed'),(767791,123705,'_server_remote_addr','118.163.135.17'),(767792,123705,'_server_http_x_forwarded_for_0','118.163.135.17'),(767793,123706,'login_id','1'),(767794,123706,'login_email','mentolnet@gmail.com'),(767795,123706,'login','mentol'),(767796,123706,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767797,123706,'_message_key','user_login_failed'),(767798,123706,'_server_remote_addr','118.163.135.17'),(767799,123706,'_server_http_x_forwarded_for_0','118.163.135.17'),(767800,123707,'login_id','1'),(767801,123707,'login_email','mentolnet@gmail.com'),(767802,123707,'login','mentol'),(767803,123707,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767804,123707,'_message_key','user_login_failed'),(767805,123707,'_server_remote_addr','118.163.135.17'),(767806,123707,'_server_http_x_forwarded_for_0','118.163.135.17'),(767807,123708,'login_id','1'),(767808,123708,'login_email','mentolnet@gmail.com'),(767809,123708,'login','mentol'),(767810,123708,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767811,123708,'_message_key','user_login_failed'),(767812,123708,'_server_remote_addr','118.163.135.17'),(767813,123708,'_server_http_x_forwarded_for_0','118.163.135.17'),(767814,123709,'login_id','1'),(767815,123709,'login_email','mentolnet@gmail.com'),(767816,123709,'login','mentol'),(767817,123709,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767818,123709,'_message_key','user_login_failed'),(767819,123709,'_server_remote_addr','118.163.135.17'),(767820,123709,'_server_http_x_forwarded_for_0','118.163.135.17'),(767821,123710,'login_id','1'),(767822,123710,'login_email','mentolnet@gmail.com'),(767823,123710,'login','mentol'),(767824,123710,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767825,123710,'_message_key','user_login_failed'),(767826,123710,'_server_remote_addr','118.163.135.17'),(767827,123710,'_server_http_x_forwarded_for_0','118.163.135.17'),(767828,123711,'login_id','1'),(767829,123711,'login_email','mentolnet@gmail.com'),(767830,123711,'login','mentol'),(767831,123711,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767832,123711,'_message_key','user_login_failed'),(767833,123711,'_server_remote_addr','118.163.135.17'),(767834,123711,'_server_http_x_forwarded_for_0','118.163.135.17'),(767835,123712,'login_id','1'),(767836,123712,'login_email','mentolnet@gmail.com'),(767837,123712,'login','mentol'),(767838,123712,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767839,123712,'_message_key','user_login_failed'),(767840,123712,'_server_remote_addr','118.163.135.17'),(767841,123712,'_server_http_x_forwarded_for_0','118.163.135.17'),(767842,123713,'login_id','1'),(767843,123713,'login_email','mentolnet@gmail.com'),(767844,123713,'login','mentol'),(767845,123713,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767846,123713,'_message_key','user_login_failed'),(767847,123713,'_server_remote_addr','118.163.135.17'),(767848,123713,'_server_http_x_forwarded_for_0','118.163.135.17'),(767849,123714,'login_id','1'),(767850,123714,'login_email','mentolnet@gmail.com'),(767851,123714,'login','mentol'),(767852,123714,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767853,123714,'_message_key','user_login_failed'),(767854,123714,'_server_remote_addr','118.163.135.17'),(767855,123714,'_server_http_x_forwarded_for_0','118.163.135.17'),(767856,123715,'login_id','1'),(767857,123715,'login_email','mentolnet@gmail.com'),(767858,123715,'login','mentol'),(767859,123715,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767860,123715,'_message_key','user_login_failed'),(767861,123715,'_server_remote_addr','118.163.135.17'),(767862,123715,'_server_http_x_forwarded_for_0','118.163.135.17'),(767863,123716,'login_id','1'),(767864,123716,'login_email','mentolnet@gmail.com'),(767865,123716,'login','mentol'),(767866,123716,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767867,123716,'_message_key','user_login_failed'),(767868,123716,'_server_remote_addr','118.163.135.17'),(767869,123716,'_server_http_x_forwarded_for_0','118.163.135.17'),(767870,123717,'login_id','1'),(767871,123717,'login_email','mentolnet@gmail.com'),(767872,123717,'login','mentol'),(767873,123717,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767874,123717,'_message_key','user_login_failed'),(767875,123717,'_server_remote_addr','118.163.135.17'),(767876,123717,'_server_http_x_forwarded_for_0','118.163.135.17'),(767877,123718,'login_id','1'),(767878,123718,'login_email','mentolnet@gmail.com'),(767879,123718,'login','mentol'),(767880,123718,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767881,123718,'_message_key','user_login_failed'),(767882,123718,'_server_remote_addr','118.163.135.17'),(767883,123718,'_server_http_x_forwarded_for_0','118.163.135.17'),(767884,123719,'login_id','1'),(767885,123719,'login_email','mentolnet@gmail.com'),(767886,123719,'login','mentol'),(767887,123719,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767888,123719,'_message_key','user_login_failed'),(767889,123719,'_server_remote_addr','118.163.135.17'),(767890,123719,'_server_http_x_forwarded_for_0','118.163.135.17'),(767891,123720,'login_id','1'),(767892,123720,'login_email','mentolnet@gmail.com'),(767893,123720,'login','mentol'),(767894,123720,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767895,123720,'_message_key','user_login_failed'),(767896,123720,'_server_remote_addr','118.163.135.17'),(767897,123720,'_server_http_x_forwarded_for_0','118.163.135.17'),(767898,123721,'login_id','1'),(767899,123721,'login_email','mentolnet@gmail.com'),(767900,123721,'login','mentol'),(767901,123721,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767902,123721,'_message_key','user_login_failed'),(767903,123721,'_server_remote_addr','118.163.135.17'),(767904,123721,'_server_http_x_forwarded_for_0','118.163.135.17'),(767905,123722,'login_id','1'),(767906,123722,'login_email','mentolnet@gmail.com'),(767907,123722,'login','mentol'),(767908,123722,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767909,123722,'_message_key','user_login_failed'),(767910,123722,'_server_remote_addr','118.163.135.17'),(767911,123722,'_server_http_x_forwarded_for_0','118.163.135.17'),(767912,123723,'login_id','1'),(767913,123723,'login_email','mentolnet@gmail.com'),(767914,123723,'login','mentol'),(767915,123723,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767916,123723,'_message_key','user_login_failed'),(767917,123723,'_server_remote_addr','118.163.135.17'),(767918,123723,'_server_http_x_forwarded_for_0','118.163.135.17'),(767919,123724,'login_id','1'),(767920,123724,'login_email','mentolnet@gmail.com'),(767921,123724,'login','mentol'),(767922,123724,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767923,123724,'_message_key','user_login_failed'),(767924,123724,'_server_remote_addr','118.163.135.17'),(767925,123724,'_server_http_x_forwarded_for_0','118.163.135.17'),(767926,123725,'login_id','1'),(767927,123725,'login_email','mentolnet@gmail.com'),(767928,123725,'login','mentol'),(767929,123725,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767930,123725,'_message_key','user_login_failed'),(767931,123725,'_server_remote_addr','118.163.135.17'),(767932,123725,'_server_http_x_forwarded_for_0','118.163.135.17'),(767933,123726,'login_id','1'),(767934,123726,'login_email','mentolnet@gmail.com'),(767935,123726,'login','mentol'),(767936,123726,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767937,123726,'_message_key','user_login_failed'),(767938,123726,'_server_remote_addr','118.163.135.17'),(767939,123726,'_server_http_x_forwarded_for_0','118.163.135.17'),(767940,123727,'login_id','1'),(767941,123727,'login_email','mentolnet@gmail.com'),(767942,123727,'login','mentol'),(767943,123727,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767944,123727,'_message_key','user_login_failed'),(767945,123727,'_server_remote_addr','118.163.135.17'),(767946,123727,'_server_http_x_forwarded_for_0','118.163.135.17'),(767947,123728,'login_id','1'),(767948,123728,'login_email','mentolnet@gmail.com'),(767949,123728,'login','mentol'),(767950,123728,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767951,123728,'_message_key','user_login_failed'),(767952,123728,'_server_remote_addr','118.163.135.17'),(767953,123728,'_server_http_x_forwarded_for_0','118.163.135.17'),(767954,123729,'login_id','1'),(767955,123729,'login_email','mentolnet@gmail.com'),(767956,123729,'login','mentol'),(767957,123729,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767958,123729,'_message_key','user_login_failed'),(767959,123729,'_server_remote_addr','118.163.135.17'),(767960,123729,'_server_http_x_forwarded_for_0','118.163.135.17'),(767961,123730,'login_id','1'),(767962,123730,'login_email','mentolnet@gmail.com'),(767963,123730,'login','mentol'),(767964,123730,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767965,123730,'_message_key','user_login_failed'),(767966,123730,'_server_remote_addr','118.163.135.17'),(767967,123730,'_server_http_x_forwarded_for_0','118.163.135.17'),(767968,123731,'login_id','1'),(767969,123731,'login_email','mentolnet@gmail.com'),(767970,123731,'login','mentol'),(767971,123731,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767972,123731,'_message_key','user_login_failed'),(767973,123731,'_server_remote_addr','118.163.135.17'),(767974,123731,'_server_http_x_forwarded_for_0','118.163.135.17'),(767975,123732,'login_id','1'),(767976,123732,'login_email','mentolnet@gmail.com'),(767977,123732,'login','mentol'),(767978,123732,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767979,123732,'_message_key','user_login_failed'),(767980,123732,'_server_remote_addr','118.163.135.17'),(767981,123732,'_server_http_x_forwarded_for_0','118.163.135.17'),(767982,123733,'login_id','1'),(767983,123733,'login_email','mentolnet@gmail.com'),(767984,123733,'login','mentol'),(767985,123733,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767986,123733,'_message_key','user_login_failed'),(767987,123733,'_server_remote_addr','118.163.135.17'),(767988,123733,'_server_http_x_forwarded_for_0','118.163.135.17'),(767989,123734,'login_id','1'),(767990,123734,'login_email','mentolnet@gmail.com'),(767991,123734,'login','mentol'),(767992,123734,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(767993,123734,'_message_key','user_login_failed'),(767994,123734,'_server_remote_addr','118.163.135.17'),(767995,123734,'_server_http_x_forwarded_for_0','118.163.135.17'),(767996,123735,'login_id','1'),(767997,123735,'login_email','mentolnet@gmail.com'),(767998,123735,'login','mentol'),(767999,123735,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768000,123735,'_message_key','user_login_failed'),(768001,123735,'_server_remote_addr','118.163.135.17'),(768002,123735,'_server_http_x_forwarded_for_0','118.163.135.17'),(768003,123736,'login_id','1'),(768004,123736,'login_email','mentolnet@gmail.com'),(768005,123736,'login','mentol'),(768006,123736,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768007,123736,'_message_key','user_login_failed'),(768008,123736,'_server_remote_addr','118.163.135.17'),(768009,123736,'_server_http_x_forwarded_for_0','118.163.135.17'),(768010,123737,'login_id','1'),(768011,123737,'login_email','mentolnet@gmail.com'),(768012,123737,'login','mentol'),(768013,123737,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768014,123737,'_message_key','user_login_failed'),(768015,123737,'_server_remote_addr','118.163.135.17'),(768016,123737,'_server_http_x_forwarded_for_0','118.163.135.17'),(768017,123738,'login_id','1'),(768018,123738,'login_email','mentolnet@gmail.com'),(768019,123738,'login','mentol'),(768020,123738,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768021,123738,'_message_key','user_login_failed'),(768022,123738,'_server_remote_addr','118.163.135.17'),(768023,123738,'_server_http_x_forwarded_for_0','118.163.135.17'),(768024,123739,'login_id','1'),(768025,123739,'login_email','mentolnet@gmail.com'),(768026,123739,'login','mentol'),(768027,123739,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768028,123739,'_message_key','user_login_failed'),(768029,123739,'_server_remote_addr','118.163.135.17'),(768030,123739,'_server_http_x_forwarded_for_0','118.163.135.17'),(768031,123740,'login_id','1'),(768032,123740,'login_email','mentolnet@gmail.com'),(768033,123740,'login','mentol'),(768034,123740,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768035,123740,'_message_key','user_login_failed'),(768036,123740,'_server_remote_addr','118.163.135.17'),(768037,123740,'_server_http_x_forwarded_for_0','118.163.135.17'),(768038,123741,'login_id','1'),(768039,123741,'login_email','mentolnet@gmail.com'),(768040,123741,'login','mentol'),(768041,123741,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768042,123741,'_message_key','user_login_failed'),(768043,123741,'_server_remote_addr','118.163.135.17'),(768044,123741,'_server_http_x_forwarded_for_0','118.163.135.17'),(768045,123742,'login_id','1'),(768046,123742,'login_email','mentolnet@gmail.com'),(768047,123742,'login','mentol'),(768048,123742,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768049,123742,'_message_key','user_login_failed'),(768050,123742,'_server_remote_addr','118.163.135.17'),(768051,123742,'_server_http_x_forwarded_for_0','118.163.135.17'),(768052,123743,'login_id','1'),(768053,123743,'login_email','mentolnet@gmail.com'),(768054,123743,'login','mentol'),(768055,123743,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768056,123743,'_message_key','user_login_failed'),(768057,123743,'_server_remote_addr','118.163.135.17'),(768058,123743,'_server_http_x_forwarded_for_0','118.163.135.17'),(768059,123744,'login_id','1'),(768060,123744,'login_email','mentolnet@gmail.com'),(768061,123744,'login','mentol'),(768062,123744,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768063,123744,'_message_key','user_login_failed'),(768064,123744,'_server_remote_addr','118.163.135.17'),(768065,123744,'_server_http_x_forwarded_for_0','118.163.135.17'),(768066,123745,'login_id','1'),(768067,123745,'login_email','mentolnet@gmail.com'),(768068,123745,'login','mentol'),(768069,123745,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768070,123745,'_message_key','user_login_failed'),(768071,123745,'_server_remote_addr','118.163.135.17'),(768072,123745,'_server_http_x_forwarded_for_0','118.163.135.17'),(768073,123746,'login_id','1'),(768074,123746,'login_email','mentolnet@gmail.com'),(768075,123746,'login','mentol'),(768076,123746,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768077,123746,'_message_key','user_login_failed'),(768078,123746,'_server_remote_addr','118.163.135.17'),(768079,123746,'_server_http_x_forwarded_for_0','118.163.135.17'),(768080,123747,'login_id','1'),(768081,123747,'login_email','mentolnet@gmail.com'),(768082,123747,'login','mentol'),(768083,123747,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768084,123747,'_message_key','user_login_failed'),(768085,123747,'_server_remote_addr','118.163.135.17'),(768086,123747,'_server_http_x_forwarded_for_0','118.163.135.17'),(768087,123748,'login_id','1'),(768088,123748,'login_email','mentolnet@gmail.com'),(768089,123748,'login','mentol'),(768090,123748,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768091,123748,'_message_key','user_login_failed'),(768092,123748,'_server_remote_addr','118.163.135.17'),(768093,123748,'_server_http_x_forwarded_for_0','118.163.135.17'),(768094,123749,'login_id','1'),(768095,123749,'login_email','mentolnet@gmail.com'),(768096,123749,'login','mentol'),(768097,123749,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768098,123749,'_message_key','user_login_failed'),(768099,123749,'_server_remote_addr','118.163.135.17'),(768100,123749,'_server_http_x_forwarded_for_0','118.163.135.17'),(768101,123750,'login_id','1'),(768102,123750,'login_email','mentolnet@gmail.com'),(768103,123750,'login','mentol'),(768104,123750,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768105,123750,'_message_key','user_login_failed'),(768106,123750,'_server_remote_addr','118.163.135.17'),(768107,123750,'_server_http_x_forwarded_for_0','118.163.135.17'),(768108,123751,'login_id','1'),(768109,123751,'login_email','mentolnet@gmail.com'),(768110,123751,'login','mentol'),(768111,123751,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768112,123751,'_message_key','user_login_failed'),(768113,123751,'_server_remote_addr','118.163.135.17'),(768114,123751,'_server_http_x_forwarded_for_0','118.163.135.17'),(768115,123752,'login_id','1'),(768116,123752,'login_email','mentolnet@gmail.com'),(768117,123752,'login','mentol'),(768118,123752,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768119,123752,'_message_key','user_login_failed'),(768120,123752,'_server_remote_addr','118.163.135.17'),(768121,123752,'_server_http_x_forwarded_for_0','118.163.135.17'),(768122,123753,'login_id','1'),(768123,123753,'login_email','mentolnet@gmail.com'),(768124,123753,'login','mentol'),(768125,123753,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768126,123753,'_message_key','user_login_failed'),(768127,123753,'_server_remote_addr','118.163.135.17'),(768128,123753,'_server_http_x_forwarded_for_0','118.163.135.17'),(768129,123754,'login_id','1'),(768130,123754,'login_email','mentolnet@gmail.com'),(768131,123754,'login','mentol'),(768132,123754,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768133,123754,'_message_key','user_login_failed'),(768134,123754,'_server_remote_addr','118.163.135.17'),(768135,123754,'_server_http_x_forwarded_for_0','118.163.135.17'),(768136,123755,'login_id','1'),(768137,123755,'login_email','mentolnet@gmail.com'),(768138,123755,'login','mentol'),(768139,123755,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768140,123755,'_message_key','user_login_failed'),(768141,123755,'_server_remote_addr','118.163.135.17'),(768142,123755,'_server_http_x_forwarded_for_0','118.163.135.17'),(768143,123756,'login_id','1'),(768144,123756,'login_email','mentolnet@gmail.com'),(768145,123756,'login','mentol'),(768146,123756,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768147,123756,'_message_key','user_login_failed'),(768148,123756,'_server_remote_addr','118.163.135.17'),(768149,123756,'_server_http_x_forwarded_for_0','118.163.135.17'),(768150,123757,'login_id','1'),(768151,123757,'login_email','mentolnet@gmail.com'),(768152,123757,'login','mentol'),(768153,123757,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768154,123757,'_message_key','user_login_failed'),(768155,123757,'_server_remote_addr','118.163.135.17'),(768156,123757,'_server_http_x_forwarded_for_0','118.163.135.17'),(768157,123758,'login_id','1'),(768158,123758,'login_email','mentolnet@gmail.com'),(768159,123758,'login','mentol'),(768160,123758,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768161,123758,'_message_key','user_login_failed'),(768162,123758,'_server_remote_addr','61.185.139.72'),(768163,123758,'_server_http_x_forwarded_for_0','61.185.139.72'),(768164,123759,'login_id','1'),(768165,123759,'login_email','mentolnet@gmail.com'),(768166,123759,'login','mentol'),(768167,123759,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768168,123759,'_message_key','user_login_failed'),(768169,123759,'_server_remote_addr','61.185.139.72'),(768170,123759,'_server_http_x_forwarded_for_0','61.185.139.72'),(768171,123760,'login_id','1'),(768172,123760,'login_email','mentolnet@gmail.com'),(768173,123760,'login','mentol'),(768174,123760,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768175,123760,'_message_key','user_login_failed'),(768176,123760,'_server_remote_addr','61.185.139.72'),(768177,123760,'_server_http_x_forwarded_for_0','61.185.139.72'),(768178,123761,'login_id','1'),(768179,123761,'login_email','mentolnet@gmail.com'),(768180,123761,'login','mentol'),(768181,123761,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768182,123761,'_message_key','user_login_failed'),(768183,123761,'_server_remote_addr','61.185.139.72'),(768184,123761,'_server_http_x_forwarded_for_0','61.185.139.72'),(768185,123762,'login_id','1'),(768186,123762,'login_email','mentolnet@gmail.com'),(768187,123762,'login','mentol'),(768188,123762,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768189,123762,'_message_key','user_login_failed'),(768190,123762,'_server_remote_addr','61.185.139.72'),(768191,123762,'_server_http_x_forwarded_for_0','61.185.139.72'),(768192,123763,'login_id','1'),(768193,123763,'login_email','mentolnet@gmail.com'),(768194,123763,'login','mentol'),(768195,123763,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768196,123763,'_message_key','user_login_failed'),(768197,123763,'_server_remote_addr','61.185.139.72'),(768198,123763,'_server_http_x_forwarded_for_0','61.185.139.72'),(768199,123764,'login_id','1'),(768200,123764,'login_email','mentolnet@gmail.com'),(768201,123764,'login','mentol'),(768202,123764,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768203,123764,'_message_key','user_login_failed'),(768204,123764,'_server_remote_addr','61.185.139.72'),(768205,123764,'_server_http_x_forwarded_for_0','61.185.139.72'),(768206,123765,'login_id','1'),(768207,123765,'login_email','mentolnet@gmail.com'),(768208,123765,'login','mentol'),(768209,123765,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768210,123765,'_message_key','user_login_failed'),(768211,123765,'_server_remote_addr','61.185.139.72'),(768212,123765,'_server_http_x_forwarded_for_0','61.185.139.72'),(768213,123766,'login_id','1'),(768214,123766,'login_email','mentolnet@gmail.com'),(768215,123766,'login','mentol'),(768216,123766,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768217,123766,'_message_key','user_login_failed'),(768218,123766,'_server_remote_addr','61.185.139.72'),(768219,123766,'_server_http_x_forwarded_for_0','61.185.139.72'),(768220,123767,'login_id','1'),(768221,123767,'login_email','mentolnet@gmail.com'),(768222,123767,'login','mentol'),(768223,123767,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768224,123767,'_message_key','user_login_failed'),(768225,123767,'_server_remote_addr','61.185.139.72'),(768226,123767,'_server_http_x_forwarded_for_0','61.185.139.72'),(768227,123768,'login_id','1'),(768228,123768,'login_email','mentolnet@gmail.com'),(768229,123768,'login','mentol'),(768230,123768,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768231,123768,'_message_key','user_login_failed'),(768232,123768,'_server_remote_addr','61.185.139.72'),(768233,123768,'_server_http_x_forwarded_for_0','61.185.139.72'),(768234,123769,'login_id','1'),(768235,123769,'login_email','mentolnet@gmail.com'),(768236,123769,'login','mentol'),(768237,123769,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768238,123769,'_message_key','user_login_failed'),(768239,123769,'_server_remote_addr','61.185.139.72'),(768240,123769,'_server_http_x_forwarded_for_0','61.185.139.72'),(768241,123770,'login_id','1'),(768242,123770,'login_email','mentolnet@gmail.com'),(768243,123770,'login','mentol'),(768244,123770,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768245,123770,'_message_key','user_login_failed'),(768246,123770,'_server_remote_addr','61.185.139.72'),(768247,123770,'_server_http_x_forwarded_for_0','61.185.139.72'),(768248,123771,'login_id','1'),(768249,123771,'login_email','mentolnet@gmail.com'),(768250,123771,'login','mentol'),(768251,123771,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768252,123771,'_message_key','user_login_failed'),(768253,123771,'_server_remote_addr','61.185.139.72'),(768254,123771,'_server_http_x_forwarded_for_0','61.185.139.72'),(768255,123772,'login_id','1'),(768256,123772,'login_email','mentolnet@gmail.com'),(768257,123772,'login','mentol'),(768258,123772,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768259,123772,'_message_key','user_login_failed'),(768260,123772,'_server_remote_addr','61.185.139.72'),(768261,123772,'_server_http_x_forwarded_for_0','61.185.139.72'),(768262,123773,'login_id','1'),(768263,123773,'login_email','mentolnet@gmail.com'),(768264,123773,'login','mentol'),(768265,123773,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768266,123773,'_message_key','user_login_failed'),(768267,123773,'_server_remote_addr','61.185.139.72'),(768268,123773,'_server_http_x_forwarded_for_0','61.185.139.72'),(768269,123774,'login_id','1'),(768270,123774,'login_email','mentolnet@gmail.com'),(768271,123774,'login','mentol'),(768272,123774,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768273,123774,'_message_key','user_login_failed'),(768274,123774,'_server_remote_addr','61.185.139.72'),(768275,123774,'_server_http_x_forwarded_for_0','61.185.139.72'),(768276,123775,'login_id','1'),(768277,123775,'login_email','mentolnet@gmail.com'),(768278,123775,'login','mentol'),(768279,123775,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768280,123775,'_message_key','user_login_failed'),(768281,123775,'_server_remote_addr','61.185.139.72'),(768282,123775,'_server_http_x_forwarded_for_0','61.185.139.72'),(768283,123776,'login_id','1'),(768284,123776,'login_email','mentolnet@gmail.com'),(768285,123776,'login','mentol'),(768286,123776,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768287,123776,'_message_key','user_login_failed'),(768288,123776,'_server_remote_addr','61.185.139.72'),(768289,123776,'_server_http_x_forwarded_for_0','61.185.139.72'),(768290,123777,'login_id','1'),(768291,123777,'login_email','mentolnet@gmail.com'),(768292,123777,'login','mentol'),(768293,123777,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768294,123777,'_message_key','user_login_failed'),(768295,123777,'_server_remote_addr','61.185.139.72'),(768296,123777,'_server_http_x_forwarded_for_0','61.185.139.72'),(768297,123778,'login_id','1'),(768298,123778,'login_email','mentolnet@gmail.com'),(768299,123778,'login','mentol'),(768300,123778,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768301,123778,'_message_key','user_login_failed'),(768302,123778,'_server_remote_addr','61.185.139.72'),(768303,123778,'_server_http_x_forwarded_for_0','61.185.139.72'),(768304,123779,'login_id','1'),(768305,123779,'login_email','mentolnet@gmail.com'),(768306,123779,'login','mentol'),(768307,123779,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768308,123779,'_message_key','user_login_failed'),(768309,123779,'_server_remote_addr','61.185.139.72'),(768310,123779,'_server_http_x_forwarded_for_0','61.185.139.72'),(768311,123780,'login_id','1'),(768312,123780,'login_email','mentolnet@gmail.com'),(768313,123780,'login','mentol'),(768314,123780,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768315,123780,'_message_key','user_login_failed'),(768316,123780,'_server_remote_addr','61.185.139.72'),(768317,123780,'_server_http_x_forwarded_for_0','61.185.139.72'),(768318,123781,'login_id','1'),(768319,123781,'login_email','mentolnet@gmail.com'),(768320,123781,'login','mentol'),(768321,123781,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768322,123781,'_message_key','user_login_failed'),(768323,123781,'_server_remote_addr','61.185.139.72'),(768324,123781,'_server_http_x_forwarded_for_0','61.185.139.72'),(768325,123782,'login_id','1'),(768326,123782,'login_email','mentolnet@gmail.com'),(768327,123782,'login','mentol'),(768328,123782,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768329,123782,'_message_key','user_login_failed'),(768330,123782,'_server_remote_addr','61.185.139.72'),(768331,123782,'_server_http_x_forwarded_for_0','61.185.139.72'),(768332,123783,'failed_username','luis-monteiro'),(768333,123783,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768334,123783,'_message_key','user_unknown_login_failed'),(768335,123783,'_server_remote_addr','61.185.139.72'),(768336,123783,'_server_http_x_forwarded_for_0','61.185.139.72'),(768337,123784,'failed_username','luis-monteiro'),(768338,123784,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768339,123784,'_message_key','user_unknown_login_failed'),(768340,123784,'_server_remote_addr','61.185.139.72'),(768341,123784,'_server_http_x_forwarded_for_0','61.185.139.72'),(768342,123785,'failed_username','luis-monteiro'),(768343,123785,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768344,123785,'_message_key','user_unknown_login_failed'),(768345,123785,'_server_remote_addr','61.185.139.72'),(768346,123785,'_server_http_x_forwarded_for_0','61.185.139.72'),(768347,123786,'failed_username','luis-monteiro'),(768348,123786,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768349,123786,'_message_key','user_unknown_login_failed'),(768350,123786,'_server_remote_addr','61.185.139.72'),(768351,123786,'_server_http_x_forwarded_for_0','61.185.139.72'),(768352,123787,'failed_username','luis-monteiro'),(768353,123787,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768354,123787,'_message_key','user_unknown_login_failed'),(768355,123787,'_server_remote_addr','61.185.139.72'),(768356,123787,'_server_http_x_forwarded_for_0','61.185.139.72'),(768357,123788,'failed_username','luis-monteiro'),(768358,123788,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768359,123788,'_message_key','user_unknown_login_failed'),(768360,123788,'_server_remote_addr','61.185.139.72'),(768361,123788,'_server_http_x_forwarded_for_0','61.185.139.72'),(768362,123789,'failed_username','luis-monteiro'),(768363,123789,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768364,123789,'_message_key','user_unknown_login_failed'),(768365,123789,'_server_remote_addr','61.185.139.72'),(768366,123789,'_server_http_x_forwarded_for_0','61.185.139.72'),(768367,123790,'failed_username','luis-monteiro'),(768368,123790,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768369,123790,'_message_key','user_unknown_login_failed'),(768370,123790,'_server_remote_addr','61.185.139.72'),(768371,123790,'_server_http_x_forwarded_for_0','61.185.139.72'),(768372,123791,'failed_username','luis-monteiro'),(768373,123791,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768374,123791,'_message_key','user_unknown_login_failed'),(768375,123791,'_server_remote_addr','61.185.139.72'),(768376,123791,'_server_http_x_forwarded_for_0','61.185.139.72'),(768377,123792,'failed_username','luis-monteiro'),(768378,123792,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768379,123792,'_message_key','user_unknown_login_failed'),(768380,123792,'_server_remote_addr','61.185.139.72'),(768381,123792,'_server_http_x_forwarded_for_0','61.185.139.72'),(768382,123793,'failed_username','luis-monteiro'),(768383,123793,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768384,123793,'_message_key','user_unknown_login_failed'),(768385,123793,'_server_remote_addr','61.185.139.72'),(768386,123793,'_server_http_x_forwarded_for_0','61.185.139.72'),(768387,123794,'failed_username','luis-monteiro'),(768388,123794,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768389,123794,'_message_key','user_unknown_login_failed'),(768390,123794,'_server_remote_addr','61.185.139.72'),(768391,123794,'_server_http_x_forwarded_for_0','61.185.139.72'),(768392,123795,'failed_username','luis-monteiro'),(768393,123795,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768394,123795,'_message_key','user_unknown_login_failed'),(768395,123795,'_server_remote_addr','61.185.139.72'),(768396,123795,'_server_http_x_forwarded_for_0','61.185.139.72'),(768397,123796,'failed_username','luis-monteiro'),(768398,123796,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768399,123796,'_message_key','user_unknown_login_failed'),(768400,123796,'_server_remote_addr','61.185.139.72'),(768401,123796,'_server_http_x_forwarded_for_0','61.185.139.72'),(768402,123797,'failed_username','luis-monteiro'),(768403,123797,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768404,123797,'_message_key','user_unknown_login_failed'),(768405,123797,'_server_remote_addr','61.185.139.72'),(768406,123797,'_server_http_x_forwarded_for_0','61.185.139.72'),(768407,123798,'failed_username','luis-monteiro'),(768408,123798,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768409,123798,'_message_key','user_unknown_login_failed'),(768410,123798,'_server_remote_addr','61.185.139.72'),(768411,123798,'_server_http_x_forwarded_for_0','61.185.139.72'),(768412,123799,'failed_username','luis-monteiro'),(768413,123799,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768414,123799,'_message_key','user_unknown_login_failed'),(768415,123799,'_server_remote_addr','61.185.139.72'),(768416,123799,'_server_http_x_forwarded_for_0','61.185.139.72'),(768417,123800,'failed_username','luis-monteiro'),(768418,123800,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768419,123800,'_message_key','user_unknown_login_failed'),(768420,123800,'_server_remote_addr','61.185.139.72'),(768421,123800,'_server_http_x_forwarded_for_0','61.185.139.72'),(768422,123801,'failed_username','luis-monteiro'),(768423,123801,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768424,123801,'_message_key','user_unknown_login_failed'),(768425,123801,'_server_remote_addr','61.185.139.72'),(768426,123801,'_server_http_x_forwarded_for_0','61.185.139.72'),(768427,123802,'failed_username','luis-monteiro'),(768428,123802,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768429,123802,'_message_key','user_unknown_login_failed'),(768430,123802,'_server_remote_addr','61.185.139.72'),(768431,123802,'_server_http_x_forwarded_for_0','61.185.139.72'),(768432,123803,'failed_username','luis-monteiro'),(768433,123803,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768434,123803,'_message_key','user_unknown_login_failed'),(768435,123803,'_server_remote_addr','61.185.139.72'),(768436,123803,'_server_http_x_forwarded_for_0','61.185.139.72'),(768437,123804,'failed_username','luis-monteiro'),(768438,123804,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768439,123804,'_message_key','user_unknown_login_failed'),(768440,123804,'_server_remote_addr','61.185.139.72'),(768441,123804,'_server_http_x_forwarded_for_0','61.185.139.72'),(768442,123805,'failed_username','luis-monteiro'),(768443,123805,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768444,123805,'_message_key','user_unknown_login_failed'),(768445,123805,'_server_remote_addr','61.185.139.72'),(768446,123805,'_server_http_x_forwarded_for_0','61.185.139.72'),(768447,123806,'failed_username','luis-monteiro'),(768448,123806,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768449,123806,'_message_key','user_unknown_login_failed'),(768450,123806,'_server_remote_addr','61.185.139.72'),(768451,123806,'_server_http_x_forwarded_for_0','61.185.139.72'),(768452,123807,'failed_username','luis-monteiro'),(768453,123807,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768454,123807,'_message_key','user_unknown_login_failed'),(768455,123807,'_server_remote_addr','61.185.139.72'),(768456,123807,'_server_http_x_forwarded_for_0','61.185.139.72'),(768457,123808,'failed_username','luis-monteiro'),(768458,123808,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768459,123808,'_message_key','user_unknown_login_failed'),(768460,123808,'_server_remote_addr','61.185.139.72'),(768461,123808,'_server_http_x_forwarded_for_0','61.185.139.72'),(768462,123809,'failed_username','luis-monteiro'),(768463,123809,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768464,123809,'_message_key','user_unknown_login_failed'),(768465,123809,'_server_remote_addr','61.185.139.72'),(768466,123809,'_server_http_x_forwarded_for_0','61.185.139.72'),(768467,123810,'failed_username','luis-monteiro'),(768468,123810,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768469,123810,'_message_key','user_unknown_login_failed'),(768470,123810,'_server_remote_addr','61.185.139.72'),(768471,123810,'_server_http_x_forwarded_for_0','61.185.139.72'),(768472,123811,'failed_username','luis-monteiro'),(768473,123811,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768474,123811,'_message_key','user_unknown_login_failed'),(768475,123811,'_server_remote_addr','61.185.139.72'),(768476,123811,'_server_http_x_forwarded_for_0','61.185.139.72'),(768477,123812,'failed_username','luis-monteiro'),(768478,123812,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768479,123812,'_message_key','user_unknown_login_failed'),(768480,123812,'_server_remote_addr','61.185.139.72'),(768481,123812,'_server_http_x_forwarded_for_0','61.185.139.72'),(768482,123813,'failed_username','luis-monteiro'),(768483,123813,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768484,123813,'_message_key','user_unknown_login_failed'),(768485,123813,'_server_remote_addr','61.185.139.72'),(768486,123813,'_server_http_x_forwarded_for_0','61.185.139.72'),(768487,123814,'failed_username','luis-monteiro'),(768488,123814,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768489,123814,'_message_key','user_unknown_login_failed'),(768490,123814,'_server_remote_addr','61.185.139.72'),(768491,123814,'_server_http_x_forwarded_for_0','61.185.139.72'),(768492,123815,'failed_username','luis-monteiro'),(768493,123815,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768494,123815,'_message_key','user_unknown_login_failed'),(768495,123815,'_server_remote_addr','61.185.139.72'),(768496,123815,'_server_http_x_forwarded_for_0','61.185.139.72'),(768497,123816,'failed_username','luis-monteiro'),(768498,123816,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768499,123816,'_message_key','user_unknown_login_failed'),(768500,123816,'_server_remote_addr','61.185.139.72'),(768501,123816,'_server_http_x_forwarded_for_0','61.185.139.72'),(768502,123817,'failed_username','luis-monteiro'),(768503,123817,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768504,123817,'_message_key','user_unknown_login_failed'),(768505,123817,'_server_remote_addr','61.185.139.72'),(768506,123817,'_server_http_x_forwarded_for_0','61.185.139.72'),(768507,123818,'failed_username','luis-monteiro'),(768508,123818,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768509,123818,'_message_key','user_unknown_login_failed'),(768510,123818,'_server_remote_addr','61.185.139.72'),(768511,123818,'_server_http_x_forwarded_for_0','61.185.139.72'),(768512,123819,'failed_username','luis-monteiro'),(768513,123819,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768514,123819,'_message_key','user_unknown_login_failed'),(768515,123819,'_server_remote_addr','61.185.139.72'),(768516,123819,'_server_http_x_forwarded_for_0','61.185.139.72'),(768517,123820,'failed_username','luis-monteiro'),(768518,123820,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768519,123820,'_message_key','user_unknown_login_failed'),(768520,123820,'_server_remote_addr','61.185.139.72'),(768521,123820,'_server_http_x_forwarded_for_0','61.185.139.72'),(768522,123821,'failed_username','luis-monteiro'),(768523,123821,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768524,123821,'_message_key','user_unknown_login_failed'),(768525,123821,'_server_remote_addr','61.185.139.72'),(768526,123821,'_server_http_x_forwarded_for_0','61.185.139.72'),(768527,123822,'failed_username','luis-monteiro'),(768528,123822,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768529,123822,'_message_key','user_unknown_login_failed'),(768530,123822,'_server_remote_addr','61.185.139.72'),(768531,123822,'_server_http_x_forwarded_for_0','61.185.139.72'),(768532,123823,'failed_username','luis-monteiro'),(768533,123823,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768534,123823,'_message_key','user_unknown_login_failed'),(768535,123823,'_server_remote_addr','61.185.139.72'),(768536,123823,'_server_http_x_forwarded_for_0','61.185.139.72'),(768537,123824,'failed_username','luis-monteiro'),(768538,123824,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768539,123824,'_message_key','user_unknown_login_failed'),(768540,123824,'_server_remote_addr','61.185.139.72'),(768541,123824,'_server_http_x_forwarded_for_0','61.185.139.72'),(768542,123825,'failed_username','luis-monteiro'),(768543,123825,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768544,123825,'_message_key','user_unknown_login_failed'),(768545,123825,'_server_remote_addr','61.185.139.72'),(768546,123825,'_server_http_x_forwarded_for_0','61.185.139.72'),(768547,123826,'failed_username','luis-monteiro'),(768548,123826,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768549,123826,'_message_key','user_unknown_login_failed'),(768550,123826,'_server_remote_addr','61.185.139.72'),(768551,123826,'_server_http_x_forwarded_for_0','61.185.139.72'),(768552,123827,'failed_username','luis-monteiro'),(768553,123827,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768554,123827,'_message_key','user_unknown_login_failed'),(768555,123827,'_server_remote_addr','61.185.139.72'),(768556,123827,'_server_http_x_forwarded_for_0','61.185.139.72'),(768557,123828,'failed_username','luis-monteiro'),(768558,123828,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768559,123828,'_message_key','user_unknown_login_failed'),(768560,123828,'_server_remote_addr','61.185.139.72'),(768561,123828,'_server_http_x_forwarded_for_0','61.185.139.72'),(768562,123829,'failed_username','luis-monteiro'),(768563,123829,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768564,123829,'_message_key','user_unknown_login_failed'),(768565,123829,'_server_remote_addr','61.185.139.72'),(768566,123829,'_server_http_x_forwarded_for_0','61.185.139.72'),(768567,123830,'failed_username','luis-monteiro'),(768568,123830,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768569,123830,'_message_key','user_unknown_login_failed'),(768570,123830,'_server_remote_addr','61.185.139.72'),(768571,123830,'_server_http_x_forwarded_for_0','61.185.139.72'),(768572,123831,'failed_username','luis-monteiro'),(768573,123831,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768574,123831,'_message_key','user_unknown_login_failed'),(768575,123831,'_server_remote_addr','61.185.139.72'),(768576,123831,'_server_http_x_forwarded_for_0','61.185.139.72'),(768577,123832,'failed_username','luis-monteiro'),(768578,123832,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768579,123832,'_message_key','user_unknown_login_failed'),(768580,123832,'_server_remote_addr','61.185.139.72'),(768581,123832,'_server_http_x_forwarded_for_0','61.185.139.72'),(768582,123833,'failed_username','luis-monteiro'),(768583,123833,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768584,123833,'_message_key','user_unknown_login_failed'),(768585,123833,'_server_remote_addr','61.185.139.72'),(768586,123833,'_server_http_x_forwarded_for_0','61.185.139.72'),(768587,123834,'failed_username','luis-monteiro'),(768588,123834,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768589,123834,'_message_key','user_unknown_login_failed'),(768590,123834,'_server_remote_addr','61.185.139.72'),(768591,123834,'_server_http_x_forwarded_for_0','61.185.139.72'),(768592,123835,'failed_username','luis-monteiro'),(768593,123835,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768594,123835,'_message_key','user_unknown_login_failed'),(768595,123835,'_server_remote_addr','61.185.139.72'),(768596,123835,'_server_http_x_forwarded_for_0','61.185.139.72'),(768597,123836,'failed_username','luis-monteiro'),(768598,123836,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768599,123836,'_message_key','user_unknown_login_failed'),(768600,123836,'_server_remote_addr','61.185.139.72'),(768601,123836,'_server_http_x_forwarded_for_0','61.185.139.72'),(768602,123837,'failed_username','luis-monteiro'),(768603,123837,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768604,123837,'_message_key','user_unknown_login_failed'),(768605,123837,'_server_remote_addr','61.185.139.72'),(768606,123837,'_server_http_x_forwarded_for_0','61.185.139.72'),(768607,123838,'failed_username','luis-monteiro'),(768608,123838,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768609,123838,'_message_key','user_unknown_login_failed'),(768610,123838,'_server_remote_addr','61.185.139.72'),(768611,123838,'_server_http_x_forwarded_for_0','61.185.139.72'),(768612,123839,'failed_username','luis-monteiro'),(768613,123839,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768614,123839,'_message_key','user_unknown_login_failed'),(768615,123839,'_server_remote_addr','61.185.139.72'),(768616,123839,'_server_http_x_forwarded_for_0','61.185.139.72'),(768617,123840,'failed_username','luis-monteiro'),(768618,123840,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768619,123840,'_message_key','user_unknown_login_failed'),(768620,123840,'_server_remote_addr','61.185.139.72'),(768621,123840,'_server_http_x_forwarded_for_0','61.185.139.72'),(768622,123841,'failed_username','luis-monteiro'),(768623,123841,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768624,123841,'_message_key','user_unknown_login_failed'),(768625,123841,'_server_remote_addr','61.185.139.72'),(768626,123841,'_server_http_x_forwarded_for_0','61.185.139.72'),(768627,123842,'failed_username','luis-monteiro'),(768628,123842,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768629,123842,'_message_key','user_unknown_login_failed'),(768630,123842,'_server_remote_addr','61.185.139.72'),(768631,123842,'_server_http_x_forwarded_for_0','61.185.139.72'),(768632,123843,'failed_username','luis-monteiro'),(768633,123843,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768634,123843,'_message_key','user_unknown_login_failed'),(768635,123843,'_server_remote_addr','61.185.139.72'),(768636,123843,'_server_http_x_forwarded_for_0','61.185.139.72'),(768637,123844,'failed_username','luis-monteiro'),(768638,123844,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768639,123844,'_message_key','user_unknown_login_failed'),(768640,123844,'_server_remote_addr','61.185.139.72'),(768641,123844,'_server_http_x_forwarded_for_0','61.185.139.72'),(768642,123845,'failed_username','luis-monteiro'),(768643,123845,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768644,123845,'_message_key','user_unknown_login_failed'),(768645,123845,'_server_remote_addr','61.185.139.72'),(768646,123845,'_server_http_x_forwarded_for_0','61.185.139.72'),(768647,123846,'failed_username','luis-monteiro'),(768648,123846,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768649,123846,'_message_key','user_unknown_login_failed'),(768650,123846,'_server_remote_addr','61.185.139.72'),(768651,123846,'_server_http_x_forwarded_for_0','61.185.139.72'),(768652,123847,'failed_username','luis-monteiro'),(768653,123847,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768654,123847,'_message_key','user_unknown_login_failed'),(768655,123847,'_server_remote_addr','61.185.139.72'),(768656,123847,'_server_http_x_forwarded_for_0','61.185.139.72'),(768657,123848,'failed_username','luis-monteiro'),(768658,123848,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768659,123848,'_message_key','user_unknown_login_failed'),(768660,123848,'_server_remote_addr','61.185.139.72'),(768661,123848,'_server_http_x_forwarded_for_0','61.185.139.72'),(768662,123849,'failed_username','luis-monteiro'),(768663,123849,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768664,123849,'_message_key','user_unknown_login_failed'),(768665,123849,'_server_remote_addr','183.220.53.39'),(768666,123849,'_server_http_x_forwarded_for_0','183.220.53.39'),(768667,123850,'failed_username','luis-monteiro'),(768668,123850,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768669,123850,'_message_key','user_unknown_login_failed'),(768670,123850,'_server_remote_addr','183.220.53.39'),(768671,123850,'_server_http_x_forwarded_for_0','183.220.53.39'),(768672,123851,'failed_username','luis-monteiro'),(768673,123851,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768674,123851,'_message_key','user_unknown_login_failed'),(768675,123851,'_server_remote_addr','183.220.53.39'),(768676,123851,'_server_http_x_forwarded_for_0','183.220.53.39'),(768677,123852,'failed_username','luis-monteiro'),(768678,123852,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768679,123852,'_message_key','user_unknown_login_failed'),(768680,123852,'_server_remote_addr','183.220.53.39'),(768681,123852,'_server_http_x_forwarded_for_0','183.220.53.39'),(768682,123853,'failed_username','luis-monteiro'),(768683,123853,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768684,123853,'_message_key','user_unknown_login_failed'),(768685,123853,'_server_remote_addr','183.220.53.39'),(768686,123853,'_server_http_x_forwarded_for_0','183.220.53.39'),(768687,123854,'failed_username','luis-monteiro'),(768688,123854,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768689,123854,'_message_key','user_unknown_login_failed'),(768690,123854,'_server_remote_addr','183.220.53.39'),(768691,123854,'_server_http_x_forwarded_for_0','183.220.53.39'),(768692,123855,'failed_username','luis-monteiro'),(768693,123855,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768694,123855,'_message_key','user_unknown_login_failed'),(768695,123855,'_server_remote_addr','183.220.53.39'),(768696,123855,'_server_http_x_forwarded_for_0','183.220.53.39'),(768697,123856,'failed_username','luis-monteiro'),(768698,123856,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768699,123856,'_message_key','user_unknown_login_failed'),(768700,123856,'_server_remote_addr','183.220.53.39'),(768701,123856,'_server_http_x_forwarded_for_0','183.220.53.39'),(768702,123857,'failed_username','luis-monteiro'),(768703,123857,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768704,123857,'_message_key','user_unknown_login_failed'),(768705,123857,'_server_remote_addr','183.220.53.39'),(768706,123857,'_server_http_x_forwarded_for_0','183.220.53.39'),(768707,123858,'failed_username','luis-monteiro'),(768708,123858,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768709,123858,'_message_key','user_unknown_login_failed'),(768710,123858,'_server_remote_addr','183.220.53.39'),(768711,123858,'_server_http_x_forwarded_for_0','183.220.53.39'),(768712,123859,'failed_username','luis-monteiro'),(768713,123859,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768714,123859,'_message_key','user_unknown_login_failed'),(768715,123859,'_server_remote_addr','183.220.53.39'),(768716,123859,'_server_http_x_forwarded_for_0','183.220.53.39'),(768717,123860,'failed_username','luis-monteiro'),(768718,123860,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768719,123860,'_message_key','user_unknown_login_failed'),(768720,123860,'_server_remote_addr','183.220.53.39'),(768721,123860,'_server_http_x_forwarded_for_0','183.220.53.39'),(768722,123861,'failed_username','luis-monteiro'),(768723,123861,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768724,123861,'_message_key','user_unknown_login_failed'),(768725,123861,'_server_remote_addr','183.220.53.39'),(768726,123861,'_server_http_x_forwarded_for_0','183.220.53.39'),(768727,123862,'failed_username','luis-monteiro'),(768728,123862,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768729,123862,'_message_key','user_unknown_login_failed'),(768730,123862,'_server_remote_addr','183.220.53.39'),(768731,123862,'_server_http_x_forwarded_for_0','183.220.53.39'),(768732,123863,'failed_username','luis-monteiro'),(768733,123863,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768734,123863,'_message_key','user_unknown_login_failed'),(768735,123863,'_server_remote_addr','183.220.53.39'),(768736,123863,'_server_http_x_forwarded_for_0','183.220.53.39'),(768737,123864,'failed_username','luis-monteiro'),(768738,123864,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768739,123864,'_message_key','user_unknown_login_failed'),(768740,123864,'_server_remote_addr','183.220.53.39'),(768741,123864,'_server_http_x_forwarded_for_0','183.220.53.39'),(768742,123865,'failed_username','luis-monteiro'),(768743,123865,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768744,123865,'_message_key','user_unknown_login_failed'),(768745,123865,'_server_remote_addr','183.220.53.39'),(768746,123865,'_server_http_x_forwarded_for_0','183.220.53.39'),(768747,123866,'failed_username','luis-monteiro'),(768748,123866,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768749,123866,'_message_key','user_unknown_login_failed'),(768750,123866,'_server_remote_addr','183.220.53.39'),(768751,123866,'_server_http_x_forwarded_for_0','183.220.53.39'),(768752,123867,'failed_username','luis-monteiro'),(768753,123867,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768754,123867,'_message_key','user_unknown_login_failed'),(768755,123867,'_server_remote_addr','183.220.53.39'),(768756,123867,'_server_http_x_forwarded_for_0','183.220.53.39'),(768757,123868,'failed_username','luis-monteiro'),(768758,123868,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768759,123868,'_message_key','user_unknown_login_failed'),(768760,123868,'_server_remote_addr','183.220.53.39'),(768761,123868,'_server_http_x_forwarded_for_0','183.220.53.39'),(768762,123869,'failed_username','luis-monteiro'),(768763,123869,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768764,123869,'_message_key','user_unknown_login_failed'),(768765,123869,'_server_remote_addr','183.220.53.39'),(768766,123869,'_server_http_x_forwarded_for_0','183.220.53.39'),(768767,123870,'failed_username','luis-monteiro'),(768768,123870,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768769,123870,'_message_key','user_unknown_login_failed'),(768770,123870,'_server_remote_addr','183.220.53.39'),(768771,123870,'_server_http_x_forwarded_for_0','183.220.53.39'),(768772,123871,'failed_username','luis-monteiro'),(768773,123871,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768774,123871,'_message_key','user_unknown_login_failed'),(768775,123871,'_server_remote_addr','183.220.53.39'),(768776,123871,'_server_http_x_forwarded_for_0','183.220.53.39'),(768777,123872,'failed_username','luis-monteiro'),(768778,123872,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768779,123872,'_message_key','user_unknown_login_failed'),(768780,123872,'_server_remote_addr','183.220.53.39'),(768781,123872,'_server_http_x_forwarded_for_0','183.220.53.39'),(768782,123873,'failed_username','luis-monteiro'),(768783,123873,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768784,123873,'_message_key','user_unknown_login_failed'),(768785,123873,'_server_remote_addr','183.220.53.39'),(768786,123873,'_server_http_x_forwarded_for_0','183.220.53.39'),(768787,123874,'failed_username','luis-monteiro'),(768788,123874,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768789,123874,'_message_key','user_unknown_login_failed'),(768790,123874,'_server_remote_addr','183.220.53.39'),(768791,123874,'_server_http_x_forwarded_for_0','183.220.53.39'),(768792,123875,'failed_username','luis-monteiro'),(768793,123875,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768794,123875,'_message_key','user_unknown_login_failed'),(768795,123875,'_server_remote_addr','183.220.53.39'),(768796,123875,'_server_http_x_forwarded_for_0','183.220.53.39'),(768797,123876,'failed_username','luis-monteiro'),(768798,123876,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768799,123876,'_message_key','user_unknown_login_failed'),(768800,123876,'_server_remote_addr','183.220.53.39'),(768801,123876,'_server_http_x_forwarded_for_0','183.220.53.39'),(768802,123877,'failed_username','luis-monteiro'),(768803,123877,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768804,123877,'_message_key','user_unknown_login_failed'),(768805,123877,'_server_remote_addr','183.220.53.39'),(768806,123877,'_server_http_x_forwarded_for_0','183.220.53.39'),(768807,123878,'failed_username','luis-monteiro'),(768808,123878,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768809,123878,'_message_key','user_unknown_login_failed'),(768810,123878,'_server_remote_addr','183.220.53.39'),(768811,123878,'_server_http_x_forwarded_for_0','183.220.53.39'),(768812,123879,'failed_username','luis-monteiro'),(768813,123879,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768814,123879,'_message_key','user_unknown_login_failed'),(768815,123879,'_server_remote_addr','183.220.53.39'),(768816,123879,'_server_http_x_forwarded_for_0','183.220.53.39'),(768817,123880,'failed_username','luis-monteiro'),(768818,123880,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768819,123880,'_message_key','user_unknown_login_failed'),(768820,123880,'_server_remote_addr','183.220.53.39'),(768821,123880,'_server_http_x_forwarded_for_0','183.220.53.39'),(768822,123881,'failed_username','luis-monteiro'),(768823,123881,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768824,123881,'_message_key','user_unknown_login_failed'),(768825,123881,'_server_remote_addr','183.220.53.39'),(768826,123881,'_server_http_x_forwarded_for_0','183.220.53.39'),(768827,123882,'failed_username','luis-monteiro'),(768828,123882,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768829,123882,'_message_key','user_unknown_login_failed'),(768830,123882,'_server_remote_addr','183.220.53.39'),(768831,123882,'_server_http_x_forwarded_for_0','183.220.53.39'),(768832,123883,'failed_username','luis-monteiro'),(768833,123883,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768834,123883,'_message_key','user_unknown_login_failed'),(768835,123883,'_server_remote_addr','183.220.53.39'),(768836,123883,'_server_http_x_forwarded_for_0','183.220.53.39'),(768837,123884,'failed_username','luis-monteiro'),(768838,123884,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768839,123884,'_message_key','user_unknown_login_failed'),(768840,123884,'_server_remote_addr','183.220.53.39'),(768841,123884,'_server_http_x_forwarded_for_0','183.220.53.39'),(768842,123885,'failed_username','luis-monteiro'),(768843,123885,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768844,123885,'_message_key','user_unknown_login_failed'),(768845,123885,'_server_remote_addr','183.220.53.39'),(768846,123885,'_server_http_x_forwarded_for_0','183.220.53.39'),(768847,123886,'failed_username','luis-monteiro'),(768848,123886,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768849,123886,'_message_key','user_unknown_login_failed'),(768850,123886,'_server_remote_addr','183.220.53.39'),(768851,123886,'_server_http_x_forwarded_for_0','183.220.53.39'),(768852,123887,'failed_username','luis-monteiro'),(768853,123887,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768854,123887,'_message_key','user_unknown_login_failed'),(768855,123887,'_server_remote_addr','183.220.53.39'),(768856,123887,'_server_http_x_forwarded_for_0','183.220.53.39'),(768857,123888,'failed_username','luis-monteiro'),(768858,123888,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768859,123888,'_message_key','user_unknown_login_failed'),(768860,123888,'_server_remote_addr','221.207.20.154'),(768861,123888,'_server_http_x_forwarded_for_0','221.207.20.154'),(768862,123889,'failed_username','luis-monteiro'),(768863,123889,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768864,123889,'_message_key','user_unknown_login_failed'),(768865,123889,'_server_remote_addr','221.207.20.154'),(768866,123889,'_server_http_x_forwarded_for_0','221.207.20.154'),(768867,123890,'failed_username','luis-monteiro'),(768868,123890,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768869,123890,'_message_key','user_unknown_login_failed'),(768870,123890,'_server_remote_addr','221.207.20.154'),(768871,123890,'_server_http_x_forwarded_for_0','221.207.20.154'),(768872,123891,'failed_username','luis-monteiro'),(768873,123891,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768874,123891,'_message_key','user_unknown_login_failed'),(768875,123891,'_server_remote_addr','221.207.20.154'),(768876,123891,'_server_http_x_forwarded_for_0','221.207.20.154'),(768877,123892,'failed_username','luis-monteiro'),(768878,123892,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768879,123892,'_message_key','user_unknown_login_failed'),(768880,123892,'_server_remote_addr','221.207.20.154'),(768881,123892,'_server_http_x_forwarded_for_0','221.207.20.154'),(768882,123893,'failed_username','luis-monteiro'),(768883,123893,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768884,123893,'_message_key','user_unknown_login_failed'),(768885,123893,'_server_remote_addr','221.207.20.154'),(768886,123893,'_server_http_x_forwarded_for_0','221.207.20.154'),(768887,123894,'failed_username','luis-monteiro'),(768888,123894,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768889,123894,'_message_key','user_unknown_login_failed'),(768890,123894,'_server_remote_addr','221.207.20.154'),(768891,123894,'_server_http_x_forwarded_for_0','221.207.20.154'),(768892,123895,'failed_username','luis-monteiro'),(768893,123895,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768894,123895,'_message_key','user_unknown_login_failed'),(768895,123895,'_server_remote_addr','221.207.20.154'),(768896,123895,'_server_http_x_forwarded_for_0','221.207.20.154'),(768897,123896,'failed_username','luis-monteiro'),(768898,123896,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768899,123896,'_message_key','user_unknown_login_failed'),(768900,123896,'_server_remote_addr','221.207.20.154'),(768901,123896,'_server_http_x_forwarded_for_0','221.207.20.154'),(768902,123897,'failed_username','luis-monteiro'),(768903,123897,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768904,123897,'_message_key','user_unknown_login_failed'),(768905,123897,'_server_remote_addr','221.207.20.154'),(768906,123897,'_server_http_x_forwarded_for_0','221.207.20.154'),(768907,123898,'failed_username','luis-monteiro'),(768908,123898,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768909,123898,'_message_key','user_unknown_login_failed'),(768910,123898,'_server_remote_addr','221.207.20.154'),(768911,123898,'_server_http_x_forwarded_for_0','221.207.20.154'),(768912,123899,'failed_username','luis-monteiro'),(768913,123899,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768914,123899,'_message_key','user_unknown_login_failed'),(768915,123899,'_server_remote_addr','221.207.20.154'),(768916,123899,'_server_http_x_forwarded_for_0','221.207.20.154'),(768917,123900,'failed_username','luis-monteiro'),(768918,123900,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768919,123900,'_message_key','user_unknown_login_failed'),(768920,123900,'_server_remote_addr','221.207.20.154'),(768921,123900,'_server_http_x_forwarded_for_0','221.207.20.154'),(768922,123901,'failed_username','luis-monteiro'),(768923,123901,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768924,123901,'_message_key','user_unknown_login_failed'),(768925,123901,'_server_remote_addr','221.207.20.154'),(768926,123901,'_server_http_x_forwarded_for_0','221.207.20.154'),(768927,123902,'failed_username','luis-monteiro'),(768928,123902,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768929,123902,'_message_key','user_unknown_login_failed'),(768930,123902,'_server_remote_addr','221.207.20.154'),(768931,123902,'_server_http_x_forwarded_for_0','221.207.20.154'),(768932,123903,'failed_username','luis-monteiro'),(768933,123903,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768934,123903,'_message_key','user_unknown_login_failed'),(768935,123903,'_server_remote_addr','221.207.20.154'),(768936,123903,'_server_http_x_forwarded_for_0','221.207.20.154'),(768937,123904,'failed_username','luis-monteiro'),(768938,123904,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768939,123904,'_message_key','user_unknown_login_failed'),(768940,123904,'_server_remote_addr','221.207.20.154'),(768941,123904,'_server_http_x_forwarded_for_0','221.207.20.154'),(768942,123905,'failed_username','luis-monteiro'),(768943,123905,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768944,123905,'_message_key','user_unknown_login_failed'),(768945,123905,'_server_remote_addr','221.207.20.154'),(768946,123905,'_server_http_x_forwarded_for_0','221.207.20.154'),(768947,123906,'failed_username','luis-monteiro'),(768948,123906,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768949,123906,'_message_key','user_unknown_login_failed'),(768950,123906,'_server_remote_addr','221.207.20.154'),(768951,123906,'_server_http_x_forwarded_for_0','221.207.20.154'),(768952,123907,'failed_username','luis-monteiro'),(768953,123907,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768954,123907,'_message_key','user_unknown_login_failed'),(768955,123907,'_server_remote_addr','221.207.20.154'),(768956,123907,'_server_http_x_forwarded_for_0','221.207.20.154'),(768957,123908,'failed_username','luis-monteiro'),(768958,123908,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768959,123908,'_message_key','user_unknown_login_failed'),(768960,123908,'_server_remote_addr','221.207.20.154'),(768961,123908,'_server_http_x_forwarded_for_0','221.207.20.154'),(768962,123909,'failed_username','luis-monteiro'),(768963,123909,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768964,123909,'_message_key','user_unknown_login_failed'),(768965,123909,'_server_remote_addr','221.207.20.154'),(768966,123909,'_server_http_x_forwarded_for_0','221.207.20.154'),(768967,123910,'failed_username','luis-monteiro'),(768968,123910,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768969,123910,'_message_key','user_unknown_login_failed'),(768970,123910,'_server_remote_addr','221.207.20.154'),(768971,123910,'_server_http_x_forwarded_for_0','221.207.20.154'),(768972,123911,'failed_username','luis-monteiro'),(768973,123911,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768974,123911,'_message_key','user_unknown_login_failed'),(768975,123911,'_server_remote_addr','221.207.20.154'),(768976,123911,'_server_http_x_forwarded_for_0','221.207.20.154'),(768977,123912,'failed_username','luis-monteiro'),(768978,123912,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768979,123912,'_message_key','user_unknown_login_failed'),(768980,123912,'_server_remote_addr','221.207.20.154'),(768981,123912,'_server_http_x_forwarded_for_0','221.207.20.154'),(768982,123913,'failed_username','luis-monteiro'),(768983,123913,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768984,123913,'_message_key','user_unknown_login_failed'),(768985,123913,'_server_remote_addr','221.207.20.154'),(768986,123913,'_server_http_x_forwarded_for_0','221.207.20.154'),(768987,123914,'failed_username','luis-monteiro'),(768988,123914,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768989,123914,'_message_key','user_unknown_login_failed'),(768990,123914,'_server_remote_addr','221.207.20.154'),(768991,123914,'_server_http_x_forwarded_for_0','221.207.20.154'),(768992,123915,'failed_username','luis-monteiro'),(768993,123915,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768994,123915,'_message_key','user_unknown_login_failed'),(768995,123915,'_server_remote_addr','221.207.20.154'),(768996,123915,'_server_http_x_forwarded_for_0','221.207.20.154'),(768997,123916,'failed_username','luis-monteiro'),(768998,123916,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(768999,123916,'_message_key','user_unknown_login_failed'),(769000,123916,'_server_remote_addr','221.207.20.154'),(769001,123916,'_server_http_x_forwarded_for_0','221.207.20.154'),(769002,123917,'failed_username','luis-monteiro'),(769003,123917,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769004,123917,'_message_key','user_unknown_login_failed'),(769005,123917,'_server_remote_addr','221.207.20.154'),(769006,123917,'_server_http_x_forwarded_for_0','221.207.20.154'),(769007,123918,'failed_username','luis-monteiro'),(769008,123918,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769009,123918,'_message_key','user_unknown_login_failed'),(769010,123918,'_server_remote_addr','221.207.20.154'),(769011,123918,'_server_http_x_forwarded_for_0','221.207.20.154'),(769012,123919,'failed_username','luis-monteiro'),(769013,123919,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769014,123919,'_message_key','user_unknown_login_failed'),(769015,123919,'_server_remote_addr','221.207.20.154'),(769016,123919,'_server_http_x_forwarded_for_0','221.207.20.154'),(769017,123920,'failed_username','luis-monteiro'),(769018,123920,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769019,123920,'_message_key','user_unknown_login_failed'),(769020,123920,'_server_remote_addr','221.207.20.154'),(769021,123920,'_server_http_x_forwarded_for_0','221.207.20.154'),(769022,123921,'failed_username','luis-monteiro'),(769023,123921,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769024,123921,'_message_key','user_unknown_login_failed'),(769025,123921,'_server_remote_addr','221.207.20.154'),(769026,123921,'_server_http_x_forwarded_for_0','221.207.20.154'),(769027,123922,'failed_username','luis-monteiro'),(769028,123922,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769029,123922,'_message_key','user_unknown_login_failed'),(769030,123922,'_server_remote_addr','221.207.20.154'),(769031,123922,'_server_http_x_forwarded_for_0','221.207.20.154'),(769032,123923,'failed_username','luis-monteiro'),(769033,123923,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769034,123923,'_message_key','user_unknown_login_failed'),(769035,123923,'_server_remote_addr','221.207.20.154'),(769036,123923,'_server_http_x_forwarded_for_0','221.207.20.154'),(769037,123924,'failed_username','luis-monteiro'),(769038,123924,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769039,123924,'_message_key','user_unknown_login_failed'),(769040,123924,'_server_remote_addr','221.207.20.154'),(769041,123924,'_server_http_x_forwarded_for_0','221.207.20.154'),(769042,123925,'failed_username','luis-monteiro'),(769043,123925,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769044,123925,'_message_key','user_unknown_login_failed'),(769045,123925,'_server_remote_addr','221.207.20.154'),(769046,123925,'_server_http_x_forwarded_for_0','221.207.20.154'),(769047,123926,'failed_username','luis-monteiro'),(769048,123926,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769049,123926,'_message_key','user_unknown_login_failed'),(769050,123926,'_server_remote_addr','221.207.20.154'),(769051,123926,'_server_http_x_forwarded_for_0','221.207.20.154'),(769052,123927,'failed_username','luis-monteiro'),(769053,123927,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769054,123927,'_message_key','user_unknown_login_failed'),(769055,123927,'_server_remote_addr','221.207.20.154'),(769056,123927,'_server_http_x_forwarded_for_0','221.207.20.154'),(769057,123928,'failed_username','luis-monteiro'),(769058,123928,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769059,123928,'_message_key','user_unknown_login_failed'),(769060,123928,'_server_remote_addr','221.207.20.154'),(769061,123928,'_server_http_x_forwarded_for_0','221.207.20.154'),(769062,123929,'failed_username','luis-monteiro'),(769063,123929,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769064,123929,'_message_key','user_unknown_login_failed'),(769065,123929,'_server_remote_addr','221.207.20.154'),(769066,123929,'_server_http_x_forwarded_for_0','221.207.20.154'),(769067,123930,'failed_username','luis-monteiro'),(769068,123930,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769069,123930,'_message_key','user_unknown_login_failed'),(769070,123930,'_server_remote_addr','221.207.20.154'),(769071,123930,'_server_http_x_forwarded_for_0','221.207.20.154'),(769072,123931,'failed_username','luis-monteiro'),(769073,123931,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769074,123931,'_message_key','user_unknown_login_failed'),(769075,123931,'_server_remote_addr','221.207.20.154'),(769076,123931,'_server_http_x_forwarded_for_0','221.207.20.154'),(769077,123932,'failed_username','luis-monteiro'),(769078,123932,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769079,123932,'_message_key','user_unknown_login_failed'),(769080,123932,'_server_remote_addr','221.207.20.154'),(769081,123932,'_server_http_x_forwarded_for_0','221.207.20.154'),(769082,123933,'failed_username','luis-monteiro'),(769083,123933,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769084,123933,'_message_key','user_unknown_login_failed'),(769085,123933,'_server_remote_addr','221.207.20.154'),(769086,123933,'_server_http_x_forwarded_for_0','221.207.20.154'),(769087,123934,'failed_username','luis-monteiro'),(769088,123934,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769089,123934,'_message_key','user_unknown_login_failed'),(769090,123934,'_server_remote_addr','221.207.20.154'),(769091,123934,'_server_http_x_forwarded_for_0','221.207.20.154'),(769092,123935,'failed_username','luis-monteiro'),(769093,123935,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769094,123935,'_message_key','user_unknown_login_failed'),(769095,123935,'_server_remote_addr','221.207.20.154'),(769096,123935,'_server_http_x_forwarded_for_0','221.207.20.154'),(769097,123936,'failed_username','luis-monteiro'),(769098,123936,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769099,123936,'_message_key','user_unknown_login_failed'),(769100,123936,'_server_remote_addr','221.9.166.74'),(769101,123936,'_server_http_x_forwarded_for_0','221.9.166.74'),(769102,123937,'failed_username','luis-monteiro'),(769103,123937,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769104,123937,'_message_key','user_unknown_login_failed'),(769105,123937,'_server_remote_addr','221.9.166.74'),(769106,123937,'_server_http_x_forwarded_for_0','221.9.166.74'),(769107,123938,'failed_username','luis-monteiro'),(769108,123938,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769109,123938,'_message_key','user_unknown_login_failed'),(769110,123938,'_server_remote_addr','221.9.166.74'),(769111,123938,'_server_http_x_forwarded_for_0','221.9.166.74'),(769112,123939,'failed_username','luis-monteiro'),(769113,123939,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769114,123939,'_message_key','user_unknown_login_failed'),(769115,123939,'_server_remote_addr','221.9.166.74'),(769116,123939,'_server_http_x_forwarded_for_0','221.9.166.74'),(769117,123940,'failed_username','luis-monteiro'),(769118,123940,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769119,123940,'_message_key','user_unknown_login_failed'),(769120,123940,'_server_remote_addr','221.9.166.74'),(769121,123940,'_server_http_x_forwarded_for_0','221.9.166.74'),(769122,123941,'failed_username','luis-monteiro'),(769123,123941,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769124,123941,'_message_key','user_unknown_login_failed'),(769125,123941,'_server_remote_addr','221.9.166.74'),(769126,123941,'_server_http_x_forwarded_for_0','221.9.166.74'),(769127,123942,'failed_username','luis-monteiro'),(769128,123942,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769129,123942,'_message_key','user_unknown_login_failed'),(769130,123942,'_server_remote_addr','221.9.166.74'),(769131,123942,'_server_http_x_forwarded_for_0','221.9.166.74'),(769132,123943,'failed_username','luis-monteiro'),(769133,123943,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769134,123943,'_message_key','user_unknown_login_failed'),(769135,123943,'_server_remote_addr','221.9.166.74'),(769136,123943,'_server_http_x_forwarded_for_0','221.9.166.74'),(769137,123944,'failed_username','luis-monteiro'),(769138,123944,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769139,123944,'_message_key','user_unknown_login_failed'),(769140,123944,'_server_remote_addr','221.9.166.74'),(769141,123944,'_server_http_x_forwarded_for_0','221.9.166.74'),(769142,123945,'failed_username','luis-monteiro'),(769143,123945,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769144,123945,'_message_key','user_unknown_login_failed'),(769145,123945,'_server_remote_addr','221.9.166.74'),(769146,123945,'_server_http_x_forwarded_for_0','221.9.166.74'),(769147,123946,'failed_username','luis-monteiro'),(769148,123946,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769149,123946,'_message_key','user_unknown_login_failed'),(769150,123946,'_server_remote_addr','221.9.166.74'),(769151,123946,'_server_http_x_forwarded_for_0','221.9.166.74'),(769152,123947,'failed_username','luis-monteiro'),(769153,123947,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769154,123947,'_message_key','user_unknown_login_failed'),(769155,123947,'_server_remote_addr','221.9.166.74'),(769156,123947,'_server_http_x_forwarded_for_0','221.9.166.74'),(769157,123948,'failed_username','luis-monteiro'),(769158,123948,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769159,123948,'_message_key','user_unknown_login_failed'),(769160,123948,'_server_remote_addr','221.9.166.74'),(769161,123948,'_server_http_x_forwarded_for_0','221.9.166.74'),(769162,123949,'failed_username','luis-monteiro'),(769163,123949,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769164,123949,'_message_key','user_unknown_login_failed'),(769165,123949,'_server_remote_addr','221.9.166.74'),(769166,123949,'_server_http_x_forwarded_for_0','221.9.166.74'),(769167,123950,'failed_username','luis-monteiro'),(769168,123950,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769169,123950,'_message_key','user_unknown_login_failed'),(769170,123950,'_server_remote_addr','221.9.166.74'),(769171,123950,'_server_http_x_forwarded_for_0','221.9.166.74'),(769172,123951,'failed_username','luis-monteiro'),(769173,123951,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769174,123951,'_message_key','user_unknown_login_failed'),(769175,123951,'_server_remote_addr','221.9.166.74'),(769176,123951,'_server_http_x_forwarded_for_0','221.9.166.74'),(769177,123952,'failed_username','luis-monteiro'),(769178,123952,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769179,123952,'_message_key','user_unknown_login_failed'),(769180,123952,'_server_remote_addr','221.9.166.74'),(769181,123952,'_server_http_x_forwarded_for_0','221.9.166.74'),(769182,123953,'failed_username','luis-monteiro'),(769183,123953,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769184,123953,'_message_key','user_unknown_login_failed'),(769185,123953,'_server_remote_addr','221.9.166.74'),(769186,123953,'_server_http_x_forwarded_for_0','221.9.166.74'),(769187,123954,'failed_username','luis-monteiro'),(769188,123954,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769189,123954,'_message_key','user_unknown_login_failed'),(769190,123954,'_server_remote_addr','221.9.166.74'),(769191,123954,'_server_http_x_forwarded_for_0','221.9.166.74'),(769192,123955,'failed_username','luis-monteiro'),(769193,123955,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769194,123955,'_message_key','user_unknown_login_failed'),(769195,123955,'_server_remote_addr','221.9.166.74'),(769196,123955,'_server_http_x_forwarded_for_0','221.9.166.74'),(769197,123956,'failed_username','luis-monteiro'),(769198,123956,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769199,123956,'_message_key','user_unknown_login_failed'),(769200,123956,'_server_remote_addr','221.9.166.74'),(769201,123956,'_server_http_x_forwarded_for_0','221.9.166.74'),(769202,123957,'failed_username','luis-monteiro'),(769203,123957,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769204,123957,'_message_key','user_unknown_login_failed'),(769205,123957,'_server_remote_addr','221.9.166.74'),(769206,123957,'_server_http_x_forwarded_for_0','221.9.166.74'),(769207,123958,'failed_username','luis-monteiro'),(769208,123958,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769209,123958,'_message_key','user_unknown_login_failed'),(769210,123958,'_server_remote_addr','221.9.166.74'),(769211,123958,'_server_http_x_forwarded_for_0','221.9.166.74'),(769212,123959,'failed_username','luis-monteiro'),(769213,123959,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769214,123959,'_message_key','user_unknown_login_failed'),(769215,123959,'_server_remote_addr','221.9.166.74'),(769216,123959,'_server_http_x_forwarded_for_0','221.9.166.74'),(769217,123960,'failed_username','luis-monteiro'),(769218,123960,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769219,123960,'_message_key','user_unknown_login_failed'),(769220,123960,'_server_remote_addr','221.9.166.74'),(769221,123960,'_server_http_x_forwarded_for_0','221.9.166.74'),(769222,123961,'failed_username','luis-monteiro'),(769223,123961,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769224,123961,'_message_key','user_unknown_login_failed'),(769225,123961,'_server_remote_addr','221.9.166.74'),(769226,123961,'_server_http_x_forwarded_for_0','221.9.166.74'),(769227,123962,'failed_username','luis-monteiro'),(769228,123962,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769229,123962,'_message_key','user_unknown_login_failed'),(769230,123962,'_server_remote_addr','221.9.166.74'),(769231,123962,'_server_http_x_forwarded_for_0','221.9.166.74'),(769232,123963,'failed_username','luis-monteiro'),(769233,123963,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769234,123963,'_message_key','user_unknown_login_failed'),(769235,123963,'_server_remote_addr','221.9.166.74'),(769236,123963,'_server_http_x_forwarded_for_0','221.9.166.74'),(769237,123964,'failed_username','luis-monteiro'),(769238,123964,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769239,123964,'_message_key','user_unknown_login_failed'),(769240,123964,'_server_remote_addr','221.9.166.74'),(769241,123964,'_server_http_x_forwarded_for_0','221.9.166.74'),(769242,123965,'failed_username','luis-monteiro'),(769243,123965,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769244,123965,'_message_key','user_unknown_login_failed'),(769245,123965,'_server_remote_addr','221.9.166.74'),(769246,123965,'_server_http_x_forwarded_for_0','221.9.166.74'),(769247,123966,'failed_username','luis-monteiro'),(769248,123966,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769249,123966,'_message_key','user_unknown_login_failed'),(769250,123966,'_server_remote_addr','221.9.166.74'),(769251,123966,'_server_http_x_forwarded_for_0','221.9.166.74'),(769252,123967,'failed_username','luis-monteiro'),(769253,123967,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769254,123967,'_message_key','user_unknown_login_failed'),(769255,123967,'_server_remote_addr','221.9.166.74'),(769256,123967,'_server_http_x_forwarded_for_0','221.9.166.74'),(769257,123968,'failed_username','luis-monteiro'),(769258,123968,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769259,123968,'_message_key','user_unknown_login_failed'),(769260,123968,'_server_remote_addr','221.9.166.74'),(769261,123968,'_server_http_x_forwarded_for_0','221.9.166.74'),(769262,123969,'failed_username','luis-monteiro'),(769263,123969,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769264,123969,'_message_key','user_unknown_login_failed'),(769265,123969,'_server_remote_addr','221.9.166.74'),(769266,123969,'_server_http_x_forwarded_for_0','221.9.166.74'),(769267,123970,'failed_username','luis-monteiro'),(769268,123970,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769269,123970,'_message_key','user_unknown_login_failed'),(769270,123970,'_server_remote_addr','221.9.166.74'),(769271,123970,'_server_http_x_forwarded_for_0','221.9.166.74'),(769272,123971,'failed_username','luis-monteiro'),(769273,123971,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769274,123971,'_message_key','user_unknown_login_failed'),(769275,123971,'_server_remote_addr','221.9.166.74'),(769276,123971,'_server_http_x_forwarded_for_0','221.9.166.74'),(769277,123972,'failed_username','luis-monteiro'),(769278,123972,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769279,123972,'_message_key','user_unknown_login_failed'),(769280,123972,'_server_remote_addr','221.9.166.74'),(769281,123972,'_server_http_x_forwarded_for_0','221.9.166.74'),(769282,123973,'failed_username','luis-monteiro'),(769283,123973,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769284,123973,'_message_key','user_unknown_login_failed'),(769285,123973,'_server_remote_addr','221.9.166.74'),(769286,123973,'_server_http_x_forwarded_for_0','221.9.166.74'),(769287,123974,'failed_username','luis-monteiro'),(769288,123974,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769289,123974,'_message_key','user_unknown_login_failed'),(769290,123974,'_server_remote_addr','221.9.166.74'),(769291,123974,'_server_http_x_forwarded_for_0','221.9.166.74'),(769292,123975,'failed_username','luis-monteiro'),(769293,123975,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769294,123975,'_message_key','user_unknown_login_failed'),(769295,123975,'_server_remote_addr','221.9.166.74'),(769296,123975,'_server_http_x_forwarded_for_0','221.9.166.74'),(769297,123976,'failed_username','luis-monteiro'),(769298,123976,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769299,123976,'_message_key','user_unknown_login_failed'),(769300,123976,'_server_remote_addr','221.9.166.74'),(769301,123976,'_server_http_x_forwarded_for_0','221.9.166.74'),(769302,123977,'failed_username','luis-monteiro'),(769303,123977,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769304,123977,'_message_key','user_unknown_login_failed'),(769305,123977,'_server_remote_addr','221.9.166.74'),(769306,123977,'_server_http_x_forwarded_for_0','221.9.166.74'),(769307,123978,'failed_username','luis-monteiro'),(769308,123978,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769309,123978,'_message_key','user_unknown_login_failed'),(769310,123978,'_server_remote_addr','221.9.166.74'),(769311,123978,'_server_http_x_forwarded_for_0','221.9.166.74'),(769312,123979,'failed_username','luis-monteiro'),(769313,123979,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769314,123979,'_message_key','user_unknown_login_failed'),(769315,123979,'_server_remote_addr','221.9.166.74'),(769316,123979,'_server_http_x_forwarded_for_0','221.9.166.74'),(769317,123980,'failed_username','luis-monteiro'),(769318,123980,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769319,123980,'_message_key','user_unknown_login_failed'),(769320,123980,'_server_remote_addr','221.9.166.74'),(769321,123980,'_server_http_x_forwarded_for_0','221.9.166.74'),(769322,123981,'failed_username','luis-monteiro'),(769323,123981,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769324,123981,'_message_key','user_unknown_login_failed'),(769325,123981,'_server_remote_addr','221.9.166.74'),(769326,123981,'_server_http_x_forwarded_for_0','221.9.166.74'),(769327,123982,'failed_username','luis-monteiro'),(769328,123982,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769329,123982,'_message_key','user_unknown_login_failed'),(769330,123982,'_server_remote_addr','221.9.166.74'),(769331,123982,'_server_http_x_forwarded_for_0','221.9.166.74'),(769332,123983,'failed_username','luis-monteiro'),(769333,123983,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769334,123983,'_message_key','user_unknown_login_failed'),(769335,123983,'_server_remote_addr','221.9.166.74'),(769336,123983,'_server_http_x_forwarded_for_0','221.9.166.74'),(769337,123984,'failed_username','luis-monteiro'),(769338,123984,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769339,123984,'_message_key','user_unknown_login_failed'),(769340,123984,'_server_remote_addr','221.9.166.74'),(769341,123984,'_server_http_x_forwarded_for_0','221.9.166.74'),(769342,123985,'failed_username','luis-monteiro'),(769343,123985,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769344,123985,'_message_key','user_unknown_login_failed'),(769345,123985,'_server_remote_addr','221.9.166.74'),(769346,123985,'_server_http_x_forwarded_for_0','221.9.166.74'),(769347,123986,'failed_username','luis-monteiro'),(769348,123986,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769349,123986,'_message_key','user_unknown_login_failed'),(769350,123986,'_server_remote_addr','221.9.166.74'),(769351,123986,'_server_http_x_forwarded_for_0','221.9.166.74'),(769352,123987,'failed_username','luis-monteiro'),(769353,123987,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769354,123987,'_message_key','user_unknown_login_failed'),(769355,123987,'_server_remote_addr','221.9.166.74'),(769356,123987,'_server_http_x_forwarded_for_0','221.9.166.74'),(769357,123988,'failed_username','luis-monteiro'),(769358,123988,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769359,123988,'_message_key','user_unknown_login_failed'),(769360,123988,'_server_remote_addr','221.9.166.74'),(769361,123988,'_server_http_x_forwarded_for_0','221.9.166.74'),(769362,123989,'failed_username','luis-monteiro'),(769363,123989,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769364,123989,'_message_key','user_unknown_login_failed'),(769365,123989,'_server_remote_addr','221.9.166.74'),(769366,123989,'_server_http_x_forwarded_for_0','221.9.166.74'),(769367,123990,'failed_username','luis-monteiro'),(769368,123990,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769369,123990,'_message_key','user_unknown_login_failed'),(769370,123990,'_server_remote_addr','221.9.166.74'),(769371,123990,'_server_http_x_forwarded_for_0','221.9.166.74'),(769372,123991,'failed_username','luis-monteiro'),(769373,123991,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769374,123991,'_message_key','user_unknown_login_failed'),(769375,123991,'_server_remote_addr','221.9.166.74'),(769376,123991,'_server_http_x_forwarded_for_0','221.9.166.74'),(769377,123992,'failed_username','luis-monteiro'),(769378,123992,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769379,123992,'_message_key','user_unknown_login_failed'),(769380,123992,'_server_remote_addr','221.9.166.74'),(769381,123992,'_server_http_x_forwarded_for_0','221.9.166.74'),(769382,123993,'failed_username','luis-monteiro'),(769383,123993,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769384,123993,'_message_key','user_unknown_login_failed'),(769385,123993,'_server_remote_addr','221.9.166.74'),(769386,123993,'_server_http_x_forwarded_for_0','221.9.166.74'),(769387,123994,'failed_username','luis-monteiro'),(769388,123994,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769389,123994,'_message_key','user_unknown_login_failed'),(769390,123994,'_server_remote_addr','221.9.166.74'),(769391,123994,'_server_http_x_forwarded_for_0','221.9.166.74'),(769392,123995,'failed_username','luis-monteiro'),(769393,123995,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769394,123995,'_message_key','user_unknown_login_failed'),(769395,123995,'_server_remote_addr','221.9.166.74'),(769396,123995,'_server_http_x_forwarded_for_0','221.9.166.74'),(769397,123996,'failed_username','luis-monteiro'),(769398,123996,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769399,123996,'_message_key','user_unknown_login_failed'),(769400,123996,'_server_remote_addr','221.9.166.74'),(769401,123996,'_server_http_x_forwarded_for_0','221.9.166.74'),(769402,123997,'failed_username','luis-monteiro'),(769403,123997,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769404,123997,'_message_key','user_unknown_login_failed'),(769405,123997,'_server_remote_addr','221.9.166.74'),(769406,123997,'_server_http_x_forwarded_for_0','221.9.166.74'),(769407,123998,'failed_username','luis-monteiro'),(769408,123998,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769409,123998,'_message_key','user_unknown_login_failed'),(769410,123998,'_server_remote_addr','221.9.166.74'),(769411,123998,'_server_http_x_forwarded_for_0','221.9.166.74'),(769412,123999,'failed_username','luis-monteiro'),(769413,123999,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769414,123999,'_message_key','user_unknown_login_failed'),(769415,123999,'_server_remote_addr','221.9.166.74'),(769416,123999,'_server_http_x_forwarded_for_0','221.9.166.74'),(769417,124000,'failed_username','luis-monteiro'),(769418,124000,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769419,124000,'_message_key','user_unknown_login_failed'),(769420,124000,'_server_remote_addr','221.9.166.74'),(769421,124000,'_server_http_x_forwarded_for_0','221.9.166.74'),(769422,124001,'failed_username','luis-monteiro'),(769423,124001,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769424,124001,'_message_key','user_unknown_login_failed'),(769425,124001,'_server_remote_addr','221.9.166.74'),(769426,124001,'_server_http_x_forwarded_for_0','221.9.166.74'),(769427,124002,'failed_username','luis-monteiro'),(769428,124002,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769429,124002,'_message_key','user_unknown_login_failed'),(769430,124002,'_server_remote_addr','221.9.166.74'),(769431,124002,'_server_http_x_forwarded_for_0','221.9.166.74'),(769432,124003,'failed_username','luis-monteiro'),(769433,124003,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769434,124003,'_message_key','user_unknown_login_failed'),(769435,124003,'_server_remote_addr','221.9.166.74'),(769436,124003,'_server_http_x_forwarded_for_0','221.9.166.74'),(769437,124004,'failed_username','luis-monteiro'),(769438,124004,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769439,124004,'_message_key','user_unknown_login_failed'),(769440,124004,'_server_remote_addr','221.9.166.74'),(769441,124004,'_server_http_x_forwarded_for_0','221.9.166.74'),(769442,124005,'failed_username','luis-monteiro'),(769443,124005,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769444,124005,'_message_key','user_unknown_login_failed'),(769445,124005,'_server_remote_addr','221.9.166.74'),(769446,124005,'_server_http_x_forwarded_for_0','221.9.166.74'),(769447,124006,'failed_username','luis-monteiro'),(769448,124006,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769449,124006,'_message_key','user_unknown_login_failed'),(769450,124006,'_server_remote_addr','221.9.166.74'),(769451,124006,'_server_http_x_forwarded_for_0','221.9.166.74'),(769452,124007,'failed_username','luis-monteiro'),(769453,124007,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769454,124007,'_message_key','user_unknown_login_failed'),(769455,124007,'_server_remote_addr','221.9.166.74'),(769456,124007,'_server_http_x_forwarded_for_0','221.9.166.74'),(769457,124008,'failed_username','luis-monteiro'),(769458,124008,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769459,124008,'_message_key','user_unknown_login_failed'),(769460,124008,'_server_remote_addr','221.9.166.74'),(769461,124008,'_server_http_x_forwarded_for_0','221.9.166.74'),(769462,124009,'failed_username','luis-monteiro'),(769463,124009,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769464,124009,'_message_key','user_unknown_login_failed'),(769465,124009,'_server_remote_addr','221.9.166.74'),(769466,124009,'_server_http_x_forwarded_for_0','221.9.166.74'),(769467,124010,'failed_username','luis-monteiro'),(769468,124010,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769469,124010,'_message_key','user_unknown_login_failed'),(769470,124010,'_server_remote_addr','221.9.166.74'),(769471,124010,'_server_http_x_forwarded_for_0','221.9.166.74'),(769472,124011,'failed_username','luis-monteiro'),(769473,124011,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769474,124011,'_message_key','user_unknown_login_failed'),(769475,124011,'_server_remote_addr','221.9.166.74'),(769476,124011,'_server_http_x_forwarded_for_0','221.9.166.74'),(769477,124012,'failed_username','luis-monteiro'),(769478,124012,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769479,124012,'_message_key','user_unknown_login_failed'),(769480,124012,'_server_remote_addr','221.9.166.74'),(769481,124012,'_server_http_x_forwarded_for_0','221.9.166.74'),(769482,124013,'failed_username','luis-monteiro'),(769483,124013,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769484,124013,'_message_key','user_unknown_login_failed'),(769485,124013,'_server_remote_addr','221.9.166.74'),(769486,124013,'_server_http_x_forwarded_for_0','221.9.166.74'),(769487,124014,'failed_username','luis-monteiro'),(769488,124014,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769489,124014,'_message_key','user_unknown_login_failed'),(769490,124014,'_server_remote_addr','221.9.166.74'),(769491,124014,'_server_http_x_forwarded_for_0','221.9.166.74'),(769492,124015,'failed_username','luis-monteiro'),(769493,124015,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769494,124015,'_message_key','user_unknown_login_failed'),(769495,124015,'_server_remote_addr','221.9.166.74'),(769496,124015,'_server_http_x_forwarded_for_0','221.9.166.74'),(769497,124016,'failed_username','luis-monteiro'),(769498,124016,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769499,124016,'_message_key','user_unknown_login_failed'),(769500,124016,'_server_remote_addr','221.9.166.74'),(769501,124016,'_server_http_x_forwarded_for_0','221.9.166.74'),(769502,124017,'failed_username','luis-monteiro'),(769503,124017,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769504,124017,'_message_key','user_unknown_login_failed'),(769505,124017,'_server_remote_addr','221.9.166.74'),(769506,124017,'_server_http_x_forwarded_for_0','221.9.166.74'),(769507,124018,'failed_username','luis-monteiro'),(769508,124018,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769509,124018,'_message_key','user_unknown_login_failed'),(769510,124018,'_server_remote_addr','221.9.166.74'),(769511,124018,'_server_http_x_forwarded_for_0','221.9.166.74'),(769512,124019,'failed_username','luis-monteiro'),(769513,124019,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769514,124019,'_message_key','user_unknown_login_failed'),(769515,124019,'_server_remote_addr','221.9.166.74'),(769516,124019,'_server_http_x_forwarded_for_0','221.9.166.74'),(769517,124020,'failed_username','luis-monteiro'),(769518,124020,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769519,124020,'_message_key','user_unknown_login_failed'),(769520,124020,'_server_remote_addr','221.9.166.74'),(769521,124020,'_server_http_x_forwarded_for_0','221.9.166.74'),(769522,124021,'failed_username','luis-monteiro'),(769523,124021,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769524,124021,'_message_key','user_unknown_login_failed'),(769525,124021,'_server_remote_addr','221.9.166.74'),(769526,124021,'_server_http_x_forwarded_for_0','221.9.166.74'),(769527,124022,'failed_username','luis-monteiro'),(769528,124022,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769529,124022,'_message_key','user_unknown_login_failed'),(769530,124022,'_server_remote_addr','221.9.166.74'),(769531,124022,'_server_http_x_forwarded_for_0','221.9.166.74'),(769532,124023,'failed_username','luis-monteiro'),(769533,124023,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769534,124023,'_message_key','user_unknown_login_failed'),(769535,124023,'_server_remote_addr','221.9.166.74'),(769536,124023,'_server_http_x_forwarded_for_0','221.9.166.74'),(769537,124024,'failed_username','luis-monteiro'),(769538,124024,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769539,124024,'_message_key','user_unknown_login_failed'),(769540,124024,'_server_remote_addr','221.9.166.74'),(769541,124024,'_server_http_x_forwarded_for_0','221.9.166.74'),(769542,124025,'failed_username','luis-monteiro'),(769543,124025,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769544,124025,'_message_key','user_unknown_login_failed'),(769545,124025,'_server_remote_addr','221.9.166.74'),(769546,124025,'_server_http_x_forwarded_for_0','221.9.166.74'),(769547,124026,'failed_username','luis-monteiro'),(769548,124026,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769549,124026,'_message_key','user_unknown_login_failed'),(769550,124026,'_server_remote_addr','221.9.166.74'),(769551,124026,'_server_http_x_forwarded_for_0','221.9.166.74'),(769552,124027,'failed_username','luis-monteiro'),(769553,124027,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769554,124027,'_message_key','user_unknown_login_failed'),(769555,124027,'_server_remote_addr','221.9.166.74'),(769556,124027,'_server_http_x_forwarded_for_0','221.9.166.74'),(769557,124028,'failed_username','luis-monteiro'),(769558,124028,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769559,124028,'_message_key','user_unknown_login_failed'),(769560,124028,'_server_remote_addr','221.9.166.74'),(769561,124028,'_server_http_x_forwarded_for_0','221.9.166.74'),(769562,124029,'failed_username','luis-monteiro'),(769563,124029,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769564,124029,'_message_key','user_unknown_login_failed'),(769565,124029,'_server_remote_addr','221.9.166.74'),(769566,124029,'_server_http_x_forwarded_for_0','221.9.166.74'),(769567,124030,'failed_username','luis-monteiro'),(769568,124030,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769569,124030,'_message_key','user_unknown_login_failed'),(769570,124030,'_server_remote_addr','221.9.166.74'),(769571,124030,'_server_http_x_forwarded_for_0','221.9.166.74'),(769572,124031,'failed_username','luis-monteiro'),(769573,124031,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769574,124031,'_message_key','user_unknown_login_failed'),(769575,124031,'_server_remote_addr','221.9.166.74'),(769576,124031,'_server_http_x_forwarded_for_0','221.9.166.74'),(769577,124032,'failed_username','luis-monteiro'),(769578,124032,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769579,124032,'_message_key','user_unknown_login_failed'),(769580,124032,'_server_remote_addr','221.9.166.74'),(769581,124032,'_server_http_x_forwarded_for_0','221.9.166.74'),(769582,124033,'failed_username','luis-monteiro'),(769583,124033,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769584,124033,'_message_key','user_unknown_login_failed'),(769585,124033,'_server_remote_addr','221.9.166.74'),(769586,124033,'_server_http_x_forwarded_for_0','221.9.166.74'),(769587,124034,'failed_username','luis-monteiro'),(769588,124034,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769589,124034,'_message_key','user_unknown_login_failed'),(769590,124034,'_server_remote_addr','221.9.166.74'),(769591,124034,'_server_http_x_forwarded_for_0','221.9.166.74'),(769592,124035,'failed_username','luis-monteiro'),(769593,124035,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769594,124035,'_message_key','user_unknown_login_failed'),(769595,124035,'_server_remote_addr','221.9.166.74'),(769596,124035,'_server_http_x_forwarded_for_0','221.9.166.74'),(769597,124036,'failed_username','luis-monteiro'),(769598,124036,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769599,124036,'_message_key','user_unknown_login_failed'),(769600,124036,'_server_remote_addr','112.16.214.182'),(769601,124036,'_server_http_x_forwarded_for_0','112.16.214.182'),(769602,124037,'failed_username','luis-monteiro'),(769603,124037,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769604,124037,'_message_key','user_unknown_login_failed'),(769605,124037,'_server_remote_addr','112.16.214.182'),(769606,124037,'_server_http_x_forwarded_for_0','112.16.214.182'),(769607,124038,'failed_username','luis-monteiro'),(769608,124038,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769609,124038,'_message_key','user_unknown_login_failed'),(769610,124038,'_server_remote_addr','112.16.214.182'),(769611,124038,'_server_http_x_forwarded_for_0','112.16.214.182'),(769612,124039,'failed_username','luis-monteiro'),(769613,124039,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769614,124039,'_message_key','user_unknown_login_failed'),(769615,124039,'_server_remote_addr','112.16.214.182'),(769616,124039,'_server_http_x_forwarded_for_0','112.16.214.182'),(769617,124040,'failed_username','luis-monteiro'),(769618,124040,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769619,124040,'_message_key','user_unknown_login_failed'),(769620,124040,'_server_remote_addr','112.16.214.182'),(769621,124040,'_server_http_x_forwarded_for_0','112.16.214.182'),(769622,124041,'failed_username','luis-monteiro'),(769623,124041,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769624,124041,'_message_key','user_unknown_login_failed'),(769625,124041,'_server_remote_addr','112.16.214.182'),(769626,124041,'_server_http_x_forwarded_for_0','112.16.214.182'),(769627,124042,'failed_username','luis-monteiro'),(769628,124042,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769629,124042,'_message_key','user_unknown_login_failed'),(769630,124042,'_server_remote_addr','112.16.214.182'),(769631,124042,'_server_http_x_forwarded_for_0','112.16.214.182'),(769632,124043,'failed_username','luis-monteiro'),(769633,124043,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769634,124043,'_message_key','user_unknown_login_failed'),(769635,124043,'_server_remote_addr','112.16.214.182'),(769636,124043,'_server_http_x_forwarded_for_0','112.16.214.182'),(769637,124044,'failed_username','luis-monteiro'),(769638,124044,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769639,124044,'_message_key','user_unknown_login_failed'),(769640,124044,'_server_remote_addr','112.16.214.182'),(769641,124044,'_server_http_x_forwarded_for_0','112.16.214.182'),(769642,124045,'failed_username','luis-monteiro'),(769643,124045,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769644,124045,'_message_key','user_unknown_login_failed'),(769645,124045,'_server_remote_addr','112.16.214.182'),(769646,124045,'_server_http_x_forwarded_for_0','112.16.214.182'),(769647,124046,'failed_username','luis-monteiro'),(769648,124046,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769649,124046,'_message_key','user_unknown_login_failed'),(769650,124046,'_server_remote_addr','112.16.214.182'),(769651,124046,'_server_http_x_forwarded_for_0','112.16.214.182'),(769652,124047,'failed_username','luis-monteiro'),(769653,124047,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769654,124047,'_message_key','user_unknown_login_failed'),(769655,124047,'_server_remote_addr','112.16.214.182'),(769656,124047,'_server_http_x_forwarded_for_0','112.16.214.182'),(769657,124048,'failed_username','luis-monteiro'),(769658,124048,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769659,124048,'_message_key','user_unknown_login_failed'),(769660,124048,'_server_remote_addr','112.16.214.182'),(769661,124048,'_server_http_x_forwarded_for_0','112.16.214.182'),(769662,124049,'failed_username','luis-monteiro'),(769663,124049,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769664,124049,'_message_key','user_unknown_login_failed'),(769665,124049,'_server_remote_addr','112.16.214.182'),(769666,124049,'_server_http_x_forwarded_for_0','112.16.214.182'),(769667,124050,'failed_username','luis-monteiro'),(769668,124050,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769669,124050,'_message_key','user_unknown_login_failed'),(769670,124050,'_server_remote_addr','112.16.214.182'),(769671,124050,'_server_http_x_forwarded_for_0','112.16.214.182'),(769672,124051,'failed_username','luis-monteiro'),(769673,124051,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769674,124051,'_message_key','user_unknown_login_failed'),(769675,124051,'_server_remote_addr','112.16.214.182'),(769676,124051,'_server_http_x_forwarded_for_0','112.16.214.182'),(769677,124052,'failed_username','luis-monteiro'),(769678,124052,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769679,124052,'_message_key','user_unknown_login_failed'),(769680,124052,'_server_remote_addr','112.16.214.182'),(769681,124052,'_server_http_x_forwarded_for_0','112.16.214.182'),(769682,124053,'failed_username','luis-monteiro'),(769683,124053,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769684,124053,'_message_key','user_unknown_login_failed'),(769685,124053,'_server_remote_addr','112.16.214.182'),(769686,124053,'_server_http_x_forwarded_for_0','112.16.214.182'),(769687,124054,'failed_username','luis-monteiro'),(769688,124054,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769689,124054,'_message_key','user_unknown_login_failed'),(769690,124054,'_server_remote_addr','112.16.214.182'),(769691,124054,'_server_http_x_forwarded_for_0','112.16.214.182'),(769692,124055,'failed_username','luis-monteiro'),(769693,124055,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769694,124055,'_message_key','user_unknown_login_failed'),(769695,124055,'_server_remote_addr','112.16.214.182'),(769696,124055,'_server_http_x_forwarded_for_0','112.16.214.182'),(769697,124056,'failed_username','luis-monteiro'),(769698,124056,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769699,124056,'_message_key','user_unknown_login_failed'),(769700,124056,'_server_remote_addr','112.16.214.182'),(769701,124056,'_server_http_x_forwarded_for_0','112.16.214.182'),(769702,124057,'failed_username','luis-monteiro'),(769703,124057,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769704,124057,'_message_key','user_unknown_login_failed'),(769705,124057,'_server_remote_addr','112.16.214.182'),(769706,124057,'_server_http_x_forwarded_for_0','112.16.214.182'),(769707,124058,'failed_username','luis-monteiro'),(769708,124058,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769709,124058,'_message_key','user_unknown_login_failed'),(769710,124058,'_server_remote_addr','112.16.214.182'),(769711,124058,'_server_http_x_forwarded_for_0','112.16.214.182'),(769712,124059,'failed_username','luis-monteiro'),(769713,124059,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769714,124059,'_message_key','user_unknown_login_failed'),(769715,124059,'_server_remote_addr','112.16.214.182'),(769716,124059,'_server_http_x_forwarded_for_0','112.16.214.182'),(769717,124060,'failed_username','luis-monteiro'),(769718,124060,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769719,124060,'_message_key','user_unknown_login_failed'),(769720,124060,'_server_remote_addr','112.16.214.182'),(769721,124060,'_server_http_x_forwarded_for_0','112.16.214.182'),(769722,124061,'failed_username','luis-monteiro'),(769723,124061,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769724,124061,'_message_key','user_unknown_login_failed'),(769725,124061,'_server_remote_addr','112.16.214.182'),(769726,124061,'_server_http_x_forwarded_for_0','112.16.214.182'),(769727,124062,'failed_username','luis-monteiro'),(769728,124062,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769729,124062,'_message_key','user_unknown_login_failed'),(769730,124062,'_server_remote_addr','112.16.214.182'),(769731,124062,'_server_http_x_forwarded_for_0','112.16.214.182'),(769732,124063,'failed_username','luis-monteiro'),(769733,124063,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769734,124063,'_message_key','user_unknown_login_failed'),(769735,124063,'_server_remote_addr','112.16.214.182'),(769736,124063,'_server_http_x_forwarded_for_0','112.16.214.182'),(769737,124064,'failed_username','luis-monteiro'),(769738,124064,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769739,124064,'_message_key','user_unknown_login_failed'),(769740,124064,'_server_remote_addr','112.16.214.182'),(769741,124064,'_server_http_x_forwarded_for_0','112.16.214.182'),(769742,124065,'failed_username','luis-monteiro'),(769743,124065,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769744,124065,'_message_key','user_unknown_login_failed'),(769745,124065,'_server_remote_addr','112.16.214.182'),(769746,124065,'_server_http_x_forwarded_for_0','112.16.214.182'),(769747,124066,'failed_username','luis-monteiro'),(769748,124066,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769749,124066,'_message_key','user_unknown_login_failed'),(769750,124066,'_server_remote_addr','112.16.214.182'),(769751,124066,'_server_http_x_forwarded_for_0','112.16.214.182'),(769752,124067,'failed_username','luis-monteiro'),(769753,124067,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769754,124067,'_message_key','user_unknown_login_failed'),(769755,124067,'_server_remote_addr','112.16.214.182'),(769756,124067,'_server_http_x_forwarded_for_0','112.16.214.182'),(769757,124068,'failed_username','luis-monteiro'),(769758,124068,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769759,124068,'_message_key','user_unknown_login_failed'),(769760,124068,'_server_remote_addr','112.16.214.182'),(769761,124068,'_server_http_x_forwarded_for_0','112.16.214.182'),(769762,124069,'failed_username','luis-monteiro'),(769763,124069,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769764,124069,'_message_key','user_unknown_login_failed'),(769765,124069,'_server_remote_addr','112.16.214.182'),(769766,124069,'_server_http_x_forwarded_for_0','112.16.214.182'),(769767,124070,'failed_username','luis-monteiro'),(769768,124070,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769769,124070,'_message_key','user_unknown_login_failed'),(769770,124070,'_server_remote_addr','112.16.214.182'),(769771,124070,'_server_http_x_forwarded_for_0','112.16.214.182'),(769772,124071,'failed_username','luis-monteiro'),(769773,124071,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769774,124071,'_message_key','user_unknown_login_failed'),(769775,124071,'_server_remote_addr','112.16.214.182'),(769776,124071,'_server_http_x_forwarded_for_0','112.16.214.182'),(769777,124072,'failed_username','luis-monteiro'),(769778,124072,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769779,124072,'_message_key','user_unknown_login_failed'),(769780,124072,'_server_remote_addr','112.16.214.182'),(769781,124072,'_server_http_x_forwarded_for_0','112.16.214.182'),(769782,124073,'failed_username','luis-monteiro'),(769783,124073,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769784,124073,'_message_key','user_unknown_login_failed'),(769785,124073,'_server_remote_addr','112.16.214.182'),(769786,124073,'_server_http_x_forwarded_for_0','112.16.214.182'),(769787,124074,'failed_username','luis-monteiro'),(769788,124074,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769789,124074,'_message_key','user_unknown_login_failed'),(769790,124074,'_server_remote_addr','112.16.214.182'),(769791,124074,'_server_http_x_forwarded_for_0','112.16.214.182'),(769792,124075,'failed_username','luis-monteiro'),(769793,124075,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769794,124075,'_message_key','user_unknown_login_failed'),(769795,124075,'_server_remote_addr','112.16.214.182'),(769796,124075,'_server_http_x_forwarded_for_0','112.16.214.182'),(769797,124076,'failed_username','luis-monteiro'),(769798,124076,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769799,124076,'_message_key','user_unknown_login_failed'),(769800,124076,'_server_remote_addr','112.16.214.182'),(769801,124076,'_server_http_x_forwarded_for_0','112.16.214.182'),(769802,124077,'failed_username','luis-monteiro'),(769803,124077,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769804,124077,'_message_key','user_unknown_login_failed'),(769805,124077,'_server_remote_addr','112.16.214.182'),(769806,124077,'_server_http_x_forwarded_for_0','112.16.214.182'),(769807,124078,'failed_username','luis-monteiro'),(769808,124078,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769809,124078,'_message_key','user_unknown_login_failed'),(769810,124078,'_server_remote_addr','112.16.214.182'),(769811,124078,'_server_http_x_forwarded_for_0','112.16.214.182'),(769812,124079,'failed_username','luis-monteiro'),(769813,124079,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769814,124079,'_message_key','user_unknown_login_failed'),(769815,124079,'_server_remote_addr','112.16.214.182'),(769816,124079,'_server_http_x_forwarded_for_0','112.16.214.182'),(769817,124080,'failed_username','luis-monteiro'),(769818,124080,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769819,124080,'_message_key','user_unknown_login_failed'),(769820,124080,'_server_remote_addr','112.16.214.182'),(769821,124080,'_server_http_x_forwarded_for_0','112.16.214.182'),(769822,124081,'failed_username','luis-monteiro'),(769823,124081,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769824,124081,'_message_key','user_unknown_login_failed'),(769825,124081,'_server_remote_addr','112.16.214.182'),(769826,124081,'_server_http_x_forwarded_for_0','112.16.214.182'),(769827,124082,'failed_username','luis-monteiro'),(769828,124082,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769829,124082,'_message_key','user_unknown_login_failed'),(769830,124082,'_server_remote_addr','112.16.214.182'),(769831,124082,'_server_http_x_forwarded_for_0','112.16.214.182'),(769832,124083,'failed_username','luis-monteiro'),(769833,124083,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769834,124083,'_message_key','user_unknown_login_failed'),(769835,124083,'_server_remote_addr','112.16.214.182'),(769836,124083,'_server_http_x_forwarded_for_0','112.16.214.182'),(769837,124084,'failed_username','luis-monteiro'),(769838,124084,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769839,124084,'_message_key','user_unknown_login_failed'),(769840,124084,'_server_remote_addr','112.16.214.182'),(769841,124084,'_server_http_x_forwarded_for_0','112.16.214.182'),(769842,124085,'failed_username','luis-monteiro'),(769843,124085,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769844,124085,'_message_key','user_unknown_login_failed'),(769845,124085,'_server_remote_addr','112.16.214.182'),(769846,124085,'_server_http_x_forwarded_for_0','112.16.214.182'),(769847,124086,'failed_username','luis-monteiro'),(769848,124086,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769849,124086,'_message_key','user_unknown_login_failed'),(769850,124086,'_server_remote_addr','112.16.214.182'),(769851,124086,'_server_http_x_forwarded_for_0','112.16.214.182'),(769852,124087,'failed_username','luis-monteiro'),(769853,124087,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769854,124087,'_message_key','user_unknown_login_failed'),(769855,124087,'_server_remote_addr','112.16.214.182'),(769856,124087,'_server_http_x_forwarded_for_0','112.16.214.182'),(769857,124088,'failed_username','luis-monteiro'),(769858,124088,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769859,124088,'_message_key','user_unknown_login_failed'),(769860,124088,'_server_remote_addr','112.16.214.182'),(769861,124088,'_server_http_x_forwarded_for_0','112.16.214.182'),(769862,124089,'failed_username','luis-monteiro'),(769863,124089,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769864,124089,'_message_key','user_unknown_login_failed'),(769865,124089,'_server_remote_addr','112.16.214.182'),(769866,124089,'_server_http_x_forwarded_for_0','112.16.214.182'),(769867,124090,'failed_username','luis-monteiro'),(769868,124090,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769869,124090,'_message_key','user_unknown_login_failed'),(769870,124090,'_server_remote_addr','112.16.214.182'),(769871,124090,'_server_http_x_forwarded_for_0','112.16.214.182'),(769872,124091,'failed_username','luis-monteiro'),(769873,124091,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769874,124091,'_message_key','user_unknown_login_failed'),(769875,124091,'_server_remote_addr','112.16.214.182'),(769876,124091,'_server_http_x_forwarded_for_0','112.16.214.182'),(769877,124092,'failed_username','luis-monteiro'),(769878,124092,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769879,124092,'_message_key','user_unknown_login_failed'),(769880,124092,'_server_remote_addr','112.16.214.182'),(769881,124092,'_server_http_x_forwarded_for_0','112.16.214.182'),(769882,124093,'failed_username','luis-monteiro'),(769883,124093,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769884,124093,'_message_key','user_unknown_login_failed'),(769885,124093,'_server_remote_addr','112.16.214.182'),(769886,124093,'_server_http_x_forwarded_for_0','112.16.214.182'),(769887,124094,'failed_username','luis-monteiro'),(769888,124094,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769889,124094,'_message_key','user_unknown_login_failed'),(769890,124094,'_server_remote_addr','112.16.214.182'),(769891,124094,'_server_http_x_forwarded_for_0','112.16.214.182'),(769892,124095,'failed_username','luis-monteiro'),(769893,124095,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769894,124095,'_message_key','user_unknown_login_failed'),(769895,124095,'_server_remote_addr','112.16.214.182'),(769896,124095,'_server_http_x_forwarded_for_0','112.16.214.182'),(769897,124096,'failed_username','luis-monteiro'),(769898,124096,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769899,124096,'_message_key','user_unknown_login_failed'),(769900,124096,'_server_remote_addr','112.16.214.182'),(769901,124096,'_server_http_x_forwarded_for_0','112.16.214.182'),(769902,124097,'failed_username','luis-monteiro'),(769903,124097,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769904,124097,'_message_key','user_unknown_login_failed'),(769905,124097,'_server_remote_addr','112.16.214.182'),(769906,124097,'_server_http_x_forwarded_for_0','112.16.214.182'),(769907,124098,'failed_username','luis-monteiro'),(769908,124098,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769909,124098,'_message_key','user_unknown_login_failed'),(769910,124098,'_server_remote_addr','112.16.214.182'),(769911,124098,'_server_http_x_forwarded_for_0','112.16.214.182'),(769912,124099,'failed_username','luis-monteiro'),(769913,124099,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769914,124099,'_message_key','user_unknown_login_failed'),(769915,124099,'_server_remote_addr','112.16.214.182'),(769916,124099,'_server_http_x_forwarded_for_0','112.16.214.182'),(769917,124100,'failed_username','luis-monteiro'),(769918,124100,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769919,124100,'_message_key','user_unknown_login_failed'),(769920,124100,'_server_remote_addr','177.135.101.5'),(769921,124100,'_server_http_x_forwarded_for_0','177.135.101.5'),(769922,124101,'failed_username','luis-monteiro'),(769923,124101,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769924,124101,'_message_key','user_unknown_login_failed'),(769925,124101,'_server_remote_addr','177.135.101.5'),(769926,124101,'_server_http_x_forwarded_for_0','177.135.101.5'),(769927,124102,'failed_username','luis-monteiro'),(769928,124102,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769929,124102,'_message_key','user_unknown_login_failed'),(769930,124102,'_server_remote_addr','177.135.101.5'),(769931,124102,'_server_http_x_forwarded_for_0','177.135.101.5'),(769932,124103,'failed_username','luis-monteiro'),(769933,124103,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769934,124103,'_message_key','user_unknown_login_failed'),(769935,124103,'_server_remote_addr','177.135.101.5'),(769936,124103,'_server_http_x_forwarded_for_0','177.135.101.5'),(769937,124104,'failed_username','luis-monteiro'),(769938,124104,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769939,124104,'_message_key','user_unknown_login_failed'),(769940,124104,'_server_remote_addr','177.135.101.5'),(769941,124104,'_server_http_x_forwarded_for_0','177.135.101.5'),(769942,124105,'failed_username','luis-monteiro'),(769943,124105,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769944,124105,'_message_key','user_unknown_login_failed'),(769945,124105,'_server_remote_addr','177.135.101.5'),(769946,124105,'_server_http_x_forwarded_for_0','177.135.101.5'),(769947,124106,'failed_username','luis-monteiro'),(769948,124106,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769949,124106,'_message_key','user_unknown_login_failed'),(769950,124106,'_server_remote_addr','177.135.101.5'),(769951,124106,'_server_http_x_forwarded_for_0','177.135.101.5'),(769952,124107,'failed_username','luis-monteiro'),(769953,124107,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769954,124107,'_message_key','user_unknown_login_failed'),(769955,124107,'_server_remote_addr','177.135.101.5'),(769956,124107,'_server_http_x_forwarded_for_0','177.135.101.5'),(769957,124108,'failed_username','luis-monteiro'),(769958,124108,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769959,124108,'_message_key','user_unknown_login_failed'),(769960,124108,'_server_remote_addr','177.135.101.5'),(769961,124108,'_server_http_x_forwarded_for_0','177.135.101.5'),(769962,124109,'failed_username','luis-monteiro'),(769963,124109,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769964,124109,'_message_key','user_unknown_login_failed'),(769965,124109,'_server_remote_addr','177.135.101.5'),(769966,124109,'_server_http_x_forwarded_for_0','177.135.101.5'),(769967,124110,'failed_username','luis-monteiro'),(769968,124110,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769969,124110,'_message_key','user_unknown_login_failed'),(769970,124110,'_server_remote_addr','177.135.101.5'),(769971,124110,'_server_http_x_forwarded_for_0','177.135.101.5'),(769972,124111,'failed_username','luis-monteiro'),(769973,124111,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769974,124111,'_message_key','user_unknown_login_failed'),(769975,124111,'_server_remote_addr','177.135.101.5'),(769976,124111,'_server_http_x_forwarded_for_0','177.135.101.5'),(769977,124112,'failed_username','luis-monteiro'),(769978,124112,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769979,124112,'_message_key','user_unknown_login_failed'),(769980,124112,'_server_remote_addr','177.135.101.5'),(769981,124112,'_server_http_x_forwarded_for_0','177.135.101.5'),(769982,124113,'failed_username','luis-monteiro'),(769983,124113,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769984,124113,'_message_key','user_unknown_login_failed'),(769985,124113,'_server_remote_addr','177.135.101.5'),(769986,124113,'_server_http_x_forwarded_for_0','177.135.101.5'),(769987,124114,'failed_username','luis-monteiro'),(769988,124114,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769989,124114,'_message_key','user_unknown_login_failed'),(769990,124114,'_server_remote_addr','177.135.101.5'),(769991,124114,'_server_http_x_forwarded_for_0','177.135.101.5'),(769992,124115,'failed_username','luis-monteiro'),(769993,124115,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769994,124115,'_message_key','user_unknown_login_failed'),(769995,124115,'_server_remote_addr','177.135.101.5'),(769996,124115,'_server_http_x_forwarded_for_0','177.135.101.5'),(769997,124116,'failed_username','luis-monteiro'),(769998,124116,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(769999,124116,'_message_key','user_unknown_login_failed'),(770000,124116,'_server_remote_addr','177.135.101.5'),(770001,124116,'_server_http_x_forwarded_for_0','177.135.101.5'),(770002,124117,'failed_username','luis-monteiro'),(770003,124117,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770004,124117,'_message_key','user_unknown_login_failed'),(770005,124117,'_server_remote_addr','177.135.101.5'),(770006,124117,'_server_http_x_forwarded_for_0','177.135.101.5'),(770007,124118,'failed_username','luis-monteiro'),(770008,124118,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770009,124118,'_message_key','user_unknown_login_failed'),(770010,124118,'_server_remote_addr','177.135.101.5'),(770011,124118,'_server_http_x_forwarded_for_0','177.135.101.5'),(770012,124119,'failed_username','luis-monteiro'),(770013,124119,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770014,124119,'_message_key','user_unknown_login_failed'),(770015,124119,'_server_remote_addr','177.135.101.5'),(770016,124119,'_server_http_x_forwarded_for_0','177.135.101.5'),(770017,124120,'failed_username','luis-monteiro'),(770018,124120,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770019,124120,'_message_key','user_unknown_login_failed'),(770020,124120,'_server_remote_addr','177.135.101.5'),(770021,124120,'_server_http_x_forwarded_for_0','177.135.101.5'),(770022,124121,'failed_username','luis-monteiro'),(770023,124121,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770024,124121,'_message_key','user_unknown_login_failed'),(770025,124121,'_server_remote_addr','177.135.101.5'),(770026,124121,'_server_http_x_forwarded_for_0','177.135.101.5'),(770027,124122,'failed_username','luis-monteiro'),(770028,124122,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770029,124122,'_message_key','user_unknown_login_failed'),(770030,124122,'_server_remote_addr','177.135.101.5'),(770031,124122,'_server_http_x_forwarded_for_0','177.135.101.5'),(770032,124123,'failed_username','luis-monteiro'),(770033,124123,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770034,124123,'_message_key','user_unknown_login_failed'),(770035,124123,'_server_remote_addr','177.135.101.5'),(770036,124123,'_server_http_x_forwarded_for_0','177.135.101.5'),(770037,124124,'failed_username','luis-monteiro'),(770038,124124,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770039,124124,'_message_key','user_unknown_login_failed'),(770040,124124,'_server_remote_addr','177.135.101.5'),(770041,124124,'_server_http_x_forwarded_for_0','177.135.101.5'),(770042,124125,'failed_username','luis-monteiro'),(770043,124125,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770044,124125,'_message_key','user_unknown_login_failed'),(770045,124125,'_server_remote_addr','177.135.101.5'),(770046,124125,'_server_http_x_forwarded_for_0','177.135.101.5'),(770047,124126,'failed_username','luis-monteiro'),(770048,124126,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770049,124126,'_message_key','user_unknown_login_failed'),(770050,124126,'_server_remote_addr','177.135.101.5'),(770051,124126,'_server_http_x_forwarded_for_0','177.135.101.5'),(770052,124127,'failed_username','luis-monteiro'),(770053,124127,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770054,124127,'_message_key','user_unknown_login_failed'),(770055,124127,'_server_remote_addr','177.135.101.5'),(770056,124127,'_server_http_x_forwarded_for_0','177.135.101.5'),(770057,124128,'failed_username','luis-monteiro'),(770058,124128,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770059,124128,'_message_key','user_unknown_login_failed'),(770060,124128,'_server_remote_addr','177.135.101.5'),(770061,124128,'_server_http_x_forwarded_for_0','177.135.101.5'),(770062,124129,'failed_username','luis-monteiro'),(770063,124129,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770064,124129,'_message_key','user_unknown_login_failed'),(770065,124129,'_server_remote_addr','177.135.101.5'),(770066,124129,'_server_http_x_forwarded_for_0','177.135.101.5'),(770067,124130,'failed_username','luis-monteiro'),(770068,124130,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770069,124130,'_message_key','user_unknown_login_failed'),(770070,124130,'_server_remote_addr','177.135.101.5'),(770071,124130,'_server_http_x_forwarded_for_0','177.135.101.5'),(770072,124131,'failed_username','luis-monteiro'),(770073,124131,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770074,124131,'_message_key','user_unknown_login_failed'),(770075,124131,'_server_remote_addr','177.135.101.5'),(770076,124131,'_server_http_x_forwarded_for_0','177.135.101.5'),(770077,124132,'failed_username','luis-monteiro'),(770078,124132,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770079,124132,'_message_key','user_unknown_login_failed'),(770080,124132,'_server_remote_addr','177.135.101.5'),(770081,124132,'_server_http_x_forwarded_for_0','177.135.101.5'),(770082,124133,'failed_username','luis-monteiro'),(770083,124133,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770084,124133,'_message_key','user_unknown_login_failed'),(770085,124133,'_server_remote_addr','177.135.101.5'),(770086,124133,'_server_http_x_forwarded_for_0','177.135.101.5'),(770087,124134,'failed_username','luis-monteiro'),(770088,124134,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770089,124134,'_message_key','user_unknown_login_failed'),(770090,124134,'_server_remote_addr','177.135.101.5'),(770091,124134,'_server_http_x_forwarded_for_0','177.135.101.5'),(770092,124135,'failed_username','luis-monteiro'),(770093,124135,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770094,124135,'_message_key','user_unknown_login_failed'),(770095,124135,'_server_remote_addr','177.135.101.5'),(770096,124135,'_server_http_x_forwarded_for_0','177.135.101.5'),(770097,124136,'failed_username','luis-monteiro'),(770098,124136,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770099,124136,'_message_key','user_unknown_login_failed'),(770100,124136,'_server_remote_addr','177.135.101.5'),(770101,124136,'_server_http_x_forwarded_for_0','177.135.101.5'),(770102,124137,'failed_username','luis-monteiro'),(770103,124137,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770104,124137,'_message_key','user_unknown_login_failed'),(770105,124137,'_server_remote_addr','177.135.101.5'),(770106,124137,'_server_http_x_forwarded_for_0','177.135.101.5'),(770107,124138,'failed_username','luis-monteiro'),(770108,124138,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770109,124138,'_message_key','user_unknown_login_failed'),(770110,124138,'_server_remote_addr','177.135.101.5'),(770111,124138,'_server_http_x_forwarded_for_0','177.135.101.5'),(770112,124139,'failed_username','luis-monteiro'),(770113,124139,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770114,124139,'_message_key','user_unknown_login_failed'),(770115,124139,'_server_remote_addr','177.135.101.5'),(770116,124139,'_server_http_x_forwarded_for_0','177.135.101.5'),(770117,124140,'failed_username','luis-monteiro'),(770118,124140,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(770119,124140,'_message_key','user_unknown_login_failed'),(770120,124140,'_server_remote_addr','177.135.101.5'),(770121,124140,'_server_http_x_forwarded_for_0','177.135.101.5'),(770122,124141,'plugin_name','Meta Box'),(770123,124141,'plugin_current_version','4.14.5'),(770124,124141,'plugin_new_version','4.15.8'),(770125,124141,'_message_key','plugin_update_available'),(770126,124141,'_server_remote_addr','130.185.87.25'),(770127,124141,'_server_http_x_forwarded_for_0','130.185.87.25'),(770128,124141,'_server_http_referer','https://carpi2018.org/wp-cron.php?doing_wp_cron=1544422843.4458670616149902343750'),(770129,124142,'plugin_name','WP SVG images'),(770130,124142,'plugin_current_version','2.2'),(770131,124142,'plugin_new_version','3.0'),(770132,124142,'_message_key','plugin_update_available'),(770133,124142,'_server_remote_addr','130.185.87.25'),(770134,124142,'_server_http_x_forwarded_for_0','130.185.87.25'),(770135,124142,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1544465929.1066370010375976562500'),(770136,124143,'login_id','1'),(770137,124143,'login_email','mentolnet@gmail.com'),(770138,124143,'login','mentol'),(770139,124143,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(770140,124143,'_message_key','user_login_failed'),(770141,124143,'_xmlrpc_request','true'),(770142,124143,'_server_remote_addr','147.135.78.93'),(770143,124143,'_server_http_x_forwarded_for_0','147.135.78.93'),(770144,124144,'login_id','1'),(770145,124144,'login_email','mentolnet@gmail.com'),(770146,124144,'login','mentol'),(770147,124144,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(770148,124144,'_message_key','user_login_failed'),(770149,124144,'_xmlrpc_request','true'),(770150,124144,'_server_remote_addr','147.135.78.93'),(770151,124144,'_server_http_x_forwarded_for_0','147.135.78.93'),(770152,124145,'login_id','1'),(770153,124145,'login_email','mentolnet@gmail.com'),(770154,124145,'login','mentol'),(770155,124145,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770156,124145,'_message_key','user_login_failed'),(770157,124145,'_xmlrpc_request','true'),(770158,124145,'_server_remote_addr','46.118.126.87'),(770159,124145,'_server_http_x_forwarded_for_0','46.118.126.87'),(770160,124146,'login_id','1'),(770161,124146,'login_email','mentolnet@gmail.com'),(770162,124146,'login','mentol'),(770163,124146,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770164,124146,'_message_key','user_login_failed'),(770165,124146,'_xmlrpc_request','true'),(770166,124146,'_server_remote_addr','46.118.126.87'),(770167,124146,'_server_http_x_forwarded_for_0','46.118.126.87'),(770168,124147,'login_id','1'),(770169,124147,'login_email','mentolnet@gmail.com'),(770170,124147,'login','mentol'),(770171,124147,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770172,124147,'_message_key','user_login_failed'),(770173,124147,'_xmlrpc_request','true'),(770174,124147,'_server_remote_addr','46.118.126.87'),(770175,124147,'_server_http_x_forwarded_for_0','46.118.126.87'),(770176,124148,'login_id','1'),(770177,124148,'login_email','mentolnet@gmail.com'),(770178,124148,'login','mentol'),(770179,124148,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770180,124148,'_message_key','user_login_failed'),(770181,124148,'_xmlrpc_request','true'),(770182,124148,'_server_remote_addr','46.118.126.87'),(770183,124148,'_server_http_x_forwarded_for_0','46.118.126.87'),(770184,124149,'login_id','1'),(770185,124149,'login_email','mentolnet@gmail.com'),(770186,124149,'login','mentol'),(770187,124149,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770188,124149,'_message_key','user_login_failed'),(770189,124149,'_xmlrpc_request','true'),(770190,124149,'_server_remote_addr','46.118.126.87'),(770191,124149,'_server_http_x_forwarded_for_0','46.118.126.87'),(770192,124150,'login_id','1'),(770193,124150,'login_email','mentolnet@gmail.com'),(770194,124150,'login','mentol'),(770195,124150,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770196,124150,'_message_key','user_login_failed'),(770197,124150,'_xmlrpc_request','true'),(770198,124150,'_server_remote_addr','46.118.126.87'),(770199,124150,'_server_http_x_forwarded_for_0','46.118.126.87'),(770200,124151,'login_id','1'),(770201,124151,'login_email','mentolnet@gmail.com'),(770202,124151,'login','mentol'),(770203,124151,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770204,124151,'_message_key','user_login_failed'),(770205,124151,'_xmlrpc_request','true'),(770206,124151,'_server_remote_addr','46.118.126.87'),(770207,124151,'_server_http_x_forwarded_for_0','46.118.126.87'),(770208,124152,'login_id','1'),(770209,124152,'login_email','mentolnet@gmail.com'),(770210,124152,'login','mentol'),(770211,124152,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770212,124152,'_message_key','user_login_failed'),(770213,124152,'_xmlrpc_request','true'),(770214,124152,'_server_remote_addr','46.118.126.87'),(770215,124152,'_server_http_x_forwarded_for_0','46.118.126.87'),(770216,124153,'login_id','1'),(770217,124153,'login_email','mentolnet@gmail.com'),(770218,124153,'login','mentol'),(770219,124153,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770220,124153,'_message_key','user_login_failed'),(770221,124153,'_xmlrpc_request','true'),(770222,124153,'_server_remote_addr','46.118.126.87'),(770223,124153,'_server_http_x_forwarded_for_0','46.118.126.87'),(770224,124154,'login_id','1'),(770225,124154,'login_email','mentolnet@gmail.com'),(770226,124154,'login','mentol'),(770227,124154,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770228,124154,'_message_key','user_login_failed'),(770229,124154,'_xmlrpc_request','true'),(770230,124154,'_server_remote_addr','46.118.126.87'),(770231,124154,'_server_http_x_forwarded_for_0','46.118.126.87'),(770232,124155,'login_id','1'),(770233,124155,'login_email','mentolnet@gmail.com'),(770234,124155,'login','mentol'),(770235,124155,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770236,124155,'_message_key','user_login_failed'),(770237,124155,'_xmlrpc_request','true'),(770238,124155,'_server_remote_addr','46.118.126.87'),(770239,124155,'_server_http_x_forwarded_for_0','46.118.126.87'),(770240,124156,'login_id','1'),(770241,124156,'login_email','mentolnet@gmail.com'),(770242,124156,'login','mentol'),(770243,124156,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770244,124156,'_message_key','user_login_failed'),(770245,124156,'_xmlrpc_request','true'),(770246,124156,'_server_remote_addr','46.118.126.87'),(770247,124156,'_server_http_x_forwarded_for_0','46.118.126.87'),(770248,124157,'login_id','1'),(770249,124157,'login_email','mentolnet@gmail.com'),(770250,124157,'login','mentol'),(770251,124157,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770252,124157,'_message_key','user_login_failed'),(770253,124157,'_xmlrpc_request','true'),(770254,124157,'_server_remote_addr','46.118.126.87'),(770255,124157,'_server_http_x_forwarded_for_0','46.118.126.87'),(770256,124158,'login_id','1'),(770257,124158,'login_email','mentolnet@gmail.com'),(770258,124158,'login','mentol'),(770259,124158,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770260,124158,'_message_key','user_login_failed'),(770261,124158,'_xmlrpc_request','true'),(770262,124158,'_server_remote_addr','46.118.126.87'),(770263,124158,'_server_http_x_forwarded_for_0','46.118.126.87'),(770264,124159,'login_id','1'),(770265,124159,'login_email','mentolnet@gmail.com'),(770266,124159,'login','mentol'),(770267,124159,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770268,124159,'_message_key','user_login_failed'),(770269,124159,'_xmlrpc_request','true'),(770270,124159,'_server_remote_addr','46.118.126.87'),(770271,124159,'_server_http_x_forwarded_for_0','46.118.126.87'),(770272,124160,'login_id','1'),(770273,124160,'login_email','mentolnet@gmail.com'),(770274,124160,'login','mentol'),(770275,124160,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770276,124160,'_message_key','user_login_failed'),(770277,124160,'_xmlrpc_request','true'),(770278,124160,'_server_remote_addr','46.118.126.87'),(770279,124160,'_server_http_x_forwarded_for_0','46.118.126.87'),(770280,124161,'login_id','1'),(770281,124161,'login_email','mentolnet@gmail.com'),(770282,124161,'login','mentol'),(770283,124161,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770284,124161,'_message_key','user_login_failed'),(770285,124161,'_xmlrpc_request','true'),(770286,124161,'_server_remote_addr','46.118.126.87'),(770287,124161,'_server_http_x_forwarded_for_0','46.118.126.87'),(770288,124162,'login_id','1'),(770289,124162,'login_email','mentolnet@gmail.com'),(770290,124162,'login','mentol'),(770291,124162,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770292,124162,'_message_key','user_login_failed'),(770293,124162,'_xmlrpc_request','true'),(770294,124162,'_server_remote_addr','46.118.126.87'),(770295,124162,'_server_http_x_forwarded_for_0','46.118.126.87'),(770296,124163,'login_id','1'),(770297,124163,'login_email','mentolnet@gmail.com'),(770298,124163,'login','mentol'),(770299,124163,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770300,124163,'_message_key','user_login_failed'),(770301,124163,'_xmlrpc_request','true'),(770302,124163,'_server_remote_addr','46.118.126.87'),(770303,124163,'_server_http_x_forwarded_for_0','46.118.126.87'),(770304,124164,'login_id','1'),(770305,124164,'login_email','mentolnet@gmail.com'),(770306,124164,'login','mentol'),(770307,124164,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770308,124164,'_message_key','user_login_failed'),(770309,124164,'_xmlrpc_request','true'),(770310,124164,'_server_remote_addr','46.118.126.87'),(770311,124164,'_server_http_x_forwarded_for_0','46.118.126.87'),(770312,124165,'login_id','1'),(770313,124165,'login_email','mentolnet@gmail.com'),(770314,124165,'login','mentol'),(770315,124165,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770316,124165,'_message_key','user_login_failed'),(770317,124165,'_xmlrpc_request','true'),(770318,124165,'_server_remote_addr','46.118.126.87'),(770319,124165,'_server_http_x_forwarded_for_0','46.118.126.87'),(770320,124166,'login_id','1'),(770321,124166,'login_email','mentolnet@gmail.com'),(770322,124166,'login','mentol'),(770323,124166,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770324,124166,'_message_key','user_login_failed'),(770325,124166,'_xmlrpc_request','true'),(770326,124166,'_server_remote_addr','46.118.126.87'),(770327,124166,'_server_http_x_forwarded_for_0','46.118.126.87'),(770328,124167,'login_id','1'),(770329,124167,'login_email','mentolnet@gmail.com'),(770330,124167,'login','mentol'),(770331,124167,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770332,124167,'_message_key','user_login_failed'),(770333,124167,'_xmlrpc_request','true'),(770334,124167,'_server_remote_addr','46.118.126.87'),(770335,124167,'_server_http_x_forwarded_for_0','46.118.126.87'),(770336,124168,'login_id','1'),(770337,124168,'login_email','mentolnet@gmail.com'),(770338,124168,'login','mentol'),(770339,124168,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770340,124168,'_message_key','user_login_failed'),(770341,124168,'_xmlrpc_request','true'),(770342,124168,'_server_remote_addr','46.118.126.87'),(770343,124168,'_server_http_x_forwarded_for_0','46.118.126.87'),(770344,124169,'login_id','1'),(770345,124169,'login_email','mentolnet@gmail.com'),(770346,124169,'login','mentol'),(770347,124169,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770348,124169,'_message_key','user_login_failed'),(770349,124169,'_xmlrpc_request','true'),(770350,124169,'_server_remote_addr','46.118.126.87'),(770351,124169,'_server_http_x_forwarded_for_0','46.118.126.87'),(770352,124170,'login_id','1'),(770353,124170,'login_email','mentolnet@gmail.com'),(770354,124170,'login','mentol'),(770355,124170,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770356,124170,'_message_key','user_login_failed'),(770357,124170,'_xmlrpc_request','true'),(770358,124170,'_server_remote_addr','46.118.126.87'),(770359,124170,'_server_http_x_forwarded_for_0','46.118.126.87'),(770360,124171,'login_id','1'),(770361,124171,'login_email','mentolnet@gmail.com'),(770362,124171,'login','mentol'),(770363,124171,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770364,124171,'_message_key','user_login_failed'),(770365,124171,'_xmlrpc_request','true'),(770366,124171,'_server_remote_addr','46.118.126.87'),(770367,124171,'_server_http_x_forwarded_for_0','46.118.126.87'),(770368,124172,'login_id','1'),(770369,124172,'login_email','mentolnet@gmail.com'),(770370,124172,'login','mentol'),(770371,124172,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770372,124172,'_message_key','user_login_failed'),(770373,124172,'_xmlrpc_request','true'),(770374,124172,'_server_remote_addr','46.118.126.87'),(770375,124172,'_server_http_x_forwarded_for_0','46.118.126.87'),(770376,124173,'login_id','1'),(770377,124173,'login_email','mentolnet@gmail.com'),(770378,124173,'login','mentol'),(770379,124173,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770380,124173,'_message_key','user_login_failed'),(770381,124173,'_xmlrpc_request','true'),(770382,124173,'_server_remote_addr','46.118.126.87'),(770383,124173,'_server_http_x_forwarded_for_0','46.118.126.87'),(770384,124174,'login_id','1'),(770385,124174,'login_email','mentolnet@gmail.com'),(770386,124174,'login','mentol'),(770387,124174,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770388,124174,'_message_key','user_login_failed'),(770389,124174,'_xmlrpc_request','true'),(770390,124174,'_server_remote_addr','46.118.126.87'),(770391,124174,'_server_http_x_forwarded_for_0','46.118.126.87'),(770392,124175,'login_id','1'),(770393,124175,'login_email','mentolnet@gmail.com'),(770394,124175,'login','mentol'),(770395,124175,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770396,124175,'_message_key','user_login_failed'),(770397,124175,'_xmlrpc_request','true'),(770398,124175,'_server_remote_addr','46.118.126.87'),(770399,124175,'_server_http_x_forwarded_for_0','46.118.126.87'),(770400,124176,'login_id','1'),(770401,124176,'login_email','mentolnet@gmail.com'),(770402,124176,'login','mentol'),(770403,124176,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770404,124176,'_message_key','user_login_failed'),(770405,124176,'_xmlrpc_request','true'),(770406,124176,'_server_remote_addr','46.118.126.87'),(770407,124176,'_server_http_x_forwarded_for_0','46.118.126.87'),(770408,124177,'login_id','1'),(770409,124177,'login_email','mentolnet@gmail.com'),(770410,124177,'login','mentol'),(770411,124177,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770412,124177,'_message_key','user_login_failed'),(770413,124177,'_xmlrpc_request','true'),(770414,124177,'_server_remote_addr','46.118.126.87'),(770415,124177,'_server_http_x_forwarded_for_0','46.118.126.87'),(770416,124178,'login_id','1'),(770417,124178,'login_email','mentolnet@gmail.com'),(770418,124178,'login','mentol'),(770419,124178,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770420,124178,'_message_key','user_login_failed'),(770421,124178,'_xmlrpc_request','true'),(770422,124178,'_server_remote_addr','46.118.126.87'),(770423,124178,'_server_http_x_forwarded_for_0','46.118.126.87'),(770424,124179,'login_id','1'),(770425,124179,'login_email','mentolnet@gmail.com'),(770426,124179,'login','mentol'),(770427,124179,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770428,124179,'_message_key','user_login_failed'),(770429,124179,'_xmlrpc_request','true'),(770430,124179,'_server_remote_addr','46.118.126.87'),(770431,124179,'_server_http_x_forwarded_for_0','46.118.126.87'),(770432,124180,'login_id','1'),(770433,124180,'login_email','mentolnet@gmail.com'),(770434,124180,'login','mentol'),(770435,124180,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770436,124180,'_message_key','user_login_failed'),(770437,124180,'_xmlrpc_request','true'),(770438,124180,'_server_remote_addr','46.118.126.87'),(770439,124180,'_server_http_x_forwarded_for_0','46.118.126.87'),(770440,124181,'login_id','1'),(770441,124181,'login_email','mentolnet@gmail.com'),(770442,124181,'login','mentol'),(770443,124181,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770444,124181,'_message_key','user_login_failed'),(770445,124181,'_xmlrpc_request','true'),(770446,124181,'_server_remote_addr','46.118.126.87'),(770447,124181,'_server_http_x_forwarded_for_0','46.118.126.87'),(770448,124182,'login_id','1'),(770449,124182,'login_email','mentolnet@gmail.com'),(770450,124182,'login','mentol'),(770451,124182,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770452,124182,'_message_key','user_login_failed'),(770453,124182,'_xmlrpc_request','true'),(770454,124182,'_server_remote_addr','46.118.126.87'),(770455,124182,'_server_http_x_forwarded_for_0','46.118.126.87'),(770456,124183,'login_id','1'),(770457,124183,'login_email','mentolnet@gmail.com'),(770458,124183,'login','mentol'),(770459,124183,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770460,124183,'_message_key','user_login_failed'),(770461,124183,'_xmlrpc_request','true'),(770462,124183,'_server_remote_addr','46.118.126.87'),(770463,124183,'_server_http_x_forwarded_for_0','46.118.126.87'),(770464,124184,'login_id','1'),(770465,124184,'login_email','mentolnet@gmail.com'),(770466,124184,'login','mentol'),(770467,124184,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770468,124184,'_message_key','user_login_failed'),(770469,124184,'_xmlrpc_request','true'),(770470,124184,'_server_remote_addr','46.118.126.87'),(770471,124184,'_server_http_x_forwarded_for_0','46.118.126.87'),(770472,124185,'login_id','1'),(770473,124185,'login_email','mentolnet@gmail.com'),(770474,124185,'login','mentol'),(770475,124185,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770476,124185,'_message_key','user_login_failed'),(770477,124185,'_xmlrpc_request','true'),(770478,124185,'_server_remote_addr','46.118.126.87'),(770479,124185,'_server_http_x_forwarded_for_0','46.118.126.87'),(770480,124186,'login_id','1'),(770481,124186,'login_email','mentolnet@gmail.com'),(770482,124186,'login','mentol'),(770483,124186,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770484,124186,'_message_key','user_login_failed'),(770485,124186,'_xmlrpc_request','true'),(770486,124186,'_server_remote_addr','46.118.126.87'),(770487,124186,'_server_http_x_forwarded_for_0','46.118.126.87'),(770488,124187,'login_id','1'),(770489,124187,'login_email','mentolnet@gmail.com'),(770490,124187,'login','mentol'),(770491,124187,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770492,124187,'_message_key','user_login_failed'),(770493,124187,'_xmlrpc_request','true'),(770494,124187,'_server_remote_addr','46.118.126.87'),(770495,124187,'_server_http_x_forwarded_for_0','46.118.126.87'),(770496,124188,'login_id','1'),(770497,124188,'login_email','mentolnet@gmail.com'),(770498,124188,'login','mentol'),(770499,124188,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770500,124188,'_message_key','user_login_failed'),(770501,124188,'_xmlrpc_request','true'),(770502,124188,'_server_remote_addr','46.118.126.87'),(770503,124188,'_server_http_x_forwarded_for_0','46.118.126.87'),(770504,124189,'login_id','1'),(770505,124189,'login_email','mentolnet@gmail.com'),(770506,124189,'login','mentol'),(770507,124189,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770508,124189,'_message_key','user_login_failed'),(770509,124189,'_xmlrpc_request','true'),(770510,124189,'_server_remote_addr','46.118.126.87'),(770511,124189,'_server_http_x_forwarded_for_0','46.118.126.87'),(770512,124190,'login_id','1'),(770513,124190,'login_email','mentolnet@gmail.com'),(770514,124190,'login','mentol'),(770515,124190,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770516,124190,'_message_key','user_login_failed'),(770517,124190,'_xmlrpc_request','true'),(770518,124190,'_server_remote_addr','46.118.126.87'),(770519,124190,'_server_http_x_forwarded_for_0','46.118.126.87'),(770520,124191,'login_id','1'),(770521,124191,'login_email','mentolnet@gmail.com'),(770522,124191,'login','mentol'),(770523,124191,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770524,124191,'_message_key','user_login_failed'),(770525,124191,'_xmlrpc_request','true'),(770526,124191,'_server_remote_addr','46.118.126.87'),(770527,124191,'_server_http_x_forwarded_for_0','46.118.126.87'),(770528,124192,'login_id','1'),(770529,124192,'login_email','mentolnet@gmail.com'),(770530,124192,'login','mentol'),(770531,124192,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770532,124192,'_message_key','user_login_failed'),(770533,124192,'_xmlrpc_request','true'),(770534,124192,'_server_remote_addr','46.118.126.87'),(770535,124192,'_server_http_x_forwarded_for_0','46.118.126.87'),(770536,124193,'login_id','1'),(770537,124193,'login_email','mentolnet@gmail.com'),(770538,124193,'login','mentol'),(770539,124193,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770540,124193,'_message_key','user_login_failed'),(770541,124193,'_xmlrpc_request','true'),(770542,124193,'_server_remote_addr','46.118.126.87'),(770543,124193,'_server_http_x_forwarded_for_0','46.118.126.87'),(770544,124194,'login_id','1'),(770545,124194,'login_email','mentolnet@gmail.com'),(770546,124194,'login','mentol'),(770547,124194,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770548,124194,'_message_key','user_login_failed'),(770549,124194,'_xmlrpc_request','true'),(770550,124194,'_server_remote_addr','46.118.126.87'),(770551,124194,'_server_http_x_forwarded_for_0','46.118.126.87'),(770552,124195,'login_id','1'),(770553,124195,'login_email','mentolnet@gmail.com'),(770554,124195,'login','mentol'),(770555,124195,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770556,124195,'_message_key','user_login_failed'),(770557,124195,'_xmlrpc_request','true'),(770558,124195,'_server_remote_addr','46.118.126.87'),(770559,124195,'_server_http_x_forwarded_for_0','46.118.126.87'),(770560,124196,'login_id','1'),(770561,124196,'login_email','mentolnet@gmail.com'),(770562,124196,'login','mentol'),(770563,124196,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770564,124196,'_message_key','user_login_failed'),(770565,124196,'_xmlrpc_request','true'),(770566,124196,'_server_remote_addr','46.118.126.87'),(770567,124196,'_server_http_x_forwarded_for_0','46.118.126.87'),(770568,124197,'login_id','1'),(770569,124197,'login_email','mentolnet@gmail.com'),(770570,124197,'login','mentol'),(770571,124197,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770572,124197,'_message_key','user_login_failed'),(770573,124197,'_xmlrpc_request','true'),(770574,124197,'_server_remote_addr','46.118.126.87'),(770575,124197,'_server_http_x_forwarded_for_0','46.118.126.87'),(770576,124198,'login_id','1'),(770577,124198,'login_email','mentolnet@gmail.com'),(770578,124198,'login','mentol'),(770579,124198,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770580,124198,'_message_key','user_login_failed'),(770581,124198,'_xmlrpc_request','true'),(770582,124198,'_server_remote_addr','46.118.126.87'),(770583,124198,'_server_http_x_forwarded_for_0','46.118.126.87'),(770584,124199,'login_id','1'),(770585,124199,'login_email','mentolnet@gmail.com'),(770586,124199,'login','mentol'),(770587,124199,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770588,124199,'_message_key','user_login_failed'),(770589,124199,'_xmlrpc_request','true'),(770590,124199,'_server_remote_addr','46.118.126.87'),(770591,124199,'_server_http_x_forwarded_for_0','46.118.126.87'),(770592,124200,'login_id','1'),(770593,124200,'login_email','mentolnet@gmail.com'),(770594,124200,'login','mentol'),(770595,124200,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770596,124200,'_message_key','user_login_failed'),(770597,124200,'_xmlrpc_request','true'),(770598,124200,'_server_remote_addr','46.118.126.87'),(770599,124200,'_server_http_x_forwarded_for_0','46.118.126.87'),(770600,124201,'login_id','1'),(770601,124201,'login_email','mentolnet@gmail.com'),(770602,124201,'login','mentol'),(770603,124201,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770604,124201,'_message_key','user_login_failed'),(770605,124201,'_xmlrpc_request','true'),(770606,124201,'_server_remote_addr','46.118.126.87'),(770607,124201,'_server_http_x_forwarded_for_0','46.118.126.87'),(770608,124202,'login_id','1'),(770609,124202,'login_email','mentolnet@gmail.com'),(770610,124202,'login','mentol'),(770611,124202,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770612,124202,'_message_key','user_login_failed'),(770613,124202,'_xmlrpc_request','true'),(770614,124202,'_server_remote_addr','46.118.126.87'),(770615,124202,'_server_http_x_forwarded_for_0','46.118.126.87'),(770616,124203,'login_id','1'),(770617,124203,'login_email','mentolnet@gmail.com'),(770618,124203,'login','mentol'),(770619,124203,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770620,124203,'_message_key','user_login_failed'),(770621,124203,'_xmlrpc_request','true'),(770622,124203,'_server_remote_addr','46.118.126.87'),(770623,124203,'_server_http_x_forwarded_for_0','46.118.126.87'),(770624,124204,'login_id','1'),(770625,124204,'login_email','mentolnet@gmail.com'),(770626,124204,'login','mentol'),(770627,124204,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770628,124204,'_message_key','user_login_failed'),(770629,124204,'_xmlrpc_request','true'),(770630,124204,'_server_remote_addr','46.118.126.87'),(770631,124204,'_server_http_x_forwarded_for_0','46.118.126.87'),(770632,124205,'login_id','1'),(770633,124205,'login_email','mentolnet@gmail.com'),(770634,124205,'login','mentol'),(770635,124205,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770636,124205,'_message_key','user_login_failed'),(770637,124205,'_xmlrpc_request','true'),(770638,124205,'_server_remote_addr','46.118.126.87'),(770639,124205,'_server_http_x_forwarded_for_0','46.118.126.87'),(770640,124206,'login_id','1'),(770641,124206,'login_email','mentolnet@gmail.com'),(770642,124206,'login','mentol'),(770643,124206,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770644,124206,'_message_key','user_login_failed'),(770645,124206,'_xmlrpc_request','true'),(770646,124206,'_server_remote_addr','46.118.126.87'),(770647,124206,'_server_http_x_forwarded_for_0','46.118.126.87'),(770648,124207,'login_id','1'),(770649,124207,'login_email','mentolnet@gmail.com'),(770650,124207,'login','mentol'),(770651,124207,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770652,124207,'_message_key','user_login_failed'),(770653,124207,'_xmlrpc_request','true'),(770654,124207,'_server_remote_addr','46.118.126.87'),(770655,124207,'_server_http_x_forwarded_for_0','46.118.126.87'),(770656,124208,'login_id','1'),(770657,124208,'login_email','mentolnet@gmail.com'),(770658,124208,'login','mentol'),(770659,124208,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770660,124208,'_message_key','user_login_failed'),(770661,124208,'_xmlrpc_request','true'),(770662,124208,'_server_remote_addr','46.118.126.87'),(770663,124208,'_server_http_x_forwarded_for_0','46.118.126.87'),(770664,124209,'login_id','1'),(770665,124209,'login_email','mentolnet@gmail.com'),(770666,124209,'login','mentol'),(770667,124209,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770668,124209,'_message_key','user_login_failed'),(770669,124209,'_xmlrpc_request','true'),(770670,124209,'_server_remote_addr','46.118.126.87'),(770671,124209,'_server_http_x_forwarded_for_0','46.118.126.87'),(770672,124210,'login_id','1'),(770673,124210,'login_email','mentolnet@gmail.com'),(770674,124210,'login','mentol'),(770675,124210,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770676,124210,'_message_key','user_login_failed'),(770677,124210,'_xmlrpc_request','true'),(770678,124210,'_server_remote_addr','46.118.126.87'),(770679,124210,'_server_http_x_forwarded_for_0','46.118.126.87'),(770680,124211,'login_id','1'),(770681,124211,'login_email','mentolnet@gmail.com'),(770682,124211,'login','mentol'),(770683,124211,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770684,124211,'_message_key','user_login_failed'),(770685,124211,'_xmlrpc_request','true'),(770686,124211,'_server_remote_addr','46.118.126.87'),(770687,124211,'_server_http_x_forwarded_for_0','46.118.126.87'),(770688,124212,'login_id','1'),(770689,124212,'login_email','mentolnet@gmail.com'),(770690,124212,'login','mentol'),(770691,124212,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770692,124212,'_message_key','user_login_failed'),(770693,124212,'_xmlrpc_request','true'),(770694,124212,'_server_remote_addr','46.118.126.87'),(770695,124212,'_server_http_x_forwarded_for_0','46.118.126.87'),(770696,124213,'login_id','1'),(770697,124213,'login_email','mentolnet@gmail.com'),(770698,124213,'login','mentol'),(770699,124213,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770700,124213,'_message_key','user_login_failed'),(770701,124213,'_xmlrpc_request','true'),(770702,124213,'_server_remote_addr','46.118.126.87'),(770703,124213,'_server_http_x_forwarded_for_0','46.118.126.87'),(770704,124214,'login_id','1'),(770705,124214,'login_email','mentolnet@gmail.com'),(770706,124214,'login','mentol'),(770707,124214,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770708,124214,'_message_key','user_login_failed'),(770709,124214,'_xmlrpc_request','true'),(770710,124214,'_server_remote_addr','46.118.126.87'),(770711,124214,'_server_http_x_forwarded_for_0','46.118.126.87'),(770712,124215,'login_id','1'),(770713,124215,'login_email','mentolnet@gmail.com'),(770714,124215,'login','mentol'),(770715,124215,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770716,124215,'_message_key','user_login_failed'),(770717,124215,'_xmlrpc_request','true'),(770718,124215,'_server_remote_addr','46.118.126.87'),(770719,124215,'_server_http_x_forwarded_for_0','46.118.126.87'),(770720,124216,'login_id','1'),(770721,124216,'login_email','mentolnet@gmail.com'),(770722,124216,'login','mentol'),(770723,124216,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770724,124216,'_message_key','user_login_failed'),(770725,124216,'_xmlrpc_request','true'),(770726,124216,'_server_remote_addr','46.118.126.87'),(770727,124216,'_server_http_x_forwarded_for_0','46.118.126.87'),(770728,124217,'login_id','1'),(770729,124217,'login_email','mentolnet@gmail.com'),(770730,124217,'login','mentol'),(770731,124217,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770732,124217,'_message_key','user_login_failed'),(770733,124217,'_xmlrpc_request','true'),(770734,124217,'_server_remote_addr','46.118.126.87'),(770735,124217,'_server_http_x_forwarded_for_0','46.118.126.87'),(770736,124218,'login_id','1'),(770737,124218,'login_email','mentolnet@gmail.com'),(770738,124218,'login','mentol'),(770739,124218,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770740,124218,'_message_key','user_login_failed'),(770741,124218,'_xmlrpc_request','true'),(770742,124218,'_server_remote_addr','46.118.126.87'),(770743,124218,'_server_http_x_forwarded_for_0','46.118.126.87'),(770744,124219,'login_id','1'),(770745,124219,'login_email','mentolnet@gmail.com'),(770746,124219,'login','mentol'),(770747,124219,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770748,124219,'_message_key','user_login_failed'),(770749,124219,'_xmlrpc_request','true'),(770750,124219,'_server_remote_addr','46.118.126.87'),(770751,124219,'_server_http_x_forwarded_for_0','46.118.126.87'),(770752,124220,'login_id','1'),(770753,124220,'login_email','mentolnet@gmail.com'),(770754,124220,'login','mentol'),(770755,124220,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770756,124220,'_message_key','user_login_failed'),(770757,124220,'_xmlrpc_request','true'),(770758,124220,'_server_remote_addr','46.118.126.87'),(770759,124220,'_server_http_x_forwarded_for_0','46.118.126.87'),(770760,124221,'login_id','1'),(770761,124221,'login_email','mentolnet@gmail.com'),(770762,124221,'login','mentol'),(770763,124221,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770764,124221,'_message_key','user_login_failed'),(770765,124221,'_xmlrpc_request','true'),(770766,124221,'_server_remote_addr','46.118.126.87'),(770767,124221,'_server_http_x_forwarded_for_0','46.118.126.87'),(770768,124222,'login_id','1'),(770769,124222,'login_email','mentolnet@gmail.com'),(770770,124222,'login','mentol'),(770771,124222,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770772,124222,'_message_key','user_login_failed'),(770773,124222,'_xmlrpc_request','true'),(770774,124222,'_server_remote_addr','46.118.126.87'),(770775,124222,'_server_http_x_forwarded_for_0','46.118.126.87'),(770776,124223,'login_id','1'),(770777,124223,'login_email','mentolnet@gmail.com'),(770778,124223,'login','mentol'),(770779,124223,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770780,124223,'_message_key','user_login_failed'),(770781,124223,'_xmlrpc_request','true'),(770782,124223,'_server_remote_addr','46.118.126.87'),(770783,124223,'_server_http_x_forwarded_for_0','46.118.126.87'),(770784,124224,'login_id','1'),(770785,124224,'login_email','mentolnet@gmail.com'),(770786,124224,'login','mentol'),(770787,124224,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770788,124224,'_message_key','user_login_failed'),(770789,124224,'_xmlrpc_request','true'),(770790,124224,'_server_remote_addr','46.118.126.87'),(770791,124224,'_server_http_x_forwarded_for_0','46.118.126.87'),(770792,124225,'login_id','1'),(770793,124225,'login_email','mentolnet@gmail.com'),(770794,124225,'login','mentol'),(770795,124225,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770796,124225,'_message_key','user_login_failed'),(770797,124225,'_xmlrpc_request','true'),(770798,124225,'_server_remote_addr','46.118.126.87'),(770799,124225,'_server_http_x_forwarded_for_0','46.118.126.87'),(770800,124226,'login_id','1'),(770801,124226,'login_email','mentolnet@gmail.com'),(770802,124226,'login','mentol'),(770803,124226,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770804,124226,'_message_key','user_login_failed'),(770805,124226,'_xmlrpc_request','true'),(770806,124226,'_server_remote_addr','46.118.126.87'),(770807,124226,'_server_http_x_forwarded_for_0','46.118.126.87'),(770808,124227,'login_id','1'),(770809,124227,'login_email','mentolnet@gmail.com'),(770810,124227,'login','mentol'),(770811,124227,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770812,124227,'_message_key','user_login_failed'),(770813,124227,'_xmlrpc_request','true'),(770814,124227,'_server_remote_addr','46.118.126.87'),(770815,124227,'_server_http_x_forwarded_for_0','46.118.126.87'),(770816,124228,'login_id','1'),(770817,124228,'login_email','mentolnet@gmail.com'),(770818,124228,'login','mentol'),(770819,124228,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770820,124228,'_message_key','user_login_failed'),(770821,124228,'_xmlrpc_request','true'),(770822,124228,'_server_remote_addr','46.118.126.87'),(770823,124228,'_server_http_x_forwarded_for_0','46.118.126.87'),(770824,124229,'login_id','1'),(770825,124229,'login_email','mentolnet@gmail.com'),(770826,124229,'login','mentol'),(770827,124229,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770828,124229,'_message_key','user_login_failed'),(770829,124229,'_xmlrpc_request','true'),(770830,124229,'_server_remote_addr','46.118.126.87'),(770831,124229,'_server_http_x_forwarded_for_0','46.118.126.87'),(770832,124230,'login_id','1'),(770833,124230,'login_email','mentolnet@gmail.com'),(770834,124230,'login','mentol'),(770835,124230,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770836,124230,'_message_key','user_login_failed'),(770837,124230,'_xmlrpc_request','true'),(770838,124230,'_server_remote_addr','46.118.126.87'),(770839,124230,'_server_http_x_forwarded_for_0','46.118.126.87'),(770840,124231,'login_id','1'),(770841,124231,'login_email','mentolnet@gmail.com'),(770842,124231,'login','mentol'),(770843,124231,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770844,124231,'_message_key','user_login_failed'),(770845,124231,'_xmlrpc_request','true'),(770846,124231,'_server_remote_addr','46.118.126.87'),(770847,124231,'_server_http_x_forwarded_for_0','46.118.126.87'),(770848,124232,'login_id','1'),(770849,124232,'login_email','mentolnet@gmail.com'),(770850,124232,'login','mentol'),(770851,124232,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770852,124232,'_message_key','user_login_failed'),(770853,124232,'_xmlrpc_request','true'),(770854,124232,'_server_remote_addr','46.118.126.87'),(770855,124232,'_server_http_x_forwarded_for_0','46.118.126.87'),(770856,124233,'login_id','1'),(770857,124233,'login_email','mentolnet@gmail.com'),(770858,124233,'login','mentol'),(770859,124233,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770860,124233,'_message_key','user_login_failed'),(770861,124233,'_xmlrpc_request','true'),(770862,124233,'_server_remote_addr','46.118.126.87'),(770863,124233,'_server_http_x_forwarded_for_0','46.118.126.87'),(770864,124234,'login_id','1'),(770865,124234,'login_email','mentolnet@gmail.com'),(770866,124234,'login','mentol'),(770867,124234,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770868,124234,'_message_key','user_login_failed'),(770869,124234,'_xmlrpc_request','true'),(770870,124234,'_server_remote_addr','46.118.126.87'),(770871,124234,'_server_http_x_forwarded_for_0','46.118.126.87'),(770872,124235,'login_id','1'),(770873,124235,'login_email','mentolnet@gmail.com'),(770874,124235,'login','mentol'),(770875,124235,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770876,124235,'_message_key','user_login_failed'),(770877,124235,'_xmlrpc_request','true'),(770878,124235,'_server_remote_addr','46.118.126.87'),(770879,124235,'_server_http_x_forwarded_for_0','46.118.126.87'),(770880,124236,'login_id','1'),(770881,124236,'login_email','mentolnet@gmail.com'),(770882,124236,'login','mentol'),(770883,124236,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770884,124236,'_message_key','user_login_failed'),(770885,124236,'_xmlrpc_request','true'),(770886,124236,'_server_remote_addr','46.118.126.87'),(770887,124236,'_server_http_x_forwarded_for_0','46.118.126.87'),(770888,124237,'login_id','1'),(770889,124237,'login_email','mentolnet@gmail.com'),(770890,124237,'login','mentol'),(770891,124237,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770892,124237,'_message_key','user_login_failed'),(770893,124237,'_xmlrpc_request','true'),(770894,124237,'_server_remote_addr','46.118.126.87'),(770895,124237,'_server_http_x_forwarded_for_0','46.118.126.87'),(770896,124238,'login_id','1'),(770897,124238,'login_email','mentolnet@gmail.com'),(770898,124238,'login','mentol'),(770899,124238,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770900,124238,'_message_key','user_login_failed'),(770901,124238,'_xmlrpc_request','true'),(770902,124238,'_server_remote_addr','46.118.126.87'),(770903,124238,'_server_http_x_forwarded_for_0','46.118.126.87'),(770904,124239,'login_id','1'),(770905,124239,'login_email','mentolnet@gmail.com'),(770906,124239,'login','mentol'),(770907,124239,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770908,124239,'_message_key','user_login_failed'),(770909,124239,'_xmlrpc_request','true'),(770910,124239,'_server_remote_addr','46.118.126.87'),(770911,124239,'_server_http_x_forwarded_for_0','46.118.126.87'),(770912,124240,'login_id','1'),(770913,124240,'login_email','mentolnet@gmail.com'),(770914,124240,'login','mentol'),(770915,124240,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770916,124240,'_message_key','user_login_failed'),(770917,124240,'_xmlrpc_request','true'),(770918,124240,'_server_remote_addr','46.118.126.87'),(770919,124240,'_server_http_x_forwarded_for_0','46.118.126.87'),(770920,124241,'login_id','1'),(770921,124241,'login_email','mentolnet@gmail.com'),(770922,124241,'login','mentol'),(770923,124241,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770924,124241,'_message_key','user_login_failed'),(770925,124241,'_xmlrpc_request','true'),(770926,124241,'_server_remote_addr','46.118.126.87'),(770927,124241,'_server_http_x_forwarded_for_0','46.118.126.87'),(770928,124242,'login_id','1'),(770929,124242,'login_email','mentolnet@gmail.com'),(770930,124242,'login','mentol'),(770931,124242,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770932,124242,'_message_key','user_login_failed'),(770933,124242,'_xmlrpc_request','true'),(770934,124242,'_server_remote_addr','46.118.126.87'),(770935,124242,'_server_http_x_forwarded_for_0','46.118.126.87'),(770936,124243,'login_id','1'),(770937,124243,'login_email','mentolnet@gmail.com'),(770938,124243,'login','mentol'),(770939,124243,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770940,124243,'_message_key','user_login_failed'),(770941,124243,'_xmlrpc_request','true'),(770942,124243,'_server_remote_addr','46.118.126.87'),(770943,124243,'_server_http_x_forwarded_for_0','46.118.126.87'),(770944,124244,'login_id','1'),(770945,124244,'login_email','mentolnet@gmail.com'),(770946,124244,'login','mentol'),(770947,124244,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770948,124244,'_message_key','user_login_failed'),(770949,124244,'_xmlrpc_request','true'),(770950,124244,'_server_remote_addr','46.118.126.87'),(770951,124244,'_server_http_x_forwarded_for_0','46.118.126.87'),(770952,124245,'login_id','1'),(770953,124245,'login_email','mentolnet@gmail.com'),(770954,124245,'login','mentol'),(770955,124245,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770956,124245,'_message_key','user_login_failed'),(770957,124245,'_xmlrpc_request','true'),(770958,124245,'_server_remote_addr','46.118.126.87'),(770959,124245,'_server_http_x_forwarded_for_0','46.118.126.87'),(770960,124246,'login_id','1'),(770961,124246,'login_email','mentolnet@gmail.com'),(770962,124246,'login','mentol'),(770963,124246,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770964,124246,'_message_key','user_login_failed'),(770965,124246,'_xmlrpc_request','true'),(770966,124246,'_server_remote_addr','46.118.126.87'),(770967,124246,'_server_http_x_forwarded_for_0','46.118.126.87'),(770968,124247,'login_id','1'),(770969,124247,'login_email','mentolnet@gmail.com'),(770970,124247,'login','mentol'),(770971,124247,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770972,124247,'_message_key','user_login_failed'),(770973,124247,'_xmlrpc_request','true'),(770974,124247,'_server_remote_addr','46.118.126.87'),(770975,124247,'_server_http_x_forwarded_for_0','46.118.126.87'),(770976,124248,'login_id','1'),(770977,124248,'login_email','mentolnet@gmail.com'),(770978,124248,'login','mentol'),(770979,124248,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770980,124248,'_message_key','user_login_failed'),(770981,124248,'_xmlrpc_request','true'),(770982,124248,'_server_remote_addr','46.118.126.87'),(770983,124248,'_server_http_x_forwarded_for_0','46.118.126.87'),(770984,124249,'login_id','1'),(770985,124249,'login_email','mentolnet@gmail.com'),(770986,124249,'login','mentol'),(770987,124249,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770988,124249,'_message_key','user_login_failed'),(770989,124249,'_xmlrpc_request','true'),(770990,124249,'_server_remote_addr','46.118.126.87'),(770991,124249,'_server_http_x_forwarded_for_0','46.118.126.87'),(770992,124250,'login_id','1'),(770993,124250,'login_email','mentolnet@gmail.com'),(770994,124250,'login','mentol'),(770995,124250,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(770996,124250,'_message_key','user_login_failed'),(770997,124250,'_xmlrpc_request','true'),(770998,124250,'_server_remote_addr','46.118.126.87'),(770999,124250,'_server_http_x_forwarded_for_0','46.118.126.87'),(771000,124251,'login_id','1'),(771001,124251,'login_email','mentolnet@gmail.com'),(771002,124251,'login','mentol'),(771003,124251,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771004,124251,'_message_key','user_login_failed'),(771005,124251,'_xmlrpc_request','true'),(771006,124251,'_server_remote_addr','46.118.126.87'),(771007,124251,'_server_http_x_forwarded_for_0','46.118.126.87'),(771008,124252,'login_id','1'),(771009,124252,'login_email','mentolnet@gmail.com'),(771010,124252,'login','mentol'),(771011,124252,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771012,124252,'_message_key','user_login_failed'),(771013,124252,'_xmlrpc_request','true'),(771014,124252,'_server_remote_addr','46.118.126.87'),(771015,124252,'_server_http_x_forwarded_for_0','46.118.126.87'),(771016,124253,'login_id','1'),(771017,124253,'login_email','mentolnet@gmail.com'),(771018,124253,'login','mentol'),(771019,124253,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771020,124253,'_message_key','user_login_failed'),(771021,124253,'_xmlrpc_request','true'),(771022,124253,'_server_remote_addr','46.118.126.87'),(771023,124253,'_server_http_x_forwarded_for_0','46.118.126.87'),(771024,124254,'login_id','1'),(771025,124254,'login_email','mentolnet@gmail.com'),(771026,124254,'login','mentol'),(771027,124254,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771028,124254,'_message_key','user_login_failed'),(771029,124254,'_xmlrpc_request','true'),(771030,124254,'_server_remote_addr','46.118.126.87'),(771031,124254,'_server_http_x_forwarded_for_0','46.118.126.87'),(771032,124255,'login_id','1'),(771033,124255,'login_email','mentolnet@gmail.com'),(771034,124255,'login','mentol'),(771035,124255,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771036,124255,'_message_key','user_login_failed'),(771037,124255,'_xmlrpc_request','true'),(771038,124255,'_server_remote_addr','46.118.126.87'),(771039,124255,'_server_http_x_forwarded_for_0','46.118.126.87'),(771040,124256,'login_id','1'),(771041,124256,'login_email','mentolnet@gmail.com'),(771042,124256,'login','mentol'),(771043,124256,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771044,124256,'_message_key','user_login_failed'),(771045,124256,'_xmlrpc_request','true'),(771046,124256,'_server_remote_addr','46.118.126.87'),(771047,124256,'_server_http_x_forwarded_for_0','46.118.126.87'),(771048,124257,'login_id','1'),(771049,124257,'login_email','mentolnet@gmail.com'),(771050,124257,'login','mentol'),(771051,124257,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771052,124257,'_message_key','user_login_failed'),(771053,124257,'_xmlrpc_request','true'),(771054,124257,'_server_remote_addr','46.118.126.87'),(771055,124257,'_server_http_x_forwarded_for_0','46.118.126.87'),(771056,124258,'login_id','1'),(771057,124258,'login_email','mentolnet@gmail.com'),(771058,124258,'login','mentol'),(771059,124258,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771060,124258,'_message_key','user_login_failed'),(771061,124258,'_xmlrpc_request','true'),(771062,124258,'_server_remote_addr','46.118.126.87'),(771063,124258,'_server_http_x_forwarded_for_0','46.118.126.87'),(771064,124259,'login_id','1'),(771065,124259,'login_email','mentolnet@gmail.com'),(771066,124259,'login','mentol'),(771067,124259,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771068,124259,'_message_key','user_login_failed'),(771069,124259,'_xmlrpc_request','true'),(771070,124259,'_server_remote_addr','46.118.126.87'),(771071,124259,'_server_http_x_forwarded_for_0','46.118.126.87'),(771072,124260,'login_id','1'),(771073,124260,'login_email','mentolnet@gmail.com'),(771074,124260,'login','mentol'),(771075,124260,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771076,124260,'_message_key','user_login_failed'),(771077,124260,'_xmlrpc_request','true'),(771078,124260,'_server_remote_addr','46.118.126.87'),(771079,124260,'_server_http_x_forwarded_for_0','46.118.126.87'),(771080,124261,'login_id','1'),(771081,124261,'login_email','mentolnet@gmail.com'),(771082,124261,'login','mentol'),(771083,124261,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771084,124261,'_message_key','user_login_failed'),(771085,124261,'_xmlrpc_request','true'),(771086,124261,'_server_remote_addr','46.118.126.87'),(771087,124261,'_server_http_x_forwarded_for_0','46.118.126.87'),(771088,124262,'login_id','1'),(771089,124262,'login_email','mentolnet@gmail.com'),(771090,124262,'login','mentol'),(771091,124262,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771092,124262,'_message_key','user_login_failed'),(771093,124262,'_xmlrpc_request','true'),(771094,124262,'_server_remote_addr','46.118.126.87'),(771095,124262,'_server_http_x_forwarded_for_0','46.118.126.87'),(771096,124263,'login_id','1'),(771097,124263,'login_email','mentolnet@gmail.com'),(771098,124263,'login','mentol'),(771099,124263,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771100,124263,'_message_key','user_login_failed'),(771101,124263,'_xmlrpc_request','true'),(771102,124263,'_server_remote_addr','46.118.126.87'),(771103,124263,'_server_http_x_forwarded_for_0','46.118.126.87'),(771104,124264,'login_id','1'),(771105,124264,'login_email','mentolnet@gmail.com'),(771106,124264,'login','mentol'),(771107,124264,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771108,124264,'_message_key','user_login_failed'),(771109,124264,'_xmlrpc_request','true'),(771110,124264,'_server_remote_addr','46.118.126.87'),(771111,124264,'_server_http_x_forwarded_for_0','46.118.126.87'),(771112,124265,'login_id','1'),(771113,124265,'login_email','mentolnet@gmail.com'),(771114,124265,'login','mentol'),(771115,124265,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771116,124265,'_message_key','user_login_failed'),(771117,124265,'_xmlrpc_request','true'),(771118,124265,'_server_remote_addr','46.118.126.87'),(771119,124265,'_server_http_x_forwarded_for_0','46.118.126.87'),(771120,124266,'login_id','1'),(771121,124266,'login_email','mentolnet@gmail.com'),(771122,124266,'login','mentol'),(771123,124266,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771124,124266,'_message_key','user_login_failed'),(771125,124266,'_xmlrpc_request','true'),(771126,124266,'_server_remote_addr','46.118.126.87'),(771127,124266,'_server_http_x_forwarded_for_0','46.118.126.87'),(771128,124267,'login_id','1'),(771129,124267,'login_email','mentolnet@gmail.com'),(771130,124267,'login','mentol'),(771131,124267,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771132,124267,'_message_key','user_login_failed'),(771133,124267,'_xmlrpc_request','true'),(771134,124267,'_server_remote_addr','46.118.126.87'),(771135,124267,'_server_http_x_forwarded_for_0','46.118.126.87'),(771136,124268,'login_id','1'),(771137,124268,'login_email','mentolnet@gmail.com'),(771138,124268,'login','mentol'),(771139,124268,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771140,124268,'_message_key','user_login_failed'),(771141,124268,'_xmlrpc_request','true'),(771142,124268,'_server_remote_addr','46.118.126.87'),(771143,124268,'_server_http_x_forwarded_for_0','46.118.126.87'),(771144,124269,'login_id','1'),(771145,124269,'login_email','mentolnet@gmail.com'),(771146,124269,'login','mentol'),(771147,124269,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771148,124269,'_message_key','user_login_failed'),(771149,124269,'_xmlrpc_request','true'),(771150,124269,'_server_remote_addr','46.118.126.87'),(771151,124269,'_server_http_x_forwarded_for_0','46.118.126.87'),(771152,124270,'login_id','1'),(771153,124270,'login_email','mentolnet@gmail.com'),(771154,124270,'login','mentol'),(771155,124270,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771156,124270,'_message_key','user_login_failed'),(771157,124270,'_xmlrpc_request','true'),(771158,124270,'_server_remote_addr','46.118.126.87'),(771159,124270,'_server_http_x_forwarded_for_0','46.118.126.87'),(771160,124271,'login_id','1'),(771161,124271,'login_email','mentolnet@gmail.com'),(771162,124271,'login','mentol'),(771163,124271,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771164,124271,'_message_key','user_login_failed'),(771165,124271,'_xmlrpc_request','true'),(771166,124271,'_server_remote_addr','46.118.126.87'),(771167,124271,'_server_http_x_forwarded_for_0','46.118.126.87'),(771168,124272,'login_id','1'),(771169,124272,'login_email','mentolnet@gmail.com'),(771170,124272,'login','mentol'),(771171,124272,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771172,124272,'_message_key','user_login_failed'),(771173,124272,'_xmlrpc_request','true'),(771174,124272,'_server_remote_addr','46.118.126.87'),(771175,124272,'_server_http_x_forwarded_for_0','46.118.126.87'),(771176,124273,'login_id','1'),(771177,124273,'login_email','mentolnet@gmail.com'),(771178,124273,'login','mentol'),(771179,124273,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771180,124273,'_message_key','user_login_failed'),(771181,124273,'_xmlrpc_request','true'),(771182,124273,'_server_remote_addr','46.118.126.87'),(771183,124273,'_server_http_x_forwarded_for_0','46.118.126.87'),(771184,124274,'login_id','1'),(771185,124274,'login_email','mentolnet@gmail.com'),(771186,124274,'login','mentol'),(771187,124274,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771188,124274,'_message_key','user_login_failed'),(771189,124274,'_xmlrpc_request','true'),(771190,124274,'_server_remote_addr','46.118.126.87'),(771191,124274,'_server_http_x_forwarded_for_0','46.118.126.87'),(771192,124275,'login_id','1'),(771193,124275,'login_email','mentolnet@gmail.com'),(771194,124275,'login','mentol'),(771195,124275,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771196,124275,'_message_key','user_login_failed'),(771197,124275,'_xmlrpc_request','true'),(771198,124275,'_server_remote_addr','46.118.126.87'),(771199,124275,'_server_http_x_forwarded_for_0','46.118.126.87'),(771200,124276,'login_id','1'),(771201,124276,'login_email','mentolnet@gmail.com'),(771202,124276,'login','mentol'),(771203,124276,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771204,124276,'_message_key','user_login_failed'),(771205,124276,'_xmlrpc_request','true'),(771206,124276,'_server_remote_addr','46.118.126.87'),(771207,124276,'_server_http_x_forwarded_for_0','46.118.126.87'),(771208,124277,'login_id','1'),(771209,124277,'login_email','mentolnet@gmail.com'),(771210,124277,'login','mentol'),(771211,124277,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771212,124277,'_message_key','user_login_failed'),(771213,124277,'_xmlrpc_request','true'),(771214,124277,'_server_remote_addr','46.118.126.87'),(771215,124277,'_server_http_x_forwarded_for_0','46.118.126.87'),(771216,124278,'login_id','1'),(771217,124278,'login_email','mentolnet@gmail.com'),(771218,124278,'login','mentol'),(771219,124278,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771220,124278,'_message_key','user_login_failed'),(771221,124278,'_xmlrpc_request','true'),(771222,124278,'_server_remote_addr','46.118.126.87'),(771223,124278,'_server_http_x_forwarded_for_0','46.118.126.87'),(771224,124279,'login_id','1'),(771225,124279,'login_email','mentolnet@gmail.com'),(771226,124279,'login','mentol'),(771227,124279,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771228,124279,'_message_key','user_login_failed'),(771229,124279,'_xmlrpc_request','true'),(771230,124279,'_server_remote_addr','46.118.126.87'),(771231,124279,'_server_http_x_forwarded_for_0','46.118.126.87'),(771232,124280,'login_id','1'),(771233,124280,'login_email','mentolnet@gmail.com'),(771234,124280,'login','mentol'),(771235,124280,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771236,124280,'_message_key','user_login_failed'),(771237,124280,'_xmlrpc_request','true'),(771238,124280,'_server_remote_addr','46.118.126.87'),(771239,124280,'_server_http_x_forwarded_for_0','46.118.126.87'),(771240,124281,'login_id','1'),(771241,124281,'login_email','mentolnet@gmail.com'),(771242,124281,'login','mentol'),(771243,124281,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771244,124281,'_message_key','user_login_failed'),(771245,124281,'_xmlrpc_request','true'),(771246,124281,'_server_remote_addr','46.118.126.87'),(771247,124281,'_server_http_x_forwarded_for_0','46.118.126.87'),(771248,124282,'login_id','1'),(771249,124282,'login_email','mentolnet@gmail.com'),(771250,124282,'login','mentol'),(771251,124282,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771252,124282,'_message_key','user_login_failed'),(771253,124282,'_xmlrpc_request','true'),(771254,124282,'_server_remote_addr','46.118.126.87'),(771255,124282,'_server_http_x_forwarded_for_0','46.118.126.87'),(771256,124283,'login_id','1'),(771257,124283,'login_email','mentolnet@gmail.com'),(771258,124283,'login','mentol'),(771259,124283,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771260,124283,'_message_key','user_login_failed'),(771261,124283,'_xmlrpc_request','true'),(771262,124283,'_server_remote_addr','46.118.126.87'),(771263,124283,'_server_http_x_forwarded_for_0','46.118.126.87'),(771264,124284,'login_id','1'),(771265,124284,'login_email','mentolnet@gmail.com'),(771266,124284,'login','mentol'),(771267,124284,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771268,124284,'_message_key','user_login_failed'),(771269,124284,'_xmlrpc_request','true'),(771270,124284,'_server_remote_addr','46.118.126.87'),(771271,124284,'_server_http_x_forwarded_for_0','46.118.126.87'),(771272,124285,'login_id','1'),(771273,124285,'login_email','mentolnet@gmail.com'),(771274,124285,'login','mentol'),(771275,124285,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771276,124285,'_message_key','user_login_failed'),(771277,124285,'_xmlrpc_request','true'),(771278,124285,'_server_remote_addr','46.118.126.87'),(771279,124285,'_server_http_x_forwarded_for_0','46.118.126.87'),(771280,124286,'login_id','1'),(771281,124286,'login_email','mentolnet@gmail.com'),(771282,124286,'login','mentol'),(771283,124286,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771284,124286,'_message_key','user_login_failed'),(771285,124286,'_xmlrpc_request','true'),(771286,124286,'_server_remote_addr','46.118.126.87'),(771287,124286,'_server_http_x_forwarded_for_0','46.118.126.87'),(771288,124287,'login_id','1'),(771289,124287,'login_email','mentolnet@gmail.com'),(771290,124287,'login','mentol'),(771291,124287,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771292,124287,'_message_key','user_login_failed'),(771293,124287,'_xmlrpc_request','true'),(771294,124287,'_server_remote_addr','46.118.126.87'),(771295,124287,'_server_http_x_forwarded_for_0','46.118.126.87'),(771296,124288,'login_id','1'),(771297,124288,'login_email','mentolnet@gmail.com'),(771298,124288,'login','mentol'),(771299,124288,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771300,124288,'_message_key','user_login_failed'),(771301,124288,'_xmlrpc_request','true'),(771302,124288,'_server_remote_addr','46.118.126.87'),(771303,124288,'_server_http_x_forwarded_for_0','46.118.126.87'),(771304,124289,'login_id','1'),(771305,124289,'login_email','mentolnet@gmail.com'),(771306,124289,'login','mentol'),(771307,124289,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771308,124289,'_message_key','user_login_failed'),(771309,124289,'_xmlrpc_request','true'),(771310,124289,'_server_remote_addr','46.118.126.87'),(771311,124289,'_server_http_x_forwarded_for_0','46.118.126.87'),(771312,124290,'login_id','1'),(771313,124290,'login_email','mentolnet@gmail.com'),(771314,124290,'login','mentol'),(771315,124290,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771316,124290,'_message_key','user_login_failed'),(771317,124290,'_xmlrpc_request','true'),(771318,124290,'_server_remote_addr','46.118.126.87'),(771319,124290,'_server_http_x_forwarded_for_0','46.118.126.87'),(771320,124291,'login_id','1'),(771321,124291,'login_email','mentolnet@gmail.com'),(771322,124291,'login','mentol'),(771323,124291,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771324,124291,'_message_key','user_login_failed'),(771325,124291,'_xmlrpc_request','true'),(771326,124291,'_server_remote_addr','46.118.126.87'),(771327,124291,'_server_http_x_forwarded_for_0','46.118.126.87'),(771328,124292,'login_id','1'),(771329,124292,'login_email','mentolnet@gmail.com'),(771330,124292,'login','mentol'),(771331,124292,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771332,124292,'_message_key','user_login_failed'),(771333,124292,'_xmlrpc_request','true'),(771334,124292,'_server_remote_addr','46.118.126.87'),(771335,124292,'_server_http_x_forwarded_for_0','46.118.126.87'),(771336,124293,'login_id','1'),(771337,124293,'login_email','mentolnet@gmail.com'),(771338,124293,'login','mentol'),(771339,124293,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771340,124293,'_message_key','user_login_failed'),(771341,124293,'_xmlrpc_request','true'),(771342,124293,'_server_remote_addr','46.118.126.87'),(771343,124293,'_server_http_x_forwarded_for_0','46.118.126.87'),(771344,124294,'login_id','1'),(771345,124294,'login_email','mentolnet@gmail.com'),(771346,124294,'login','mentol'),(771347,124294,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771348,124294,'_message_key','user_login_failed'),(771349,124294,'_xmlrpc_request','true'),(771350,124294,'_server_remote_addr','46.118.126.87'),(771351,124294,'_server_http_x_forwarded_for_0','46.118.126.87'),(771352,124295,'login_id','1'),(771353,124295,'login_email','mentolnet@gmail.com'),(771354,124295,'login','mentol'),(771355,124295,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771356,124295,'_message_key','user_login_failed'),(771357,124295,'_xmlrpc_request','true'),(771358,124295,'_server_remote_addr','46.118.126.87'),(771359,124295,'_server_http_x_forwarded_for_0','46.118.126.87'),(771360,124296,'login_id','1'),(771361,124296,'login_email','mentolnet@gmail.com'),(771362,124296,'login','mentol'),(771363,124296,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771364,124296,'_message_key','user_login_failed'),(771365,124296,'_xmlrpc_request','true'),(771366,124296,'_server_remote_addr','46.118.126.87'),(771367,124296,'_server_http_x_forwarded_for_0','46.118.126.87'),(771368,124297,'login_id','1'),(771369,124297,'login_email','mentolnet@gmail.com'),(771370,124297,'login','mentol'),(771371,124297,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771372,124297,'_message_key','user_login_failed'),(771373,124297,'_xmlrpc_request','true'),(771374,124297,'_server_remote_addr','46.118.126.87'),(771375,124297,'_server_http_x_forwarded_for_0','46.118.126.87'),(771376,124298,'login_id','1'),(771377,124298,'login_email','mentolnet@gmail.com'),(771378,124298,'login','mentol'),(771379,124298,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771380,124298,'_message_key','user_login_failed'),(771381,124298,'_xmlrpc_request','true'),(771382,124298,'_server_remote_addr','46.118.126.87'),(771383,124298,'_server_http_x_forwarded_for_0','46.118.126.87'),(771384,124299,'login_id','1'),(771385,124299,'login_email','mentolnet@gmail.com'),(771386,124299,'login','mentol'),(771387,124299,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771388,124299,'_message_key','user_login_failed'),(771389,124299,'_xmlrpc_request','true'),(771390,124299,'_server_remote_addr','46.118.126.87'),(771391,124299,'_server_http_x_forwarded_for_0','46.118.126.87'),(771392,124300,'login_id','1'),(771393,124300,'login_email','mentolnet@gmail.com'),(771394,124300,'login','mentol'),(771395,124300,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771396,124300,'_message_key','user_login_failed'),(771397,124300,'_xmlrpc_request','true'),(771398,124300,'_server_remote_addr','46.118.126.87'),(771399,124300,'_server_http_x_forwarded_for_0','46.118.126.87'),(771400,124301,'login_id','1'),(771401,124301,'login_email','mentolnet@gmail.com'),(771402,124301,'login','mentol'),(771403,124301,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771404,124301,'_message_key','user_login_failed'),(771405,124301,'_xmlrpc_request','true'),(771406,124301,'_server_remote_addr','46.118.126.87'),(771407,124301,'_server_http_x_forwarded_for_0','46.118.126.87'),(771408,124302,'login_id','1'),(771409,124302,'login_email','mentolnet@gmail.com'),(771410,124302,'login','mentol'),(771411,124302,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771412,124302,'_message_key','user_login_failed'),(771413,124302,'_xmlrpc_request','true'),(771414,124302,'_server_remote_addr','46.118.126.87'),(771415,124302,'_server_http_x_forwarded_for_0','46.118.126.87'),(771416,124303,'login_id','1'),(771417,124303,'login_email','mentolnet@gmail.com'),(771418,124303,'login','mentol'),(771419,124303,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771420,124303,'_message_key','user_login_failed'),(771421,124303,'_xmlrpc_request','true'),(771422,124303,'_server_remote_addr','46.118.126.87'),(771423,124303,'_server_http_x_forwarded_for_0','46.118.126.87'),(771424,124304,'login_id','1'),(771425,124304,'login_email','mentolnet@gmail.com'),(771426,124304,'login','mentol'),(771427,124304,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771428,124304,'_message_key','user_login_failed'),(771429,124304,'_xmlrpc_request','true'),(771430,124304,'_server_remote_addr','46.118.126.87'),(771431,124304,'_server_http_x_forwarded_for_0','46.118.126.87'),(771432,124305,'login_id','1'),(771433,124305,'login_email','mentolnet@gmail.com'),(771434,124305,'login','mentol'),(771435,124305,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771436,124305,'_message_key','user_login_failed'),(771437,124305,'_xmlrpc_request','true'),(771438,124305,'_server_remote_addr','46.118.126.87'),(771439,124305,'_server_http_x_forwarded_for_0','46.118.126.87'),(771440,124306,'login_id','1'),(771441,124306,'login_email','mentolnet@gmail.com'),(771442,124306,'login','mentol'),(771443,124306,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771444,124306,'_message_key','user_login_failed'),(771445,124306,'_xmlrpc_request','true'),(771446,124306,'_server_remote_addr','46.118.126.87'),(771447,124306,'_server_http_x_forwarded_for_0','46.118.126.87'),(771448,124307,'login_id','1'),(771449,124307,'login_email','mentolnet@gmail.com'),(771450,124307,'login','mentol'),(771451,124307,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771452,124307,'_message_key','user_login_failed'),(771453,124307,'_xmlrpc_request','true'),(771454,124307,'_server_remote_addr','46.118.126.87'),(771455,124307,'_server_http_x_forwarded_for_0','46.118.126.87'),(771456,124308,'login_id','1'),(771457,124308,'login_email','mentolnet@gmail.com'),(771458,124308,'login','mentol'),(771459,124308,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771460,124308,'_message_key','user_login_failed'),(771461,124308,'_xmlrpc_request','true'),(771462,124308,'_server_remote_addr','46.118.126.87'),(771463,124308,'_server_http_x_forwarded_for_0','46.118.126.87'),(771464,124309,'login_id','1'),(771465,124309,'login_email','mentolnet@gmail.com'),(771466,124309,'login','mentol'),(771467,124309,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771468,124309,'_message_key','user_login_failed'),(771469,124309,'_xmlrpc_request','true'),(771470,124309,'_server_remote_addr','46.118.126.87'),(771471,124309,'_server_http_x_forwarded_for_0','46.118.126.87'),(771472,124310,'login_id','1'),(771473,124310,'login_email','mentolnet@gmail.com'),(771474,124310,'login','mentol'),(771475,124310,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771476,124310,'_message_key','user_login_failed'),(771477,124310,'_xmlrpc_request','true'),(771478,124310,'_server_remote_addr','46.118.126.87'),(771479,124310,'_server_http_x_forwarded_for_0','46.118.126.87'),(771480,124311,'login_id','1'),(771481,124311,'login_email','mentolnet@gmail.com'),(771482,124311,'login','mentol'),(771483,124311,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771484,124311,'_message_key','user_login_failed'),(771485,124311,'_xmlrpc_request','true'),(771486,124311,'_server_remote_addr','46.118.126.87'),(771487,124311,'_server_http_x_forwarded_for_0','46.118.126.87'),(771488,124312,'login_id','1'),(771489,124312,'login_email','mentolnet@gmail.com'),(771490,124312,'login','mentol'),(771491,124312,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771492,124312,'_message_key','user_login_failed'),(771493,124312,'_xmlrpc_request','true'),(771494,124312,'_server_remote_addr','46.118.126.87'),(771495,124312,'_server_http_x_forwarded_for_0','46.118.126.87'),(771496,124313,'login_id','1'),(771497,124313,'login_email','mentolnet@gmail.com'),(771498,124313,'login','mentol'),(771499,124313,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771500,124313,'_message_key','user_login_failed'),(771501,124313,'_xmlrpc_request','true'),(771502,124313,'_server_remote_addr','46.118.126.87'),(771503,124313,'_server_http_x_forwarded_for_0','46.118.126.87'),(771504,124314,'login_id','1'),(771505,124314,'login_email','mentolnet@gmail.com'),(771506,124314,'login','mentol'),(771507,124314,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771508,124314,'_message_key','user_login_failed'),(771509,124314,'_xmlrpc_request','true'),(771510,124314,'_server_remote_addr','46.118.126.87'),(771511,124314,'_server_http_x_forwarded_for_0','46.118.126.87'),(771512,124315,'login_id','1'),(771513,124315,'login_email','mentolnet@gmail.com'),(771514,124315,'login','mentol'),(771515,124315,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771516,124315,'_message_key','user_login_failed'),(771517,124315,'_xmlrpc_request','true'),(771518,124315,'_server_remote_addr','46.118.126.87'),(771519,124315,'_server_http_x_forwarded_for_0','46.118.126.87'),(771520,124316,'login_id','1'),(771521,124316,'login_email','mentolnet@gmail.com'),(771522,124316,'login','mentol'),(771523,124316,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771524,124316,'_message_key','user_login_failed'),(771525,124316,'_xmlrpc_request','true'),(771526,124316,'_server_remote_addr','46.118.126.87'),(771527,124316,'_server_http_x_forwarded_for_0','46.118.126.87'),(771528,124317,'login_id','1'),(771529,124317,'login_email','mentolnet@gmail.com'),(771530,124317,'login','mentol'),(771531,124317,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771532,124317,'_message_key','user_login_failed'),(771533,124317,'_xmlrpc_request','true'),(771534,124317,'_server_remote_addr','46.118.126.87'),(771535,124317,'_server_http_x_forwarded_for_0','46.118.126.87'),(771536,124318,'login_id','1'),(771537,124318,'login_email','mentolnet@gmail.com'),(771538,124318,'login','mentol'),(771539,124318,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771540,124318,'_message_key','user_login_failed'),(771541,124318,'_xmlrpc_request','true'),(771542,124318,'_server_remote_addr','46.118.126.87'),(771543,124318,'_server_http_x_forwarded_for_0','46.118.126.87'),(771544,124319,'login_id','1'),(771545,124319,'login_email','mentolnet@gmail.com'),(771546,124319,'login','mentol'),(771547,124319,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771548,124319,'_message_key','user_login_failed'),(771549,124319,'_xmlrpc_request','true'),(771550,124319,'_server_remote_addr','46.118.126.87'),(771551,124319,'_server_http_x_forwarded_for_0','46.118.126.87'),(771552,124320,'login_id','1'),(771553,124320,'login_email','mentolnet@gmail.com'),(771554,124320,'login','mentol'),(771555,124320,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771556,124320,'_message_key','user_login_failed'),(771557,124320,'_xmlrpc_request','true'),(771558,124320,'_server_remote_addr','46.118.126.87'),(771559,124320,'_server_http_x_forwarded_for_0','46.118.126.87'),(771560,124321,'login_id','1'),(771561,124321,'login_email','mentolnet@gmail.com'),(771562,124321,'login','mentol'),(771563,124321,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771564,124321,'_message_key','user_login_failed'),(771565,124321,'_xmlrpc_request','true'),(771566,124321,'_server_remote_addr','46.118.126.87'),(771567,124321,'_server_http_x_forwarded_for_0','46.118.126.87'),(771568,124322,'login_id','1'),(771569,124322,'login_email','mentolnet@gmail.com'),(771570,124322,'login','mentol'),(771571,124322,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771572,124322,'_message_key','user_login_failed'),(771573,124322,'_xmlrpc_request','true'),(771574,124322,'_server_remote_addr','46.118.126.87'),(771575,124322,'_server_http_x_forwarded_for_0','46.118.126.87'),(771576,124323,'login_id','1'),(771577,124323,'login_email','mentolnet@gmail.com'),(771578,124323,'login','mentol'),(771579,124323,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771580,124323,'_message_key','user_login_failed'),(771581,124323,'_xmlrpc_request','true'),(771582,124323,'_server_remote_addr','46.118.126.87'),(771583,124323,'_server_http_x_forwarded_for_0','46.118.126.87'),(771584,124324,'login_id','1'),(771585,124324,'login_email','mentolnet@gmail.com'),(771586,124324,'login','mentol'),(771587,124324,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771588,124324,'_message_key','user_login_failed'),(771589,124324,'_xmlrpc_request','true'),(771590,124324,'_server_remote_addr','46.118.126.87'),(771591,124324,'_server_http_x_forwarded_for_0','46.118.126.87'),(771592,124325,'login_id','1'),(771593,124325,'login_email','mentolnet@gmail.com'),(771594,124325,'login','mentol'),(771595,124325,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771596,124325,'_message_key','user_login_failed'),(771597,124325,'_xmlrpc_request','true'),(771598,124325,'_server_remote_addr','46.118.126.87'),(771599,124325,'_server_http_x_forwarded_for_0','46.118.126.87'),(771600,124326,'login_id','1'),(771601,124326,'login_email','mentolnet@gmail.com'),(771602,124326,'login','mentol'),(771603,124326,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771604,124326,'_message_key','user_login_failed'),(771605,124326,'_xmlrpc_request','true'),(771606,124326,'_server_remote_addr','46.118.126.87'),(771607,124326,'_server_http_x_forwarded_for_0','46.118.126.87'),(771608,124327,'login_id','1'),(771609,124327,'login_email','mentolnet@gmail.com'),(771610,124327,'login','mentol'),(771611,124327,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771612,124327,'_message_key','user_login_failed'),(771613,124327,'_xmlrpc_request','true'),(771614,124327,'_server_remote_addr','46.118.126.87'),(771615,124327,'_server_http_x_forwarded_for_0','46.118.126.87'),(771616,124328,'login_id','1'),(771617,124328,'login_email','mentolnet@gmail.com'),(771618,124328,'login','mentol'),(771619,124328,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771620,124328,'_message_key','user_login_failed'),(771621,124328,'_xmlrpc_request','true'),(771622,124328,'_server_remote_addr','46.118.126.87'),(771623,124328,'_server_http_x_forwarded_for_0','46.118.126.87'),(771624,124329,'login_id','1'),(771625,124329,'login_email','mentolnet@gmail.com'),(771626,124329,'login','mentol'),(771627,124329,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771628,124329,'_message_key','user_login_failed'),(771629,124329,'_xmlrpc_request','true'),(771630,124329,'_server_remote_addr','46.118.126.87'),(771631,124329,'_server_http_x_forwarded_for_0','46.118.126.87'),(771632,124330,'login_id','1'),(771633,124330,'login_email','mentolnet@gmail.com'),(771634,124330,'login','mentol'),(771635,124330,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771636,124330,'_message_key','user_login_failed'),(771637,124330,'_xmlrpc_request','true'),(771638,124330,'_server_remote_addr','46.118.126.87'),(771639,124330,'_server_http_x_forwarded_for_0','46.118.126.87'),(771640,124331,'login_id','1'),(771641,124331,'login_email','mentolnet@gmail.com'),(771642,124331,'login','mentol'),(771643,124331,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771644,124331,'_message_key','user_login_failed'),(771645,124331,'_xmlrpc_request','true'),(771646,124331,'_server_remote_addr','46.118.126.87'),(771647,124331,'_server_http_x_forwarded_for_0','46.118.126.87'),(771648,124332,'login_id','1'),(771649,124332,'login_email','mentolnet@gmail.com'),(771650,124332,'login','mentol'),(771651,124332,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771652,124332,'_message_key','user_login_failed'),(771653,124332,'_xmlrpc_request','true'),(771654,124332,'_server_remote_addr','46.118.126.87'),(771655,124332,'_server_http_x_forwarded_for_0','46.118.126.87'),(771656,124333,'login_id','1'),(771657,124333,'login_email','mentolnet@gmail.com'),(771658,124333,'login','mentol'),(771659,124333,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771660,124333,'_message_key','user_login_failed'),(771661,124333,'_xmlrpc_request','true'),(771662,124333,'_server_remote_addr','46.118.126.87'),(771663,124333,'_server_http_x_forwarded_for_0','46.118.126.87'),(771664,124334,'login_id','1'),(771665,124334,'login_email','mentolnet@gmail.com'),(771666,124334,'login','mentol'),(771667,124334,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771668,124334,'_message_key','user_login_failed'),(771669,124334,'_xmlrpc_request','true'),(771670,124334,'_server_remote_addr','46.118.126.87'),(771671,124334,'_server_http_x_forwarded_for_0','46.118.126.87'),(771672,124335,'login_id','1'),(771673,124335,'login_email','mentolnet@gmail.com'),(771674,124335,'login','mentol'),(771675,124335,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771676,124335,'_message_key','user_login_failed'),(771677,124335,'_xmlrpc_request','true'),(771678,124335,'_server_remote_addr','46.118.126.87'),(771679,124335,'_server_http_x_forwarded_for_0','46.118.126.87'),(771680,124336,'login_id','1'),(771681,124336,'login_email','mentolnet@gmail.com'),(771682,124336,'login','mentol'),(771683,124336,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771684,124336,'_message_key','user_login_failed'),(771685,124336,'_xmlrpc_request','true'),(771686,124336,'_server_remote_addr','46.118.126.87'),(771687,124336,'_server_http_x_forwarded_for_0','46.118.126.87'),(771688,124337,'login_id','1'),(771689,124337,'login_email','mentolnet@gmail.com'),(771690,124337,'login','mentol'),(771691,124337,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771692,124337,'_message_key','user_login_failed'),(771693,124337,'_xmlrpc_request','true'),(771694,124337,'_server_remote_addr','46.118.126.87'),(771695,124337,'_server_http_x_forwarded_for_0','46.118.126.87'),(771696,124338,'login_id','1'),(771697,124338,'login_email','mentolnet@gmail.com'),(771698,124338,'login','mentol'),(771699,124338,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771700,124338,'_message_key','user_login_failed'),(771701,124338,'_xmlrpc_request','true'),(771702,124338,'_server_remote_addr','46.118.126.87'),(771703,124338,'_server_http_x_forwarded_for_0','46.118.126.87'),(771704,124339,'login_id','1'),(771705,124339,'login_email','mentolnet@gmail.com'),(771706,124339,'login','mentol'),(771707,124339,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771708,124339,'_message_key','user_login_failed'),(771709,124339,'_xmlrpc_request','true'),(771710,124339,'_server_remote_addr','46.118.126.87'),(771711,124339,'_server_http_x_forwarded_for_0','46.118.126.87'),(771712,124340,'login_id','1'),(771713,124340,'login_email','mentolnet@gmail.com'),(771714,124340,'login','mentol'),(771715,124340,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771716,124340,'_message_key','user_login_failed'),(771717,124340,'_xmlrpc_request','true'),(771718,124340,'_server_remote_addr','46.118.126.87'),(771719,124340,'_server_http_x_forwarded_for_0','46.118.126.87'),(771720,124341,'login_id','1'),(771721,124341,'login_email','mentolnet@gmail.com'),(771722,124341,'login','mentol'),(771723,124341,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771724,124341,'_message_key','user_login_failed'),(771725,124341,'_xmlrpc_request','true'),(771726,124341,'_server_remote_addr','46.118.126.87'),(771727,124341,'_server_http_x_forwarded_for_0','46.118.126.87'),(771728,124342,'login_id','1'),(771729,124342,'login_email','mentolnet@gmail.com'),(771730,124342,'login','mentol'),(771731,124342,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771732,124342,'_message_key','user_login_failed'),(771733,124342,'_xmlrpc_request','true'),(771734,124342,'_server_remote_addr','46.118.126.87'),(771735,124342,'_server_http_x_forwarded_for_0','46.118.126.87'),(771736,124343,'login_id','1'),(771737,124343,'login_email','mentolnet@gmail.com'),(771738,124343,'login','mentol'),(771739,124343,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771740,124343,'_message_key','user_login_failed'),(771741,124343,'_xmlrpc_request','true'),(771742,124343,'_server_remote_addr','46.118.126.87'),(771743,124343,'_server_http_x_forwarded_for_0','46.118.126.87'),(771744,124344,'login_id','1'),(771745,124344,'login_email','mentolnet@gmail.com'),(771746,124344,'login','mentol'),(771747,124344,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771748,124344,'_message_key','user_login_failed'),(771749,124344,'_xmlrpc_request','true'),(771750,124344,'_server_remote_addr','46.118.126.87'),(771751,124344,'_server_http_x_forwarded_for_0','46.118.126.87'),(771752,124345,'plugin_name','Contact Form 7'),(771753,124345,'plugin_current_version','5.0.1'),(771754,124345,'plugin_new_version','5.1'),(771755,124345,'_message_key','plugin_update_available'),(771756,124345,'_server_remote_addr','130.185.87.25'),(771757,124345,'_server_http_x_forwarded_for_0','130.185.87.25'),(771758,124345,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1544554198.5152649879455566406250'),(771759,124346,'plugin_name','Meta Box'),(771760,124346,'plugin_current_version','4.14.5'),(771761,124346,'plugin_new_version','4.15.9'),(771762,124346,'_message_key','plugin_update_available'),(771763,124346,'_server_remote_addr','130.185.87.25'),(771764,124346,'_server_http_x_forwarded_for_0','130.185.87.25'),(771765,124346,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1544637950.0417530536651611328125'),(771766,124347,'login_id','1'),(771767,124347,'login_email','mentolnet@gmail.com'),(771768,124347,'login','mentol'),(771769,124347,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771770,124347,'_message_key','user_login_failed'),(771771,124347,'_xmlrpc_request','true'),(771772,124347,'_server_remote_addr','109.167.201.210'),(771773,124347,'_server_http_x_forwarded_for_0','26.100.48.105'),(771774,124347,'_server_http_x_forwarded_for_1','109.167.201.210'),(771775,124347,'_server_http_referer','http://www.google.com.hk'),(771776,124348,'login_id','1'),(771777,124348,'login_email','mentolnet@gmail.com'),(771778,124348,'login','mentol'),(771779,124348,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771780,124348,'_message_key','user_login_failed'),(771781,124348,'_xmlrpc_request','true'),(771782,124348,'_server_remote_addr','114.34.168.157'),(771783,124348,'_server_http_x_forwarded_for_0','84.206.215.243'),(771784,124348,'_server_http_x_forwarded_for_1','114.34.168.157'),(771785,124348,'_server_http_referer','http://www.google.com.hk'),(771786,124349,'login_id','1'),(771787,124349,'login_email','mentolnet@gmail.com'),(771788,124349,'login','mentol'),(771789,124349,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771790,124349,'_message_key','user_login_failed'),(771791,124349,'_xmlrpc_request','true'),(771792,124349,'_server_remote_addr','119.28.67.55'),(771793,124349,'_server_http_x_forwarded_for_0','206.90.130.13'),(771794,124349,'_server_http_x_forwarded_for_1','119.28.67.55'),(771795,124349,'_server_http_referer','http://www.google.com.hk'),(771796,124350,'login_id','1'),(771797,124350,'login_email','mentolnet@gmail.com'),(771798,124350,'login','mentol'),(771799,124350,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771800,124350,'_message_key','user_login_failed'),(771801,124350,'_xmlrpc_request','true'),(771802,124350,'_server_remote_addr','176.36.6.168'),(771803,124350,'_server_http_x_forwarded_for_0','60.147.156.21'),(771804,124350,'_server_http_x_forwarded_for_1','176.36.6.168'),(771805,124350,'_server_http_referer','http://www.google.com.hk'),(771806,124351,'login_id','1'),(771807,124351,'login_email','mentolnet@gmail.com'),(771808,124351,'login','mentol'),(771809,124351,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771810,124351,'_message_key','user_login_failed'),(771811,124351,'_xmlrpc_request','true'),(771812,124351,'_server_remote_addr','193.106.144.140'),(771813,124351,'_server_http_x_forwarded_for_0','4.2.148.226'),(771814,124351,'_server_http_x_forwarded_for_1','193.106.144.140'),(771815,124351,'_server_http_referer','http://www.google.com.hk'),(771816,124352,'login_id','1'),(771817,124352,'login_email','mentolnet@gmail.com'),(771818,124352,'login','mentol'),(771819,124352,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771820,124352,'_message_key','user_login_failed'),(771821,124352,'_xmlrpc_request','true'),(771822,124352,'_server_remote_addr','113.130.126.218'),(771823,124352,'_server_http_x_forwarded_for_0','207.72.171.91'),(771824,124352,'_server_http_x_forwarded_for_1','113.130.126.218'),(771825,124352,'_server_http_referer','http://www.google.com.hk'),(771826,124353,'login_id','1'),(771827,124353,'login_email','mentolnet@gmail.com'),(771828,124353,'login','mentol'),(771829,124353,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771830,124353,'_message_key','user_login_failed'),(771831,124353,'_xmlrpc_request','true'),(771832,124353,'_server_remote_addr','36.67.32.87'),(771833,124353,'_server_http_x_forwarded_for_0','201.180.62.34'),(771834,124353,'_server_http_x_forwarded_for_1','198.27.69.191'),(771835,124353,'_server_http_x_forwarded_for_2','36.67.32.87'),(771836,124353,'_server_http_referer','http://www.google.com.hk'),(771837,124354,'login_id','1'),(771838,124354,'login_email','mentolnet@gmail.com'),(771839,124354,'login','mentol'),(771840,124354,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771841,124354,'_message_key','user_login_failed'),(771842,124354,'_xmlrpc_request','true'),(771843,124354,'_server_remote_addr','81.163.38.112'),(771844,124354,'_server_http_x_forwarded_for_0','24.14.120.31'),(771845,124354,'_server_http_x_forwarded_for_1','81.163.38.112'),(771846,124354,'_server_http_referer','http://www.google.com.hk'),(771847,124355,'login_id','1'),(771848,124355,'login_email','mentolnet@gmail.com'),(771849,124355,'login','mentol'),(771850,124355,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771851,124355,'_message_key','user_login_failed'),(771852,124355,'_xmlrpc_request','true'),(771853,124355,'_server_remote_addr','118.175.207.102'),(771854,124355,'_server_http_x_forwarded_for_0','121.247.233.194'),(771855,124355,'_server_http_x_forwarded_for_1','118.175.207.102'),(771856,124355,'_server_http_referer','http://www.google.com.hk'),(771857,124356,'login_id','1'),(771858,124356,'login_email','mentolnet@gmail.com'),(771859,124356,'login','mentol'),(771860,124356,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771861,124356,'_message_key','user_login_failed'),(771862,124356,'_xmlrpc_request','true'),(771863,124356,'_server_remote_addr','109.106.139.225'),(771864,124356,'_server_http_x_forwarded_for_0','23.109.167.143'),(771865,124356,'_server_http_x_forwarded_for_1','109.106.139.225'),(771866,124356,'_server_http_referer','http://www.google.com.hk'),(771867,124357,'login_id','1'),(771868,124357,'login_email','mentolnet@gmail.com'),(771869,124357,'login','mentol'),(771870,124357,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771871,124357,'_message_key','user_login_failed'),(771872,124357,'_xmlrpc_request','true'),(771873,124357,'_server_remote_addr','140.227.206.176'),(771874,124357,'_server_http_x_forwarded_for_0','140.227.206.176'),(771875,124358,'login_id','1'),(771876,124358,'login_email','mentolnet@gmail.com'),(771877,124358,'login','mentol'),(771878,124358,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771879,124358,'_message_key','user_login_failed'),(771880,124358,'_xmlrpc_request','true'),(771881,124358,'_server_remote_addr','68.183.228.133'),(771882,124358,'_server_http_x_forwarded_for_0','68.183.228.133'),(771883,124359,'login_id','1'),(771884,124359,'login_email','mentolnet@gmail.com'),(771885,124359,'login','mentol'),(771886,124359,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771887,124359,'_message_key','user_login_failed'),(771888,124359,'_xmlrpc_request','true'),(771889,124359,'_server_remote_addr','64.140.135.161'),(771890,124359,'_server_http_x_forwarded_for_0','218.185.188.172'),(771891,124359,'_server_http_x_forwarded_for_1','64.140.135.161'),(771892,124359,'_server_http_referer','http://www.google.com.hk'),(771893,124360,'login_id','1'),(771894,124360,'login_email','mentolnet@gmail.com'),(771895,124360,'login','mentol'),(771896,124360,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771897,124360,'_message_key','user_login_failed'),(771898,124360,'_xmlrpc_request','true'),(771899,124360,'_server_remote_addr','46.47.90.119'),(771900,124360,'_server_http_x_forwarded_for_0','71.72.142.253'),(771901,124360,'_server_http_x_forwarded_for_1','46.47.90.119'),(771902,124360,'_server_http_referer','http://www.google.com.hk'),(771903,124361,'login_id','1'),(771904,124361,'login_email','mentolnet@gmail.com'),(771905,124361,'login','mentol'),(771906,124361,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771907,124361,'_message_key','user_login_failed'),(771908,124361,'_xmlrpc_request','true'),(771909,124361,'_server_remote_addr','168.181.170.198'),(771910,124361,'_server_http_x_forwarded_for_1','168.181.170.198'),(771911,124361,'_server_http_referer','http://www.google.com.hk'),(771912,124362,'login_id','1'),(771913,124362,'login_email','mentolnet@gmail.com'),(771914,124362,'login','mentol'),(771915,124362,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771916,124362,'_message_key','user_login_failed'),(771917,124362,'_xmlrpc_request','true'),(771918,124362,'_server_remote_addr','182.53.197.117'),(771919,124362,'_server_http_x_forwarded_for_0','223.15.71.134'),(771920,124362,'_server_http_x_forwarded_for_1','198.27.69.191'),(771921,124362,'_server_http_x_forwarded_for_2','182.53.197.117'),(771922,124362,'_server_http_referer','http://www.google.com.hk'),(771923,124363,'login_id','1'),(771924,124363,'login_email','mentolnet@gmail.com'),(771925,124363,'login','mentol'),(771926,124363,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771927,124363,'_message_key','user_login_failed'),(771928,124363,'_xmlrpc_request','true'),(771929,124363,'_server_remote_addr','140.227.209.164'),(771930,124363,'_server_http_x_forwarded_for_0','140.227.209.164'),(771931,124364,'login_id','1'),(771932,124364,'login_email','mentolnet@gmail.com'),(771933,124364,'login','mentol'),(771934,124364,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771935,124364,'_message_key','user_login_failed'),(771936,124364,'_xmlrpc_request','true'),(771937,124364,'_server_remote_addr','186.38.39.22'),(771938,124364,'_server_http_x_forwarded_for_0','5.10.60.30'),(771939,124364,'_server_http_x_forwarded_for_1','186.38.39.22'),(771940,124364,'_server_http_referer','http://www.google.com.hk'),(771941,124365,'login_id','1'),(771942,124365,'login_email','mentolnet@gmail.com'),(771943,124365,'login','mentol'),(771944,124365,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771945,124365,'_message_key','user_login_failed'),(771946,124365,'_xmlrpc_request','true'),(771947,124365,'_server_remote_addr','103.76.17.151'),(771948,124365,'_server_http_x_forwarded_for_0','175.224.175.146'),(771949,124365,'_server_http_x_forwarded_for_1','103.76.17.151'),(771950,124365,'_server_http_referer','http://www.google.com.hk'),(771951,124366,'login_id','1'),(771952,124366,'login_email','mentolnet@gmail.com'),(771953,124366,'login','mentol'),(771954,124366,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771955,124366,'_message_key','user_login_failed'),(771956,124366,'_xmlrpc_request','true'),(771957,124366,'_server_remote_addr','36.66.95.13'),(771958,124366,'_server_http_x_forwarded_for_1','36.66.95.13'),(771959,124366,'_server_http_referer','http://www.google.com.hk'),(771960,124367,'login_id','1'),(771961,124367,'login_email','mentolnet@gmail.com'),(771962,124367,'login','mentol'),(771963,124367,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771964,124367,'_message_key','user_login_failed'),(771965,124367,'_xmlrpc_request','true'),(771966,124367,'_server_remote_addr','185.26.65.110'),(771967,124367,'_server_http_x_forwarded_for_0','31.213.137.150'),(771968,124367,'_server_http_x_forwarded_for_1','185.26.65.110'),(771969,124367,'_server_http_referer','http://www.google.com.hk'),(771970,124368,'login_id','1'),(771971,124368,'login_email','mentolnet@gmail.com'),(771972,124368,'login','mentol'),(771973,124368,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771974,124368,'_message_key','user_login_failed'),(771975,124368,'_xmlrpc_request','true'),(771976,124368,'_server_remote_addr','1.20.100.189'),(771977,124368,'_server_http_x_forwarded_for_0','40.10.221.196'),(771978,124368,'_server_http_x_forwarded_for_1','1.20.100.189'),(771979,124368,'_server_http_referer','http://www.google.com.hk'),(771980,124369,'login_id','1'),(771981,124369,'login_email','mentolnet@gmail.com'),(771982,124369,'login','mentol'),(771983,124369,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771984,124369,'_message_key','user_login_failed'),(771985,124369,'_xmlrpc_request','true'),(771986,124369,'_server_remote_addr','124.41.243.31'),(771987,124369,'_server_http_x_forwarded_for_0','156.65.32.27'),(771988,124369,'_server_http_x_forwarded_for_1','124.41.243.31'),(771989,124369,'_server_http_referer','http://www.google.com.hk'),(771990,124370,'login_id','1'),(771991,124370,'login_email','mentolnet@gmail.com'),(771992,124370,'login','mentol'),(771993,124370,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(771994,124370,'_message_key','user_login_failed'),(771995,124370,'_xmlrpc_request','true'),(771996,124370,'_server_remote_addr','95.68.242.38'),(771997,124370,'_server_http_x_forwarded_for_0','109.47.96.165'),(771998,124370,'_server_http_x_forwarded_for_1','95.68.242.38'),(771999,124370,'_server_http_referer','http://www.google.com.hk'),(772000,124371,'login_id','1'),(772001,124371,'login_email','mentolnet@gmail.com'),(772002,124371,'login','mentol'),(772003,124371,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772004,124371,'_message_key','user_login_failed'),(772005,124371,'_xmlrpc_request','true'),(772006,124371,'_server_remote_addr','168.232.196.18'),(772007,124371,'_server_http_x_forwarded_for_0','202.206.83.253'),(772008,124371,'_server_http_x_forwarded_for_1','168.232.196.18'),(772009,124371,'_server_http_referer','http://www.google.com.hk'),(772010,124372,'login_id','1'),(772011,124372,'login_email','mentolnet@gmail.com'),(772012,124372,'login','mentol'),(772013,124372,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772014,124372,'_message_key','user_login_failed'),(772015,124372,'_xmlrpc_request','true'),(772016,124372,'_server_remote_addr','182.52.51.19'),(772017,124372,'_server_http_x_forwarded_for_0','19.46.155.192'),(772018,124372,'_server_http_x_forwarded_for_1','182.52.51.19'),(772019,124372,'_server_http_referer','http://www.google.com.hk'),(772020,124373,'login_id','1'),(772021,124373,'login_email','mentolnet@gmail.com'),(772022,124373,'login','mentol'),(772023,124373,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772024,124373,'_message_key','user_login_failed'),(772025,124373,'_xmlrpc_request','true'),(772026,124373,'_server_remote_addr','118.174.196.112'),(772027,124373,'_server_http_x_forwarded_for_0','219.18.78.10'),(772028,124373,'_server_http_x_forwarded_for_1','118.174.196.112'),(772029,124373,'_server_http_referer','http://www.google.com.hk'),(772030,124374,'login_id','1'),(772031,124374,'login_email','mentolnet@gmail.com'),(772032,124374,'login','mentol'),(772033,124374,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772034,124374,'_message_key','user_login_failed'),(772035,124374,'_xmlrpc_request','true'),(772036,124374,'_server_remote_addr','195.191.131.150'),(772037,124374,'_server_http_x_forwarded_for_1','195.191.131.150'),(772038,124374,'_server_http_referer','http://www.google.com.hk'),(772039,124375,'login_id','1'),(772040,124375,'login_email','mentolnet@gmail.com'),(772041,124375,'login','mentol'),(772042,124375,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772043,124375,'_message_key','user_login_failed'),(772044,124375,'_xmlrpc_request','true'),(772045,124375,'_server_remote_addr','81.30.176.28'),(772046,124375,'_server_http_x_forwarded_for_0','184.197.59.116'),(772047,124375,'_server_http_x_forwarded_for_1','81.30.176.28'),(772048,124375,'_server_http_referer','http://www.google.com.hk'),(772049,124376,'login_id','1'),(772050,124376,'login_email','mentolnet@gmail.com'),(772051,124376,'login','mentol'),(772052,124376,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772053,124376,'_message_key','user_login_failed'),(772054,124376,'_xmlrpc_request','true'),(772055,124376,'_server_remote_addr','31.186.53.149'),(772056,124376,'_server_http_x_forwarded_for_0','83.145.9.240'),(772057,124376,'_server_http_x_forwarded_for_1','31.186.53.149'),(772058,124376,'_server_http_referer','http://www.google.com.hk'),(772059,124377,'login_id','1'),(772060,124377,'login_email','mentolnet@gmail.com'),(772061,124377,'login','mentol'),(772062,124377,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772063,124377,'_message_key','user_login_failed'),(772064,124377,'_xmlrpc_request','true'),(772065,124377,'_server_remote_addr','195.112.252.180'),(772066,124377,'_server_http_x_forwarded_for_1','195.112.252.180'),(772067,124377,'_server_http_referer','http://www.google.com.hk'),(772068,124378,'login_id','1'),(772069,124378,'login_email','mentolnet@gmail.com'),(772070,124378,'login','mentol'),(772071,124378,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772072,124378,'_message_key','user_login_failed'),(772073,124378,'_xmlrpc_request','true'),(772074,124378,'_server_remote_addr','92.241.110.223'),(772075,124378,'_server_http_x_forwarded_for_0','11.161.250.229'),(772076,124378,'_server_http_x_forwarded_for_1','92.241.110.223'),(772077,124378,'_server_http_referer','http://www.google.com.hk'),(772078,124379,'login_id','1'),(772079,124379,'login_email','mentolnet@gmail.com'),(772080,124379,'login','mentol'),(772081,124379,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772082,124379,'_message_key','user_login_failed'),(772083,124379,'_xmlrpc_request','true'),(772084,124379,'_server_remote_addr','140.227.78.185'),(772085,124379,'_server_http_x_forwarded_for_0','140.227.78.185'),(772086,124379,'_server_http_referer','http://www.google.com.hk'),(772087,124380,'login_id','1'),(772088,124380,'login_email','mentolnet@gmail.com'),(772089,124380,'login','mentol'),(772090,124380,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772091,124380,'_message_key','user_login_failed'),(772092,124380,'_xmlrpc_request','true'),(772093,124380,'_server_remote_addr','31.145.96.102'),(772094,124380,'_server_http_x_forwarded_for_0','149.6.31.152'),(772095,124380,'_server_http_x_forwarded_for_1','31.145.96.102'),(772096,124380,'_server_http_referer','http://www.google.com.hk'),(772097,124381,'login_id','1'),(772098,124381,'login_email','mentolnet@gmail.com'),(772099,124381,'login','mentol'),(772100,124381,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772101,124381,'_message_key','user_login_failed'),(772102,124381,'_xmlrpc_request','true'),(772103,124381,'_server_remote_addr','101.255.85.42'),(772104,124381,'_server_http_x_forwarded_for_0','164.156.236.165'),(772105,124381,'_server_http_x_forwarded_for_1','198.27.69.191'),(772106,124381,'_server_http_x_forwarded_for_2','101.255.85.42'),(772107,124381,'_server_http_referer','http://www.google.com.hk'),(772108,124382,'login_id','1'),(772109,124382,'login_email','mentolnet@gmail.com'),(772110,124382,'login','mentol'),(772111,124382,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772112,124382,'_message_key','user_login_failed'),(772113,124382,'_xmlrpc_request','true'),(772114,124382,'_server_remote_addr','94.143.172.42'),(772115,124382,'_server_http_x_forwarded_for_0','136.131.146.28'),(772116,124382,'_server_http_x_forwarded_for_1','94.143.172.42'),(772117,124382,'_server_http_referer','http://www.google.com.hk'),(772118,124383,'login_id','1'),(772119,124383,'login_email','mentolnet@gmail.com'),(772120,124383,'login','mentol'),(772121,124383,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772122,124383,'_message_key','user_login_failed'),(772123,124383,'_xmlrpc_request','true'),(772124,124383,'_server_remote_addr','103.55.69.14'),(772125,124383,'_server_http_x_forwarded_for_0','155.249.39.176'),(772126,124383,'_server_http_x_forwarded_for_1','103.55.69.14'),(772127,124383,'_server_http_referer','http://www.google.com.hk'),(772128,124384,'login_id','1'),(772129,124384,'login_email','mentolnet@gmail.com'),(772130,124384,'login','mentol'),(772131,124384,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772132,124384,'_message_key','user_login_failed'),(772133,124384,'_xmlrpc_request','true'),(772134,124384,'_server_remote_addr','130.193.112.146'),(772135,124384,'_server_http_x_forwarded_for_1','130.193.112.146'),(772136,124384,'_server_http_referer','http://www.google.com.hk'),(772137,124385,'login_id','1'),(772138,124385,'login_email','mentolnet@gmail.com'),(772139,124385,'login','mentol'),(772140,124385,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772141,124385,'_message_key','user_login_failed'),(772142,124385,'_xmlrpc_request','true'),(772143,124385,'_server_remote_addr','94.253.13.228'),(772144,124385,'_server_http_x_forwarded_for_0','61.32.131.186'),(772145,124385,'_server_http_x_forwarded_for_1','94.253.13.228'),(772146,124385,'_server_http_referer','http://www.google.com.hk'),(772147,124386,'login_id','1'),(772148,124386,'login_email','mentolnet@gmail.com'),(772149,124386,'login','mentol'),(772150,124386,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772151,124386,'_message_key','user_login_failed'),(772152,124386,'_xmlrpc_request','true'),(772153,124386,'_server_remote_addr','140.227.199.211'),(772154,124386,'_server_http_x_forwarded_for_0','140.227.199.211'),(772155,124386,'_server_http_referer','http://www.google.com.hk'),(772156,124387,'login_id','1'),(772157,124387,'login_email','mentolnet@gmail.com'),(772158,124387,'login','mentol'),(772159,124387,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772160,124387,'_message_key','user_login_failed'),(772161,124387,'_xmlrpc_request','true'),(772162,124387,'_server_remote_addr','140.227.64.230'),(772163,124387,'_server_http_x_forwarded_for_0','140.227.64.230'),(772164,124387,'_server_http_referer','http://www.google.com.hk'),(772165,124388,'login_id','1'),(772166,124388,'login_email','mentolnet@gmail.com'),(772167,124388,'login','mentol'),(772168,124388,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772169,124388,'_message_key','user_login_failed'),(772170,124388,'_xmlrpc_request','true'),(772171,124388,'_server_remote_addr','1.10.187.6'),(772172,124388,'_server_http_x_forwarded_for_0','196.18.60.110'),(772173,124388,'_server_http_x_forwarded_for_1','1.10.187.6'),(772174,124388,'_server_http_referer','http://www.google.com.hk'),(772175,124389,'login_id','1'),(772176,124389,'login_email','mentolnet@gmail.com'),(772177,124389,'login','mentol'),(772178,124389,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772179,124389,'_message_key','user_login_failed'),(772180,124389,'_xmlrpc_request','true'),(772181,124389,'_server_remote_addr','116.105.225.104'),(772182,124389,'_server_http_x_forwarded_for_0','212.155.81.6'),(772183,124389,'_server_http_x_forwarded_for_1','198.27.69.191'),(772184,124389,'_server_http_x_forwarded_for_2','116.105.225.104'),(772185,124389,'_server_http_referer','http://www.google.com.hk'),(772186,124390,'login_id','1'),(772187,124390,'login_email','mentolnet@gmail.com'),(772188,124390,'login','mentol'),(772189,124390,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772190,124390,'_message_key','user_login_failed'),(772191,124390,'_xmlrpc_request','true'),(772192,124390,'_server_remote_addr','182.52.51.7'),(772193,124390,'_server_http_x_forwarded_for_0','23.135.67.111'),(772194,124390,'_server_http_x_forwarded_for_1','182.52.51.7'),(772195,124390,'_server_http_referer','http://www.google.com.hk'),(772196,124391,'login_id','1'),(772197,124391,'login_email','mentolnet@gmail.com'),(772198,124391,'login','mentol'),(772199,124391,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772200,124391,'_message_key','user_login_failed'),(772201,124391,'_xmlrpc_request','true'),(772202,124391,'_server_remote_addr','140.227.209.164'),(772203,124391,'_server_http_x_forwarded_for_0','140.227.209.164'),(772204,124392,'login_id','1'),(772205,124392,'login_email','mentolnet@gmail.com'),(772206,124392,'login','mentol'),(772207,124392,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772208,124392,'_message_key','user_login_failed'),(772209,124392,'_xmlrpc_request','true'),(772210,124392,'_server_remote_addr','190.211.115.66'),(772211,124392,'_server_http_x_forwarded_for_0','23.60.126.7'),(772212,124392,'_server_http_x_forwarded_for_1','190.211.115.66'),(772213,124392,'_server_http_referer','http://www.google.com.hk'),(772214,124393,'login_id','1'),(772215,124393,'login_email','mentolnet@gmail.com'),(772216,124393,'login','mentol'),(772217,124393,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772218,124393,'_message_key','user_login_failed'),(772219,124393,'_xmlrpc_request','true'),(772220,124393,'_server_remote_addr','45.249.102.6'),(772221,124393,'_server_http_x_forwarded_for_0','82.192.200.179'),(772222,124393,'_server_http_x_forwarded_for_1','198.27.69.191'),(772223,124393,'_server_http_x_forwarded_for_2','45.249.102.6'),(772224,124393,'_server_http_referer','http://www.google.com.hk'),(772225,124394,'login_id','1'),(772226,124394,'login_email','mentolnet@gmail.com'),(772227,124394,'login','mentol'),(772228,124394,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772229,124394,'_message_key','user_login_failed'),(772230,124394,'_xmlrpc_request','true'),(772231,124394,'_server_remote_addr','103.76.17.151'),(772232,124394,'_server_http_x_forwarded_for_0','89.23.240.229'),(772233,124394,'_server_http_x_forwarded_for_1','103.76.17.151'),(772234,124394,'_server_http_referer','http://www.google.com.hk'),(772235,124395,'login_id','1'),(772236,124395,'login_email','mentolnet@gmail.com'),(772237,124395,'login','mentol'),(772238,124395,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772239,124395,'_message_key','user_login_failed'),(772240,124395,'_xmlrpc_request','true'),(772241,124395,'_server_remote_addr','94.206.19.242'),(772242,124395,'_server_http_x_forwarded_for_0','113.62.221.8'),(772243,124395,'_server_http_x_forwarded_for_1','94.206.19.242'),(772244,124395,'_server_http_referer','http://www.google.com.hk'),(772245,124396,'login_id','1'),(772246,124396,'login_email','mentolnet@gmail.com'),(772247,124396,'login','mentol'),(772248,124396,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772249,124396,'_message_key','user_login_failed'),(772250,124396,'_xmlrpc_request','true'),(772251,124396,'_server_remote_addr','109.230.60.3'),(772252,124396,'_server_http_x_forwarded_for_0','129.102.97.250'),(772253,124396,'_server_http_x_forwarded_for_1','109.230.60.3'),(772254,124396,'_server_http_referer','http://www.google.com.hk'),(772255,124397,'login_id','1'),(772256,124397,'login_email','mentolnet@gmail.com'),(772257,124397,'login','mentol'),(772258,124397,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772259,124397,'_message_key','user_login_failed'),(772260,124397,'_xmlrpc_request','true'),(772261,124397,'_server_remote_addr','188.93.242.213'),(772262,124397,'_server_http_x_forwarded_for_0','146.106.109.199'),(772263,124397,'_server_http_x_forwarded_for_1','188.93.242.213'),(772264,124397,'_server_http_referer','http://www.google.com.hk'),(772265,124398,'login_id','1'),(772266,124398,'login_email','mentolnet@gmail.com'),(772267,124398,'login','mentol'),(772268,124398,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772269,124398,'_message_key','user_login_failed'),(772270,124398,'_xmlrpc_request','true'),(772271,124398,'_server_remote_addr','84.236.185.247'),(772272,124398,'_server_http_x_forwarded_for_0','222.190.148.230'),(772273,124398,'_server_http_x_forwarded_for_1','84.236.185.247'),(772274,124398,'_server_http_referer','http://www.google.com.hk'),(772275,124399,'login_id','1'),(772276,124399,'login_email','mentolnet@gmail.com'),(772277,124399,'login','mentol'),(772278,124399,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772279,124399,'_message_key','user_login_failed'),(772280,124399,'_xmlrpc_request','true'),(772281,124399,'_server_remote_addr','68.183.233.146'),(772282,124399,'_server_http_x_forwarded_for_0','25.239.69.74'),(772283,124399,'_server_http_x_forwarded_for_1','198.27.69.191'),(772284,124399,'_server_http_x_forwarded_for_2','68.183.233.146'),(772285,124399,'_server_http_referer','http://www.google.com.hk'),(772286,124400,'login_id','1'),(772287,124400,'login_email','mentolnet@gmail.com'),(772288,124400,'login','mentol'),(772289,124400,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772290,124400,'_message_key','user_login_failed'),(772291,124400,'_xmlrpc_request','true'),(772292,124400,'_server_remote_addr','1.10.187.156'),(772293,124400,'_server_http_x_forwarded_for_1','1.10.187.156'),(772294,124400,'_server_http_referer','http://www.google.com.hk'),(772295,124401,'login_id','1'),(772296,124401,'login_email','mentolnet@gmail.com'),(772297,124401,'login','mentol'),(772298,124401,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772299,124401,'_message_key','user_login_failed'),(772300,124401,'_xmlrpc_request','true'),(772301,124401,'_server_remote_addr','78.141.75.228'),(772302,124401,'_server_http_x_forwarded_for_0','176.236.168.18'),(772303,124401,'_server_http_x_forwarded_for_1','78.141.75.228'),(772304,124401,'_server_http_referer','http://www.google.com.hk'),(772305,124402,'login_id','1'),(772306,124402,'login_email','mentolnet@gmail.com'),(772307,124402,'login','mentol'),(772308,124402,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772309,124402,'_message_key','user_login_failed'),(772310,124402,'_xmlrpc_request','true'),(772311,124402,'_server_remote_addr','212.119.229.18'),(772312,124402,'_server_http_x_forwarded_for_0','153.151.35.110'),(772313,124402,'_server_http_x_forwarded_for_1','212.119.229.18'),(772314,124402,'_server_http_referer','http://www.google.com.hk'),(772315,124403,'login_id','1'),(772316,124403,'login_email','mentolnet@gmail.com'),(772317,124403,'login','mentol'),(772318,124403,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772319,124403,'_message_key','user_login_failed'),(772320,124403,'_xmlrpc_request','true'),(772321,124403,'_server_remote_addr','70.28.43.61'),(772322,124403,'_server_http_x_forwarded_for_0','85.34.38.32'),(772323,124403,'_server_http_x_forwarded_for_1','70.28.43.61'),(772324,124403,'_server_http_referer','http://www.google.com.hk'),(772325,124404,'login_id','1'),(772326,124404,'login_email','mentolnet@gmail.com'),(772327,124404,'login','mentol'),(772328,124404,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772329,124404,'_message_key','user_login_failed'),(772330,124404,'_xmlrpc_request','true'),(772331,124404,'_server_remote_addr','1.10.189.58'),(772332,124404,'_server_http_x_forwarded_for_0','139.144.16.83'),(772333,124404,'_server_http_x_forwarded_for_1','1.10.189.58'),(772334,124404,'_server_http_referer','http://www.google.com.hk'),(772335,124405,'login_id','1'),(772336,124405,'login_email','mentolnet@gmail.com'),(772337,124405,'login','mentol'),(772338,124405,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772339,124405,'_message_key','user_login_failed'),(772340,124405,'_xmlrpc_request','true'),(772341,124405,'_server_remote_addr','158.58.131.27'),(772342,124405,'_server_http_x_forwarded_for_0','141.25.223.211'),(772343,124405,'_server_http_x_forwarded_for_1','158.58.131.27'),(772344,124405,'_server_http_referer','http://www.google.com.hk'),(772345,124406,'login_id','1'),(772346,124406,'login_email','mentolnet@gmail.com'),(772347,124406,'login','mentol'),(772348,124406,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772349,124406,'_message_key','user_login_failed'),(772350,124406,'_xmlrpc_request','true'),(772351,124406,'_server_remote_addr','175.101.60.54'),(772352,124406,'_server_http_x_forwarded_for_1','175.101.60.54'),(772353,124406,'_server_http_referer','http://www.google.com.hk'),(772354,124407,'login_id','1'),(772355,124407,'login_email','mentolnet@gmail.com'),(772356,124407,'login','mentol'),(772357,124407,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772358,124407,'_message_key','user_login_failed'),(772359,124407,'_xmlrpc_request','true'),(772360,124407,'_server_remote_addr','146.158.1.63'),(772361,124407,'_server_http_x_forwarded_for_0','85.201.169.97'),(772362,124407,'_server_http_x_forwarded_for_1','146.158.1.63'),(772363,124407,'_server_http_referer','http://www.google.com.hk'),(772364,124408,'login_id','1'),(772365,124408,'login_email','mentolnet@gmail.com'),(772366,124408,'login','mentol'),(772367,124408,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772368,124408,'_message_key','user_login_failed'),(772369,124408,'_xmlrpc_request','true'),(772370,124408,'_server_remote_addr','80.252.215.234'),(772371,124408,'_server_http_x_forwarded_for_0','80.84.77.226'),(772372,124408,'_server_http_x_forwarded_for_1','80.252.215.234'),(772373,124408,'_server_http_referer','http://www.google.com.hk'),(772374,124409,'login_id','1'),(772375,124409,'login_email','mentolnet@gmail.com'),(772376,124409,'login','mentol'),(772377,124409,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772378,124409,'_message_key','user_login_failed'),(772379,124409,'_xmlrpc_request','true'),(772380,124409,'_server_remote_addr','220.130.172.122'),(772381,124409,'_server_http_x_forwarded_for_0','181.66.21.80'),(772382,124409,'_server_http_x_forwarded_for_1','220.130.172.122'),(772383,124409,'_server_http_referer','http://www.google.com.hk'),(772384,124410,'login_id','1'),(772385,124410,'login_email','mentolnet@gmail.com'),(772386,124410,'login','mentol'),(772387,124410,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772388,124410,'_message_key','user_login_failed'),(772389,124410,'_xmlrpc_request','true'),(772390,124410,'_server_remote_addr','45.121.29.254'),(772391,124410,'_server_http_x_forwarded_for_0','203.251.196.9'),(772392,124410,'_server_http_x_forwarded_for_1','45.121.29.254'),(772393,124410,'_server_http_referer','http://www.google.com.hk'),(772394,124411,'login_id','1'),(772395,124411,'login_email','mentolnet@gmail.com'),(772396,124411,'login','mentol'),(772397,124411,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772398,124411,'_message_key','user_login_failed'),(772399,124411,'_xmlrpc_request','true'),(772400,124411,'_server_remote_addr','94.242.57.136'),(772401,124411,'_server_http_x_forwarded_for_0','106.117.84.45'),(772402,124411,'_server_http_x_forwarded_for_1','198.27.69.191'),(772403,124411,'_server_http_x_forwarded_for_2','94.242.57.136'),(772404,124411,'_server_http_referer','http://www.google.com.hk'),(772405,124412,'login_id','1'),(772406,124412,'login_email','mentolnet@gmail.com'),(772407,124412,'login','mentol'),(772408,124412,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772409,124412,'_message_key','user_login_failed'),(772410,124412,'_xmlrpc_request','true'),(772411,124412,'_server_remote_addr','222.147.15.161'),(772412,124412,'_server_http_x_forwarded_for_0','121.137.134.79'),(772413,124412,'_server_http_x_forwarded_for_1','198.27.69.191'),(772414,124412,'_server_http_x_forwarded_for_2','222.147.15.161'),(772415,124412,'_server_http_referer','http://www.google.com.hk'),(772416,124413,'login_id','1'),(772417,124413,'login_email','mentolnet@gmail.com'),(772418,124413,'login','mentol'),(772419,124413,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772420,124413,'_message_key','user_login_failed'),(772421,124413,'_xmlrpc_request','true'),(772422,124413,'_server_remote_addr','140.227.78.138'),(772423,124413,'_server_http_x_forwarded_for_0','140.227.78.138'),(772424,124413,'_server_http_referer','http://www.google.com.hk'),(772425,124414,'login_id','1'),(772426,124414,'login_email','mentolnet@gmail.com'),(772427,124414,'login','mentol'),(772428,124414,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772429,124414,'_message_key','user_login_failed'),(772430,124414,'_xmlrpc_request','true'),(772431,124414,'_server_remote_addr','79.173.124.207'),(772432,124414,'_server_http_x_forwarded_for_0','219.53.51.175'),(772433,124414,'_server_http_x_forwarded_for_1','79.173.124.207'),(772434,124414,'_server_http_referer','http://www.google.com.hk'),(772435,124415,'login_id','1'),(772436,124415,'login_email','mentolnet@gmail.com'),(772437,124415,'login','mentol'),(772438,124415,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772439,124415,'_message_key','user_login_failed'),(772440,124415,'_xmlrpc_request','true'),(772441,124415,'_server_remote_addr','185.190.40.115'),(772442,124415,'_server_http_x_forwarded_for_0','37.76.240.33'),(772443,124415,'_server_http_x_forwarded_for_1','185.190.40.115'),(772444,124415,'_server_http_referer','http://www.google.com.hk'),(772445,124416,'login_id','1'),(772446,124416,'login_email','mentolnet@gmail.com'),(772447,124416,'login','mentol'),(772448,124416,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772449,124416,'_message_key','user_login_failed'),(772450,124416,'_xmlrpc_request','true'),(772451,124416,'_server_remote_addr','186.38.39.22'),(772452,124416,'_server_http_x_forwarded_for_0','195.207.184.217'),(772453,124416,'_server_http_x_forwarded_for_1','186.38.39.22'),(772454,124416,'_server_http_referer','http://www.google.com.hk'),(772455,124417,'login_id','1'),(772456,124417,'login_email','mentolnet@gmail.com'),(772457,124417,'login','mentol'),(772458,124417,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772459,124417,'_message_key','user_login_failed'),(772460,124417,'_xmlrpc_request','true'),(772461,124417,'_server_remote_addr','109.70.201.2'),(772462,124417,'_server_http_x_forwarded_for_0','34.21.148.17'),(772463,124417,'_server_http_x_forwarded_for_1','109.70.201.2'),(772464,124417,'_server_http_referer','http://www.google.com.hk'),(772465,124418,'login_id','1'),(772466,124418,'login_email','mentolnet@gmail.com'),(772467,124418,'login','mentol'),(772468,124418,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772469,124418,'_message_key','user_login_failed'),(772470,124418,'_xmlrpc_request','true'),(772471,124418,'_server_remote_addr','190.80.255.2'),(772472,124418,'_server_http_x_forwarded_for_0','202.228.109.133'),(772473,124418,'_server_http_x_forwarded_for_1','190.80.255.2'),(772474,124418,'_server_http_referer','http://www.google.com.hk'),(772475,124419,'login_id','1'),(772476,124419,'login_email','mentolnet@gmail.com'),(772477,124419,'login','mentol'),(772478,124419,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772479,124419,'_message_key','user_login_failed'),(772480,124419,'_xmlrpc_request','true'),(772481,124419,'_server_remote_addr','140.227.58.159'),(772482,124419,'_server_http_x_forwarded_for_0','140.227.58.159'),(772483,124419,'_server_http_referer','http://www.google.com.hk'),(772484,124420,'login_id','1'),(772485,124420,'login_email','mentolnet@gmail.com'),(772486,124420,'login','mentol'),(772487,124420,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772488,124420,'_message_key','user_login_failed'),(772489,124420,'_xmlrpc_request','true'),(772490,124420,'_server_remote_addr','62.4.49.18'),(772491,124420,'_server_http_x_forwarded_for_0','49.238.153.18'),(772492,124420,'_server_http_x_forwarded_for_1','62.4.49.18'),(772493,124420,'_server_http_referer','http://www.google.com.hk'),(772494,124421,'login_id','1'),(772495,124421,'login_email','mentolnet@gmail.com'),(772496,124421,'login','mentol'),(772497,124421,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772498,124421,'_message_key','user_login_failed'),(772499,124421,'_xmlrpc_request','true'),(772500,124421,'_server_remote_addr','140.227.68.113'),(772501,124421,'_server_http_x_forwarded_for_0','140.227.68.113'),(772502,124422,'login_id','1'),(772503,124422,'login_email','mentolnet@gmail.com'),(772504,124422,'login','mentol'),(772505,124422,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772506,124422,'_message_key','user_login_failed'),(772507,124422,'_xmlrpc_request','true'),(772508,124422,'_server_remote_addr','95.87.14.3'),(772509,124422,'_server_http_x_forwarded_for_0','188.215.184.220'),(772510,124422,'_server_http_x_forwarded_for_1','95.87.14.3'),(772511,124422,'_server_http_referer','http://www.google.com.hk'),(772512,124423,'login_id','1'),(772513,124423,'login_email','mentolnet@gmail.com'),(772514,124423,'login','mentol'),(772515,124423,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772516,124423,'_message_key','user_login_failed'),(772517,124423,'_xmlrpc_request','true'),(772518,124423,'_server_remote_addr','37.19.90.104'),(772519,124423,'_server_http_x_forwarded_for_1','198.27.69.191'),(772520,124423,'_server_http_x_forwarded_for_2','37.19.90.104'),(772521,124423,'_server_http_referer','http://www.google.com.hk'),(772522,124424,'login_id','1'),(772523,124424,'login_email','mentolnet@gmail.com'),(772524,124424,'login','mentol'),(772525,124424,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772526,124424,'_message_key','user_login_failed'),(772527,124424,'_xmlrpc_request','true'),(772528,124424,'_server_remote_addr','140.227.79.108'),(772529,124424,'_server_http_x_forwarded_for_0','140.227.79.108'),(772530,124424,'_server_http_referer','http://www.google.com.hk'),(772531,124425,'login_id','1'),(772532,124425,'login_email','mentolnet@gmail.com'),(772533,124425,'login','mentol'),(772534,124425,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772535,124425,'_message_key','user_login_failed'),(772536,124425,'_xmlrpc_request','true'),(772537,124425,'_server_remote_addr','213.109.5.230'),(772538,124425,'_server_http_x_forwarded_for_0','150.89.155.203'),(772539,124425,'_server_http_x_forwarded_for_1','213.109.5.230'),(772540,124425,'_server_http_referer','http://www.google.com.hk'),(772541,124426,'login_id','1'),(772542,124426,'login_email','mentolnet@gmail.com'),(772543,124426,'login','mentol'),(772544,124426,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772545,124426,'_message_key','user_login_failed'),(772546,124426,'_xmlrpc_request','true'),(772547,124426,'_server_remote_addr','62.4.49.18'),(772548,124426,'_server_http_x_forwarded_for_0','104.226.153.98'),(772549,124426,'_server_http_x_forwarded_for_1','62.4.49.18'),(772550,124426,'_server_http_referer','http://www.google.com.hk'),(772551,124427,'login_id','1'),(772552,124427,'login_email','mentolnet@gmail.com'),(772553,124427,'login','mentol'),(772554,124427,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772555,124427,'_message_key','user_login_failed'),(772556,124427,'_xmlrpc_request','true'),(772557,124427,'_server_remote_addr','103.28.114.133'),(772558,124427,'_server_http_x_forwarded_for_0','61.171.242.77'),(772559,124427,'_server_http_x_forwarded_for_1','198.27.69.191'),(772560,124427,'_server_http_x_forwarded_for_2','103.28.114.133'),(772561,124427,'_server_http_referer','http://www.google.com.hk'),(772562,124428,'login_id','1'),(772563,124428,'login_email','mentolnet@gmail.com'),(772564,124428,'login','mentol'),(772565,124428,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772566,124428,'_message_key','user_login_failed'),(772567,124428,'_xmlrpc_request','true'),(772568,124428,'_server_remote_addr','185.34.20.164'),(772569,124428,'_server_http_x_forwarded_for_1','185.34.20.164'),(772570,124428,'_server_http_referer','http://www.google.com.hk'),(772571,124429,'login_id','1'),(772572,124429,'login_email','mentolnet@gmail.com'),(772573,124429,'login','mentol'),(772574,124429,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772575,124429,'_message_key','user_login_failed'),(772576,124429,'_xmlrpc_request','true'),(772577,124429,'_server_remote_addr','181.129.49.3'),(772578,124429,'_server_http_x_forwarded_for_0','48.249.157.236'),(772579,124429,'_server_http_x_forwarded_for_1','181.129.49.3'),(772580,124429,'_server_http_referer','http://www.google.com.hk'),(772581,124430,'login_id','1'),(772582,124430,'login_email','mentolnet@gmail.com'),(772583,124430,'login','mentol'),(772584,124430,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772585,124430,'_message_key','user_login_failed'),(772586,124430,'_xmlrpc_request','true'),(772587,124430,'_server_remote_addr','186.38.39.22'),(772588,124430,'_server_http_x_forwarded_for_0','133.198.215.96'),(772589,124430,'_server_http_x_forwarded_for_1','186.38.39.22'),(772590,124430,'_server_http_referer','http://www.google.com.hk'),(772591,124431,'login_id','1'),(772592,124431,'login_email','mentolnet@gmail.com'),(772593,124431,'login','mentol'),(772594,124431,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772595,124431,'_message_key','user_login_failed'),(772596,124431,'_xmlrpc_request','true'),(772597,124431,'_server_remote_addr','59.127.168.43'),(772598,124431,'_server_http_x_forwarded_for_0','6.81.120.142'),(772599,124431,'_server_http_x_forwarded_for_1','198.27.69.191'),(772600,124431,'_server_http_x_forwarded_for_2','59.127.168.43'),(772601,124431,'_server_http_referer','http://www.google.com.hk'),(772602,124432,'login_id','1'),(772603,124432,'login_email','mentolnet@gmail.com'),(772604,124432,'login','mentol'),(772605,124432,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772606,124432,'_message_key','user_login_failed'),(772607,124432,'_xmlrpc_request','true'),(772608,124432,'_server_remote_addr','1.10.189.58'),(772609,124432,'_server_http_x_forwarded_for_0','41.120.170.89'),(772610,124432,'_server_http_x_forwarded_for_1','1.10.189.58'),(772611,124432,'_server_http_referer','http://www.google.com.hk'),(772612,124433,'login_id','1'),(772613,124433,'login_email','mentolnet@gmail.com'),(772614,124433,'login','mentol'),(772615,124433,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772616,124433,'_message_key','user_login_failed'),(772617,124433,'_xmlrpc_request','true'),(772618,124433,'_server_remote_addr','198.57.56.46'),(772619,124433,'_server_http_x_forwarded_for_1','198.27.69.191'),(772620,124433,'_server_http_x_forwarded_for_2','198.57.56.46'),(772621,124433,'_server_http_referer','http://www.google.com.hk'),(772622,124434,'login_id','1'),(772623,124434,'login_email','mentolnet@gmail.com'),(772624,124434,'login','mentol'),(772625,124434,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772626,124434,'_message_key','user_login_failed'),(772627,124434,'_xmlrpc_request','true'),(772628,124434,'_server_remote_addr','86.100.77.210'),(772629,124434,'_server_http_x_forwarded_for_0','123.119.119.222'),(772630,124434,'_server_http_x_forwarded_for_1','86.100.77.210'),(772631,124434,'_server_http_referer','http://www.google.com.hk'),(772632,124435,'login_id','1'),(772633,124435,'login_email','mentolnet@gmail.com'),(772634,124435,'login','mentol'),(772635,124435,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772636,124435,'_message_key','user_login_failed'),(772637,124435,'_xmlrpc_request','true'),(772638,124435,'_server_remote_addr','109.245.214.49'),(772639,124435,'_server_http_x_forwarded_for_0','16.127.165.186'),(772640,124435,'_server_http_x_forwarded_for_1','109.245.214.49'),(772641,124435,'_server_http_referer','http://www.google.com.hk'),(772642,124436,'login_id','1'),(772643,124436,'login_email','mentolnet@gmail.com'),(772644,124436,'login','mentol'),(772645,124436,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772646,124436,'_message_key','user_login_failed'),(772647,124436,'_xmlrpc_request','true'),(772648,124436,'_server_remote_addr','103.28.114.133'),(772649,124436,'_server_http_x_forwarded_for_0','154.153.241.55'),(772650,124436,'_server_http_x_forwarded_for_1','198.27.69.191'),(772651,124436,'_server_http_x_forwarded_for_2','103.28.114.133'),(772652,124436,'_server_http_referer','http://www.google.com.hk'),(772653,124437,'login_id','1'),(772654,124437,'login_email','mentolnet@gmail.com'),(772655,124437,'login','mentol'),(772656,124437,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772657,124437,'_message_key','user_login_failed'),(772658,124437,'_xmlrpc_request','true'),(772659,124437,'_server_remote_addr','195.135.212.186'),(772660,124437,'_server_http_x_forwarded_for_0','101.211.126.69'),(772661,124437,'_server_http_x_forwarded_for_1','195.135.212.186'),(772662,124437,'_server_http_referer','http://www.google.com.hk'),(772663,124438,'login_id','1'),(772664,124438,'login_email','mentolnet@gmail.com'),(772665,124438,'login','mentol'),(772666,124438,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772667,124438,'_message_key','user_login_failed'),(772668,124438,'_xmlrpc_request','true'),(772669,124438,'_server_remote_addr','195.234.87.211'),(772670,124438,'_server_http_x_forwarded_for_0','92.95.74.12'),(772671,124438,'_server_http_x_forwarded_for_1','195.234.87.211'),(772672,124438,'_server_http_referer','http://www.google.com.hk'),(772673,124439,'login_id','1'),(772674,124439,'login_email','mentolnet@gmail.com'),(772675,124439,'login','mentol'),(772676,124439,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772677,124439,'_message_key','user_login_failed'),(772678,124439,'_xmlrpc_request','true'),(772679,124439,'_server_remote_addr','119.28.29.195'),(772680,124439,'_server_http_x_forwarded_for_0','86.139.12.25'),(772681,124439,'_server_http_x_forwarded_for_1','119.28.29.195'),(772682,124439,'_server_http_referer','http://www.google.com.hk'),(772683,124440,'login_id','1'),(772684,124440,'login_email','mentolnet@gmail.com'),(772685,124440,'login','mentol'),(772686,124440,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772687,124440,'_message_key','user_login_failed'),(772688,124440,'_xmlrpc_request','true'),(772689,124440,'_server_remote_addr','201.76.120.78'),(772690,124440,'_server_http_x_forwarded_for_0','3.38.87.124'),(772691,124440,'_server_http_x_forwarded_for_1','198.27.69.191'),(772692,124440,'_server_http_x_forwarded_for_2','201.76.120.78'),(772693,124440,'_server_http_referer','http://www.google.com.hk'),(772694,124441,'login_id','1'),(772695,124441,'login_email','mentolnet@gmail.com'),(772696,124441,'login','mentol'),(772697,124441,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772698,124441,'_message_key','user_login_failed'),(772699,124441,'_xmlrpc_request','true'),(772700,124441,'_server_remote_addr','81.19.2.59'),(772701,124441,'_server_http_x_forwarded_for_1','81.19.2.59'),(772702,124441,'_server_http_referer','http://www.google.com.hk'),(772703,124442,'login_id','1'),(772704,124442,'login_email','mentolnet@gmail.com'),(772705,124442,'login','mentol'),(772706,124442,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772707,124442,'_message_key','user_login_failed'),(772708,124442,'_xmlrpc_request','true'),(772709,124442,'_server_remote_addr','139.99.99.15'),(772710,124442,'_server_http_x_forwarded_for_0','131.227.105.11'),(772711,124442,'_server_http_x_forwarded_for_1','139.99.99.15'),(772712,124442,'_server_http_referer','http://www.google.com.hk'),(772713,124443,'login_id','1'),(772714,124443,'login_email','mentolnet@gmail.com'),(772715,124443,'login','mentol'),(772716,124443,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772717,124443,'_message_key','user_login_failed'),(772718,124443,'_xmlrpc_request','true'),(772719,124443,'_server_remote_addr','182.53.206.49'),(772720,124443,'_server_http_x_forwarded_for_1','182.53.206.49'),(772721,124443,'_server_http_referer','http://www.google.com.hk'),(772722,124444,'login_id','1'),(772723,124444,'login_email','mentolnet@gmail.com'),(772724,124444,'login','mentol'),(772725,124444,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772726,124444,'_message_key','user_login_failed'),(772727,124444,'_xmlrpc_request','true'),(772728,124444,'_server_remote_addr','143.255.52.102'),(772729,124444,'_server_http_x_forwarded_for_0','44.52.119.50'),(772730,124444,'_server_http_x_forwarded_for_1','143.255.52.102'),(772731,124444,'_server_http_referer','http://www.google.com.hk'),(772732,124445,'login_id','1'),(772733,124445,'login_email','mentolnet@gmail.com'),(772734,124445,'login','mentol'),(772735,124445,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772736,124445,'_message_key','user_login_failed'),(772737,124445,'_xmlrpc_request','true'),(772738,124445,'_server_remote_addr','191.240.99.142'),(772739,124445,'_server_http_x_forwarded_for_1','198.27.69.191'),(772740,124445,'_server_http_x_forwarded_for_2','191.240.99.142'),(772741,124445,'_server_http_referer','http://www.google.com.hk'),(772742,124446,'login_id','1'),(772743,124446,'login_email','mentolnet@gmail.com'),(772744,124446,'login','mentol'),(772745,124446,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772746,124446,'_message_key','user_login_failed'),(772747,124446,'_xmlrpc_request','true'),(772748,124446,'_server_remote_addr','185.228.141.98'),(772749,124446,'_server_http_x_forwarded_for_0','196.212.100.194'),(772750,124446,'_server_http_x_forwarded_for_1','198.27.69.191'),(772751,124446,'_server_http_x_forwarded_for_2','185.228.141.98'),(772752,124446,'_server_http_referer','http://www.google.com.hk'),(772753,124447,'login_id','1'),(772754,124447,'login_email','mentolnet@gmail.com'),(772755,124447,'login','mentol'),(772756,124447,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772757,124447,'_message_key','user_login_failed'),(772758,124447,'_xmlrpc_request','true'),(772759,124447,'_server_remote_addr','47.52.64.149'),(772760,124447,'_server_http_x_forwarded_for_0','153.120.101.171'),(772761,124447,'_server_http_x_forwarded_for_1','47.52.64.149'),(772762,124447,'_server_http_referer','http://www.google.com.hk'),(772763,124448,'login_id','1'),(772764,124448,'login_email','mentolnet@gmail.com'),(772765,124448,'login','mentol'),(772766,124448,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772767,124448,'_message_key','user_login_failed'),(772768,124448,'_xmlrpc_request','true'),(772769,124448,'_server_remote_addr','134.236.245.57'),(772770,124448,'_server_http_x_forwarded_for_0','98.213.67.85'),(772771,124448,'_server_http_x_forwarded_for_1','134.236.245.57'),(772772,124448,'_server_http_referer','http://www.google.com.hk'),(772773,124449,'login_id','1'),(772774,124449,'login_email','mentolnet@gmail.com'),(772775,124449,'login','mentol'),(772776,124449,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772777,124449,'_message_key','user_login_failed'),(772778,124449,'_xmlrpc_request','true'),(772779,124449,'_server_remote_addr','47.75.194.109'),(772780,124449,'_server_http_x_forwarded_for_0','23.183.26.145'),(772781,124449,'_server_http_x_forwarded_for_1','47.75.194.109'),(772782,124449,'_server_http_referer','http://www.google.com.hk'),(772783,124450,'login_id','1'),(772784,124450,'login_email','mentolnet@gmail.com'),(772785,124450,'login','mentol'),(772786,124450,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772787,124450,'_message_key','user_login_failed'),(772788,124450,'_xmlrpc_request','true'),(772789,124450,'_server_remote_addr','94.242.57.136'),(772790,124450,'_server_http_x_forwarded_for_0','50.243.231.148'),(772791,124450,'_server_http_x_forwarded_for_1','198.27.69.191'),(772792,124450,'_server_http_x_forwarded_for_2','94.242.57.136'),(772793,124450,'_server_http_referer','http://www.google.com.hk'),(772794,124451,'login_id','1'),(772795,124451,'login_email','mentolnet@gmail.com'),(772796,124451,'login','mentol'),(772797,124451,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772798,124451,'_message_key','user_login_failed'),(772799,124451,'_xmlrpc_request','true'),(772800,124451,'_server_remote_addr','74.70.67.218'),(772801,124451,'_server_http_x_forwarded_for_0','31.164.207.120'),(772802,124451,'_server_http_x_forwarded_for_1','74.70.67.218'),(772803,124451,'_server_http_referer','http://www.google.com.hk'),(772804,124452,'login_id','1'),(772805,124452,'login_email','mentolnet@gmail.com'),(772806,124452,'login','mentol'),(772807,124452,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772808,124452,'_message_key','user_login_failed'),(772809,124452,'_xmlrpc_request','true'),(772810,124452,'_server_remote_addr','109.74.142.138'),(772811,124452,'_server_http_x_forwarded_for_1','109.74.142.138'),(772812,124452,'_server_http_referer','http://www.google.com.hk'),(772813,124453,'login_id','1'),(772814,124453,'login_email','mentolnet@gmail.com'),(772815,124453,'login','mentol'),(772816,124453,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772817,124453,'_message_key','user_login_failed'),(772818,124453,'_xmlrpc_request','true'),(772819,124453,'_server_remote_addr','47.52.209.8'),(772820,124453,'_server_http_x_forwarded_for_0','177.254.5.136'),(772821,124453,'_server_http_x_forwarded_for_1','47.52.209.8'),(772822,124453,'_server_http_referer','http://www.google.com.hk'),(772823,124454,'login_id','1'),(772824,124454,'login_email','mentolnet@gmail.com'),(772825,124454,'login','mentol'),(772826,124454,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772827,124454,'_message_key','user_login_failed'),(772828,124454,'_xmlrpc_request','true'),(772829,124454,'_server_remote_addr','146.158.1.63'),(772830,124454,'_server_http_x_forwarded_for_0','49.128.40.213'),(772831,124454,'_server_http_x_forwarded_for_1','146.158.1.63'),(772832,124454,'_server_http_referer','http://www.google.com.hk'),(772833,124455,'login_id','1'),(772834,124455,'login_email','mentolnet@gmail.com'),(772835,124455,'login','mentol'),(772836,124455,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772837,124455,'_message_key','user_login_failed'),(772838,124455,'_xmlrpc_request','true'),(772839,124455,'_server_remote_addr','193.30.243.175'),(772840,124455,'_server_http_x_forwarded_for_0','9.113.106.224'),(772841,124455,'_server_http_x_forwarded_for_1','193.30.243.175'),(772842,124455,'_server_http_referer','http://www.google.com.hk'),(772843,124456,'login_id','1'),(772844,124456,'login_email','mentolnet@gmail.com'),(772845,124456,'login','mentol'),(772846,124456,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772847,124456,'_message_key','user_login_failed'),(772848,124456,'_xmlrpc_request','true'),(772849,124456,'_server_remote_addr','85.117.61.186'),(772850,124456,'_server_http_x_forwarded_for_0','170.2.156.179'),(772851,124456,'_server_http_x_forwarded_for_1','85.117.61.186'),(772852,124456,'_server_http_referer','http://www.google.com.hk'),(772853,124457,'login_id','1'),(772854,124457,'login_email','mentolnet@gmail.com'),(772855,124457,'login','mentol'),(772856,124457,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772857,124457,'_message_key','user_login_failed'),(772858,124457,'_xmlrpc_request','true'),(772859,124457,'_server_remote_addr','119.82.252.1'),(772860,124457,'_server_http_x_forwarded_for_0','81.160.167.143'),(772861,124457,'_server_http_x_forwarded_for_1','119.82.252.1'),(772862,124457,'_server_http_referer','http://www.google.com.hk'),(772863,124458,'login_id','1'),(772864,124458,'login_email','mentolnet@gmail.com'),(772865,124458,'login','mentol'),(772866,124458,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772867,124458,'_message_key','user_login_failed'),(772868,124458,'_xmlrpc_request','true'),(772869,124458,'_server_remote_addr','95.84.198.24'),(772870,124458,'_server_http_x_forwarded_for_0','166.15.109.173'),(772871,124458,'_server_http_x_forwarded_for_1','95.84.198.24'),(772872,124458,'_server_http_referer','http://www.google.com.hk'),(772873,124459,'login_id','1'),(772874,124459,'login_email','mentolnet@gmail.com'),(772875,124459,'login','mentol'),(772876,124459,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772877,124459,'_message_key','user_login_failed'),(772878,124459,'_xmlrpc_request','true'),(772879,124459,'_server_remote_addr','185.44.174.253'),(772880,124459,'_server_http_x_forwarded_for_0','120.217.59.48'),(772881,124459,'_server_http_x_forwarded_for_1','185.44.174.253'),(772882,124459,'_server_http_referer','http://www.google.com.hk'),(772883,124460,'login_id','1'),(772884,124460,'login_email','mentolnet@gmail.com'),(772885,124460,'login','mentol'),(772886,124460,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772887,124460,'_message_key','user_login_failed'),(772888,124460,'_xmlrpc_request','true'),(772889,124460,'_server_remote_addr','130.193.112.146'),(772890,124460,'_server_http_x_forwarded_for_0','82.165.22.226'),(772891,124460,'_server_http_x_forwarded_for_1','130.193.112.146'),(772892,124460,'_server_http_referer','http://www.google.com.hk'),(772893,124461,'login_id','1'),(772894,124461,'login_email','mentolnet@gmail.com'),(772895,124461,'login','mentol'),(772896,124461,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772897,124461,'_message_key','user_login_failed'),(772898,124461,'_xmlrpc_request','true'),(772899,124461,'_server_remote_addr','36.66.95.13'),(772900,124461,'_server_http_x_forwarded_for_0','89.246.20.22'),(772901,124461,'_server_http_x_forwarded_for_1','36.66.95.13'),(772902,124461,'_server_http_referer','http://www.google.com.hk'),(772903,124462,'login_id','1'),(772904,124462,'login_email','mentolnet@gmail.com'),(772905,124462,'login','mentol'),(772906,124462,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772907,124462,'_message_key','user_login_failed'),(772908,124462,'_xmlrpc_request','true'),(772909,124462,'_server_remote_addr','117.54.4.229'),(772910,124462,'_server_http_x_forwarded_for_0','83.254.91.221'),(772911,124462,'_server_http_x_forwarded_for_1','117.54.4.229'),(772912,124462,'_server_http_referer','http://www.google.com.hk'),(772913,124463,'login_id','1'),(772914,124463,'login_email','mentolnet@gmail.com'),(772915,124463,'login','mentol'),(772916,124463,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772917,124463,'_message_key','user_login_failed'),(772918,124463,'_xmlrpc_request','true'),(772919,124463,'_server_remote_addr','154.72.199.38'),(772920,124463,'_server_http_x_forwarded_for_0','67.151.160.30'),(772921,124463,'_server_http_x_forwarded_for_1','154.72.199.38'),(772922,124463,'_server_http_referer','http://www.google.com.hk'),(772923,124464,'login_id','1'),(772924,124464,'login_email','mentolnet@gmail.com'),(772925,124464,'login','mentol'),(772926,124464,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772927,124464,'_message_key','user_login_failed'),(772928,124464,'_xmlrpc_request','true'),(772929,124464,'_server_remote_addr','103.9.188.160'),(772930,124464,'_server_http_x_forwarded_for_1','103.9.188.160'),(772931,124464,'_server_http_referer','http://www.google.com.hk'),(772932,124465,'login_id','1'),(772933,124465,'login_email','mentolnet@gmail.com'),(772934,124465,'login','mentol'),(772935,124465,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772936,124465,'_message_key','user_login_failed'),(772937,124465,'_xmlrpc_request','true'),(772938,124465,'_server_remote_addr','96.74.27.161'),(772939,124465,'_server_http_x_forwarded_for_0','221.140.250.180'),(772940,124465,'_server_http_x_forwarded_for_1','96.74.27.161'),(772941,124465,'_server_http_referer','http://www.google.com.hk'),(772942,124466,'login_id','1'),(772943,124466,'login_email','mentolnet@gmail.com'),(772944,124466,'login','mentol'),(772945,124466,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772946,124466,'_message_key','user_login_failed'),(772947,124466,'_xmlrpc_request','true'),(772948,124466,'_server_remote_addr','97.75.162.34'),(772949,124466,'_server_http_x_forwarded_for_0','64.214.249.66'),(772950,124466,'_server_http_x_forwarded_for_1','97.75.162.34'),(772951,124466,'_server_http_referer','http://www.google.com.hk'),(772952,124467,'login_id','1'),(772953,124467,'login_email','mentolnet@gmail.com'),(772954,124467,'login','mentol'),(772955,124467,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772956,124467,'_message_key','user_login_failed'),(772957,124467,'_xmlrpc_request','true'),(772958,124467,'_server_remote_addr','35.230.96.112'),(772959,124467,'_server_http_x_forwarded_for_0','206.128.196.96'),(772960,124467,'_server_http_x_forwarded_for_1','198.27.69.191'),(772961,124467,'_server_http_x_forwarded_for_3','35.230.96.112'),(772962,124467,'_server_http_referer','http://www.google.com.hk'),(772963,124468,'login_id','1'),(772964,124468,'login_email','mentolnet@gmail.com'),(772965,124468,'login','mentol'),(772966,124468,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772967,124468,'_message_key','user_login_failed'),(772968,124468,'_xmlrpc_request','true'),(772969,124468,'_server_remote_addr','103.239.254.246'),(772970,124468,'_server_http_x_forwarded_for_0','213.63.83.231'),(772971,124468,'_server_http_x_forwarded_for_1','198.27.69.191'),(772972,124468,'_server_http_x_forwarded_for_2','103.239.254.246'),(772973,124468,'_server_http_referer','http://www.google.com.hk'),(772974,124469,'login_id','1'),(772975,124469,'login_email','mentolnet@gmail.com'),(772976,124469,'login','mentol'),(772977,124469,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772978,124469,'_message_key','user_login_failed'),(772979,124469,'_xmlrpc_request','true'),(772980,124469,'_server_remote_addr','194.87.148.156'),(772981,124469,'_server_http_x_forwarded_for_0','172.232.204.25'),(772982,124469,'_server_http_x_forwarded_for_1','194.87.148.156'),(772983,124469,'_server_http_referer','http://www.google.com.hk'),(772984,124470,'login_id','1'),(772985,124470,'login_email','mentolnet@gmail.com'),(772986,124470,'login','mentol'),(772987,124470,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772988,124470,'_message_key','user_login_failed'),(772989,124470,'_xmlrpc_request','true'),(772990,124470,'_server_remote_addr','146.158.1.63'),(772991,124470,'_server_http_x_forwarded_for_0','33.252.45.208'),(772992,124470,'_server_http_x_forwarded_for_1','146.158.1.63'),(772993,124470,'_server_http_referer','http://www.google.com.hk'),(772994,124471,'login_id','1'),(772995,124471,'login_email','mentolnet@gmail.com'),(772996,124471,'login','mentol'),(772997,124471,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(772998,124471,'_message_key','user_login_failed'),(772999,124471,'_xmlrpc_request','true'),(773000,124471,'_server_remote_addr','140.227.200.215'),(773001,124471,'_server_http_x_forwarded_for_0','140.227.200.215'),(773002,124471,'_server_http_referer','http://www.google.com.hk'),(773003,124472,'login_id','1'),(773004,124472,'login_email','mentolnet@gmail.com'),(773005,124472,'login','mentol'),(773006,124472,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773007,124472,'_message_key','user_login_failed'),(773008,124472,'_xmlrpc_request','true'),(773009,124472,'_server_remote_addr','110.235.250.7'),(773010,124472,'_server_http_x_forwarded_for_0','209.108.168.215'),(773011,124472,'_server_http_x_forwarded_for_1','110.235.250.7'),(773012,124472,'_server_http_referer','http://www.google.com.hk'),(773013,124473,'login_id','1'),(773014,124473,'login_email','mentolnet@gmail.com'),(773015,124473,'login','mentol'),(773016,124473,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773017,124473,'_message_key','user_login_failed'),(773018,124473,'_xmlrpc_request','true'),(773019,124473,'_server_remote_addr','35.198.69.233'),(773020,124473,'_server_http_x_forwarded_for_1','35.198.69.233'),(773021,124473,'_server_http_referer','http://www.google.com.hk'),(773022,124474,'login_id','1'),(773023,124474,'login_email','mentolnet@gmail.com'),(773024,124474,'login','mentol'),(773025,124474,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773026,124474,'_message_key','user_login_failed'),(773027,124474,'_xmlrpc_request','true'),(773028,124474,'_server_remote_addr','190.211.115.66'),(773029,124474,'_server_http_x_forwarded_for_0','33.47.235.132'),(773030,124474,'_server_http_x_forwarded_for_1','190.211.115.66'),(773031,124474,'_server_http_referer','http://www.google.com.hk'),(773032,124475,'login_id','1'),(773033,124475,'login_email','mentolnet@gmail.com'),(773034,124475,'login','mentol'),(773035,124475,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773036,124475,'_message_key','user_login_failed'),(773037,124475,'_xmlrpc_request','true'),(773038,124475,'_server_remote_addr','146.158.1.63'),(773039,124475,'_server_http_x_forwarded_for_0','87.81.244.191'),(773040,124475,'_server_http_x_forwarded_for_1','146.158.1.63'),(773041,124475,'_server_http_referer','http://www.google.com.hk'),(773042,124476,'login_id','1'),(773043,124476,'login_email','mentolnet@gmail.com'),(773044,124476,'login','mentol'),(773045,124476,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773046,124476,'_message_key','user_login_failed'),(773047,124476,'_xmlrpc_request','true'),(773048,124476,'_server_remote_addr','220.130.172.122'),(773049,124476,'_server_http_x_forwarded_for_0','208.188.189.173'),(773050,124476,'_server_http_x_forwarded_for_1','220.130.172.122'),(773051,124476,'_server_http_referer','http://www.google.com.hk'),(773052,124477,'login_id','1'),(773053,124477,'login_email','mentolnet@gmail.com'),(773054,124477,'login','mentol'),(773055,124477,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773056,124477,'_message_key','user_login_failed'),(773057,124477,'_xmlrpc_request','true'),(773058,124477,'_server_remote_addr','109.74.142.138'),(773059,124477,'_server_http_x_forwarded_for_0','81.211.80.157'),(773060,124477,'_server_http_x_forwarded_for_1','109.74.142.138'),(773061,124477,'_server_http_referer','http://www.google.com.hk'),(773062,124478,'login_id','1'),(773063,124478,'login_email','mentolnet@gmail.com'),(773064,124478,'login','mentol'),(773065,124478,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773066,124478,'_message_key','user_login_failed'),(773067,124478,'_xmlrpc_request','true'),(773068,124478,'_server_remote_addr','1.179.164.213'),(773069,124478,'_server_http_x_forwarded_for_0','128.95.148.135'),(773070,124478,'_server_http_x_forwarded_for_1','198.27.69.191'),(773071,124478,'_server_http_x_forwarded_for_2','1.179.164.213'),(773072,124478,'_server_http_referer','http://www.google.com.hk'),(773073,124479,'login_id','1'),(773074,124479,'login_email','mentolnet@gmail.com'),(773075,124479,'login','mentol'),(773076,124479,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773077,124479,'_message_key','user_login_failed'),(773078,124479,'_xmlrpc_request','true'),(773079,124479,'_server_remote_addr','31.132.127.142'),(773080,124479,'_server_http_x_forwarded_for_0','49.90.122.217'),(773081,124479,'_server_http_x_forwarded_for_1','31.132.127.142'),(773082,124479,'_server_http_referer','http://www.google.com.hk'),(773083,124480,'login_id','1'),(773084,124480,'login_email','mentolnet@gmail.com'),(773085,124480,'login','mentol'),(773086,124480,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773087,124480,'_message_key','user_login_failed'),(773088,124480,'_xmlrpc_request','true'),(773089,124480,'_server_remote_addr','85.93.154.150'),(773090,124480,'_server_http_x_forwarded_for_1','85.93.154.150'),(773091,124480,'_server_http_referer','http://www.google.com.hk'),(773092,124481,'login_id','1'),(773093,124481,'login_email','mentolnet@gmail.com'),(773094,124481,'login','mentol'),(773095,124481,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773096,124481,'_message_key','user_login_failed'),(773097,124481,'_xmlrpc_request','true'),(773098,124481,'_server_remote_addr','185.67.191.75'),(773099,124481,'_server_http_x_forwarded_for_0','204.43.53.17'),(773100,124481,'_server_http_x_forwarded_for_1','185.67.191.75'),(773101,124481,'_server_http_referer','http://www.google.com.hk'),(773102,124482,'login_id','1'),(773103,124482,'login_email','mentolnet@gmail.com'),(773104,124482,'login','mentol'),(773105,124482,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773106,124482,'_message_key','user_login_failed'),(773107,124482,'_xmlrpc_request','true'),(773108,124482,'_server_remote_addr','118.174.220.107'),(773109,124482,'_server_http_x_forwarded_for_0','19.70.248.77'),(773110,124482,'_server_http_x_forwarded_for_1','118.174.220.107'),(773111,124482,'_server_http_referer','http://www.google.com.hk'),(773112,124483,'login_id','1'),(773113,124483,'login_email','mentolnet@gmail.com'),(773114,124483,'login','mentol'),(773115,124483,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773116,124483,'_message_key','user_login_failed'),(773117,124483,'_xmlrpc_request','true'),(773118,124483,'_server_remote_addr','193.85.170.178'),(773119,124483,'_server_http_x_forwarded_for_0','206.87.199.58'),(773120,124483,'_server_http_x_forwarded_for_1','193.85.170.178'),(773121,124483,'_server_http_referer','http://www.google.com.hk'),(773122,124484,'login_id','1'),(773123,124484,'login_email','mentolnet@gmail.com'),(773124,124484,'login','mentol'),(773125,124484,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773126,124484,'_message_key','user_login_failed'),(773127,124484,'_xmlrpc_request','true'),(773128,124484,'_server_remote_addr','190.214.8.252'),(773129,124484,'_server_http_x_forwarded_for_0','126.143.235.252'),(773130,124484,'_server_http_x_forwarded_for_1','190.214.8.252'),(773131,124484,'_server_http_referer','http://www.google.com.hk'),(773132,124485,'login_id','1'),(773133,124485,'login_email','mentolnet@gmail.com'),(773134,124485,'login','mentol'),(773135,124485,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773136,124485,'_message_key','user_login_failed'),(773137,124485,'_xmlrpc_request','true'),(773138,124485,'_server_remote_addr','181.129.49.3'),(773139,124485,'_server_http_x_forwarded_for_0','71.217.201.81'),(773140,124485,'_server_http_x_forwarded_for_1','181.129.49.3'),(773141,124485,'_server_http_referer','http://www.google.com.hk'),(773142,124486,'login_id','1'),(773143,124486,'login_email','mentolnet@gmail.com'),(773144,124486,'login','mentol'),(773145,124486,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773146,124486,'_message_key','user_login_failed'),(773147,124486,'_xmlrpc_request','true'),(773148,124486,'_server_remote_addr','74.70.67.218'),(773149,124486,'_server_http_x_forwarded_for_0','42.239.219.150'),(773150,124486,'_server_http_x_forwarded_for_1','74.70.67.218'),(773151,124486,'_server_http_referer','http://www.google.com.hk'),(773152,124487,'login_id','1'),(773153,124487,'login_email','mentolnet@gmail.com'),(773154,124487,'login','mentol'),(773155,124487,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773156,124487,'_message_key','user_login_failed'),(773157,124487,'_xmlrpc_request','true'),(773158,124487,'_server_remote_addr','186.150.111.158'),(773159,124487,'_server_http_x_forwarded_for_0','101.76.233.152'),(773160,124487,'_server_http_x_forwarded_for_1','186.150.111.158'),(773161,124487,'_server_http_referer','http://www.google.com.hk'),(773162,124488,'login_id','1'),(773163,124488,'login_email','mentolnet@gmail.com'),(773164,124488,'login','mentol'),(773165,124488,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773166,124488,'_message_key','user_login_failed'),(773167,124488,'_xmlrpc_request','true'),(773168,124488,'_server_remote_addr','178.148.52.62'),(773169,124488,'_server_http_x_forwarded_for_0','220.37.43.113'),(773170,124488,'_server_http_x_forwarded_for_1','178.148.52.62'),(773171,124488,'_server_http_referer','http://www.google.com.hk'),(773172,124489,'login_id','1'),(773173,124489,'login_email','mentolnet@gmail.com'),(773174,124489,'login','mentol'),(773175,124489,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773176,124489,'_message_key','user_login_failed'),(773177,124489,'_xmlrpc_request','true'),(773178,124489,'_server_remote_addr','1.10.188.181'),(773179,124489,'_server_http_x_forwarded_for_0','74.81.159.89'),(773180,124489,'_server_http_x_forwarded_for_1','1.10.188.181'),(773181,124489,'_server_http_referer','http://www.google.com.hk'),(773182,124490,'login_id','1'),(773183,124490,'login_email','mentolnet@gmail.com'),(773184,124490,'login','mentol'),(773185,124490,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773186,124490,'_message_key','user_login_failed'),(773187,124490,'_xmlrpc_request','true'),(773188,124490,'_server_remote_addr','50.246.120.125'),(773189,124490,'_server_http_x_forwarded_for_0','109.187.30.193'),(773190,124490,'_server_http_x_forwarded_for_1','50.246.120.125'),(773191,124490,'_server_http_referer','http://www.google.com.hk'),(773192,124491,'login_id','1'),(773193,124491,'login_email','mentolnet@gmail.com'),(773194,124491,'login','mentol'),(773195,124491,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773196,124491,'_message_key','user_login_failed'),(773197,124491,'_xmlrpc_request','true'),(773198,124491,'_server_remote_addr','181.129.49.3'),(773199,124491,'_server_http_x_forwarded_for_1','181.129.49.3'),(773200,124491,'_server_http_referer','http://www.google.com.hk'),(773201,124492,'login_id','1'),(773202,124492,'login_email','mentolnet@gmail.com'),(773203,124492,'login','mentol'),(773204,124492,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773205,124492,'_message_key','user_login_failed'),(773206,124492,'_xmlrpc_request','true'),(773207,124492,'_server_remote_addr','212.19.8.223'),(773208,124492,'_server_http_x_forwarded_for_1','212.19.8.223'),(773209,124492,'_server_http_referer','http://www.google.com.hk'),(773210,124493,'login_id','1'),(773211,124493,'login_email','mentolnet@gmail.com'),(773212,124493,'login','mentol'),(773213,124493,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773214,124493,'_message_key','user_login_failed'),(773215,124493,'_xmlrpc_request','true'),(773216,124493,'_server_remote_addr','176.103.45.27'),(773217,124493,'_server_http_x_forwarded_for_0','173.223.81.220'),(773218,124493,'_server_http_x_forwarded_for_1','176.103.45.27'),(773219,124493,'_server_http_referer','http://www.google.com.hk'),(773220,124494,'login_id','1'),(773221,124494,'login_email','mentolnet@gmail.com'),(773222,124494,'login','mentol'),(773223,124494,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773224,124494,'_message_key','user_login_failed'),(773225,124494,'_xmlrpc_request','true'),(773226,124494,'_server_remote_addr','111.118.128.161'),(773227,124494,'_server_http_x_forwarded_for_0','163.69.135.218'),(773228,124494,'_server_http_x_forwarded_for_1','198.27.69.191'),(773229,124494,'_server_http_x_forwarded_for_2','111.118.128.161'),(773230,124494,'_server_http_referer','http://www.google.com.hk'),(773231,124495,'login_id','1'),(773232,124495,'login_email','mentolnet@gmail.com'),(773233,124495,'login','mentol'),(773234,124495,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773235,124495,'_message_key','user_login_failed'),(773236,124495,'_xmlrpc_request','true'),(773237,124495,'_server_remote_addr','213.16.81.131'),(773238,124495,'_server_http_x_forwarded_for_0','122.35.203.185'),(773239,124495,'_server_http_x_forwarded_for_1','213.16.81.131'),(773240,124495,'_server_http_referer','http://www.google.com.hk'),(773241,124496,'login_id','1'),(773242,124496,'login_email','mentolnet@gmail.com'),(773243,124496,'login','mentol'),(773244,124496,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773245,124496,'_message_key','user_login_failed'),(773246,124496,'_xmlrpc_request','true'),(773247,124496,'_server_remote_addr','31.211.130.169'),(773248,124496,'_server_http_x_forwarded_for_0','210.189.208.208'),(773249,124496,'_server_http_x_forwarded_for_1','31.211.130.169'),(773250,124496,'_server_http_referer','http://www.google.com.hk'),(773251,124497,'login_id','1'),(773252,124497,'login_email','mentolnet@gmail.com'),(773253,124497,'login','mentol'),(773254,124497,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773255,124497,'_message_key','user_login_failed'),(773256,124497,'_xmlrpc_request','true'),(773257,124497,'_server_remote_addr','84.236.185.247'),(773258,124497,'_server_http_x_forwarded_for_0','113.225.50.107'),(773259,124497,'_server_http_x_forwarded_for_1','84.236.185.247'),(773260,124497,'_server_http_referer','http://www.google.com.hk'),(773261,124498,'login_id','1'),(773262,124498,'login_email','mentolnet@gmail.com'),(773263,124498,'login','mentol'),(773264,124498,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773265,124498,'_message_key','user_login_failed'),(773266,124498,'_xmlrpc_request','true'),(773267,124498,'_server_remote_addr','163.47.36.90'),(773268,124498,'_server_http_x_forwarded_for_0','20.44.140.8'),(773269,124498,'_server_http_x_forwarded_for_1','198.27.69.191'),(773270,124498,'_server_http_x_forwarded_for_2','163.47.36.90'),(773271,124498,'_server_http_referer','http://www.google.com.hk'),(773272,124499,'login_id','1'),(773273,124499,'login_email','mentolnet@gmail.com'),(773274,124499,'login','mentol'),(773275,124499,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773276,124499,'_message_key','user_login_failed'),(773277,124499,'_xmlrpc_request','true'),(773278,124499,'_server_remote_addr','180.250.153.129'),(773279,124499,'_server_http_x_forwarded_for_0','178.111.169.54'),(773280,124499,'_server_http_x_forwarded_for_1','180.250.153.129'),(773281,124499,'_server_http_referer','http://www.google.com.hk'),(773282,124500,'login_id','1'),(773283,124500,'login_email','mentolnet@gmail.com'),(773284,124500,'login','mentol'),(773285,124500,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773286,124500,'_message_key','user_login_failed'),(773287,124500,'_xmlrpc_request','true'),(773288,124500,'_server_remote_addr','182.52.51.18'),(773289,124500,'_server_http_x_forwarded_for_0','111.142.190.253'),(773290,124500,'_server_http_x_forwarded_for_1','182.52.51.18'),(773291,124500,'_server_http_referer','http://www.google.com.hk'),(773292,124501,'login_id','1'),(773293,124501,'login_email','mentolnet@gmail.com'),(773294,124501,'login','mentol'),(773295,124501,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773296,124501,'_message_key','user_login_failed'),(773297,124501,'_xmlrpc_request','true'),(773298,124501,'_server_remote_addr','86.100.77.210'),(773299,124501,'_server_http_x_forwarded_for_0','93.180.218.211'),(773300,124501,'_server_http_x_forwarded_for_1','86.100.77.210'),(773301,124501,'_server_http_referer','http://www.google.com.hk'),(773302,124502,'login_id','1'),(773303,124502,'login_email','mentolnet@gmail.com'),(773304,124502,'login','mentol'),(773305,124502,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773306,124502,'_message_key','user_login_failed'),(773307,124502,'_xmlrpc_request','true'),(773308,124502,'_server_remote_addr','150.242.180.151'),(773309,124502,'_server_http_x_forwarded_for_0','23.79.214.36'),(773310,124502,'_server_http_x_forwarded_for_1','150.242.180.151'),(773311,124502,'_server_http_referer','http://www.google.com.hk'),(773312,124503,'login_id','1'),(773313,124503,'login_email','mentolnet@gmail.com'),(773314,124503,'login','mentol'),(773315,124503,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773316,124503,'_message_key','user_login_failed'),(773317,124503,'_xmlrpc_request','true'),(773318,124503,'_server_remote_addr','125.25.165.99'),(773319,124503,'_server_http_x_forwarded_for_0','201.81.222.159'),(773320,124503,'_server_http_x_forwarded_for_1','125.25.165.99'),(773321,124503,'_server_http_referer','http://www.google.com.hk'),(773322,124504,'login_id','1'),(773323,124504,'login_email','mentolnet@gmail.com'),(773324,124504,'login','mentol'),(773325,124504,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773326,124504,'_message_key','user_login_failed'),(773327,124504,'_xmlrpc_request','true'),(773328,124504,'_server_remote_addr','140.227.78.185'),(773329,124504,'_server_http_x_forwarded_for_0','140.227.78.185'),(773330,124504,'_server_http_referer','http://www.google.com.hk'),(773331,124505,'login_id','1'),(773332,124505,'login_email','mentolnet@gmail.com'),(773333,124505,'login','mentol'),(773334,124505,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773335,124505,'_message_key','user_login_failed'),(773336,124505,'_xmlrpc_request','true'),(773337,124505,'_server_remote_addr','109.106.139.225'),(773338,124505,'_server_http_x_forwarded_for_0','155.18.126.178'),(773339,124505,'_server_http_x_forwarded_for_1','109.106.139.225'),(773340,124505,'_server_http_referer','http://www.google.com.hk'),(773341,124506,'login_id','1'),(773342,124506,'login_email','mentolnet@gmail.com'),(773343,124506,'login','mentol'),(773344,124506,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773345,124506,'_message_key','user_login_failed'),(773346,124506,'_xmlrpc_request','true'),(773347,124506,'_server_remote_addr','190.121.128.242'),(773348,124506,'_server_http_x_forwarded_for_1','190.121.128.242'),(773349,124506,'_server_http_referer','http://www.google.com.hk'),(773350,124507,'login_id','1'),(773351,124507,'login_email','mentolnet@gmail.com'),(773352,124507,'login','mentol'),(773353,124507,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773354,124507,'_message_key','user_login_failed'),(773355,124507,'_xmlrpc_request','true'),(773356,124507,'_server_remote_addr','178.128.101.124'),(773357,124507,'_server_http_x_forwarded_for_0','178.128.101.124'),(773358,124508,'login_id','1'),(773359,124508,'login_email','mentolnet@gmail.com'),(773360,124508,'login','mentol'),(773361,124508,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773362,124508,'_message_key','user_login_failed'),(773363,124508,'_xmlrpc_request','true'),(773364,124508,'_server_remote_addr','178.168.67.89'),(773365,124508,'_server_http_x_forwarded_for_0','199.176.111.93'),(773366,124508,'_server_http_x_forwarded_for_1','178.168.67.89'),(773367,124508,'_server_http_referer','http://www.google.com.hk'),(773368,124509,'login_id','1'),(773369,124509,'login_email','mentolnet@gmail.com'),(773370,124509,'login','mentol'),(773371,124509,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773372,124509,'_message_key','user_login_failed'),(773373,124509,'_xmlrpc_request','true'),(773374,124509,'_server_remote_addr','64.49.66.66'),(773375,124509,'_server_http_x_forwarded_for_0','66.26.216.249'),(773376,124509,'_server_http_x_forwarded_for_1','64.49.66.66'),(773377,124509,'_server_http_referer','http://www.google.com.hk'),(773378,124510,'login_id','1'),(773379,124510,'login_email','mentolnet@gmail.com'),(773380,124510,'login','mentol'),(773381,124510,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773382,124510,'_message_key','user_login_failed'),(773383,124510,'_xmlrpc_request','true'),(773384,124510,'_server_remote_addr','58.9.118.95'),(773385,124510,'_server_http_x_forwarded_for_0','67.42.10.225'),(773386,124510,'_server_http_x_forwarded_for_1','58.9.118.95'),(773387,124510,'_server_http_x_forwarded_for_2','58.9.118.95'),(773388,124510,'_server_http_referer','http://www.google.com.hk'),(773389,124511,'login_id','1'),(773390,124511,'login_email','mentolnet@gmail.com'),(773391,124511,'login','mentol'),(773392,124511,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773393,124511,'_message_key','user_login_failed'),(773394,124511,'_xmlrpc_request','true'),(773395,124511,'_server_remote_addr','130.193.112.146'),(773396,124511,'_server_http_x_forwarded_for_0','53.140.21.14'),(773397,124511,'_server_http_x_forwarded_for_1','130.193.112.146'),(773398,124511,'_server_http_referer','http://www.google.com.hk'),(773399,124512,'login_id','1'),(773400,124512,'login_email','mentolnet@gmail.com'),(773401,124512,'login','mentol'),(773402,124512,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773403,124512,'_message_key','user_login_failed'),(773404,124512,'_xmlrpc_request','true'),(773405,124512,'_server_remote_addr','182.52.51.18'),(773406,124512,'_server_http_x_forwarded_for_0','80.155.51.238'),(773407,124512,'_server_http_x_forwarded_for_1','182.52.51.18'),(773408,124512,'_server_http_referer','http://www.google.com.hk'),(773409,124513,'login_id','1'),(773410,124513,'login_email','mentolnet@gmail.com'),(773411,124513,'login','mentol'),(773412,124513,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773413,124513,'_message_key','user_login_failed'),(773414,124513,'_xmlrpc_request','true'),(773415,124513,'_server_remote_addr','181.196.147.86'),(773416,124513,'_server_http_x_forwarded_for_0','180.124.159.35'),(773417,124513,'_server_http_x_forwarded_for_1','181.196.147.86'),(773418,124513,'_server_http_referer','http://www.google.com.hk'),(773419,124514,'login_id','1'),(773420,124514,'login_email','mentolnet@gmail.com'),(773421,124514,'login','mentol'),(773422,124514,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773423,124514,'_message_key','user_login_failed'),(773424,124514,'_xmlrpc_request','true'),(773425,124514,'_server_remote_addr','138.121.130.50'),(773426,124514,'_server_http_x_forwarded_for_1','138.121.130.50'),(773427,124514,'_server_http_referer','http://www.google.com.hk'),(773428,124515,'login_id','1'),(773429,124515,'login_email','mentolnet@gmail.com'),(773430,124515,'login','mentol'),(773431,124515,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773432,124515,'_message_key','user_login_failed'),(773433,124515,'_xmlrpc_request','true'),(773434,124515,'_server_remote_addr','140.227.205.163'),(773435,124515,'_server_http_x_forwarded_for_0','140.227.205.163'),(773436,124516,'login_id','1'),(773437,124516,'login_email','mentolnet@gmail.com'),(773438,124516,'login','mentol'),(773439,124516,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773440,124516,'_message_key','user_login_failed'),(773441,124516,'_xmlrpc_request','true'),(773442,124516,'_server_remote_addr','62.176.126.66'),(773443,124516,'_server_http_x_forwarded_for_0','133.150.217.52'),(773444,124516,'_server_http_x_forwarded_for_1','62.176.126.66'),(773445,124516,'_server_http_referer','http://www.google.com.hk'),(773446,124517,'login_id','1'),(773447,124517,'login_email','mentolnet@gmail.com'),(773448,124517,'login','mentol'),(773449,124517,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773450,124517,'_message_key','user_login_failed'),(773451,124517,'_xmlrpc_request','true'),(773452,124517,'_server_remote_addr','194.181.82.190'),(773453,124517,'_server_http_x_forwarded_for_0','145.217.74.37'),(773454,124517,'_server_http_x_forwarded_for_1','194.181.82.190'),(773455,124517,'_server_http_referer','http://www.google.com.hk'),(773456,124518,'login_id','1'),(773457,124518,'login_email','mentolnet@gmail.com'),(773458,124518,'login','mentol'),(773459,124518,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773460,124518,'_message_key','user_login_failed'),(773461,124518,'_xmlrpc_request','true'),(773462,124518,'_server_remote_addr','177.101.139.208'),(773463,124518,'_server_http_x_forwarded_for_0','3.185.208.64'),(773464,124518,'_server_http_x_forwarded_for_1','198.27.69.191'),(773465,124518,'_server_http_x_forwarded_for_2','177.101.139.208'),(773466,124518,'_server_http_referer','http://www.google.com.hk'),(773467,124519,'login_id','1'),(773468,124519,'login_email','mentolnet@gmail.com'),(773469,124519,'login','mentol'),(773470,124519,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773471,124519,'_message_key','user_login_failed'),(773472,124519,'_xmlrpc_request','true'),(773473,124519,'_server_remote_addr','77.120.246.243'),(773474,124519,'_server_http_x_forwarded_for_0','18.17.85.45'),(773475,124519,'_server_http_x_forwarded_for_1','77.120.246.243'),(773476,124519,'_server_http_referer','http://www.google.com.hk'),(773477,124520,'login_id','1'),(773478,124520,'login_email','mentolnet@gmail.com'),(773479,124520,'login','mentol'),(773480,124520,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773481,124520,'_message_key','user_login_failed'),(773482,124520,'_xmlrpc_request','true'),(773483,124520,'_server_remote_addr','138.68.163.3'),(773484,124520,'_server_http_x_forwarded_for_0','222.20.163.146'),(773485,124520,'_server_http_x_forwarded_for_1','198.27.69.191'),(773486,124520,'_server_http_x_forwarded_for_2','138.68.163.3'),(773487,124520,'_server_http_referer','http://www.google.com.hk'),(773488,124521,'login_id','1'),(773489,124521,'login_email','mentolnet@gmail.com'),(773490,124521,'login','mentol'),(773491,124521,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773492,124521,'_message_key','user_login_failed'),(773493,124521,'_xmlrpc_request','true'),(773494,124521,'_server_remote_addr','175.139.252.193'),(773495,124521,'_server_http_x_forwarded_for_0','20.103.142.217'),(773496,124521,'_server_http_x_forwarded_for_1','175.139.252.193'),(773497,124521,'_server_http_referer','http://www.google.com.hk'),(773498,124522,'login_id','1'),(773499,124522,'login_email','mentolnet@gmail.com'),(773500,124522,'login','mentol'),(773501,124522,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773502,124522,'_message_key','user_login_failed'),(773503,124522,'_xmlrpc_request','true'),(773504,124522,'_server_remote_addr','1.20.101.199'),(773505,124522,'_server_http_x_forwarded_for_0','220.243.38.136'),(773506,124522,'_server_http_x_forwarded_for_1','1.20.101.199'),(773507,124522,'_server_http_referer','http://www.google.com.hk'),(773508,124523,'login_id','1'),(773509,124523,'login_email','mentolnet@gmail.com'),(773510,124523,'login','mentol'),(773511,124523,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773512,124523,'_message_key','user_login_failed'),(773513,124523,'_xmlrpc_request','true'),(773514,124523,'_server_remote_addr','185.128.126.210'),(773515,124523,'_server_http_x_forwarded_for_0','2.175.201.228'),(773516,124523,'_server_http_x_forwarded_for_1','198.27.69.191'),(773517,124523,'_server_http_x_forwarded_for_2','185.128.126.210'),(773518,124523,'_server_http_referer','http://www.google.com.hk'),(773519,124524,'login_id','1'),(773520,124524,'login_email','mentolnet@gmail.com'),(773521,124524,'login','mentol'),(773522,124524,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773523,124524,'_message_key','user_login_failed'),(773524,124524,'_xmlrpc_request','true'),(773525,124524,'_server_remote_addr','195.208.131.189'),(773526,124524,'_server_http_x_forwarded_for_0','179.99.126.168'),(773527,124524,'_server_http_x_forwarded_for_1','195.208.131.189'),(773528,124524,'_server_http_referer','http://www.google.com.hk'),(773529,124525,'login_id','1'),(773530,124525,'login_email','mentolnet@gmail.com'),(773531,124525,'login','mentol'),(773532,124525,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773533,124525,'_message_key','user_login_failed'),(773534,124525,'_xmlrpc_request','true'),(773535,124525,'_server_remote_addr','175.139.218.9'),(773536,124525,'_server_http_x_forwarded_for_0','197.26.46.79'),(773537,124525,'_server_http_x_forwarded_for_1','198.27.69.191'),(773538,124525,'_server_http_x_forwarded_for_2','175.139.218.9'),(773539,124525,'_server_http_referer','http://www.google.com.hk'),(773540,124526,'login_id','1'),(773541,124526,'login_email','mentolnet@gmail.com'),(773542,124526,'login','mentol'),(773543,124526,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773544,124526,'_message_key','user_login_failed'),(773545,124526,'_xmlrpc_request','true'),(773546,124526,'_server_remote_addr','186.46.92.94'),(773547,124526,'_server_http_x_forwarded_for_0','140.243.11.176'),(773548,124526,'_server_http_x_forwarded_for_1','186.46.92.94'),(773549,124526,'_server_http_referer','http://www.google.com.hk'),(773550,124527,'login_id','1'),(773551,124527,'login_email','mentolnet@gmail.com'),(773552,124527,'login','mentol'),(773553,124527,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773554,124527,'_message_key','user_login_failed'),(773555,124527,'_xmlrpc_request','true'),(773556,124527,'_server_remote_addr','119.28.143.241'),(773557,124527,'_server_http_x_forwarded_for_0','25.17.159.176'),(773558,124527,'_server_http_x_forwarded_for_1','119.28.143.241'),(773559,124527,'_server_http_referer','http://www.google.com.hk'),(773560,124528,'login_id','1'),(773561,124528,'login_email','mentolnet@gmail.com'),(773562,124528,'login','mentol'),(773563,124528,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773564,124528,'_message_key','user_login_failed'),(773565,124528,'_xmlrpc_request','true'),(773566,124528,'_server_remote_addr','91.197.174.108'),(773567,124528,'_server_http_x_forwarded_for_0','65.239.252.37'),(773568,124528,'_server_http_x_forwarded_for_1','91.197.174.108'),(773569,124528,'_server_http_referer','http://www.google.com.hk'),(773570,124529,'login_id','1'),(773571,124529,'login_email','mentolnet@gmail.com'),(773572,124529,'login','mentol'),(773573,124529,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773574,124529,'_message_key','user_login_failed'),(773575,124529,'_xmlrpc_request','true'),(773576,124529,'_server_remote_addr','140.227.78.138'),(773577,124529,'_server_http_x_forwarded_for_0','140.227.78.138'),(773578,124529,'_server_http_referer','http://www.google.com.hk'),(773579,124530,'login_id','1'),(773580,124530,'login_email','mentolnet@gmail.com'),(773581,124530,'login','mentol'),(773582,124530,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773583,124530,'_message_key','user_login_failed'),(773584,124530,'_xmlrpc_request','true'),(773585,124530,'_server_remote_addr','1.10.187.156'),(773586,124530,'_server_http_x_forwarded_for_0','144.148.21.10'),(773587,124530,'_server_http_x_forwarded_for_1','1.10.187.156'),(773588,124530,'_server_http_referer','http://www.google.com.hk'),(773589,124531,'login_id','1'),(773590,124531,'login_email','mentolnet@gmail.com'),(773591,124531,'login','mentol'),(773592,124531,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773593,124531,'_message_key','user_login_failed'),(773594,124531,'_xmlrpc_request','true'),(773595,124531,'_server_remote_addr','61.91.189.170'),(773596,124531,'_server_http_x_forwarded_for_1','198.27.69.191'),(773597,124531,'_server_http_x_forwarded_for_2','61.91.189.170'),(773598,124531,'_server_http_referer','http://www.google.com.hk'),(773599,124532,'login_id','1'),(773600,124532,'login_email','mentolnet@gmail.com'),(773601,124532,'login','mentol'),(773602,124532,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773603,124532,'_message_key','user_login_failed'),(773604,124532,'_xmlrpc_request','true'),(773605,124532,'_server_remote_addr','109.230.60.3'),(773606,124532,'_server_http_x_forwarded_for_0','91.130.248.86'),(773607,124532,'_server_http_x_forwarded_for_1','109.230.60.3'),(773608,124532,'_server_http_referer','http://www.google.com.hk'),(773609,124533,'login_id','1'),(773610,124533,'login_email','mentolnet@gmail.com'),(773611,124533,'login','mentol'),(773612,124533,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773613,124533,'_message_key','user_login_failed'),(773614,124533,'_xmlrpc_request','true'),(773615,124533,'_server_remote_addr','51.15.69.7'),(773616,124533,'_server_http_x_forwarded_for_0','119.12.38.123'),(773617,124533,'_server_http_x_forwarded_for_1','198.27.69.191'),(773618,124533,'_server_http_x_forwarded_for_2','51.15.69.7'),(773619,124533,'_server_http_referer','http://www.google.com.hk'),(773620,124534,'login_id','1'),(773621,124534,'login_email','mentolnet@gmail.com'),(773622,124534,'login','mentol'),(773623,124534,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773624,124534,'_message_key','user_login_failed'),(773625,124534,'_xmlrpc_request','true'),(773626,124534,'_server_remote_addr','104.248.224.193'),(773627,124534,'_server_http_x_forwarded_for_2','104.248.224.193'),(773628,124534,'_server_http_referer','http://www.google.com.hk'),(773629,124535,'login_id','1'),(773630,124535,'login_email','mentolnet@gmail.com'),(773631,124535,'login','mentol'),(773632,124535,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773633,124535,'_message_key','user_login_failed'),(773634,124535,'_xmlrpc_request','true'),(773635,124535,'_server_remote_addr','45.124.145.34'),(773636,124535,'_server_http_x_forwarded_for_0','103.150.21.128'),(773637,124535,'_server_http_x_forwarded_for_1','198.27.69.191'),(773638,124535,'_server_http_x_forwarded_for_2','45.124.145.34'),(773639,124535,'_server_http_referer','http://www.google.com.hk'),(773640,124536,'login_id','1'),(773641,124536,'login_email','mentolnet@gmail.com'),(773642,124536,'login','mentol'),(773643,124536,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773644,124536,'_message_key','user_login_failed'),(773645,124536,'_xmlrpc_request','true'),(773646,124536,'_server_remote_addr','92.247.142.14'),(773647,124536,'_server_http_x_forwarded_for_0','64.99.122.31'),(773648,124536,'_server_http_x_forwarded_for_1','92.247.142.14'),(773649,124536,'_server_http_referer','http://www.google.com.hk'),(773650,124537,'login_id','1'),(773651,124537,'login_email','mentolnet@gmail.com'),(773652,124537,'login','mentol'),(773653,124537,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773654,124537,'_message_key','user_login_failed'),(773655,124537,'_xmlrpc_request','true'),(773656,124537,'_server_remote_addr','140.227.202.8'),(773657,124537,'_server_http_x_forwarded_for_0','140.227.202.8'),(773658,124538,'wp_core_current_version','5.0'),(773659,124538,'wp_core_new_version','5.0.1'),(773660,124538,'_message_key','core_update_available'),(773661,124538,'_server_remote_addr','130.185.87.25'),(773662,124538,'_server_http_x_forwarded_for_0','130.185.87.25'),(773663,124538,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1544671509.3178780078887939453125'),(773664,124539,'login_id','1'),(773665,124539,'login_email','mentolnet@gmail.com'),(773666,124539,'login','mentol'),(773667,124539,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773668,124539,'_message_key','user_login_failed'),(773669,124539,'_xmlrpc_request','true'),(773670,124539,'_server_remote_addr','62.173.155.206'),(773671,124539,'_server_http_x_forwarded_for_0','164.10.106.27'),(773672,124539,'_server_http_x_forwarded_for_1','62.173.155.206'),(773673,124539,'_server_http_referer','http://www.google.com.hk'),(773674,124540,'prev_version','5.0'),(773675,124540,'new_version','5.0.1'),(773676,124540,'_message_key','core_auto_updated'),(773677,124540,'_wp_cron_running','true'),(773678,124540,'_server_remote_addr','130.185.87.25'),(773679,124540,'_server_http_x_forwarded_for_0','130.185.87.25'),(773680,124540,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1544671509.3178780078887939453125'),(773681,124541,'login_id','1'),(773682,124541,'login_email','mentolnet@gmail.com'),(773683,124541,'login','mentol'),(773684,124541,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773685,124541,'_message_key','user_login_failed'),(773686,124541,'_xmlrpc_request','true'),(773687,124541,'_server_remote_addr','1.179.185.249'),(773688,124541,'_server_http_x_forwarded_for_0','158.225.204.236'),(773689,124541,'_server_http_x_forwarded_for_1','198.27.69.191'),(773690,124541,'_server_http_x_forwarded_for_2','1.179.185.249'),(773691,124541,'_server_http_referer','http://www.google.com.hk'),(773692,124542,'login_id','1'),(773693,124542,'login_email','mentolnet@gmail.com'),(773694,124542,'login','mentol'),(773695,124542,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773696,124542,'_message_key','user_login_failed'),(773697,124542,'_xmlrpc_request','true'),(773698,124542,'_server_remote_addr','31.132.127.142'),(773699,124542,'_server_http_x_forwarded_for_0','66.34.232.49'),(773700,124542,'_server_http_x_forwarded_for_1','31.132.127.142'),(773701,124542,'_server_http_referer','http://www.google.com.hk'),(773702,124543,'login_id','1'),(773703,124543,'login_email','mentolnet@gmail.com'),(773704,124543,'login','mentol'),(773705,124543,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773706,124543,'_message_key','user_login_failed'),(773707,124543,'_xmlrpc_request','true'),(773708,124543,'_server_remote_addr','109.234.112.250'),(773709,124543,'_server_http_x_forwarded_for_1','109.234.112.250'),(773710,124543,'_server_http_referer','http://www.google.com.hk'),(773711,124544,'login_id','1'),(773712,124544,'login_email','mentolnet@gmail.com'),(773713,124544,'login','mentol'),(773714,124544,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773715,124544,'_message_key','user_login_failed'),(773716,124544,'_xmlrpc_request','true'),(773717,124544,'_server_remote_addr','191.252.194.22'),(773718,124544,'_server_http_x_forwarded_for_0','174.45.39.109'),(773719,124544,'_server_http_x_forwarded_for_1','198.27.69.191'),(773720,124544,'_server_http_x_forwarded_for_2','191.252.194.22'),(773721,124544,'_server_http_referer','http://www.google.com.hk'),(773722,124545,'login_id','1'),(773723,124545,'login_email','mentolnet@gmail.com'),(773724,124545,'login','mentol'),(773725,124545,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773726,124545,'_message_key','user_login_failed'),(773727,124545,'_xmlrpc_request','true'),(773728,124545,'_server_remote_addr','181.112.41.50'),(773729,124545,'_server_http_x_forwarded_for_0','126.178.29.89'),(773730,124545,'_server_http_x_forwarded_for_1','181.112.41.50'),(773731,124545,'_server_http_referer','http://www.google.com.hk'),(773732,124546,'login_id','1'),(773733,124546,'login_email','mentolnet@gmail.com'),(773734,124546,'login','mentol'),(773735,124546,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773736,124546,'_message_key','user_login_failed'),(773737,124546,'_xmlrpc_request','true'),(773738,124546,'_server_remote_addr','191.240.99.142'),(773739,124546,'_server_http_x_forwarded_for_0','32.91.127.147'),(773740,124546,'_server_http_x_forwarded_for_1','198.27.69.191'),(773741,124546,'_server_http_x_forwarded_for_2','191.240.99.142'),(773742,124546,'_server_http_referer','http://www.google.com.hk'),(773743,124547,'login_id','1'),(773744,124547,'login_email','mentolnet@gmail.com'),(773745,124547,'login','mentol'),(773746,124547,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773747,124547,'_message_key','user_login_failed'),(773748,124547,'_xmlrpc_request','true'),(773749,124547,'_server_remote_addr','178.130.29.226'),(773750,124547,'_server_http_x_forwarded_for_0','173.197.136.50'),(773751,124547,'_server_http_x_forwarded_for_1','178.130.29.226'),(773752,124547,'_server_http_referer','http://www.google.com.hk'),(773753,124548,'login_id','1'),(773754,124548,'login_email','mentolnet@gmail.com'),(773755,124548,'login','mentol'),(773756,124548,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773757,124548,'_message_key','user_login_failed'),(773758,124548,'_xmlrpc_request','true'),(773759,124548,'_server_remote_addr','78.108.108.192'),(773760,124548,'_server_http_x_forwarded_for_0','170.35.33.16'),(773761,124548,'_server_http_x_forwarded_for_1','78.108.108.192'),(773762,124548,'_server_http_referer','http://www.google.com.hk'),(773763,124549,'login_id','1'),(773764,124549,'login_email','mentolnet@gmail.com'),(773765,124549,'login','mentol'),(773766,124549,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773767,124549,'_message_key','user_login_failed'),(773768,124549,'_xmlrpc_request','true'),(773769,124549,'_server_remote_addr','109.167.201.210'),(773770,124549,'_server_http_x_forwarded_for_1','109.167.201.210'),(773771,124549,'_server_http_referer','http://www.google.com.hk'),(773772,124550,'login_id','1'),(773773,124550,'login_email','mentolnet@gmail.com'),(773774,124550,'login','mentol'),(773775,124550,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773776,124550,'_message_key','user_login_failed'),(773777,124550,'_xmlrpc_request','true'),(773778,124550,'_server_remote_addr','92.247.142.14'),(773779,124550,'_server_http_x_forwarded_for_1','92.247.142.14'),(773780,124550,'_server_http_referer','http://www.google.com.hk'),(773781,124551,'login_id','1'),(773782,124551,'login_email','mentolnet@gmail.com'),(773783,124551,'login','mentol'),(773784,124551,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773785,124551,'_message_key','user_login_failed'),(773786,124551,'_xmlrpc_request','true'),(773787,124551,'_server_remote_addr','31.179.192.214'),(773788,124551,'_server_http_x_forwarded_for_0','174.13.140.26'),(773789,124551,'_server_http_x_forwarded_for_1','31.179.192.214'),(773790,124551,'_server_http_referer','http://www.google.com.hk'),(773791,124552,'login_id','1'),(773792,124552,'login_email','mentolnet@gmail.com'),(773793,124552,'login','mentol'),(773794,124552,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773795,124552,'_message_key','user_login_failed'),(773796,124552,'_xmlrpc_request','true'),(773797,124552,'_server_remote_addr','91.207.27.142'),(773798,124552,'_server_http_x_forwarded_for_0','70.223.171.243'),(773799,124552,'_server_http_x_forwarded_for_1','91.207.27.142'),(773800,124552,'_server_http_referer','http://www.google.com.hk'),(773801,124553,'login_id','1'),(773802,124553,'login_email','mentolnet@gmail.com'),(773803,124553,'login','mentol'),(773804,124553,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773805,124553,'_message_key','user_login_failed'),(773806,124553,'_xmlrpc_request','true'),(773807,124553,'_server_remote_addr','61.6.50.119'),(773808,124553,'_server_http_x_forwarded_for_0','161.149.90.169'),(773809,124553,'_server_http_x_forwarded_for_1','61.6.50.119'),(773810,124553,'_server_http_referer','http://www.google.com.hk'),(773811,124554,'login_id','1'),(773812,124554,'login_email','mentolnet@gmail.com'),(773813,124554,'login','mentol'),(773814,124554,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773815,124554,'_message_key','user_login_failed'),(773816,124554,'_xmlrpc_request','true'),(773817,124554,'_server_remote_addr','140.227.200.38'),(773818,124554,'_server_http_x_forwarded_for_0','140.227.200.38'),(773819,124555,'login_id','1'),(773820,124555,'login_email','mentolnet@gmail.com'),(773821,124555,'login','mentol'),(773822,124555,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773823,124555,'_message_key','user_login_failed'),(773824,124555,'_xmlrpc_request','true'),(773825,124555,'_server_remote_addr','74.59.132.126'),(773826,124555,'_server_http_x_forwarded_for_0','138.136.10.14'),(773827,124555,'_server_http_x_forwarded_for_1','74.59.132.126'),(773828,124555,'_server_http_referer','http://www.google.com.hk'),(773829,124556,'login_id','1'),(773830,124556,'login_email','mentolnet@gmail.com'),(773831,124556,'login','mentol'),(773832,124556,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773833,124556,'_message_key','user_login_failed'),(773834,124556,'_xmlrpc_request','true'),(773835,124556,'_server_remote_addr','130.193.112.146'),(773836,124556,'_server_http_x_forwarded_for_0','165.111.138.211'),(773837,124556,'_server_http_x_forwarded_for_1','130.193.112.146'),(773838,124556,'_server_http_referer','http://www.google.com.hk'),(773839,124557,'login_id','1'),(773840,124557,'login_email','mentolnet@gmail.com'),(773841,124557,'login','mentol'),(773842,124557,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773843,124557,'_message_key','user_login_failed'),(773844,124557,'_xmlrpc_request','true'),(773845,124557,'_server_remote_addr','178.54.6.178'),(773846,124557,'_server_http_x_forwarded_for_0','103.234.4.155'),(773847,124557,'_server_http_x_forwarded_for_1','178.54.6.178'),(773848,124557,'_server_http_referer','http://www.google.com.hk'),(773849,124558,'login_id','1'),(773850,124558,'login_email','mentolnet@gmail.com'),(773851,124558,'login','mentol'),(773852,124558,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773853,124558,'_message_key','user_login_failed'),(773854,124558,'_xmlrpc_request','true'),(773855,124558,'_server_remote_addr','89.22.17.62'),(773856,124558,'_server_http_x_forwarded_for_0','83.118.243.251'),(773857,124558,'_server_http_x_forwarded_for_1','89.22.17.62'),(773858,124558,'_server_http_referer','http://www.google.com.hk'),(773859,124559,'login_id','1'),(773860,124559,'login_email','mentolnet@gmail.com'),(773861,124559,'login','mentol'),(773862,124559,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773863,124559,'_message_key','user_login_failed'),(773864,124559,'_xmlrpc_request','true'),(773865,124559,'_server_remote_addr','181.112.41.50'),(773866,124559,'_server_http_x_forwarded_for_0','106.70.116.59'),(773867,124559,'_server_http_x_forwarded_for_1','181.112.41.50'),(773868,124559,'_server_http_referer','http://www.google.com.hk'),(773869,124560,'login_id','1'),(773870,124560,'login_email','mentolnet@gmail.com'),(773871,124560,'login','mentol'),(773872,124560,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773873,124560,'_message_key','user_login_failed'),(773874,124560,'_xmlrpc_request','true'),(773875,124560,'_server_remote_addr','212.200.27.134'),(773876,124560,'_server_http_x_forwarded_for_1','212.200.27.134'),(773877,124560,'_server_http_referer','http://www.google.com.hk'),(773878,124561,'login_id','1'),(773879,124561,'login_email','mentolnet@gmail.com'),(773880,124561,'login','mentol'),(773881,124561,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773882,124561,'_message_key','user_login_failed'),(773883,124561,'_xmlrpc_request','true'),(773884,124561,'_server_remote_addr','180.250.16.66'),(773885,124561,'_server_http_x_forwarded_for_0','182.19.72.23'),(773886,124561,'_server_http_x_forwarded_for_1','180.250.16.66'),(773887,124561,'_server_http_referer','http://www.google.com.hk'),(773888,124562,'login_id','1'),(773889,124562,'login_email','mentolnet@gmail.com'),(773890,124562,'login','mentol'),(773891,124562,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773892,124562,'_message_key','user_login_failed'),(773893,124562,'_xmlrpc_request','true'),(773894,124562,'_server_remote_addr','188.165.240.92'),(773895,124562,'_server_http_x_forwarded_for_0','188.165.240.92'),(773896,124563,'login_id','1'),(773897,124563,'login_email','mentolnet@gmail.com'),(773898,124563,'login','mentol'),(773899,124563,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773900,124563,'_message_key','user_login_failed'),(773901,124563,'_xmlrpc_request','true'),(773902,124563,'_server_remote_addr','202.162.221.250'),(773903,124563,'_server_http_x_forwarded_for_0','45.64.197.83'),(773904,124563,'_server_http_x_forwarded_for_1','202.162.221.250'),(773905,124563,'_server_http_referer','http://www.google.com.hk'),(773906,124564,'login_id','1'),(773907,124564,'login_email','mentolnet@gmail.com'),(773908,124564,'login','mentol'),(773909,124564,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773910,124564,'_message_key','user_login_failed'),(773911,124564,'_xmlrpc_request','true'),(773912,124564,'_server_remote_addr','186.232.44.50'),(773913,124564,'_server_http_x_forwarded_for_0','98.210.52.198'),(773914,124564,'_server_http_x_forwarded_for_1','186.232.44.50'),(773915,124564,'_server_http_referer','http://www.google.com.hk'),(773916,124565,'login_id','1'),(773917,124565,'login_email','mentolnet@gmail.com'),(773918,124565,'login','mentol'),(773919,124565,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773920,124565,'_message_key','user_login_failed'),(773921,124565,'_xmlrpc_request','true'),(773922,124565,'_server_remote_addr','74.70.67.218'),(773923,124565,'_server_http_x_forwarded_for_0','168.118.2.57'),(773924,124565,'_server_http_x_forwarded_for_1','74.70.67.218'),(773925,124565,'_server_http_referer','http://www.google.com.hk'),(773926,124566,'login_id','1'),(773927,124566,'login_email','mentolnet@gmail.com'),(773928,124566,'login','mentol'),(773929,124566,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773930,124566,'_message_key','user_login_failed'),(773931,124566,'_xmlrpc_request','true'),(773932,124566,'_server_remote_addr','113.190.235.50'),(773933,124566,'_server_http_x_forwarded_for_0','175.228.225.57'),(773934,124566,'_server_http_x_forwarded_for_1','113.190.235.50'),(773935,124566,'_server_http_referer','http://www.google.com.hk'),(773936,124567,'login_id','1'),(773937,124567,'login_email','mentolnet@gmail.com'),(773938,124567,'login','mentol'),(773939,124567,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773940,124567,'_message_key','user_login_failed'),(773941,124567,'_xmlrpc_request','true'),(773942,124567,'_server_remote_addr','185.190.40.115'),(773943,124567,'_server_http_x_forwarded_for_0','73.143.185.98'),(773944,124567,'_server_http_x_forwarded_for_1','185.190.40.115'),(773945,124567,'_server_http_referer','http://www.google.com.hk'),(773946,124568,'login_id','1'),(773947,124568,'login_email','mentolnet@gmail.com'),(773948,124568,'login','mentol'),(773949,124568,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773950,124568,'_message_key','user_login_failed'),(773951,124568,'_xmlrpc_request','true'),(773952,124568,'_server_remote_addr','1.10.189.58'),(773953,124568,'_server_http_x_forwarded_for_0','59.18.14.217'),(773954,124568,'_server_http_x_forwarded_for_1','1.10.189.58'),(773955,124568,'_server_http_referer','http://www.google.com.hk'),(773956,124569,'login_id','1'),(773957,124569,'login_email','mentolnet@gmail.com'),(773958,124569,'login','mentol'),(773959,124569,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773960,124569,'_message_key','user_login_failed'),(773961,124569,'_xmlrpc_request','true'),(773962,124569,'_server_remote_addr','114.33.59.156'),(773963,124569,'_server_http_x_forwarded_for_0','91.229.129.243'),(773964,124569,'_server_http_x_forwarded_for_1','114.33.59.156'),(773965,124569,'_server_http_referer','http://www.google.com.hk'),(773966,124570,'login_id','1'),(773967,124570,'login_email','mentolnet@gmail.com'),(773968,124570,'login','mentol'),(773969,124570,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773970,124570,'_message_key','user_login_failed'),(773971,124570,'_xmlrpc_request','true'),(773972,124570,'_server_remote_addr','140.227.206.176'),(773973,124570,'_server_http_x_forwarded_for_0','140.227.206.176'),(773974,124571,'login_id','1'),(773975,124571,'login_email','mentolnet@gmail.com'),(773976,124571,'login','mentol'),(773977,124571,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773978,124571,'_message_key','user_login_failed'),(773979,124571,'_xmlrpc_request','true'),(773980,124571,'_server_remote_addr','178.57.101.235'),(773981,124571,'_server_http_x_forwarded_for_0','4.142.121.98'),(773982,124571,'_server_http_x_forwarded_for_1','178.57.101.235'),(773983,124571,'_server_http_referer','http://www.google.com.hk'),(773984,124572,'login_id','1'),(773985,124572,'login_email','mentolnet@gmail.com'),(773986,124572,'login','mentol'),(773987,124572,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773988,124572,'_message_key','user_login_failed'),(773989,124572,'_xmlrpc_request','true'),(773990,124572,'_server_remote_addr','106.1.29.250'),(773991,124572,'_server_http_x_forwarded_for_0','102.46.84.108'),(773992,124572,'_server_http_x_forwarded_for_1','106.1.29.250'),(773993,124572,'_server_http_referer','http://www.google.com.hk'),(773994,124573,'login_id','1'),(773995,124573,'login_email','mentolnet@gmail.com'),(773996,124573,'login','mentol'),(773997,124573,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(773998,124573,'_message_key','user_login_failed'),(773999,124573,'_xmlrpc_request','true'),(774000,124573,'_server_remote_addr','178.128.101.124'),(774001,124573,'_server_http_x_forwarded_for_0','178.128.101.124'),(774002,124574,'login_id','1'),(774003,124574,'login_email','mentolnet@gmail.com'),(774004,124574,'login','mentol'),(774005,124574,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774006,124574,'_message_key','user_login_failed'),(774007,124574,'_xmlrpc_request','true'),(774008,124574,'_server_remote_addr','202.21.188.58'),(774009,124574,'_server_http_x_forwarded_for_0','115.117.69.254'),(774010,124574,'_server_http_x_forwarded_for_1','198.27.69.191'),(774011,124574,'_server_http_x_forwarded_for_2','202.21.188.58'),(774012,124574,'_server_http_referer','http://www.google.com.hk'),(774013,124575,'login_id','1'),(774014,124575,'login_email','mentolnet@gmail.com'),(774015,124575,'login','mentol'),(774016,124575,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774017,124575,'_message_key','user_login_failed'),(774018,124575,'_xmlrpc_request','true'),(774019,124575,'_server_remote_addr','139.255.19.162'),(774020,124575,'_server_http_x_forwarded_for_0','97.143.247.242'),(774021,124575,'_server_http_x_forwarded_for_1','139.255.19.162'),(774022,124575,'_server_http_referer','http://www.google.com.hk'),(774023,124576,'login_id','1'),(774024,124576,'login_email','mentolnet@gmail.com'),(774025,124576,'login','mentol'),(774026,124576,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774027,124576,'_message_key','user_login_failed'),(774028,124576,'_xmlrpc_request','true'),(774029,124576,'_server_remote_addr','41.78.243.233'),(774030,124576,'_server_http_x_forwarded_for_0','40.225.45.165'),(774031,124576,'_server_http_x_forwarded_for_1','41.78.243.233'),(774032,124576,'_server_http_referer','http://www.google.com.hk'),(774033,124577,'login_id','1'),(774034,124577,'login_email','mentolnet@gmail.com'),(774035,124577,'login','mentol'),(774036,124577,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774037,124577,'_message_key','user_login_failed'),(774038,124577,'_xmlrpc_request','true'),(774039,124577,'_server_remote_addr','193.107.247.98'),(774040,124577,'_server_http_x_forwarded_for_1','193.107.247.98'),(774041,124577,'_server_http_referer','http://www.google.com.hk'),(774042,124578,'login_id','1'),(774043,124578,'login_email','mentolnet@gmail.com'),(774044,124578,'login','mentol'),(774045,124578,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774046,124578,'_message_key','user_login_failed'),(774047,124578,'_xmlrpc_request','true'),(774048,124578,'_server_remote_addr','153.146.163.197'),(774049,124578,'_server_http_x_forwarded_for_0','162.2.153.137'),(774050,124578,'_server_http_x_forwarded_for_1','153.146.163.197'),(774051,124578,'_server_http_referer','http://www.google.com.hk'),(774052,124579,'login_id','1'),(774053,124579,'login_email','mentolnet@gmail.com'),(774054,124579,'login','mentol'),(774055,124579,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774056,124579,'_message_key','user_login_failed'),(774057,124579,'_xmlrpc_request','true'),(774058,124579,'_server_remote_addr','193.107.247.98'),(774059,124579,'_server_http_x_forwarded_for_0','206.90.141.204'),(774060,124579,'_server_http_x_forwarded_for_1','193.107.247.98'),(774061,124579,'_server_http_referer','http://www.google.com.hk'),(774062,124580,'login_id','1'),(774063,124580,'login_email','mentolnet@gmail.com'),(774064,124580,'login','mentol'),(774065,124580,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774066,124580,'_message_key','user_login_failed'),(774067,124580,'_xmlrpc_request','true'),(774068,124580,'_server_remote_addr','1.10.187.156'),(774069,124580,'_server_http_x_forwarded_for_0','17.59.19.231'),(774070,124580,'_server_http_x_forwarded_for_1','1.10.187.156'),(774071,124580,'_server_http_referer','http://www.google.com.hk'),(774072,124581,'login_id','1'),(774073,124581,'login_email','mentolnet@gmail.com'),(774074,124581,'login','mentol'),(774075,124581,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774076,124581,'_message_key','user_login_failed'),(774077,124581,'_xmlrpc_request','true'),(774078,124581,'_server_remote_addr','140.227.78.185'),(774079,124581,'_server_http_x_forwarded_for_0','140.227.78.185'),(774080,124581,'_server_http_referer','http://www.google.com.hk'),(774081,124582,'login_id','1'),(774082,124582,'login_email','mentolnet@gmail.com'),(774083,124582,'login','mentol'),(774084,124582,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774085,124582,'_message_key','user_login_failed'),(774086,124582,'_xmlrpc_request','true'),(774087,124582,'_server_remote_addr','1.10.187.156'),(774088,124582,'_server_http_x_forwarded_for_0','79.210.185.108'),(774089,124582,'_server_http_x_forwarded_for_1','1.10.187.156'),(774090,124582,'_server_http_referer','http://www.google.com.hk'),(774091,124583,'login_id','1'),(774092,124583,'login_email','mentolnet@gmail.com'),(774093,124583,'login','mentol'),(774094,124583,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774095,124583,'_message_key','user_login_failed'),(774096,124583,'_xmlrpc_request','true'),(774097,124583,'_server_remote_addr','125.25.165.105'),(774098,124583,'_server_http_x_forwarded_for_0','208.82.116.203'),(774099,124583,'_server_http_x_forwarded_for_1','125.25.165.105'),(774100,124583,'_server_http_referer','http://www.google.com.hk'),(774101,124584,'login_id','1'),(774102,124584,'login_email','mentolnet@gmail.com'),(774103,124584,'login','mentol'),(774104,124584,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774105,124584,'_message_key','user_login_failed'),(774106,124584,'_xmlrpc_request','true'),(774107,124584,'_server_remote_addr','185.228.141.98'),(774108,124584,'_server_http_x_forwarded_for_1','198.27.69.191'),(774109,124584,'_server_http_x_forwarded_for_2','185.228.141.98'),(774110,124584,'_server_http_referer','http://www.google.com.hk'),(774111,124585,'login_id','1'),(774112,124585,'login_email','mentolnet@gmail.com'),(774113,124585,'login','mentol'),(774114,124585,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774115,124585,'_message_key','user_login_failed'),(774116,124585,'_xmlrpc_request','true'),(774117,124585,'_server_remote_addr','119.28.29.195'),(774118,124585,'_server_http_x_forwarded_for_0','127.14.116.163'),(774119,124585,'_server_http_x_forwarded_for_1','119.28.29.195'),(774120,124585,'_server_http_referer','http://www.google.com.hk'),(774121,124586,'login_id','1'),(774122,124586,'login_email','mentolnet@gmail.com'),(774123,124586,'login','mentol'),(774124,124586,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774125,124586,'_message_key','user_login_failed'),(774126,124586,'_xmlrpc_request','true'),(774127,124586,'_server_remote_addr','131.72.140.70'),(774128,124586,'_server_http_x_forwarded_for_1','198.27.69.191'),(774129,124586,'_server_http_x_forwarded_for_2','131.72.140.70'),(774130,124586,'_server_http_referer','http://www.google.com.hk'),(774131,124587,'login_id','1'),(774132,124587,'login_email','mentolnet@gmail.com'),(774133,124587,'login','mentol'),(774134,124587,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774135,124587,'_message_key','user_login_failed'),(774136,124587,'_xmlrpc_request','true'),(774137,124587,'_server_remote_addr','1.10.187.156'),(774138,124587,'_server_http_x_forwarded_for_0','60.55.190.111'),(774139,124587,'_server_http_x_forwarded_for_1','1.10.187.156'),(774140,124587,'_server_http_referer','http://www.google.com.hk'),(774141,124588,'login_id','1'),(774142,124588,'login_email','mentolnet@gmail.com'),(774143,124588,'login','mentol'),(774144,124588,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774145,124588,'_message_key','user_login_failed'),(774146,124588,'_xmlrpc_request','true'),(774147,124588,'_server_remote_addr','181.129.49.3'),(774148,124588,'_server_http_x_forwarded_for_1','181.129.49.3'),(774149,124588,'_server_http_referer','http://www.google.com.hk'),(774150,124589,'login_id','1'),(774151,124589,'login_email','mentolnet@gmail.com'),(774152,124589,'login','mentol'),(774153,124589,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774154,124589,'_message_key','user_login_failed'),(774155,124589,'_xmlrpc_request','true'),(774156,124589,'_server_remote_addr','190.214.8.252'),(774157,124589,'_server_http_x_forwarded_for_0','108.191.249.95'),(774158,124589,'_server_http_x_forwarded_for_1','190.214.8.252'),(774159,124589,'_server_http_referer','http://www.google.com.hk'),(774160,124590,'login_id','1'),(774161,124590,'login_email','mentolnet@gmail.com'),(774162,124590,'login','mentol'),(774163,124590,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774164,124590,'_message_key','user_login_failed'),(774165,124590,'_xmlrpc_request','true'),(774166,124590,'_server_remote_addr','36.67.80.19'),(774167,124590,'_server_http_x_forwarded_for_0','76.93.128.122'),(774168,124590,'_server_http_x_forwarded_for_1','198.27.69.191'),(774169,124590,'_server_http_x_forwarded_for_2','36.67.80.19'),(774170,124590,'_server_http_referer','http://www.google.com.hk'),(774171,124591,'login_id','1'),(774172,124591,'login_email','mentolnet@gmail.com'),(774173,124591,'login','mentol'),(774174,124591,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774175,124591,'_message_key','user_login_failed'),(774176,124591,'_xmlrpc_request','true'),(774177,124591,'_server_remote_addr','31.148.48.151'),(774178,124591,'_server_http_x_forwarded_for_0','71.174.50.57'),(774179,124591,'_server_http_x_forwarded_for_1','31.148.48.151'),(774180,124591,'_server_http_referer','http://www.google.com.hk'),(774181,124592,'login_id','1'),(774182,124592,'login_email','mentolnet@gmail.com'),(774183,124592,'login','mentol'),(774184,124592,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774185,124592,'_message_key','user_login_failed'),(774186,124592,'_xmlrpc_request','true'),(774187,124592,'_server_remote_addr','113.176.88.10'),(774188,124592,'_server_http_x_forwarded_for_0','81.171.16.108'),(774189,124592,'_server_http_x_forwarded_for_1','113.176.88.10'),(774190,124592,'_server_http_referer','http://www.google.com.hk'),(774191,124593,'login_id','1'),(774192,124593,'login_email','mentolnet@gmail.com'),(774193,124593,'login','mentol'),(774194,124593,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774195,124593,'_message_key','user_login_failed'),(774196,124593,'_xmlrpc_request','true'),(774197,124593,'_server_remote_addr','111.118.150.193'),(774198,124593,'_server_http_x_forwarded_for_1','111.118.150.193'),(774199,124593,'_server_http_referer','http://www.google.com.hk'),(774200,124594,'login_id','1'),(774201,124594,'login_email','mentolnet@gmail.com'),(774202,124594,'login','mentol'),(774203,124594,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774204,124594,'_message_key','user_login_failed'),(774205,124594,'_xmlrpc_request','true'),(774206,124594,'_server_remote_addr','202.94.164.42'),(774207,124594,'_server_http_x_forwarded_for_0','115.199.189.177'),(774208,124594,'_server_http_x_forwarded_for_1','202.94.164.42'),(774209,124594,'_server_http_referer','http://www.google.com.hk'),(774210,124595,'login_id','1'),(774211,124595,'login_email','mentolnet@gmail.com'),(774212,124595,'login','mentol'),(774213,124595,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774214,124595,'_message_key','user_login_failed'),(774215,124595,'_xmlrpc_request','true'),(774216,124595,'_server_remote_addr','157.65.171.63'),(774217,124595,'_server_http_x_forwarded_for_0','157.65.171.63'),(774218,124595,'_server_http_referer','http://www.google.com.hk'),(774219,124596,'login_id','1'),(774220,124596,'login_email','mentolnet@gmail.com'),(774221,124596,'login','mentol'),(774222,124596,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774223,124596,'_message_key','user_login_failed'),(774224,124596,'_xmlrpc_request','true'),(774225,124596,'_server_remote_addr','182.52.87.167'),(774226,124596,'_server_http_x_forwarded_for_0','137.216.80.2'),(774227,124596,'_server_http_x_forwarded_for_1','182.52.87.167'),(774228,124596,'_server_http_referer','http://www.google.com.hk'),(774229,124597,'login_id','1'),(774230,124597,'login_email','mentolnet@gmail.com'),(774231,124597,'login','mentol'),(774232,124597,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774233,124597,'_message_key','user_login_failed'),(774234,124597,'_xmlrpc_request','true'),(774235,124597,'_server_remote_addr','200.155.156.162'),(774236,124597,'_server_http_x_forwarded_for_0','135.137.4.231'),(774237,124597,'_server_http_x_forwarded_for_1','200.155.156.162'),(774238,124597,'_server_http_referer','http://www.google.com.hk'),(774239,124598,'login_id','1'),(774240,124598,'login_email','mentolnet@gmail.com'),(774241,124598,'login','mentol'),(774242,124598,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774243,124598,'_message_key','user_login_failed'),(774244,124598,'_xmlrpc_request','true'),(774245,124598,'_server_remote_addr','183.91.66.210'),(774246,124598,'_server_http_x_forwarded_for_0','201.234.71.15'),(774247,124598,'_server_http_x_forwarded_for_1','183.91.66.210'),(774248,124598,'_server_http_referer','http://www.google.com.hk'),(774249,124599,'login_id','1'),(774250,124599,'login_email','mentolnet@gmail.com'),(774251,124599,'login','mentol'),(774252,124599,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774253,124599,'_message_key','user_login_failed'),(774254,124599,'_xmlrpc_request','true'),(774255,124599,'_server_remote_addr','113.190.235.50'),(774256,124599,'_server_http_x_forwarded_for_1','113.190.235.50'),(774257,124599,'_server_http_referer','http://www.google.com.hk'),(774258,124600,'login_id','1'),(774259,124600,'login_email','mentolnet@gmail.com'),(774260,124600,'login','mentol'),(774261,124600,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774262,124600,'_message_key','user_login_failed'),(774263,124600,'_xmlrpc_request','true'),(774264,124600,'_server_remote_addr','36.66.95.13'),(774265,124600,'_server_http_x_forwarded_for_0','212.230.120.204'),(774266,124600,'_server_http_x_forwarded_for_1','36.66.95.13'),(774267,124600,'_server_http_referer','http://www.google.com.hk'),(774268,124601,'login_id','1'),(774269,124601,'login_email','mentolnet@gmail.com'),(774270,124601,'login','mentol'),(774271,124601,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774272,124601,'_message_key','user_login_failed'),(774273,124601,'_xmlrpc_request','true'),(774274,124601,'_server_remote_addr','119.82.253.89'),(774275,124601,'_server_http_x_forwarded_for_1','119.82.253.89'),(774276,124601,'_server_http_referer','http://www.google.com.hk'),(774277,124602,'login_id','1'),(774278,124602,'login_email','mentolnet@gmail.com'),(774279,124602,'login','mentol'),(774280,124602,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774281,124602,'_message_key','user_login_failed'),(774282,124602,'_xmlrpc_request','true'),(774283,124602,'_server_remote_addr','1.20.151.42'),(774284,124602,'_server_http_x_forwarded_for_0','1.20.151.42'),(774285,124602,'_server_http_referer','http://www.google.com.hk'),(774286,124603,'login_id','1'),(774287,124603,'login_email','mentolnet@gmail.com'),(774288,124603,'login','mentol'),(774289,124603,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774290,124603,'_message_key','user_login_failed'),(774291,124603,'_xmlrpc_request','true'),(774292,124603,'_server_remote_addr','118.97.125.150'),(774293,124603,'_server_http_x_forwarded_for_0','191.139.157.245'),(774294,124603,'_server_http_x_forwarded_for_1','118.97.125.150'),(774295,124603,'_server_http_referer','http://www.google.com.hk'),(774296,124604,'login_id','1'),(774297,124604,'login_email','mentolnet@gmail.com'),(774298,124604,'login','mentol'),(774299,124604,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774300,124604,'_message_key','user_login_failed'),(774301,124604,'_xmlrpc_request','true'),(774302,124604,'_server_remote_addr','116.212.135.134'),(774303,124604,'_server_http_x_forwarded_for_0','136.161.109.135'),(774304,124604,'_server_http_x_forwarded_for_1','116.212.135.134'),(774305,124604,'_server_http_referer','http://www.google.com.hk'),(774306,124605,'login_id','1'),(774307,124605,'login_email','mentolnet@gmail.com'),(774308,124605,'login','mentol'),(774309,124605,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774310,124605,'_message_key','user_login_failed'),(774311,124605,'_xmlrpc_request','true'),(774312,124605,'_server_remote_addr','62.176.126.66'),(774313,124605,'_server_http_x_forwarded_for_0','170.33.196.102'),(774314,124605,'_server_http_x_forwarded_for_1','62.176.126.66'),(774315,124605,'_server_http_referer','http://www.google.com.hk'),(774316,124606,'login_id','1'),(774317,124606,'login_email','mentolnet@gmail.com'),(774318,124606,'login','mentol'),(774319,124606,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774320,124606,'_message_key','user_login_failed'),(774321,124606,'_xmlrpc_request','true'),(774322,124606,'_server_remote_addr','103.1.94.69'),(774323,124606,'_server_http_x_forwarded_for_0','192.28.237.117'),(774324,124606,'_server_http_x_forwarded_for_1','198.27.69.191'),(774325,124606,'_server_http_x_forwarded_for_2','103.1.94.69'),(774326,124606,'_server_http_referer','http://www.google.com.hk'),(774327,124607,'login_id','1'),(774328,124607,'login_email','mentolnet@gmail.com'),(774329,124607,'login','mentol'),(774330,124607,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774331,124607,'_message_key','user_login_failed'),(774332,124607,'_xmlrpc_request','true'),(774333,124607,'_server_remote_addr','37.205.83.91'),(774334,124607,'_server_http_x_forwarded_for_0','168.168.182.73'),(774335,124607,'_server_http_x_forwarded_for_1','37.205.83.91'),(774336,124607,'_server_http_referer','http://www.google.com.hk'),(774337,124608,'login_id','1'),(774338,124608,'login_email','mentolnet@gmail.com'),(774339,124608,'login','mentol'),(774340,124608,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774341,124608,'_message_key','user_login_failed'),(774342,124608,'_xmlrpc_request','true'),(774343,124608,'_server_remote_addr','103.218.189.130'),(774344,124608,'_server_http_x_forwarded_for_0','206.89.184.251'),(774345,124608,'_server_http_x_forwarded_for_1','103.218.189.130'),(774346,124608,'_server_http_referer','http://www.google.com.hk'),(774347,124609,'login_id','1'),(774348,124609,'login_email','mentolnet@gmail.com'),(774349,124609,'login','mentol'),(774350,124609,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774351,124609,'_message_key','user_login_failed'),(774352,124609,'_xmlrpc_request','true'),(774353,124609,'_server_remote_addr','95.170.202.194'),(774354,124609,'_server_http_x_forwarded_for_0','58.191.113.240'),(774355,124609,'_server_http_x_forwarded_for_1','95.170.202.194'),(774356,124609,'_server_http_referer','http://www.google.com.hk'),(774357,124610,'login_id','1'),(774358,124610,'login_email','mentolnet@gmail.com'),(774359,124610,'login','mentol'),(774360,124610,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774361,124610,'_message_key','user_login_failed'),(774362,124610,'_xmlrpc_request','true'),(774363,124610,'_server_remote_addr','14.161.14.64'),(774364,124610,'_server_http_x_forwarded_for_0','218.173.206.99'),(774365,124610,'_server_http_x_forwarded_for_1','14.161.14.64'),(774366,124610,'_server_http_referer','http://www.google.com.hk'),(774367,124611,'login_id','1'),(774368,124611,'login_email','mentolnet@gmail.com'),(774369,124611,'login','mentol'),(774370,124611,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774371,124611,'_message_key','user_login_failed'),(774372,124611,'_xmlrpc_request','true'),(774373,124611,'_server_remote_addr','1.20.97.104'),(774374,124611,'_server_http_x_forwarded_for_0','187.250.155.71'),(774375,124611,'_server_http_x_forwarded_for_1','1.20.97.104'),(774376,124611,'_server_http_referer','http://www.google.com.hk'),(774377,124612,'login_id','1'),(774378,124612,'login_email','mentolnet@gmail.com'),(774379,124612,'login','mentol'),(774380,124612,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774381,124612,'_message_key','user_login_failed'),(774382,124612,'_xmlrpc_request','true'),(774383,124612,'_server_remote_addr','113.161.173.14'),(774384,124612,'_server_http_x_forwarded_for_0','173.67.183.154'),(774385,124612,'_server_http_x_forwarded_for_1','198.27.69.191'),(774386,124612,'_server_http_x_forwarded_for_2','113.161.173.14'),(774387,124612,'_server_http_referer','http://www.google.com.hk'),(774388,124613,'login_id','1'),(774389,124613,'login_email','mentolnet@gmail.com'),(774390,124613,'login','mentol'),(774391,124613,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774392,124613,'_message_key','user_login_failed'),(774393,124613,'_xmlrpc_request','true'),(774394,124613,'_server_remote_addr','178.128.101.124'),(774395,124613,'_server_http_x_forwarded_for_0','178.128.101.124'),(774396,124614,'login_id','1'),(774397,124614,'login_email','mentolnet@gmail.com'),(774398,124614,'login','mentol'),(774399,124614,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774400,124614,'_message_key','user_login_failed'),(774401,124614,'_xmlrpc_request','true'),(774402,124614,'_server_remote_addr','79.134.4.188'),(774403,124614,'_server_http_x_forwarded_for_0','166.46.21.119'),(774404,124614,'_server_http_x_forwarded_for_1','79.134.4.188'),(774405,124614,'_server_http_referer','http://www.google.com.hk'),(774406,124615,'login_id','1'),(774407,124615,'login_email','mentolnet@gmail.com'),(774408,124615,'login','mentol'),(774409,124615,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774410,124615,'_message_key','user_login_failed'),(774411,124615,'_xmlrpc_request','true'),(774412,124615,'_server_remote_addr','200.107.59.98'),(774413,124615,'_server_http_x_forwarded_for_1','200.107.59.98'),(774414,124615,'_server_http_referer','http://www.google.com.hk'),(774415,124616,'login_id','1'),(774416,124616,'login_email','mentolnet@gmail.com'),(774417,124616,'login','mentol'),(774418,124616,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774419,124616,'_message_key','user_login_failed'),(774420,124616,'_xmlrpc_request','true'),(774421,124616,'_server_remote_addr','190.121.128.242'),(774422,124616,'_server_http_x_forwarded_for_0','120.86.202.77'),(774423,124616,'_server_http_x_forwarded_for_1','190.121.128.242'),(774424,124616,'_server_http_referer','http://www.google.com.hk'),(774425,124617,'login_id','1'),(774426,124617,'login_email','mentolnet@gmail.com'),(774427,124617,'login','mentol'),(774428,124617,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774429,124617,'_message_key','user_login_failed'),(774430,124617,'_xmlrpc_request','true'),(774431,124617,'_server_remote_addr','101.51.196.130'),(774432,124617,'_server_http_x_forwarded_for_0','101.51.196.130'),(774433,124617,'_server_http_referer','http://www.google.com.hk'),(774434,124618,'login_id','1'),(774435,124618,'login_email','mentolnet@gmail.com'),(774436,124618,'login','mentol'),(774437,124618,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774438,124618,'_message_key','user_login_failed'),(774439,124618,'_xmlrpc_request','true'),(774440,124618,'_server_remote_addr','140.227.59.67'),(774441,124618,'_server_http_x_forwarded_for_0','140.227.59.67'),(774442,124618,'_server_http_referer','http://www.google.com.hk'),(774443,124619,'login_id','1'),(774444,124619,'login_email','mentolnet@gmail.com'),(774445,124619,'login','mentol'),(774446,124619,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774447,124619,'_message_key','user_login_failed'),(774448,124619,'_xmlrpc_request','true'),(774449,124619,'_server_remote_addr','1.179.185.249'),(774450,124619,'_server_http_x_forwarded_for_0','53.143.125.164'),(774451,124619,'_server_http_x_forwarded_for_1','198.27.69.191'),(774452,124619,'_server_http_x_forwarded_for_2','1.179.185.249'),(774453,124619,'_server_http_referer','http://www.google.com.hk'),(774454,124620,'login_id','1'),(774455,124620,'login_email','mentolnet@gmail.com'),(774456,124620,'login','mentol'),(774457,124620,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774458,124620,'_message_key','user_login_failed'),(774459,124620,'_xmlrpc_request','true'),(774460,124620,'_server_remote_addr','153.146.163.197'),(774461,124620,'_server_http_x_forwarded_for_0','119.200.124.139'),(774462,124620,'_server_http_x_forwarded_for_1','153.146.163.197'),(774463,124620,'_server_http_referer','http://www.google.com.hk'),(774464,124621,'login_id','1'),(774465,124621,'login_email','mentolnet@gmail.com'),(774466,124621,'login','mentol'),(774467,124621,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774468,124621,'_message_key','user_login_failed'),(774469,124621,'_xmlrpc_request','true'),(774470,124621,'_server_remote_addr','1.179.185.249'),(774471,124621,'_server_http_x_forwarded_for_0','34.245.229.239'),(774472,124621,'_server_http_x_forwarded_for_1','198.27.69.191'),(774473,124621,'_server_http_x_forwarded_for_2','1.179.185.249'),(774474,124621,'_server_http_referer','http://www.google.com.hk'),(774475,124622,'login_id','1'),(774476,124622,'login_email','mentolnet@gmail.com'),(774477,124622,'login','mentol'),(774478,124622,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774479,124622,'_message_key','user_login_failed'),(774480,124622,'_xmlrpc_request','true'),(774481,124622,'_server_remote_addr','212.200.27.134'),(774482,124622,'_server_http_x_forwarded_for_0','72.94.86.166'),(774483,124622,'_server_http_x_forwarded_for_1','212.200.27.134'),(774484,124622,'_server_http_referer','http://www.google.com.hk'),(774485,124623,'login_id','1'),(774486,124623,'login_email','mentolnet@gmail.com'),(774487,124623,'login','mentol'),(774488,124623,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774489,124623,'_message_key','user_login_failed'),(774490,124623,'_xmlrpc_request','true'),(774491,124623,'_server_remote_addr','94.206.19.242'),(774492,124623,'_server_http_x_forwarded_for_0','114.8.200.13'),(774493,124623,'_server_http_x_forwarded_for_1','94.206.19.242'),(774494,124623,'_server_http_referer','http://www.google.com.hk'),(774495,124624,'login_id','1'),(774496,124624,'login_email','mentolnet@gmail.com'),(774497,124624,'login','mentol'),(774498,124624,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774499,124624,'_message_key','user_login_failed'),(774500,124624,'_xmlrpc_request','true'),(774501,124624,'_server_remote_addr','222.147.15.161'),(774502,124624,'_server_http_x_forwarded_for_1','198.27.69.191'),(774503,124624,'_server_http_x_forwarded_for_2','222.147.15.161'),(774504,124624,'_server_http_referer','http://www.google.com.hk'),(774505,124625,'login_id','1'),(774506,124625,'login_email','mentolnet@gmail.com'),(774507,124625,'login','mentol'),(774508,124625,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774509,124625,'_message_key','user_login_failed'),(774510,124625,'_xmlrpc_request','true'),(774511,124625,'_server_remote_addr','146.158.1.63'),(774512,124625,'_server_http_x_forwarded_for_0','127.40.112.226'),(774513,124625,'_server_http_x_forwarded_for_1','146.158.1.63'),(774514,124625,'_server_http_referer','http://www.google.com.hk'),(774515,124626,'login_id','1'),(774516,124626,'login_email','mentolnet@gmail.com'),(774517,124626,'login','mentol'),(774518,124626,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774519,124626,'_message_key','user_login_failed'),(774520,124626,'_xmlrpc_request','true'),(774521,124626,'_server_remote_addr','47.75.194.109'),(774522,124626,'_server_http_x_forwarded_for_0','24.128.237.244'),(774523,124626,'_server_http_x_forwarded_for_1','47.75.194.109'),(774524,124626,'_server_http_referer','http://www.google.com.hk'),(774525,124627,'login_id','1'),(774526,124627,'login_email','mentolnet@gmail.com'),(774527,124627,'login','mentol'),(774528,124627,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774529,124627,'_message_key','user_login_failed'),(774530,124627,'_xmlrpc_request','true'),(774531,124627,'_server_remote_addr','196.32.109.132'),(774532,124627,'_server_http_x_forwarded_for_0','63.149.110.237'),(774533,124627,'_server_http_x_forwarded_for_1','196.32.109.132'),(774534,124627,'_server_http_referer','http://www.google.com.hk'),(774535,124628,'login_id','1'),(774536,124628,'login_email','mentolnet@gmail.com'),(774537,124628,'login','mentol'),(774538,124628,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774539,124628,'_message_key','user_login_failed'),(774540,124628,'_xmlrpc_request','true'),(774541,124628,'_server_remote_addr','185.44.174.253'),(774542,124628,'_server_http_x_forwarded_for_0','201.207.88.84'),(774543,124628,'_server_http_x_forwarded_for_1','185.44.174.253'),(774544,124628,'_server_http_referer','http://www.google.com.hk'),(774545,124629,'login_id','1'),(774546,124629,'login_email','mentolnet@gmail.com'),(774547,124629,'login','mentol'),(774548,124629,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774549,124629,'_message_key','user_login_failed'),(774550,124629,'_xmlrpc_request','true'),(774551,124629,'_server_remote_addr','47.75.62.90'),(774552,124629,'_server_http_x_forwarded_for_0','71.170.148.147'),(774553,124629,'_server_http_x_forwarded_for_1','47.75.62.90'),(774554,124629,'_server_http_referer','http://www.google.com.hk'),(774555,124630,'login_id','1'),(774556,124630,'login_email','mentolnet@gmail.com'),(774557,124630,'login','mentol'),(774558,124630,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774559,124630,'_message_key','user_login_failed'),(774560,124630,'_xmlrpc_request','true'),(774561,124630,'_server_remote_addr','14.161.25.161'),(774562,124630,'_server_http_x_forwarded_for_0','138.178.220.196'),(774563,124630,'_server_http_x_forwarded_for_1','14.161.25.161'),(774564,124630,'_server_http_referer','http://www.google.com.hk'),(774565,124631,'login_id','1'),(774566,124631,'login_email','mentolnet@gmail.com'),(774567,124631,'login','mentol'),(774568,124631,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774569,124631,'_message_key','user_login_failed'),(774570,124631,'_xmlrpc_request','true'),(774571,124631,'_server_remote_addr','84.43.188.204'),(774572,124631,'_server_http_x_forwarded_for_0','8.169.200.148'),(774573,124631,'_server_http_x_forwarded_for_1','84.43.188.204'),(774574,124631,'_server_http_referer','http://www.google.com.hk'),(774575,124632,'login_id','1'),(774576,124632,'login_email','mentolnet@gmail.com'),(774577,124632,'login','mentol'),(774578,124632,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774579,124632,'_message_key','user_login_failed'),(774580,124632,'_xmlrpc_request','true'),(774581,124632,'_server_remote_addr','180.180.152.25'),(774582,124632,'_server_http_x_forwarded_for_0','139.82.212.4'),(774583,124632,'_server_http_x_forwarded_for_1','180.180.152.25'),(774584,124632,'_server_http_referer','http://www.google.com.hk'),(774585,124633,'login_id','1'),(774586,124633,'login_email','mentolnet@gmail.com'),(774587,124633,'login','mentol'),(774588,124633,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774589,124633,'_message_key','user_login_failed'),(774590,124633,'_xmlrpc_request','true'),(774591,124633,'_server_remote_addr','212.119.229.18'),(774592,124633,'_server_http_x_forwarded_for_0','67.249.7.251'),(774593,124633,'_server_http_x_forwarded_for_1','212.119.229.18'),(774594,124633,'_server_http_referer','http://www.google.com.hk'),(774595,124634,'login_id','1'),(774596,124634,'login_email','mentolnet@gmail.com'),(774597,124634,'login','mentol'),(774598,124634,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774599,124634,'_message_key','user_login_failed'),(774600,124634,'_xmlrpc_request','true'),(774601,124634,'_server_remote_addr','202.162.221.250'),(774602,124634,'_server_http_x_forwarded_for_0','142.11.204.23'),(774603,124634,'_server_http_x_forwarded_for_1','202.162.221.250'),(774604,124634,'_server_http_referer','http://www.google.com.hk'),(774605,124635,'login_id','1'),(774606,124635,'login_email','mentolnet@gmail.com'),(774607,124635,'login','mentol'),(774608,124635,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774609,124635,'_message_key','user_login_failed'),(774610,124635,'_xmlrpc_request','true'),(774611,124635,'_server_remote_addr','185.190.40.115'),(774612,124635,'_server_http_x_forwarded_for_0','175.229.168.139'),(774613,124635,'_server_http_x_forwarded_for_1','185.190.40.115'),(774614,124635,'_server_http_referer','http://www.google.com.hk'),(774615,124636,'login_id','1'),(774616,124636,'login_email','mentolnet@gmail.com'),(774617,124636,'login','mentol'),(774618,124636,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774619,124636,'_message_key','user_login_failed'),(774620,124636,'_xmlrpc_request','true'),(774621,124636,'_server_remote_addr','186.38.39.22'),(774622,124636,'_server_http_x_forwarded_for_0','93.3.71.168'),(774623,124636,'_server_http_x_forwarded_for_1','186.38.39.22'),(774624,124636,'_server_http_referer','http://www.google.com.hk'),(774625,124637,'login_id','1'),(774626,124637,'login_email','mentolnet@gmail.com'),(774627,124637,'login','mentol'),(774628,124637,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774629,124637,'_message_key','user_login_failed'),(774630,124637,'_xmlrpc_request','true'),(774631,124637,'_server_remote_addr','36.66.95.13'),(774632,124637,'_server_http_x_forwarded_for_0','83.135.233.83'),(774633,124637,'_server_http_x_forwarded_for_1','36.66.95.13'),(774634,124637,'_server_http_referer','http://www.google.com.hk'),(774635,124638,'login_id','1'),(774636,124638,'login_email','mentolnet@gmail.com'),(774637,124638,'login','mentol'),(774638,124638,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774639,124638,'_message_key','user_login_failed'),(774640,124638,'_xmlrpc_request','true'),(774641,124638,'_server_remote_addr','41.86.238.242'),(774642,124638,'_server_http_x_forwarded_for_0','209.210.75.247'),(774643,124638,'_server_http_x_forwarded_for_1','41.86.238.242'),(774644,124638,'_server_http_referer','http://www.google.com.hk'),(774645,124639,'login_id','1'),(774646,124639,'login_email','mentolnet@gmail.com'),(774647,124639,'login','mentol'),(774648,124639,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774649,124639,'_message_key','user_login_failed'),(774650,124639,'_xmlrpc_request','true'),(774651,124639,'_server_remote_addr','114.34.168.157'),(774652,124639,'_server_http_x_forwarded_for_1','114.34.168.157'),(774653,124639,'_server_http_referer','http://www.google.com.hk'),(774654,124640,'login_id','1'),(774655,124640,'login_email','mentolnet@gmail.com'),(774656,124640,'login','mentol'),(774657,124640,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774658,124640,'_message_key','user_login_failed'),(774659,124640,'_xmlrpc_request','true'),(774660,124640,'_server_remote_addr','134.249.188.139'),(774661,124640,'_server_http_x_forwarded_for_0','156.230.96.94'),(774662,124640,'_server_http_x_forwarded_for_1','134.249.188.139'),(774663,124640,'_server_http_referer','http://www.google.com.hk'),(774664,124641,'failed_username','luis-monteiro'),(774665,124641,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774666,124641,'_message_key','user_unknown_login_failed'),(774667,124641,'_xmlrpc_request','true'),(774668,124641,'_server_remote_addr','193.107.247.98'),(774669,124641,'_server_http_x_forwarded_for_0','148.170.219.103'),(774670,124641,'_server_http_x_forwarded_for_1','193.107.247.98'),(774671,124641,'_server_http_referer','http://www.google.com.hk'),(774672,124642,'failed_username','luis-monteiro'),(774673,124642,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774674,124642,'_message_key','user_unknown_login_failed'),(774675,124642,'_xmlrpc_request','true'),(774676,124642,'_server_remote_addr','176.111.249.183'),(774677,124642,'_server_http_x_forwarded_for_0','19.83.43.239'),(774678,124642,'_server_http_x_forwarded_for_1','176.111.249.183'),(774679,124642,'_server_http_referer','http://www.google.com.hk'),(774680,124643,'failed_username','luis-monteiro'),(774681,124643,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774682,124643,'_message_key','user_unknown_login_failed'),(774683,124643,'_xmlrpc_request','true'),(774684,124643,'_server_remote_addr','187.87.180.132'),(774685,124643,'_server_http_x_forwarded_for_0','147.222.20.85'),(774686,124643,'_server_http_x_forwarded_for_1','198.27.69.191'),(774687,124643,'_server_http_x_forwarded_for_2','187.87.180.132'),(774688,124643,'_server_http_referer','http://www.google.com.hk'),(774689,124644,'failed_username','luis-monteiro'),(774690,124644,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774691,124644,'_message_key','user_unknown_login_failed'),(774692,124644,'_xmlrpc_request','true'),(774693,124644,'_server_remote_addr','188.0.20.45'),(774694,124644,'_server_http_x_forwarded_for_0','138.47.218.103'),(774695,124644,'_server_http_x_forwarded_for_1','188.0.20.45'),(774696,124644,'_server_http_referer','http://www.google.com.hk'),(774697,124645,'failed_username','luis-monteiro'),(774698,124645,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774699,124645,'_message_key','user_unknown_login_failed'),(774700,124645,'_xmlrpc_request','true'),(774701,124645,'_server_remote_addr','175.139.252.193'),(774702,124645,'_server_http_x_forwarded_for_1','175.139.252.193'),(774703,124645,'_server_http_referer','http://www.google.com.hk'),(774704,124646,'failed_username','luis-monteiro'),(774705,124646,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774706,124646,'_message_key','user_unknown_login_failed'),(774707,124646,'_xmlrpc_request','true'),(774708,124646,'_server_remote_addr','119.82.253.32'),(774709,124646,'_server_http_x_forwarded_for_0','139.106.38.7'),(774710,124646,'_server_http_x_forwarded_for_1','119.82.253.32'),(774711,124646,'_server_http_referer','http://www.google.com.hk'),(774712,124647,'failed_username','luis-monteiro'),(774713,124647,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774714,124647,'_message_key','user_unknown_login_failed'),(774715,124647,'_xmlrpc_request','true'),(774716,124647,'_server_remote_addr','36.66.95.13'),(774717,124647,'_server_http_x_forwarded_for_0','218.114.165.20'),(774718,124647,'_server_http_x_forwarded_for_1','36.66.95.13'),(774719,124647,'_server_http_referer','http://www.google.com.hk'),(774720,124648,'failed_username','luis-monteiro'),(774721,124648,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774722,124648,'_message_key','user_unknown_login_failed'),(774723,124648,'_xmlrpc_request','true'),(774724,124648,'_server_remote_addr','202.162.221.250'),(774725,124648,'_server_http_x_forwarded_for_0','207.210.200.247'),(774726,124648,'_server_http_x_forwarded_for_1','202.162.221.250'),(774727,124648,'_server_http_referer','http://www.google.com.hk'),(774728,124649,'failed_username','luis-monteiro'),(774729,124649,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774730,124649,'_message_key','user_unknown_login_failed'),(774731,124649,'_xmlrpc_request','true'),(774732,124649,'_server_remote_addr','185.26.65.110'),(774733,124649,'_server_http_x_forwarded_for_0','159.138.92.71'),(774734,124649,'_server_http_x_forwarded_for_1','185.26.65.110'),(774735,124649,'_server_http_referer','http://www.google.com.hk'),(774736,124650,'failed_username','luis-monteiro'),(774737,124650,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774738,124650,'_message_key','user_unknown_login_failed'),(774739,124650,'_xmlrpc_request','true'),(774740,124650,'_server_remote_addr','62.148.134.122'),(774741,124650,'_server_http_x_forwarded_for_0','50.241.61.162'),(774742,124650,'_server_http_x_forwarded_for_1','62.148.134.122'),(774743,124650,'_server_http_referer','http://www.google.com.hk'),(774744,124651,'failed_username','luis-monteiro'),(774745,124651,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774746,124651,'_message_key','user_unknown_login_failed'),(774747,124651,'_xmlrpc_request','true'),(774748,124651,'_server_remote_addr','146.158.1.63'),(774749,124651,'_server_http_x_forwarded_for_0','130.59.90.12'),(774750,124651,'_server_http_x_forwarded_for_1','146.158.1.63'),(774751,124651,'_server_http_referer','http://www.google.com.hk'),(774752,124652,'failed_username','luis-monteiro'),(774753,124652,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774754,124652,'_message_key','user_unknown_login_failed'),(774755,124652,'_xmlrpc_request','true'),(774756,124652,'_server_remote_addr','140.227.58.159'),(774757,124652,'_server_http_x_forwarded_for_0','140.227.58.159'),(774758,124652,'_server_http_referer','http://www.google.com.hk'),(774759,124653,'failed_username','luis-monteiro'),(774760,124653,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774761,124653,'_message_key','user_unknown_login_failed'),(774762,124653,'_xmlrpc_request','true'),(774763,124653,'_server_remote_addr','1.20.101.199'),(774764,124653,'_server_http_x_forwarded_for_0','32.228.37.154'),(774765,124653,'_server_http_x_forwarded_for_1','1.20.101.199'),(774766,124653,'_server_http_referer','http://www.google.com.hk'),(774767,124654,'failed_username','luis-monteiro'),(774768,124654,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774769,124654,'_message_key','user_unknown_login_failed'),(774770,124654,'_xmlrpc_request','true'),(774771,124654,'_server_remote_addr','204.133.187.66'),(774772,124654,'_server_http_x_forwarded_for_0','111.170.22.19'),(774773,124654,'_server_http_x_forwarded_for_2','204.133.187.66'),(774774,124654,'_server_http_referer','http://www.google.com.hk'),(774775,124655,'failed_username','luis-monteiro'),(774776,124655,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774777,124655,'_message_key','user_unknown_login_failed'),(774778,124655,'_xmlrpc_request','true'),(774779,124655,'_server_remote_addr','84.236.185.247'),(774780,124655,'_server_http_x_forwarded_for_0','197.227.223.82'),(774781,124655,'_server_http_x_forwarded_for_1','84.236.185.247'),(774782,124655,'_server_http_referer','http://www.google.com.hk'),(774783,124656,'failed_username','luis-monteiro'),(774784,124656,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774785,124656,'_message_key','user_unknown_login_failed'),(774786,124656,'_xmlrpc_request','true'),(774787,124656,'_server_remote_addr','200.229.230.237'),(774788,124656,'_server_http_x_forwarded_for_0','23.44.253.170'),(774789,124656,'_server_http_x_forwarded_for_1','198.27.69.191'),(774790,124656,'_server_http_x_forwarded_for_2','200.229.230.237'),(774791,124656,'_server_http_referer','http://www.google.com.hk'),(774792,124657,'failed_username','luis-monteiro'),(774793,124657,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774794,124657,'_message_key','user_unknown_login_failed'),(774795,124657,'_xmlrpc_request','true'),(774796,124657,'_server_remote_addr','176.53.2.122'),(774797,124657,'_server_http_x_forwarded_for_0','79.205.169.37'),(774798,124657,'_server_http_x_forwarded_for_1','176.53.2.122'),(774799,124657,'_server_http_referer','http://www.google.com.hk'),(774800,124658,'failed_username','luis-monteiro'),(774801,124658,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774802,124658,'_message_key','user_unknown_login_failed'),(774803,124658,'_xmlrpc_request','true'),(774804,124658,'_server_remote_addr','1.10.187.156'),(774805,124658,'_server_http_x_forwarded_for_0','190.93.137.41'),(774806,124658,'_server_http_x_forwarded_for_1','1.10.187.156'),(774807,124658,'_server_http_referer','http://www.google.com.hk'),(774808,124659,'failed_username','luis-monteiro'),(774809,124659,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774810,124659,'_message_key','user_unknown_login_failed'),(774811,124659,'_xmlrpc_request','true'),(774812,124659,'_server_remote_addr','119.28.67.55'),(774813,124659,'_server_http_x_forwarded_for_0','180.147.143.99'),(774814,124659,'_server_http_x_forwarded_for_1','119.28.67.55'),(774815,124659,'_server_http_referer','http://www.google.com.hk'),(774816,124660,'failed_username','luis-monteiro'),(774817,124660,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774818,124660,'_message_key','user_unknown_login_failed'),(774819,124660,'_xmlrpc_request','true'),(774820,124660,'_server_remote_addr','153.146.163.197'),(774821,124660,'_server_http_x_forwarded_for_0','121.58.221.170'),(774822,124660,'_server_http_x_forwarded_for_1','153.146.163.197'),(774823,124660,'_server_http_referer','http://www.google.com.hk'),(774824,124661,'failed_username','luis-monteiro'),(774825,124661,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774826,124661,'_message_key','user_unknown_login_failed'),(774827,124661,'_xmlrpc_request','true'),(774828,124661,'_server_remote_addr','118.174.196.112'),(774829,124661,'_server_http_x_forwarded_for_0','199.113.106.216'),(774830,124661,'_server_http_x_forwarded_for_1','118.174.196.112'),(774831,124661,'_server_http_referer','http://www.google.com.hk'),(774832,124662,'failed_username','luis-monteiro'),(774833,124662,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774834,124662,'_message_key','user_unknown_login_failed'),(774835,124662,'_xmlrpc_request','true'),(774836,124662,'_server_remote_addr','140.227.207.166'),(774837,124662,'_server_http_x_forwarded_for_0','140.227.207.166'),(774838,124663,'failed_username','luis-monteiro'),(774839,124663,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774840,124663,'_message_key','user_unknown_login_failed'),(774841,124663,'_xmlrpc_request','true'),(774842,124663,'_server_remote_addr','193.70.113.94'),(774843,124663,'_server_http_x_forwarded_for_0','71.99.6.180'),(774844,124663,'_server_http_x_forwarded_for_1','198.27.69.191'),(774845,124663,'_server_http_x_forwarded_for_2','193.70.113.94'),(774846,124663,'_server_http_referer','http://www.google.com.hk'),(774847,124664,'failed_username','luis-monteiro'),(774848,124664,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774849,124664,'_message_key','user_unknown_login_failed'),(774850,124664,'_xmlrpc_request','true'),(774851,124664,'_server_remote_addr','93.58.124.32'),(774852,124664,'_server_http_x_forwarded_for_0','73.42.162.72'),(774853,124664,'_server_http_x_forwarded_for_1','93.58.124.32'),(774854,124664,'_server_http_referer','http://www.google.com.hk'),(774855,124665,'failed_username','luis-monteiro'),(774856,124665,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774857,124665,'_message_key','user_unknown_login_failed'),(774858,124665,'_xmlrpc_request','true'),(774859,124665,'_server_remote_addr','45.77.131.135'),(774860,124665,'_server_http_x_forwarded_for_0','45.77.131.135'),(774861,124666,'failed_username','luis-monteiro'),(774862,124666,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774863,124666,'_message_key','user_unknown_login_failed'),(774864,124666,'_xmlrpc_request','true'),(774865,124666,'_server_remote_addr','59.127.168.43'),(774866,124666,'_server_http_x_forwarded_for_0','17.54.187.213'),(774867,124666,'_server_http_x_forwarded_for_1','198.27.69.191'),(774868,124666,'_server_http_x_forwarded_for_2','59.127.168.43'),(774869,124666,'_server_http_referer','http://www.google.com.hk'),(774870,124667,'failed_username','luis-monteiro'),(774871,124667,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774872,124667,'_message_key','user_unknown_login_failed'),(774873,124667,'_xmlrpc_request','true'),(774874,124667,'_server_remote_addr','139.99.99.15'),(774875,124667,'_server_http_x_forwarded_for_0','172.146.199.79'),(774876,124667,'_server_http_x_forwarded_for_1','139.99.99.15'),(774877,124667,'_server_http_referer','http://www.google.com.hk'),(774878,124668,'failed_username','luis-monteiro'),(774879,124668,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774880,124668,'_message_key','user_unknown_login_failed'),(774881,124668,'_xmlrpc_request','true'),(774882,124668,'_server_remote_addr','195.210.172.42'),(774883,124668,'_server_http_x_forwarded_for_0','210.247.18.131'),(774884,124668,'_server_http_x_forwarded_for_1','195.210.172.42'),(774885,124668,'_server_http_referer','http://www.google.com.hk'),(774886,124669,'failed_username','luis-monteiro'),(774887,124669,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774888,124669,'_message_key','user_unknown_login_failed'),(774889,124669,'_xmlrpc_request','true'),(774890,124669,'_server_remote_addr','157.65.31.220'),(774891,124669,'_server_http_x_forwarded_for_0','157.65.31.220'),(774892,124669,'_server_http_referer','http://www.google.com.hk'),(774893,124670,'failed_username','luis-monteiro'),(774894,124670,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774895,124670,'_message_key','user_unknown_login_failed'),(774896,124670,'_xmlrpc_request','true'),(774897,124670,'_server_remote_addr','31.134.123.204'),(774898,124670,'_server_http_x_forwarded_for_1','31.134.123.204'),(774899,124670,'_server_http_referer','http://www.google.com.hk'),(774900,124671,'failed_username','luis-monteiro'),(774901,124671,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774902,124671,'_message_key','user_unknown_login_failed'),(774903,124671,'_xmlrpc_request','true'),(774904,124671,'_server_remote_addr','140.227.204.165'),(774905,124671,'_server_http_x_forwarded_for_0','140.227.204.165'),(774906,124672,'failed_username','luis-monteiro'),(774907,124672,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774908,124672,'_message_key','user_unknown_login_failed'),(774909,124672,'_xmlrpc_request','true'),(774910,124672,'_server_remote_addr','94.189.138.101'),(774911,124672,'_server_http_x_forwarded_for_0','59.77.217.108'),(774912,124672,'_server_http_x_forwarded_for_1','94.189.138.101'),(774913,124672,'_server_http_referer','http://www.google.com.hk'),(774914,124673,'failed_username','luis-monteiro'),(774915,124673,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774916,124673,'_message_key','user_unknown_login_failed'),(774917,124673,'_xmlrpc_request','true'),(774918,124673,'_server_remote_addr','109.73.13.162'),(774919,124673,'_server_http_x_forwarded_for_0','64.227.31.138'),(774920,124673,'_server_http_x_forwarded_for_1','109.73.13.162'),(774921,124673,'_server_http_referer','http://www.google.com.hk'),(774922,124674,'failed_username','luis-monteiro'),(774923,124674,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774924,124674,'_message_key','user_unknown_login_failed'),(774925,124674,'_xmlrpc_request','true'),(774926,124674,'_server_remote_addr','109.74.142.138'),(774927,124674,'_server_http_x_forwarded_for_0','120.226.197.127'),(774928,124674,'_server_http_x_forwarded_for_1','109.74.142.138'),(774929,124674,'_server_http_referer','http://www.google.com.hk'),(774930,124675,'failed_username','luis-monteiro'),(774931,124675,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774932,124675,'_message_key','user_unknown_login_failed'),(774933,124675,'_xmlrpc_request','true'),(774934,124675,'_server_remote_addr','118.140.150.74'),(774935,124675,'_server_http_x_forwarded_for_0','93.114.23.36'),(774936,124675,'_server_http_x_forwarded_for_1','118.140.150.74'),(774937,124675,'_server_http_referer','http://www.google.com.hk'),(774938,124676,'failed_username','luis-monteiro'),(774939,124676,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774940,124676,'_message_key','user_unknown_login_failed'),(774941,124676,'_xmlrpc_request','true'),(774942,124676,'_server_remote_addr','110.235.249.80'),(774943,124676,'_server_http_x_forwarded_for_0','39.66.231.212'),(774944,124676,'_server_http_x_forwarded_for_1','110.235.249.80'),(774945,124676,'_server_http_referer','http://www.google.com.hk'),(774946,124677,'failed_username','luis-monteiro'),(774947,124677,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774948,124677,'_message_key','user_unknown_login_failed'),(774949,124677,'_xmlrpc_request','true'),(774950,124677,'_server_remote_addr','62.176.126.66'),(774951,124677,'_server_http_x_forwarded_for_0','189.245.69.38'),(774952,124677,'_server_http_x_forwarded_for_1','62.176.126.66'),(774953,124677,'_server_http_referer','http://www.google.com.hk'),(774954,124678,'failed_username','luis-monteiro'),(774955,124678,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774956,124678,'_message_key','user_unknown_login_failed'),(774957,124678,'_xmlrpc_request','true'),(774958,124678,'_server_remote_addr','140.227.207.179'),(774959,124678,'_server_http_x_forwarded_for_0','140.227.207.179'),(774960,124679,'failed_username','luis-monteiro'),(774961,124679,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774962,124679,'_message_key','user_unknown_login_failed'),(774963,124679,'_xmlrpc_request','true'),(774964,124679,'_server_remote_addr','170.254.229.154'),(774965,124679,'_server_http_x_forwarded_for_0','103.206.214.241'),(774966,124679,'_server_http_x_forwarded_for_1','170.254.229.154'),(774967,124679,'_server_http_referer','http://www.google.com.hk'),(774968,124680,'failed_username','luis-monteiro'),(774969,124680,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774970,124680,'_message_key','user_unknown_login_failed'),(774971,124680,'_xmlrpc_request','true'),(774972,124680,'_server_remote_addr','123.200.29.110'),(774973,124680,'_server_http_x_forwarded_for_0','173.110.180.33'),(774974,124680,'_server_http_x_forwarded_for_1','123.200.29.110'),(774975,124680,'_server_http_referer','http://www.google.com.hk'),(774976,124681,'failed_username','luis-monteiro'),(774977,124681,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774978,124681,'_message_key','user_unknown_login_failed'),(774979,124681,'_xmlrpc_request','true'),(774980,124681,'_server_remote_addr','93.170.247.153'),(774981,124681,'_server_http_x_forwarded_for_0','128.177.42.165'),(774982,124681,'_server_http_x_forwarded_for_1','93.170.247.153'),(774983,124681,'_server_http_referer','http://www.google.com.hk'),(774984,124682,'failed_username','luis-monteiro'),(774985,124682,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774986,124682,'_message_key','user_unknown_login_failed'),(774987,124682,'_xmlrpc_request','true'),(774988,124682,'_server_remote_addr','101.51.196.130'),(774989,124682,'_server_http_x_forwarded_for_0','101.51.196.130'),(774990,124682,'_server_http_referer','http://www.google.com.hk'),(774991,124683,'failed_username','luis-monteiro'),(774992,124683,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(774993,124683,'_message_key','user_unknown_login_failed'),(774994,124683,'_xmlrpc_request','true'),(774995,124683,'_server_remote_addr','185.65.160.98'),(774996,124683,'_server_http_x_forwarded_for_0','149.79.4.2'),(774997,124683,'_server_http_x_forwarded_for_1','185.65.160.98'),(774998,124683,'_server_http_referer','http://www.google.com.hk'),(774999,124684,'failed_username','luis-monteiro'),(775000,124684,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775001,124684,'_message_key','user_unknown_login_failed'),(775002,124684,'_xmlrpc_request','true'),(775003,124684,'_server_remote_addr','115.78.160.247'),(775004,124684,'_server_http_x_forwarded_for_0','8.55.186.223'),(775005,124684,'_server_http_x_forwarded_for_1','198.27.69.191'),(775006,124684,'_server_http_x_forwarded_for_2','115.78.160.247'),(775007,124684,'_server_http_referer','http://www.google.com.hk'),(775008,124685,'failed_username','luis-monteiro'),(775009,124685,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775010,124685,'_message_key','user_unknown_login_failed'),(775011,124685,'_xmlrpc_request','true'),(775012,124685,'_server_remote_addr','119.82.252.30'),(775013,124685,'_server_http_x_forwarded_for_0','130.180.199.212'),(775014,124685,'_server_http_x_forwarded_for_1','119.82.252.30'),(775015,124685,'_server_http_referer','http://www.google.com.hk'),(775016,124686,'failed_username','luis-monteiro'),(775017,124686,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775018,124686,'_message_key','user_unknown_login_failed'),(775019,124686,'_xmlrpc_request','true'),(775020,124686,'_server_remote_addr','222.165.214.98'),(775021,124686,'_server_http_x_forwarded_for_0','25.177.97.45'),(775022,124686,'_server_http_x_forwarded_for_1','222.165.214.98'),(775023,124686,'_server_http_referer','http://www.google.com.hk'),(775024,124687,'failed_username','luis-monteiro'),(775025,124687,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775026,124687,'_message_key','user_unknown_login_failed'),(775027,124687,'_xmlrpc_request','true'),(775028,124687,'_server_remote_addr','94.242.58.108'),(775029,124687,'_server_http_x_forwarded_for_0','206.49.126.254'),(775030,124687,'_server_http_x_forwarded_for_1','198.27.69.191'),(775031,124687,'_server_http_x_forwarded_for_2','94.242.58.108'),(775032,124687,'_server_http_referer','http://www.google.com.hk'),(775033,124688,'failed_username','luis-monteiro'),(775034,124688,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775035,124688,'_message_key','user_unknown_login_failed'),(775036,124688,'_xmlrpc_request','true'),(775037,124688,'_server_remote_addr','91.218.47.128'),(775038,124688,'_server_http_x_forwarded_for_0','57.14.165.187'),(775039,124688,'_server_http_x_forwarded_for_1','91.218.47.128'),(775040,124688,'_server_http_referer','http://www.google.com.hk'),(775041,124689,'failed_username','luis-monteiro'),(775042,124689,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775043,124689,'_message_key','user_unknown_login_failed'),(775044,124689,'_xmlrpc_request','true'),(775045,124689,'_server_remote_addr','104.198.68.109'),(775046,124689,'_server_http_x_forwarded_for_1','198.27.69.191'),(775047,124689,'_server_http_x_forwarded_for_2','104.198.68.109'),(775048,124689,'_server_http_referer','http://www.google.com.hk'),(775049,124690,'failed_username','luis-monteiro'),(775050,124690,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775051,124690,'_message_key','user_unknown_login_failed'),(775052,124690,'_xmlrpc_request','true'),(775053,124690,'_server_remote_addr','163.172.220.221'),(775054,124690,'_server_http_x_forwarded_for_0','131.109.52.92'),(775055,124690,'_server_http_x_forwarded_for_1','198.27.69.191'),(775056,124690,'_server_http_x_forwarded_for_2','163.172.220.221'),(775057,124690,'_server_http_referer','http://www.google.com.hk'),(775058,124691,'failed_username','luis-monteiro'),(775059,124691,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775060,124691,'_message_key','user_unknown_login_failed'),(775061,124691,'_xmlrpc_request','true'),(775062,124691,'_server_remote_addr','122.154.59.6'),(775063,124691,'_server_http_x_forwarded_for_0','164.10.75.189'),(775064,124691,'_server_http_x_forwarded_for_1','198.27.69.191'),(775065,124691,'_server_http_x_forwarded_for_2','122.154.59.6'),(775066,124691,'_server_http_referer','http://www.google.com.hk'),(775067,124692,'failed_username','luis-monteiro'),(775068,124692,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775069,124692,'_message_key','user_unknown_login_failed'),(775070,124692,'_xmlrpc_request','true'),(775071,124692,'_server_remote_addr','103.218.240.182'),(775072,124692,'_server_http_x_forwarded_for_1','103.218.240.182'),(775073,124692,'_server_http_referer','http://www.google.com.hk'),(775074,124693,'failed_username','luis-monteiro'),(775075,124693,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775076,124693,'_message_key','user_unknown_login_failed'),(775077,124693,'_xmlrpc_request','true'),(775078,124693,'_server_remote_addr','114.33.59.156'),(775079,124693,'_server_http_x_forwarded_for_0','73.26.108.109'),(775080,124693,'_server_http_x_forwarded_for_1','114.33.59.156'),(775081,124693,'_server_http_referer','http://www.google.com.hk'),(775082,124694,'failed_username','luis-monteiro'),(775083,124694,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775084,124694,'_message_key','user_unknown_login_failed'),(775085,124694,'_xmlrpc_request','true'),(775086,124694,'_server_remote_addr','185.67.191.75'),(775087,124694,'_server_http_x_forwarded_for_0','52.177.42.218'),(775088,124694,'_server_http_x_forwarded_for_1','185.67.191.75'),(775089,124694,'_server_http_referer','http://www.google.com.hk'),(775090,124695,'failed_username','luis-monteiro'),(775091,124695,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775092,124695,'_message_key','user_unknown_login_failed'),(775093,124695,'_xmlrpc_request','true'),(775094,124695,'_server_remote_addr','134.236.245.57'),(775095,124695,'_server_http_x_forwarded_for_0','197.193.14.14'),(775096,124695,'_server_http_x_forwarded_for_1','134.236.245.57'),(775097,124695,'_server_http_referer','http://www.google.com.hk'),(775098,124696,'failed_username','luis-monteiro'),(775099,124696,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775100,124696,'_message_key','user_unknown_login_failed'),(775101,124696,'_xmlrpc_request','true'),(775102,124696,'_server_remote_addr','87.255.18.71'),(775103,124696,'_server_http_x_forwarded_for_0','190.105.81.190'),(775104,124696,'_server_http_x_forwarded_for_1','87.255.18.71'),(775105,124696,'_server_http_referer','http://www.google.com.hk'),(775106,124697,'failed_username','luis-monteiro'),(775107,124697,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775108,124697,'_message_key','user_unknown_login_failed'),(775109,124697,'_xmlrpc_request','true'),(775110,124697,'_server_remote_addr','185.65.160.98'),(775111,124697,'_server_http_x_forwarded_for_0','155.133.190.44'),(775112,124697,'_server_http_x_forwarded_for_1','185.65.160.98'),(775113,124697,'_server_http_referer','http://www.google.com.hk'),(775114,124698,'failed_username','luis-monteiro'),(775115,124698,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775116,124698,'_message_key','user_unknown_login_failed'),(775117,124698,'_xmlrpc_request','true'),(775118,124698,'_server_remote_addr','119.82.252.80'),(775119,124698,'_server_http_x_forwarded_for_0','108.189.207.145'),(775120,124698,'_server_http_x_forwarded_for_1','119.82.252.80'),(775121,124698,'_server_http_referer','http://www.google.com.hk'),(775122,124699,'failed_username','luis-monteiro'),(775123,124699,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775124,124699,'_message_key','user_unknown_login_failed'),(775125,124699,'_xmlrpc_request','true'),(775126,124699,'_server_remote_addr','159.138.22.112'),(775127,124699,'_server_http_x_forwarded_for_0','198.6.159.202'),(775128,124699,'_server_http_x_forwarded_for_1','159.138.22.112'),(775129,124699,'_server_http_referer','http://www.google.com.hk'),(775130,124700,'failed_username','luis-monteiro'),(775131,124700,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775132,124700,'_message_key','user_unknown_login_failed'),(775133,124700,'_xmlrpc_request','true'),(775134,124700,'_server_remote_addr','140.227.58.23'),(775135,124700,'_server_http_x_forwarded_for_0','140.227.58.23'),(775136,124700,'_server_http_referer','http://www.google.com.hk'),(775137,124701,'failed_username','luis-monteiro'),(775138,124701,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775139,124701,'_message_key','user_unknown_login_failed'),(775140,124701,'_xmlrpc_request','true'),(775141,124701,'_server_remote_addr','140.227.206.176'),(775142,124701,'_server_http_x_forwarded_for_0','140.227.206.176'),(775143,124702,'failed_username','luis-monteiro'),(775144,124702,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775145,124702,'_message_key','user_unknown_login_failed'),(775146,124702,'_xmlrpc_request','true'),(775147,124702,'_server_remote_addr','74.70.67.218'),(775148,124702,'_server_http_x_forwarded_for_0','37.147.153.94'),(775149,124702,'_server_http_x_forwarded_for_1','74.70.67.218'),(775150,124702,'_server_http_referer','http://www.google.com.hk'),(775151,124703,'failed_username','luis-monteiro'),(775152,124703,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775153,124703,'_message_key','user_unknown_login_failed'),(775154,124703,'_xmlrpc_request','true'),(775155,124703,'_server_remote_addr','190.214.8.252'),(775156,124703,'_server_http_x_forwarded_for_0','64.243.17.74'),(775157,124703,'_server_http_x_forwarded_for_1','190.214.8.252'),(775158,124703,'_server_http_referer','http://www.google.com.hk'),(775159,124704,'failed_username','luis-monteiro'),(775160,124704,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775161,124704,'_message_key','user_unknown_login_failed'),(775162,124704,'_xmlrpc_request','true'),(775163,124704,'_server_remote_addr','37.26.64.44'),(775164,124704,'_server_http_x_forwarded_for_0','109.201.213.227'),(775165,124704,'_server_http_x_forwarded_for_1','37.26.64.44'),(775166,124704,'_server_http_referer','http://www.google.com.hk'),(775167,124705,'failed_username','luis-monteiro'),(775168,124705,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775169,124705,'_message_key','user_unknown_login_failed'),(775170,124705,'_xmlrpc_request','true'),(775171,124705,'_server_remote_addr','91.197.174.108'),(775172,124705,'_server_http_x_forwarded_for_0','112.95.2.145'),(775173,124705,'_server_http_x_forwarded_for_1','91.197.174.108'),(775174,124705,'_server_http_referer','http://www.google.com.hk'),(775175,124706,'failed_username','luis-monteiro'),(775176,124706,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775177,124706,'_message_key','user_unknown_login_failed'),(775178,124706,'_xmlrpc_request','true'),(775179,124706,'_server_remote_addr','196.2.10.56'),(775180,124706,'_server_http_x_forwarded_for_0','178.87.204.86'),(775181,124706,'_server_http_x_forwarded_for_1','196.2.10.56'),(775182,124706,'_server_http_referer','http://www.google.com.hk'),(775183,124707,'failed_username','luis-monteiro'),(775184,124707,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775185,124707,'_message_key','user_unknown_login_failed'),(775186,124707,'_xmlrpc_request','true'),(775187,124707,'_server_remote_addr','77.120.246.243'),(775188,124707,'_server_http_x_forwarded_for_1','77.120.246.243'),(775189,124707,'_server_http_referer','http://www.google.com.hk'),(775190,124708,'failed_username','luis-monteiro'),(775191,124708,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775192,124708,'_message_key','user_unknown_login_failed'),(775193,124708,'_xmlrpc_request','true'),(775194,124708,'_server_remote_addr','46.172.76.124'),(775195,124708,'_server_http_x_forwarded_for_0','195.183.145.21'),(775196,124708,'_server_http_x_forwarded_for_1','46.172.76.124'),(775197,124708,'_server_http_referer','http://www.google.com.hk'),(775198,124709,'failed_username','luis-monteiro'),(775199,124709,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775200,124709,'_message_key','user_unknown_login_failed'),(775201,124709,'_xmlrpc_request','true'),(775202,124709,'_server_remote_addr','1.10.189.62'),(775203,124709,'_server_http_x_forwarded_for_0','132.6.176.70'),(775204,124709,'_server_http_x_forwarded_for_1','1.10.189.62'),(775205,124709,'_server_http_referer','http://www.google.com.hk'),(775206,124710,'failed_username','luis-monteiro'),(775207,124710,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775208,124710,'_message_key','user_unknown_login_failed'),(775209,124710,'_xmlrpc_request','true'),(775210,124710,'_server_remote_addr','87.228.103.111'),(775211,124710,'_server_http_x_forwarded_for_0','35.14.154.218'),(775212,124710,'_server_http_x_forwarded_for_1','87.228.103.111'),(775213,124710,'_server_http_referer','http://www.google.com.hk'),(775214,124711,'failed_username','luis-monteiro'),(775215,124711,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775216,124711,'_message_key','user_unknown_login_failed'),(775217,124711,'_xmlrpc_request','true'),(775218,124711,'_server_remote_addr','43.245.218.166'),(775219,124711,'_server_http_x_forwarded_for_0','78.66.244.107'),(775220,124711,'_server_http_x_forwarded_for_1','43.245.218.166'),(775221,124711,'_server_http_referer','http://www.google.com.hk'),(775222,124712,'failed_username','luis-monteiro'),(775223,124712,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775224,124712,'_message_key','user_unknown_login_failed'),(775225,124712,'_xmlrpc_request','true'),(775226,124712,'_server_remote_addr','185.44.174.253'),(775227,124712,'_server_http_x_forwarded_for_0','46.124.58.89'),(775228,124712,'_server_http_x_forwarded_for_1','185.44.174.253'),(775229,124712,'_server_http_referer','http://www.google.com.hk'),(775230,124713,'failed_username','luis-monteiro'),(775231,124713,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775232,124713,'_message_key','user_unknown_login_failed'),(775233,124713,'_xmlrpc_request','true'),(775234,124713,'_server_remote_addr','212.200.27.134'),(775235,124713,'_server_http_x_forwarded_for_0','163.62.24.71'),(775236,124713,'_server_http_x_forwarded_for_1','212.200.27.134'),(775237,124713,'_server_http_referer','http://www.google.com.hk'),(775238,124714,'failed_username','luis-monteiro'),(775239,124714,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775240,124714,'_message_key','user_unknown_login_failed'),(775241,124714,'_xmlrpc_request','true'),(775242,124714,'_server_remote_addr','187.108.38.10'),(775243,124714,'_server_http_x_forwarded_for_0','126.7.190.147'),(775244,124714,'_server_http_x_forwarded_for_1','198.27.69.191'),(775245,124714,'_server_http_x_forwarded_for_2','187.108.38.10'),(775246,124714,'_server_http_referer','http://www.google.com.hk'),(775247,124715,'failed_username','luis-monteiro'),(775248,124715,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775249,124715,'_message_key','user_unknown_login_failed'),(775250,124715,'_xmlrpc_request','true'),(775251,124715,'_server_remote_addr','45.124.145.34'),(775252,124715,'_server_http_x_forwarded_for_0','13.46.254.203'),(775253,124715,'_server_http_x_forwarded_for_1','198.27.69.191'),(775254,124715,'_server_http_x_forwarded_for_2','45.124.145.34'),(775255,124715,'_server_http_referer','http://www.google.com.hk'),(775256,124716,'failed_username','luis-monteiro'),(775257,124716,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775258,124716,'_message_key','user_unknown_login_failed'),(775259,124716,'_xmlrpc_request','true'),(775260,124716,'_server_remote_addr','193.106.144.140'),(775261,124716,'_server_http_x_forwarded_for_0','25.183.47.191'),(775262,124716,'_server_http_x_forwarded_for_1','193.106.144.140'),(775263,124716,'_server_http_referer','http://www.google.com.hk'),(775264,124717,'failed_username','luis-monteiro'),(775265,124717,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775266,124717,'_message_key','user_unknown_login_failed'),(775267,124717,'_xmlrpc_request','true'),(775268,124717,'_server_remote_addr','187.122.167.145'),(775269,124717,'_server_http_x_forwarded_for_0','6.94.186.98'),(775270,124717,'_server_http_x_forwarded_for_1','187.122.167.145'),(775271,124717,'_server_http_referer','http://www.google.com.hk'),(775272,124718,'failed_username','luis-monteiro'),(775273,124718,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775274,124718,'_message_key','user_unknown_login_failed'),(775275,124718,'_xmlrpc_request','true'),(775276,124718,'_server_remote_addr','68.183.233.146'),(775277,124718,'_server_http_x_forwarded_for_0','223.153.136.192'),(775278,124718,'_server_http_x_forwarded_for_1','198.27.69.191'),(775279,124718,'_server_http_x_forwarded_for_2','68.183.233.146'),(775280,124718,'_server_http_referer','http://www.google.com.hk'),(775281,124719,'failed_username','luis-monteiro'),(775282,124719,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775283,124719,'_message_key','user_unknown_login_failed'),(775284,124719,'_xmlrpc_request','true'),(775285,124719,'_server_remote_addr','186.225.50.211'),(775286,124719,'_server_http_x_forwarded_for_0','59.110.140.40'),(775287,124719,'_server_http_x_forwarded_for_1','186.225.50.211'),(775288,124719,'_server_http_referer','http://www.google.com.hk'),(775289,124720,'failed_username','luis-monteiro'),(775290,124720,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775291,124720,'_message_key','user_unknown_login_failed'),(775292,124720,'_xmlrpc_request','true'),(775293,124720,'_server_remote_addr','181.129.49.3'),(775294,124720,'_server_http_x_forwarded_for_0','19.158.49.11'),(775295,124720,'_server_http_x_forwarded_for_1','181.129.49.3'),(775296,124720,'_server_http_referer','http://www.google.com.hk'),(775297,124721,'failed_username','luis-monteiro'),(775298,124721,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775299,124721,'_message_key','user_unknown_login_failed'),(775300,124721,'_xmlrpc_request','true'),(775301,124721,'_server_remote_addr','77.120.137.143'),(775302,124721,'_server_http_x_forwarded_for_0','15.44.207.18'),(775303,124721,'_server_http_x_forwarded_for_1','77.120.137.143'),(775304,124721,'_server_http_referer','http://www.google.com.hk'),(775305,124722,'failed_username','luis-monteiro'),(775306,124722,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775307,124722,'_message_key','user_unknown_login_failed'),(775308,124722,'_xmlrpc_request','true'),(775309,124722,'_server_remote_addr','140.227.203.210'),(775310,124722,'_server_http_x_forwarded_for_0','140.227.203.210'),(775311,124722,'_server_http_referer','http://www.google.com.hk'),(775312,124723,'failed_username','luis-monteiro'),(775313,124723,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775314,124723,'_message_key','user_unknown_login_failed'),(775315,124723,'_xmlrpc_request','true'),(775316,124723,'_server_remote_addr','140.227.210.205'),(775317,124723,'_server_http_x_forwarded_for_0','140.227.210.205'),(775318,124723,'_server_http_referer','http://www.google.com.hk'),(775319,124724,'failed_username','luis-monteiro'),(775320,124724,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775321,124724,'_message_key','user_unknown_login_failed'),(775322,124724,'_xmlrpc_request','true'),(775323,124724,'_server_remote_addr','95.213.229.42'),(775324,124724,'_server_http_x_forwarded_for_0','57.134.162.80'),(775325,124724,'_server_http_x_forwarded_for_1','95.213.229.42'),(775326,124724,'_server_http_referer','http://www.google.com.hk'),(775327,124725,'failed_username','luis-monteiro'),(775328,124725,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775329,124725,'_message_key','user_unknown_login_failed'),(775330,124725,'_xmlrpc_request','true'),(775331,124725,'_server_remote_addr','142.4.15.25'),(775332,124725,'_server_http_x_forwarded_for_2','142.4.15.25'),(775333,124725,'_server_http_referer','http://www.google.com.hk'),(775334,124726,'failed_username','luis-monteiro'),(775335,124726,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775336,124726,'_message_key','user_unknown_login_failed'),(775337,124726,'_xmlrpc_request','true'),(775338,124726,'_server_remote_addr','140.227.78.185'),(775339,124726,'_server_http_x_forwarded_for_0','140.227.78.185'),(775340,124726,'_server_http_referer','http://www.google.com.hk'),(775341,124727,'failed_username','luis-monteiro'),(775342,124727,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775343,124727,'_message_key','user_unknown_login_failed'),(775344,124727,'_xmlrpc_request','true'),(775345,124727,'_server_remote_addr','186.38.39.22'),(775346,124727,'_server_http_x_forwarded_for_0','26.102.199.38'),(775347,124727,'_server_http_x_forwarded_for_1','186.38.39.22'),(775348,124727,'_server_http_referer','http://www.google.com.hk'),(775349,124728,'failed_username','luis-monteiro'),(775350,124728,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775351,124728,'_message_key','user_unknown_login_failed'),(775352,124728,'_xmlrpc_request','true'),(775353,124728,'_server_remote_addr','140.227.58.23'),(775354,124728,'_server_http_x_forwarded_for_0','140.227.58.23'),(775355,124728,'_server_http_referer','http://www.google.com.hk'),(775356,124729,'failed_username','luis-monteiro'),(775357,124729,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775358,124729,'_message_key','user_unknown_login_failed'),(775359,124729,'_xmlrpc_request','true'),(775360,124729,'_server_remote_addr','185.26.65.110'),(775361,124729,'_server_http_x_forwarded_for_0','29.160.163.207'),(775362,124729,'_server_http_x_forwarded_for_1','185.26.65.110'),(775363,124729,'_server_http_referer','http://www.google.com.hk'),(775364,124730,'failed_username','luis-monteiro'),(775365,124730,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775366,124730,'_message_key','user_unknown_login_failed'),(775367,124730,'_xmlrpc_request','true'),(775368,124730,'_server_remote_addr','1.20.100.189'),(775369,124730,'_server_http_x_forwarded_for_0','199.156.137.253'),(775370,124730,'_server_http_x_forwarded_for_1','1.20.100.189'),(775371,124730,'_server_http_referer','http://www.google.com.hk'),(775372,124731,'failed_username','luis-monteiro'),(775373,124731,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775374,124731,'_message_key','user_unknown_login_failed'),(775375,124731,'_xmlrpc_request','true'),(775376,124731,'_server_remote_addr','134.236.245.57'),(775377,124731,'_server_http_x_forwarded_for_0','54.247.10.183'),(775378,124731,'_server_http_x_forwarded_for_1','134.236.245.57'),(775379,124731,'_server_http_referer','http://www.google.com.hk'),(775380,124732,'failed_username','luis-monteiro'),(775381,124732,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775382,124732,'_message_key','user_unknown_login_failed'),(775383,124732,'_xmlrpc_request','true'),(775384,124732,'_server_remote_addr','125.25.165.105'),(775385,124732,'_server_http_x_forwarded_for_0','21.181.216.152'),(775386,124732,'_server_http_x_forwarded_for_1','125.25.165.105'),(775387,124732,'_server_http_referer','http://www.google.com.hk'),(775388,124733,'failed_username','luis-monteiro'),(775389,124733,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775390,124733,'_message_key','user_unknown_login_failed'),(775391,124733,'_xmlrpc_request','true'),(775392,124733,'_server_remote_addr','186.38.39.22'),(775393,124733,'_server_http_x_forwarded_for_0','44.74.79.185'),(775394,124733,'_server_http_x_forwarded_for_1','186.38.39.22'),(775395,124733,'_server_http_referer','http://www.google.com.hk'),(775396,124734,'failed_username','luis-monteiro'),(775397,124734,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775398,124734,'_message_key','user_unknown_login_failed'),(775399,124734,'_xmlrpc_request','true'),(775400,124734,'_server_remote_addr','185.134.150.160'),(775401,124734,'_server_http_x_forwarded_for_0','98.78.200.239'),(775402,124734,'_server_http_x_forwarded_for_1','185.134.150.160'),(775403,124734,'_server_http_referer','http://www.google.com.hk'),(775404,124735,'failed_username','luis-monteiro'),(775405,124735,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775406,124735,'_message_key','user_unknown_login_failed'),(775407,124735,'_xmlrpc_request','true'),(775408,124735,'_server_remote_addr','109.74.142.138'),(775409,124735,'_server_http_x_forwarded_for_0','81.22.250.49'),(775410,124735,'_server_http_x_forwarded_for_1','109.74.142.138'),(775411,124735,'_server_http_referer','http://www.google.com.hk'),(775412,124736,'failed_username','luis-monteiro'),(775413,124736,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775414,124736,'_message_key','user_unknown_login_failed'),(775415,124736,'_xmlrpc_request','true'),(775416,124736,'_server_remote_addr','31.132.127.142'),(775417,124736,'_server_http_x_forwarded_for_0','97.240.103.203'),(775418,124736,'_server_http_x_forwarded_for_1','31.132.127.142'),(775419,124736,'_server_http_referer','http://www.google.com.hk'),(775420,124737,'failed_username','luis-monteiro'),(775421,124737,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775422,124737,'_message_key','user_unknown_login_failed'),(775423,124737,'_xmlrpc_request','true'),(775424,124737,'_server_remote_addr','41.65.0.174'),(775425,124737,'_server_http_x_forwarded_for_0','42.229.36.59'),(775426,124737,'_server_http_x_forwarded_for_1','198.27.69.191'),(775427,124737,'_server_http_x_forwarded_for_2','41.65.0.174'),(775428,124737,'_server_http_referer','http://www.google.com.hk'),(775429,124738,'failed_username','luis-monteiro'),(775430,124738,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775431,124738,'_message_key','user_unknown_login_failed'),(775432,124738,'_xmlrpc_request','true'),(775433,124738,'_server_remote_addr','181.129.49.3'),(775434,124738,'_server_http_x_forwarded_for_0','68.174.44.131'),(775435,124738,'_server_http_x_forwarded_for_1','181.129.49.3'),(775436,124738,'_server_http_referer','http://www.google.com.hk'),(775437,124739,'failed_username','luis-monteiro'),(775438,124739,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775439,124739,'_message_key','user_unknown_login_failed'),(775440,124739,'_xmlrpc_request','true'),(775441,124739,'_server_remote_addr','172.105.236.118'),(775442,124739,'_server_http_x_forwarded_for_0','24.93.126.155'),(775443,124739,'_server_http_x_forwarded_for_1','172.105.236.118'),(775444,124739,'_server_http_referer','http://www.google.com.hk'),(775445,124740,'failed_username','luis-monteiro'),(775446,124740,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775447,124740,'_message_key','user_unknown_login_failed'),(775448,124740,'_xmlrpc_request','true'),(775449,124740,'_server_remote_addr','81.92.144.25'),(775450,124740,'_server_http_x_forwarded_for_0','16.240.222.235'),(775451,124740,'_server_http_x_forwarded_for_1','81.92.144.25'),(775452,124740,'_server_http_referer','http://www.google.com.hk'),(775453,124741,'failed_username','luis-monteiro'),(775454,124741,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775455,124741,'_message_key','user_unknown_login_failed'),(775456,124741,'_xmlrpc_request','true'),(775457,124741,'_server_remote_addr','1.179.185.249'),(775458,124741,'_server_http_x_forwarded_for_0','32.7.128.168'),(775459,124741,'_server_http_x_forwarded_for_1','198.27.69.191'),(775460,124741,'_server_http_x_forwarded_for_2','1.179.185.249'),(775461,124741,'_server_http_referer','http://www.google.com.hk'),(775462,124742,'failed_username','luis-monteiro'),(775463,124742,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775464,124742,'_message_key','user_unknown_login_failed'),(775465,124742,'_xmlrpc_request','true'),(775466,124742,'_server_remote_addr','186.225.50.211'),(775467,124742,'_server_http_x_forwarded_for_0','150.60.202.113'),(775468,124742,'_server_http_x_forwarded_for_1','186.225.50.211'),(775469,124742,'_server_http_referer','http://www.google.com.hk'),(775470,124743,'failed_username','luis-monteiro'),(775471,124743,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775472,124743,'_message_key','user_unknown_login_failed'),(775473,124743,'_xmlrpc_request','true'),(775474,124743,'_server_remote_addr','82.114.78.82'),(775475,124743,'_server_http_x_forwarded_for_0','123.253.72.142'),(775476,124743,'_server_http_x_forwarded_for_1','82.114.78.82'),(775477,124743,'_server_http_referer','http://www.google.com.hk'),(775478,124744,'failed_username','luis-monteiro'),(775479,124744,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775480,124744,'_message_key','user_unknown_login_failed'),(775481,124744,'_xmlrpc_request','true'),(775482,124744,'_server_remote_addr','151.80.65.175'),(775483,124744,'_server_http_x_forwarded_for_1','198.27.69.191'),(775484,124744,'_server_http_x_forwarded_for_2','151.80.65.175'),(775485,124744,'_server_http_referer','http://www.google.com.hk'),(775486,124745,'failed_username','luis-monteiro'),(775487,124745,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775488,124745,'_message_key','user_unknown_login_failed'),(775489,124745,'_xmlrpc_request','true'),(775490,124745,'_server_remote_addr','46.165.49.41'),(775491,124745,'_server_http_x_forwarded_for_0','34.229.5.228'),(775492,124745,'_server_http_x_forwarded_for_1','46.165.49.41'),(775493,124745,'_server_http_referer','http://www.google.com.hk'),(775494,124746,'failed_username','luis-monteiro'),(775495,124746,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775496,124746,'_message_key','user_unknown_login_failed'),(775497,124746,'_xmlrpc_request','true'),(775498,124746,'_server_remote_addr','37.26.64.44'),(775499,124746,'_server_http_x_forwarded_for_0','89.5.222.128'),(775500,124746,'_server_http_x_forwarded_for_1','37.26.64.44'),(775501,124746,'_server_http_referer','http://www.google.com.hk'),(775502,124747,'failed_username','luis-monteiro'),(775503,124747,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775504,124747,'_message_key','user_unknown_login_failed'),(775505,124747,'_xmlrpc_request','true'),(775506,124747,'_server_remote_addr','1.20.100.8'),(775507,124747,'_server_http_x_forwarded_for_0','132.165.26.235'),(775508,124747,'_server_http_x_forwarded_for_1','1.20.100.8'),(775509,124747,'_server_http_referer','http://www.google.com.hk'),(775510,124748,'failed_username','luis-monteiro'),(775511,124748,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775512,124748,'_message_key','user_unknown_login_failed'),(775513,124748,'_xmlrpc_request','true'),(775514,124748,'_server_remote_addr','46.49.34.47'),(775515,124748,'_server_http_x_forwarded_for_0','168.43.221.127'),(775516,124748,'_server_http_x_forwarded_for_1','46.49.34.47'),(775517,124748,'_server_http_referer','http://www.google.com.hk'),(775518,124749,'failed_username','luis-monteiro'),(775519,124749,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775520,124749,'_message_key','user_unknown_login_failed'),(775521,124749,'_xmlrpc_request','true'),(775522,124749,'_server_remote_addr','46.161.70.131'),(775523,124749,'_server_http_x_forwarded_for_0','70.107.248.253'),(775524,124749,'_server_http_x_forwarded_for_1','46.161.70.131'),(775525,124749,'_server_http_referer','http://www.google.com.hk'),(775526,124750,'failed_username','luis-monteiro'),(775527,124750,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775528,124750,'_message_key','user_unknown_login_failed'),(775529,124750,'_xmlrpc_request','true'),(775530,124750,'_server_remote_addr','91.122.100.222'),(775531,124750,'_server_http_x_forwarded_for_0','49.71.38.22'),(775532,124750,'_server_http_x_forwarded_for_1','91.122.100.222'),(775533,124750,'_server_http_referer','http://www.google.com.hk'),(775534,124751,'failed_username','luis-monteiro'),(775535,124751,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775536,124751,'_message_key','user_unknown_login_failed'),(775537,124751,'_xmlrpc_request','true'),(775538,124751,'_server_remote_addr','190.248.136.18'),(775539,124751,'_server_http_x_forwarded_for_0','120.137.240.180'),(775540,124751,'_server_http_x_forwarded_for_1','190.248.136.18'),(775541,124751,'_server_http_referer','http://www.google.com.hk'),(775542,124752,'failed_username','luis-monteiro'),(775543,124752,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775544,124752,'_message_key','user_unknown_login_failed'),(775545,124752,'_xmlrpc_request','true'),(775546,124752,'_server_remote_addr','140.227.199.211'),(775547,124752,'_server_http_x_forwarded_for_0','140.227.199.211'),(775548,124752,'_server_http_referer','http://www.google.com.hk'),(775549,124753,'failed_username','luis-monteiro'),(775550,124753,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775551,124753,'_message_key','user_unknown_login_failed'),(775552,124753,'_xmlrpc_request','true'),(775553,124753,'_server_remote_addr','101.51.141.60'),(775554,124753,'_server_http_x_forwarded_for_0','32.162.174.51'),(775555,124753,'_server_http_x_forwarded_for_1','101.51.141.60'),(775556,124753,'_server_http_referer','http://www.google.com.hk'),(775557,124754,'failed_username','luis-monteiro'),(775558,124754,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775559,124754,'_message_key','user_unknown_login_failed'),(775560,124754,'_xmlrpc_request','true'),(775561,124754,'_server_remote_addr','189.85.84.186'),(775562,124754,'_server_http_x_forwarded_for_0','59.87.236.116'),(775563,124754,'_server_http_x_forwarded_for_1','189.85.84.186'),(775564,124754,'_server_http_referer','http://www.google.com.hk'),(775565,124755,'failed_username','luis-monteiro'),(775566,124755,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775567,124755,'_message_key','user_unknown_login_failed'),(775568,124755,'_xmlrpc_request','true'),(775569,124755,'_server_remote_addr','18.223.141.123'),(775570,124755,'_server_http_x_forwarded_for_0','54.208.122.47'),(775571,124755,'_server_http_x_forwarded_for_1','18.223.141.123'),(775572,124755,'_server_http_referer','http://www.google.com.hk'),(775573,124756,'failed_username','luis-monteiro'),(775574,124756,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775575,124756,'_message_key','user_unknown_login_failed'),(775576,124756,'_xmlrpc_request','true'),(775577,124756,'_server_remote_addr','68.183.233.146'),(775578,124756,'_server_http_x_forwarded_for_0','168.21.205.211'),(775579,124756,'_server_http_x_forwarded_for_1','198.27.69.191'),(775580,124756,'_server_http_x_forwarded_for_2','68.183.233.146'),(775581,124756,'_server_http_referer','http://www.google.com.hk'),(775582,124757,'failed_username','luis-monteiro'),(775583,124757,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775584,124757,'_message_key','user_unknown_login_failed'),(775585,124757,'_xmlrpc_request','true'),(775586,124757,'_server_remote_addr','46.49.34.47'),(775587,124757,'_server_http_x_forwarded_for_0','107.66.149.178'),(775588,124757,'_server_http_x_forwarded_for_1','46.49.34.47'),(775589,124757,'_server_http_referer','http://www.google.com.hk'),(775590,124758,'failed_username','luis-monteiro'),(775591,124758,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775592,124758,'_message_key','user_unknown_login_failed'),(775593,124758,'_xmlrpc_request','true'),(775594,124758,'_server_remote_addr','202.221.140.183'),(775595,124758,'_server_http_x_forwarded_for_0','144.193.219.239'),(775596,124758,'_server_http_x_forwarded_for_1','202.221.140.183'),(775597,124758,'_server_http_referer','http://www.google.com.hk'),(775598,124759,'failed_username','luis-monteiro'),(775599,124759,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775600,124759,'_message_key','user_unknown_login_failed'),(775601,124759,'_xmlrpc_request','true'),(775602,124759,'_server_remote_addr','196.2.10.56'),(775603,124759,'_server_http_x_forwarded_for_0','203.20.120.116'),(775604,124759,'_server_http_x_forwarded_for_1','196.2.10.56'),(775605,124759,'_server_http_referer','http://www.google.com.hk'),(775606,124760,'failed_username','luis-monteiro'),(775607,124760,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775608,124760,'_message_key','user_unknown_login_failed'),(775609,124760,'_xmlrpc_request','true'),(775610,124760,'_server_remote_addr','140.227.58.23'),(775611,124760,'_server_http_x_forwarded_for_0','140.227.58.23'),(775612,124760,'_server_http_referer','http://www.google.com.hk'),(775613,124761,'failed_username','luis-monteiro'),(775614,124761,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775615,124761,'_message_key','user_unknown_login_failed'),(775616,124761,'_xmlrpc_request','true'),(775617,124761,'_server_remote_addr','158.58.131.27'),(775618,124761,'_server_http_x_forwarded_for_0','43.193.188.151'),(775619,124761,'_server_http_x_forwarded_for_1','158.58.131.27'),(775620,124761,'_server_http_referer','http://www.google.com.hk'),(775621,124762,'failed_username','luis-monteiro'),(775622,124762,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775623,124762,'_message_key','user_unknown_login_failed'),(775624,124762,'_xmlrpc_request','true'),(775625,124762,'_server_remote_addr','77.120.246.243'),(775626,124762,'_server_http_x_forwarded_for_0','112.79.148.239'),(775627,124762,'_server_http_x_forwarded_for_1','77.120.246.243'),(775628,124762,'_server_http_referer','http://www.google.com.hk'),(775629,124763,'failed_username','luis-monteiro'),(775630,124763,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775631,124763,'_message_key','user_unknown_login_failed'),(775632,124763,'_xmlrpc_request','true'),(775633,124763,'_server_remote_addr','118.174.234.13'),(775634,124763,'_server_http_x_forwarded_for_0','127.40.83.57'),(775635,124763,'_server_http_x_forwarded_for_1','118.174.234.13'),(775636,124763,'_server_http_referer','http://www.google.com.hk'),(775637,124764,'failed_username','luis-monteiro'),(775638,124764,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775639,124764,'_message_key','user_unknown_login_failed'),(775640,124764,'_xmlrpc_request','true'),(775641,124764,'_server_remote_addr','181.112.153.14'),(775642,124764,'_server_http_x_forwarded_for_0','92.132.135.55'),(775643,124764,'_server_http_x_forwarded_for_1','181.112.153.14'),(775644,124764,'_server_http_referer','http://www.google.com.hk'),(775645,124765,'failed_username','luis-monteiro'),(775646,124765,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775647,124765,'_message_key','user_unknown_login_failed'),(775648,124765,'_xmlrpc_request','true'),(775649,124765,'_server_remote_addr','79.189.176.162'),(775650,124765,'_server_http_x_forwarded_for_0','27.197.237.106'),(775651,124765,'_server_http_x_forwarded_for_1','79.189.176.162'),(775652,124765,'_server_http_referer','http://www.google.com.hk'),(775653,124766,'failed_username','luis-monteiro'),(775654,124766,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775655,124766,'_message_key','user_unknown_login_failed'),(775656,124766,'_xmlrpc_request','true'),(775657,124766,'_server_remote_addr','140.227.210.205'),(775658,124766,'_server_http_x_forwarded_for_0','140.227.210.205'),(775659,124766,'_server_http_referer','http://www.google.com.hk'),(775660,124767,'failed_username','luis-monteiro'),(775661,124767,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775662,124767,'_message_key','user_unknown_login_failed'),(775663,124767,'_xmlrpc_request','true'),(775664,124767,'_server_remote_addr','95.67.33.174'),(775665,124767,'_server_http_x_forwarded_for_0','132.200.52.178'),(775666,124767,'_server_http_x_forwarded_for_1','95.67.33.174'),(775667,124767,'_server_http_referer','http://www.google.com.hk'),(775668,124768,'failed_username','luis-monteiro'),(775669,124768,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775670,124768,'_message_key','user_unknown_login_failed'),(775671,124768,'_xmlrpc_request','true'),(775672,124768,'_server_remote_addr','114.33.59.156'),(775673,124768,'_server_http_x_forwarded_for_0','20.128.196.37'),(775674,124768,'_server_http_x_forwarded_for_1','114.33.59.156'),(775675,124768,'_server_http_referer','http://www.google.com.hk'),(775676,124769,'failed_username','luis-monteiro'),(775677,124769,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775678,124769,'_message_key','user_unknown_login_failed'),(775679,124769,'_xmlrpc_request','true'),(775680,124769,'_server_remote_addr','190.80.255.2'),(775681,124769,'_server_http_x_forwarded_for_0','203.50.147.233'),(775682,124769,'_server_http_x_forwarded_for_1','190.80.255.2'),(775683,124769,'_server_http_referer','http://www.google.com.hk'),(775684,124770,'failed_username','luis-monteiro'),(775685,124770,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775686,124770,'_message_key','user_unknown_login_failed'),(775687,124770,'_xmlrpc_request','true'),(775688,124770,'_server_remote_addr','104.248.73.52'),(775689,124770,'_server_http_x_forwarded_for_1','198.27.69.191'),(775690,124770,'_server_http_x_forwarded_for_2','104.248.73.52'),(775691,124770,'_server_http_referer','http://www.google.com.hk'),(775692,124771,'failed_username','luis-monteiro'),(775693,124771,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775694,124771,'_message_key','user_unknown_login_failed'),(775695,124771,'_xmlrpc_request','true'),(775696,124771,'_server_remote_addr','41.242.92.252'),(775697,124771,'_server_http_x_forwarded_for_0','87.246.29.209'),(775698,124771,'_server_http_x_forwarded_for_1','41.242.92.252'),(775699,124771,'_server_http_referer','http://www.google.com.hk'),(775700,124772,'failed_username','luis-monteiro'),(775701,124772,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775702,124772,'_message_key','user_unknown_login_failed'),(775703,124772,'_xmlrpc_request','true'),(775704,124772,'_server_remote_addr','119.82.253.89'),(775705,124772,'_server_http_x_forwarded_for_0','119.7.48.130'),(775706,124772,'_server_http_x_forwarded_for_1','119.82.253.89'),(775707,124772,'_server_http_referer','http://www.google.com.hk'),(775708,124773,'failed_username','luis-monteiro'),(775709,124773,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775710,124773,'_message_key','user_unknown_login_failed'),(775711,124773,'_xmlrpc_request','true'),(775712,124773,'_server_remote_addr','14.232.208.88'),(775713,124773,'_server_http_x_forwarded_for_0','134.254.128.110'),(775714,124773,'_server_http_x_forwarded_for_1','14.232.208.88'),(775715,124773,'_server_http_referer','http://www.google.com.hk'),(775716,124774,'failed_username','luis-monteiro'),(775717,124774,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775718,124774,'_message_key','user_unknown_login_failed'),(775719,124774,'_xmlrpc_request','true'),(775720,124774,'_server_remote_addr','85.117.61.186'),(775721,124774,'_server_http_x_forwarded_for_0','205.218.252.126'),(775722,124774,'_server_http_x_forwarded_for_1','85.117.61.186'),(775723,124774,'_server_http_referer','http://www.google.com.hk'),(775724,124775,'failed_username','luis-monteiro'),(775725,124775,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775726,124775,'_message_key','user_unknown_login_failed'),(775727,124775,'_xmlrpc_request','true'),(775728,124775,'_server_remote_addr','122.115.78.240'),(775729,124775,'_server_http_x_forwarded_for_0','159.70.24.75'),(775730,124775,'_server_http_x_forwarded_for_1','122.115.78.240'),(775731,124775,'_server_http_referer','http://www.google.com.hk'),(775732,124776,'failed_username','luis-monteiro'),(775733,124776,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775734,124776,'_message_key','user_unknown_login_failed'),(775735,124776,'_xmlrpc_request','true'),(775736,124776,'_server_remote_addr','125.25.165.105'),(775737,124776,'_server_http_x_forwarded_for_0','220.49.66.240'),(775738,124776,'_server_http_x_forwarded_for_1','125.25.165.105'),(775739,124776,'_server_http_referer','http://www.google.com.hk'),(775740,124777,'failed_username','luis-monteiro'),(775741,124777,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775742,124777,'_message_key','user_unknown_login_failed'),(775743,124777,'_xmlrpc_request','true'),(775744,124777,'_server_remote_addr','185.190.40.115'),(775745,124777,'_server_http_x_forwarded_for_0','167.243.9.79'),(775746,124777,'_server_http_x_forwarded_for_1','185.190.40.115'),(775747,124777,'_server_http_referer','http://www.google.com.hk'),(775748,124778,'failed_username','luis-monteiro'),(775749,124778,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775750,124778,'_message_key','user_unknown_login_failed'),(775751,124778,'_xmlrpc_request','true'),(775752,124778,'_server_remote_addr','80.252.215.234'),(775753,124778,'_server_http_x_forwarded_for_0','65.236.160.165'),(775754,124778,'_server_http_x_forwarded_for_1','80.252.215.234'),(775755,124778,'_server_http_referer','http://www.google.com.hk'),(775756,124779,'failed_username','luis-monteiro'),(775757,124779,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775758,124779,'_message_key','user_unknown_login_failed'),(775759,124779,'_xmlrpc_request','true'),(775760,124779,'_server_remote_addr','59.127.168.43'),(775761,124779,'_server_http_x_forwarded_for_0','14.220.213.58'),(775762,124779,'_server_http_x_forwarded_for_1','198.27.69.191'),(775763,124779,'_server_http_x_forwarded_for_2','59.127.168.43'),(775764,124779,'_server_http_referer','http://www.google.com.hk'),(775765,124780,'failed_username','luis-monteiro'),(775766,124780,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775767,124780,'_message_key','user_unknown_login_failed'),(775768,124780,'_xmlrpc_request','true'),(775769,124780,'_server_remote_addr','191.240.99.142'),(775770,124780,'_server_http_x_forwarded_for_0','89.213.81.111'),(775771,124780,'_server_http_x_forwarded_for_1','198.27.69.191'),(775772,124780,'_server_http_x_forwarded_for_2','191.240.99.142'),(775773,124780,'_server_http_referer','http://www.google.com.hk'),(775774,124781,'failed_username','luis-monteiro'),(775775,124781,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775776,124781,'_message_key','user_unknown_login_failed'),(775777,124781,'_xmlrpc_request','true'),(775778,124781,'_server_remote_addr','119.82.252.80'),(775779,124781,'_server_http_x_forwarded_for_0','125.47.92.4'),(775780,124781,'_server_http_x_forwarded_for_1','119.82.252.80'),(775781,124781,'_server_http_referer','http://www.google.com.hk'),(775782,124782,'failed_username','luis-monteiro'),(775783,124782,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775784,124782,'_message_key','user_unknown_login_failed'),(775785,124782,'_xmlrpc_request','true'),(775786,124782,'_server_remote_addr','103.1.94.69'),(775787,124782,'_server_http_x_forwarded_for_0','147.22.93.2'),(775788,124782,'_server_http_x_forwarded_for_1','198.27.69.191'),(775789,124782,'_server_http_x_forwarded_for_2','103.1.94.69'),(775790,124782,'_server_http_referer','http://www.google.com.hk'),(775791,124783,'failed_username','luis-monteiro'),(775792,124783,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775793,124783,'_message_key','user_unknown_login_failed'),(775794,124783,'_xmlrpc_request','true'),(775795,124783,'_server_remote_addr','118.174.234.13'),(775796,124783,'_server_http_x_forwarded_for_0','178.242.84.2'),(775797,124783,'_server_http_x_forwarded_for_1','118.174.234.13'),(775798,124783,'_server_http_referer','http://www.google.com.hk'),(775799,124784,'failed_username','luis-monteiro'),(775800,124784,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775801,124784,'_message_key','user_unknown_login_failed'),(775802,124784,'_xmlrpc_request','true'),(775803,124784,'_server_remote_addr','103.28.114.133'),(775804,124784,'_server_http_x_forwarded_for_1','198.27.69.191'),(775805,124784,'_server_http_x_forwarded_for_2','103.28.114.133'),(775806,124784,'_server_http_referer','http://www.google.com.hk'),(775807,124785,'failed_username','luis-monteiro'),(775808,124785,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775809,124785,'_message_key','user_unknown_login_failed'),(775810,124785,'_xmlrpc_request','true'),(775811,124785,'_server_remote_addr','37.26.64.44'),(775812,124785,'_server_http_x_forwarded_for_1','37.26.64.44'),(775813,124785,'_server_http_referer','http://www.google.com.hk'),(775814,124786,'failed_username','luis-monteiro'),(775815,124786,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775816,124786,'_message_key','user_unknown_login_failed'),(775817,124786,'_xmlrpc_request','true'),(775818,124786,'_server_remote_addr','175.101.60.54'),(775819,124786,'_server_http_x_forwarded_for_0','181.72.245.196'),(775820,124786,'_server_http_x_forwarded_for_1','175.101.60.54'),(775821,124786,'_server_http_referer','http://www.google.com.hk'),(775822,124787,'failed_username','luis-monteiro'),(775823,124787,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775824,124787,'_message_key','user_unknown_login_failed'),(775825,124787,'_xmlrpc_request','true'),(775826,124787,'_server_remote_addr','101.255.85.42'),(775827,124787,'_server_http_x_forwarded_for_0','189.201.121.47'),(775828,124787,'_server_http_x_forwarded_for_1','198.27.69.191'),(775829,124787,'_server_http_x_forwarded_for_2','101.255.85.42'),(775830,124787,'_server_http_referer','http://www.google.com.hk'),(775831,124788,'failed_username','luis-monteiro'),(775832,124788,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775833,124788,'_message_key','user_unknown_login_failed'),(775834,124788,'_xmlrpc_request','true'),(775835,124788,'_server_remote_addr','140.227.11.203'),(775836,124788,'_server_http_x_forwarded_for_0','140.227.11.203'),(775837,124788,'_server_http_referer','http://www.google.com.hk'),(775838,124789,'failed_username','luis-monteiro'),(775839,124789,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775840,124789,'_message_key','user_unknown_login_failed'),(775841,124789,'_xmlrpc_request','true'),(775842,124789,'_server_remote_addr','117.103.2.241'),(775843,124789,'_server_http_x_forwarded_for_0','98.181.213.196'),(775844,124789,'_server_http_x_forwarded_for_1','117.103.2.241'),(775845,124789,'_server_http_referer','http://www.google.com.hk'),(775846,124790,'failed_username','luis-monteiro'),(775847,124790,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775848,124790,'_message_key','user_unknown_login_failed'),(775849,124790,'_xmlrpc_request','true'),(775850,124790,'_server_remote_addr','93.116.185.57'),(775851,124790,'_server_http_x_forwarded_for_0','152.5.252.12'),(775852,124790,'_server_http_x_forwarded_for_1','93.116.185.57'),(775853,124790,'_server_http_referer','http://www.google.com.hk'),(775854,124791,'failed_username','luis-monteiro'),(775855,124791,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775856,124791,'_message_key','user_unknown_login_failed'),(775857,124791,'_xmlrpc_request','true'),(775858,124791,'_server_remote_addr','125.25.165.99'),(775859,124791,'_server_http_x_forwarded_for_0','134.4.90.105'),(775860,124791,'_server_http_x_forwarded_for_1','125.25.165.99'),(775861,124791,'_server_http_referer','http://www.google.com.hk'),(775862,124792,'failed_username','luis-monteiro'),(775863,124792,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775864,124792,'_message_key','user_unknown_login_failed'),(775865,124792,'_xmlrpc_request','true'),(775866,124792,'_server_remote_addr','195.135.212.186'),(775867,124792,'_server_http_x_forwarded_for_0','55.8.110.26'),(775868,124792,'_server_http_x_forwarded_for_1','195.135.212.186'),(775869,124792,'_server_http_referer','http://www.google.com.hk'),(775870,124793,'failed_username','luis-monteiro'),(775871,124793,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775872,124793,'_message_key','user_unknown_login_failed'),(775873,124793,'_xmlrpc_request','true'),(775874,124793,'_server_remote_addr','109.74.142.138'),(775875,124793,'_server_http_x_forwarded_for_0','12.149.230.22'),(775876,124793,'_server_http_x_forwarded_for_1','109.74.142.138'),(775877,124793,'_server_http_referer','http://www.google.com.hk'),(775878,124794,'failed_username','luis-monteiro'),(775879,124794,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775880,124794,'_message_key','user_unknown_login_failed'),(775881,124794,'_xmlrpc_request','true'),(775882,124794,'_server_remote_addr','116.212.135.134'),(775883,124794,'_server_http_x_forwarded_for_0','194.42.8.220'),(775884,124794,'_server_http_x_forwarded_for_1','116.212.135.134'),(775885,124794,'_server_http_referer','http://www.google.com.hk'),(775886,124795,'failed_username','luis-monteiro'),(775887,124795,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775888,124795,'_message_key','user_unknown_login_failed'),(775889,124795,'_xmlrpc_request','true'),(775890,124795,'_server_remote_addr','212.77.130.65'),(775891,124795,'_server_http_x_forwarded_for_0','71.132.6.211'),(775892,124795,'_server_http_x_forwarded_for_1','212.77.130.65'),(775893,124795,'_server_http_referer','http://www.google.com.hk'),(775894,124796,'failed_username','luis-monteiro'),(775895,124796,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775896,124796,'_message_key','user_unknown_login_failed'),(775897,124796,'_xmlrpc_request','true'),(775898,124796,'_server_remote_addr','1.20.102.133'),(775899,124796,'_server_http_x_forwarded_for_0','64.246.253.52'),(775900,124796,'_server_http_x_forwarded_for_1','1.20.102.133'),(775901,124796,'_server_http_referer','http://www.google.com.hk'),(775902,124797,'failed_username','luis-monteiro'),(775903,124797,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775904,124797,'_message_key','user_unknown_login_failed'),(775905,124797,'_xmlrpc_request','true'),(775906,124797,'_server_remote_addr','109.120.155.22'),(775907,124797,'_server_http_x_forwarded_for_0','21.150.163.156'),(775908,124797,'_server_http_x_forwarded_for_1','198.27.69.191'),(775909,124797,'_server_http_x_forwarded_for_2','109.120.155.22'),(775910,124797,'_server_http_referer','http://www.google.com.hk'),(775911,124798,'failed_username','luis-monteiro'),(775912,124798,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775913,124798,'_message_key','user_unknown_login_failed'),(775914,124798,'_xmlrpc_request','true'),(775915,124798,'_server_remote_addr','50.250.144.57'),(775916,124798,'_server_http_x_forwarded_for_0','81.69.101.9'),(775917,124798,'_server_http_x_forwarded_for_1','50.250.144.57'),(775918,124798,'_server_http_referer','http://www.google.com.hk'),(775919,124799,'failed_username','luis-monteiro'),(775920,124799,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775921,124799,'_message_key','user_unknown_login_failed'),(775922,124799,'_xmlrpc_request','true'),(775923,124799,'_server_remote_addr','109.94.127.33'),(775924,124799,'_server_http_x_forwarded_for_0','14.21.94.125'),(775925,124799,'_server_http_x_forwarded_for_1','109.94.127.33'),(775926,124799,'_server_http_referer','http://www.google.com.hk'),(775927,124800,'failed_username','luis-monteiro'),(775928,124800,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775929,124800,'_message_key','user_unknown_login_failed'),(775930,124800,'_xmlrpc_request','true'),(775931,124800,'_server_remote_addr','185.190.40.115'),(775932,124800,'_server_http_x_forwarded_for_0','130.182.202.172'),(775933,124800,'_server_http_x_forwarded_for_1','185.190.40.115'),(775934,124800,'_server_http_referer','http://www.google.com.hk'),(775935,124801,'failed_username','luis-monteiro'),(775936,124801,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775937,124801,'_message_key','user_unknown_login_failed'),(775938,124801,'_xmlrpc_request','true'),(775939,124801,'_server_remote_addr','103.16.168.77'),(775940,124801,'_server_http_x_forwarded_for_0','148.134.98.5'),(775941,124801,'_server_http_x_forwarded_for_1','103.16.168.77'),(775942,124801,'_server_http_referer','http://www.google.com.hk'),(775943,124802,'failed_username','luis-monteiro'),(775944,124802,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775945,124802,'_message_key','user_unknown_login_failed'),(775946,124802,'_xmlrpc_request','true'),(775947,124802,'_server_remote_addr','178.54.6.178'),(775948,124802,'_server_http_x_forwarded_for_0','33.32.199.72'),(775949,124802,'_server_http_x_forwarded_for_1','178.54.6.178'),(775950,124802,'_server_http_referer','http://www.google.com.hk'),(775951,124803,'failed_username','luis-monteiro'),(775952,124803,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775953,124803,'_message_key','user_unknown_login_failed'),(775954,124803,'_xmlrpc_request','true'),(775955,124803,'_server_remote_addr','109.167.201.210'),(775956,124803,'_server_http_x_forwarded_for_0','74.89.148.164'),(775957,124803,'_server_http_x_forwarded_for_1','109.167.201.210'),(775958,124803,'_server_http_referer','http://www.google.com.hk'),(775959,124804,'failed_username','luis-monteiro'),(775960,124804,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775961,124804,'_message_key','user_unknown_login_failed'),(775962,124804,'_xmlrpc_request','true'),(775963,124804,'_server_remote_addr','172.105.236.118'),(775964,124804,'_server_http_x_forwarded_for_0','119.188.143.235'),(775965,124804,'_server_http_x_forwarded_for_1','172.105.236.118'),(775966,124804,'_server_http_referer','http://www.google.com.hk'),(775967,124805,'failed_username','luis-monteiro'),(775968,124805,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775969,124805,'_message_key','user_unknown_login_failed'),(775970,124805,'_xmlrpc_request','true'),(775971,124805,'_server_remote_addr','68.183.121.199'),(775972,124805,'_server_http_x_forwarded_for_0','66.70.79.25'),(775973,124805,'_server_http_x_forwarded_for_1','68.183.121.199'),(775974,124805,'_server_http_referer','http://www.google.com.hk'),(775975,124806,'failed_username','luis-monteiro'),(775976,124806,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775977,124806,'_message_key','user_unknown_login_failed'),(775978,124806,'_xmlrpc_request','true'),(775979,124806,'_server_remote_addr','101.109.83.204'),(775980,124806,'_server_http_x_forwarded_for_0','49.47.110.31'),(775981,124806,'_server_http_x_forwarded_for_1','101.109.83.204'),(775982,124806,'_server_http_referer','http://www.google.com.hk'),(775983,124807,'failed_username','luis-monteiro'),(775984,124807,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775985,124807,'_message_key','user_unknown_login_failed'),(775986,124807,'_xmlrpc_request','true'),(775987,124807,'_server_remote_addr','61.247.58.103'),(775988,124807,'_server_http_x_forwarded_for_0','14.231.248.91'),(775989,124807,'_server_http_x_forwarded_for_1','198.27.69.191'),(775990,124807,'_server_http_x_forwarded_for_2','61.247.58.103'),(775991,124807,'_server_http_referer','http://www.google.com.hk'),(775992,124808,'failed_username','luis-monteiro'),(775993,124808,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(775994,124808,'_message_key','user_unknown_login_failed'),(775995,124808,'_xmlrpc_request','true'),(775996,124808,'_server_remote_addr','37.187.121.205'),(775997,124808,'_server_http_x_forwarded_for_0','191.91.208.12'),(775998,124808,'_server_http_x_forwarded_for_1','198.27.69.191'),(775999,124808,'_server_http_x_forwarded_for_2','37.187.121.205'),(776000,124808,'_server_http_referer','http://www.google.com.hk'),(776001,124809,'failed_username','luis-monteiro'),(776002,124809,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776003,124809,'_message_key','user_unknown_login_failed'),(776004,124809,'_xmlrpc_request','true'),(776005,124809,'_server_remote_addr','27.147.164.10'),(776006,124809,'_server_http_x_forwarded_for_0','191.116.45.125'),(776007,124809,'_server_http_x_forwarded_for_1','27.147.164.10'),(776008,124809,'_server_http_referer','http://www.google.com.hk'),(776009,124810,'failed_username','luis-monteiro'),(776010,124810,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776011,124810,'_message_key','user_unknown_login_failed'),(776012,124810,'_xmlrpc_request','true'),(776013,124810,'_server_remote_addr','193.107.247.98'),(776014,124810,'_server_http_x_forwarded_for_0','103.125.177.208'),(776015,124810,'_server_http_x_forwarded_for_1','193.107.247.98'),(776016,124810,'_server_http_referer','http://www.google.com.hk'),(776017,124811,'failed_username','luis-monteiro'),(776018,124811,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776019,124811,'_message_key','user_unknown_login_failed'),(776020,124811,'_xmlrpc_request','true'),(776021,124811,'_server_remote_addr','68.183.233.146'),(776022,124811,'_server_http_x_forwarded_for_0','142.52.2.76'),(776023,124811,'_server_http_x_forwarded_for_1','198.27.69.191'),(776024,124811,'_server_http_x_forwarded_for_2','68.183.233.146'),(776025,124811,'_server_http_referer','http://www.google.com.hk'),(776026,124812,'failed_username','luis-monteiro'),(776027,124812,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776028,124812,'_message_key','user_unknown_login_failed'),(776029,124812,'_xmlrpc_request','true'),(776030,124812,'_server_remote_addr','186.38.39.22'),(776031,124812,'_server_http_x_forwarded_for_0','150.124.25.109'),(776032,124812,'_server_http_x_forwarded_for_1','186.38.39.22'),(776033,124812,'_server_http_referer','http://www.google.com.hk'),(776034,124813,'failed_username','luis-monteiro'),(776035,124813,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776036,124813,'_message_key','user_unknown_login_failed'),(776037,124813,'_xmlrpc_request','true'),(776038,124813,'_server_remote_addr','74.70.67.218'),(776039,124813,'_server_http_x_forwarded_for_0','12.219.137.12'),(776040,124813,'_server_http_x_forwarded_for_1','74.70.67.218'),(776041,124813,'_server_http_referer','http://www.google.com.hk'),(776042,124814,'failed_username','luis-monteiro'),(776043,124814,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776044,124814,'_message_key','user_unknown_login_failed'),(776045,124814,'_xmlrpc_request','true'),(776046,124814,'_server_remote_addr','170.78.23.245'),(776047,124814,'_server_http_x_forwarded_for_0','170.78.23.245'),(776048,124814,'_server_http_referer','http://www.google.com.hk'),(776049,124815,'failed_username','luis-monteiro'),(776050,124815,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776051,124815,'_message_key','user_unknown_login_failed'),(776052,124815,'_xmlrpc_request','true'),(776053,124815,'_server_remote_addr','196.32.109.132'),(776054,124815,'_server_http_x_forwarded_for_0','208.131.43.52'),(776055,124815,'_server_http_x_forwarded_for_1','196.32.109.132'),(776056,124815,'_server_http_referer','http://www.google.com.hk'),(776057,124816,'failed_username','luis-monteiro'),(776058,124816,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776059,124816,'_message_key','user_unknown_login_failed'),(776060,124816,'_xmlrpc_request','true'),(776061,124816,'_server_remote_addr','64.132.113.114'),(776062,124816,'_server_http_x_forwarded_for_0','38.158.114.18'),(776063,124816,'_server_http_x_forwarded_for_1','64.132.113.114'),(776064,124816,'_server_http_referer','http://www.google.com.hk'),(776065,124817,'failed_username','luis-monteiro'),(776066,124817,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776067,124817,'_message_key','user_unknown_login_failed'),(776068,124817,'_xmlrpc_request','true'),(776069,124817,'_server_remote_addr','125.25.45.128'),(776070,124817,'_server_http_x_forwarded_for_0','41.191.159.101'),(776071,124817,'_server_http_x_forwarded_for_1','125.25.45.128'),(776072,124817,'_server_http_referer','http://www.google.com.hk'),(776073,124818,'failed_username','luis-monteiro'),(776074,124818,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776075,124818,'_message_key','user_unknown_login_failed'),(776076,124818,'_xmlrpc_request','true'),(776077,124818,'_server_remote_addr','140.227.78.185'),(776078,124818,'_server_http_x_forwarded_for_0','140.227.78.185'),(776079,124818,'_server_http_referer','http://www.google.com.hk'),(776080,124819,'failed_username','luis-monteiro'),(776081,124819,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776082,124819,'_message_key','user_unknown_login_failed'),(776083,124819,'_xmlrpc_request','true'),(776084,124819,'_server_remote_addr','130.193.112.146'),(776085,124819,'_server_http_x_forwarded_for_0','218.36.204.180'),(776086,124819,'_server_http_x_forwarded_for_1','130.193.112.146'),(776087,124819,'_server_http_referer','http://www.google.com.hk'),(776088,124820,'failed_username','luis-monteiro'),(776089,124820,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776090,124820,'_message_key','user_unknown_login_failed'),(776091,124820,'_xmlrpc_request','true'),(776092,124820,'_server_remote_addr','175.139.218.9'),(776093,124820,'_server_http_x_forwarded_for_0','204.117.139.185'),(776094,124820,'_server_http_x_forwarded_for_1','198.27.69.191'),(776095,124820,'_server_http_x_forwarded_for_2','175.139.218.9'),(776096,124820,'_server_http_referer','http://www.google.com.hk'),(776097,124821,'failed_username','luis-monteiro'),(776098,124821,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776099,124821,'_message_key','user_unknown_login_failed'),(776100,124821,'_xmlrpc_request','true'),(776101,124821,'_server_remote_addr','5.189.144.198'),(776102,124821,'_server_http_x_forwarded_for_0','55.83.89.56'),(776103,124821,'_server_http_x_forwarded_for_1','198.27.69.191'),(776104,124821,'_server_http_x_forwarded_for_2','5.189.144.198'),(776105,124821,'_server_http_referer','http://www.google.com.hk'),(776106,124822,'failed_username','luis-monteiro'),(776107,124822,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776108,124822,'_message_key','user_unknown_login_failed'),(776109,124822,'_xmlrpc_request','true'),(776110,124822,'_server_remote_addr','176.36.6.168'),(776111,124822,'_server_http_x_forwarded_for_0','219.97.218.63'),(776112,124822,'_server_http_x_forwarded_for_1','176.36.6.168'),(776113,124822,'_server_http_referer','http://www.google.com.hk'),(776114,124823,'failed_username','luis-monteiro'),(776115,124823,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776116,124823,'_message_key','user_unknown_login_failed'),(776117,124823,'_xmlrpc_request','true'),(776118,124823,'_server_remote_addr','125.25.57.104'),(776119,124823,'_server_http_x_forwarded_for_0','69.176.218.189'),(776120,124823,'_server_http_x_forwarded_for_1','125.25.57.104'),(776121,124823,'_server_http_referer','http://www.google.com.hk'),(776122,124824,'failed_username','luis-monteiro'),(776123,124824,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776124,124824,'_message_key','user_unknown_login_failed'),(776125,124824,'_xmlrpc_request','true'),(776126,124824,'_server_remote_addr','140.227.79.99'),(776127,124824,'_server_http_x_forwarded_for_0','140.227.79.99'),(776128,124824,'_server_http_referer','http://www.google.com.hk'),(776129,124825,'failed_username','luis-monteiro'),(776130,124825,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776131,124825,'_message_key','user_unknown_login_failed'),(776132,124825,'_xmlrpc_request','true'),(776133,124825,'_server_remote_addr','110.235.250.7'),(776134,124825,'_server_http_x_forwarded_for_0','130.229.27.176'),(776135,124825,'_server_http_x_forwarded_for_1','110.235.250.7'),(776136,124825,'_server_http_referer','http://www.google.com.hk'),(776137,124826,'failed_username','luis-monteiro'),(776138,124826,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776139,124826,'_message_key','user_unknown_login_failed'),(776140,124826,'_xmlrpc_request','true'),(776141,124826,'_server_remote_addr','195.112.252.180'),(776142,124826,'_server_http_x_forwarded_for_1','195.112.252.180'),(776143,124826,'_server_http_referer','http://www.google.com.hk'),(776144,124827,'failed_username','luis-monteiro'),(776145,124827,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776146,124827,'_message_key','user_unknown_login_failed'),(776147,124827,'_xmlrpc_request','true'),(776148,124827,'_server_remote_addr','37.233.103.36'),(776149,124827,'_server_http_x_forwarded_for_1','198.27.69.191'),(776150,124827,'_server_http_x_forwarded_for_2','37.233.103.36'),(776151,124827,'_server_http_referer','http://www.google.com.hk'),(776152,124828,'failed_username','luis-monteiro'),(776153,124828,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776154,124828,'_message_key','user_unknown_login_failed'),(776155,124828,'_xmlrpc_request','true'),(776156,124828,'_server_remote_addr','103.226.0.30'),(776157,124828,'_server_http_x_forwarded_for_0','24.62.21.14'),(776158,124828,'_server_http_x_forwarded_for_1','198.27.69.191'),(776159,124828,'_server_http_x_forwarded_for_2','103.226.0.30'),(776160,124828,'_server_http_referer','http://www.google.com.hk'),(776161,124829,'failed_username','luis-monteiro'),(776162,124829,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776163,124829,'_message_key','user_unknown_login_failed'),(776164,124829,'_xmlrpc_request','true'),(776165,124829,'_server_remote_addr','112.78.188.194'),(776166,124829,'_server_http_x_forwarded_for_0','92.47.178.153'),(776167,124829,'_server_http_x_forwarded_for_1','198.27.69.191'),(776168,124829,'_server_http_x_forwarded_for_2','112.78.188.194'),(776169,124829,'_server_http_referer','http://www.google.com.hk'),(776170,124830,'failed_username','luis-monteiro'),(776171,124830,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776172,124830,'_message_key','user_unknown_login_failed'),(776173,124830,'_xmlrpc_request','true'),(776174,124830,'_server_remote_addr','185.122.44.218'),(776175,124830,'_server_http_x_forwarded_for_0','47.27.125.93'),(776176,124830,'_server_http_x_forwarded_for_1','185.122.44.218'),(776177,124830,'_server_http_referer','http://www.google.com.hk'),(776178,124831,'failed_username','luis-monteiro'),(776179,124831,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776180,124831,'_message_key','user_unknown_login_failed'),(776181,124831,'_xmlrpc_request','true'),(776182,124831,'_server_remote_addr','35.185.24.212'),(776183,124831,'_server_http_x_forwarded_for_0','146.151.88.159'),(776184,124831,'_server_http_x_forwarded_for_1','198.27.69.191'),(776185,124831,'_server_http_x_forwarded_for_2','35.185.24.212'),(776186,124831,'_server_http_referer','http://www.google.com.hk'),(776187,124832,'failed_username','luis-monteiro'),(776188,124832,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776189,124832,'_message_key','user_unknown_login_failed'),(776190,124832,'_xmlrpc_request','true'),(776191,124832,'_server_remote_addr','5.189.144.198'),(776192,124832,'_server_http_x_forwarded_for_0','194.156.203.80'),(776193,124832,'_server_http_x_forwarded_for_1','198.27.69.191'),(776194,124832,'_server_http_x_forwarded_for_2','5.189.144.198'),(776195,124832,'_server_http_referer','http://www.google.com.hk'),(776196,124833,'failed_username','luis-monteiro'),(776197,124833,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776198,124833,'_message_key','user_unknown_login_failed'),(776199,124833,'_xmlrpc_request','true'),(776200,124833,'_server_remote_addr','62.148.134.122'),(776201,124833,'_server_http_x_forwarded_for_0','109.122.151.148'),(776202,124833,'_server_http_x_forwarded_for_1','62.148.134.122'),(776203,124833,'_server_http_referer','http://www.google.com.hk'),(776204,124834,'failed_username','luis-monteiro'),(776205,124834,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776206,124834,'_message_key','user_unknown_login_failed'),(776207,124834,'_xmlrpc_request','true'),(776208,124834,'_server_remote_addr','125.25.45.128'),(776209,124834,'_server_http_x_forwarded_for_1','125.25.45.128'),(776210,124834,'_server_http_referer','http://www.google.com.hk'),(776211,124835,'failed_username','luis-monteiro'),(776212,124835,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776213,124835,'_message_key','user_unknown_login_failed'),(776214,124835,'_xmlrpc_request','true'),(776215,124835,'_server_remote_addr','222.147.15.161'),(776216,124835,'_server_http_x_forwarded_for_0','182.43.56.252'),(776217,124835,'_server_http_x_forwarded_for_1','198.27.69.191'),(776218,124835,'_server_http_x_forwarded_for_2','222.147.15.161'),(776219,124835,'_server_http_referer','http://www.google.com.hk'),(776220,124836,'failed_username','luis-monteiro'),(776221,124836,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776222,124836,'_message_key','user_unknown_login_failed'),(776223,124836,'_xmlrpc_request','true'),(776224,124836,'_server_remote_addr','185.26.65.110'),(776225,124836,'_server_http_x_forwarded_for_0','206.16.165.141'),(776226,124836,'_server_http_x_forwarded_for_1','185.26.65.110'),(776227,124836,'_server_http_referer','http://www.google.com.hk'),(776228,124837,'failed_username','luis-monteiro'),(776229,124837,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776230,124837,'_message_key','user_unknown_login_failed'),(776231,124837,'_xmlrpc_request','true'),(776232,124837,'_server_remote_addr','109.230.60.3'),(776233,124837,'_server_http_x_forwarded_for_1','109.230.60.3'),(776234,124837,'_server_http_referer','http://www.google.com.hk'),(776235,124838,'failed_username','luis-monteiro'),(776236,124838,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776237,124838,'_message_key','user_unknown_login_failed'),(776238,124838,'_xmlrpc_request','true'),(776239,124838,'_server_remote_addr','195.206.42.99'),(776240,124838,'_server_http_x_forwarded_for_0','36.23.144.144'),(776241,124838,'_server_http_x_forwarded_for_1','195.206.42.99'),(776242,124838,'_server_http_referer','http://www.google.com.hk'),(776243,124839,'failed_username','luis-monteiro'),(776244,124839,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776245,124839,'_message_key','user_unknown_login_failed'),(776246,124839,'_xmlrpc_request','true'),(776247,124839,'_server_remote_addr','36.66.95.13'),(776248,124839,'_server_http_x_forwarded_for_0','89.171.214.42'),(776249,124839,'_server_http_x_forwarded_for_1','36.66.95.13'),(776250,124839,'_server_http_referer','http://www.google.com.hk'),(776251,124840,'failed_username','luis-monteiro'),(776252,124840,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776253,124840,'_message_key','user_unknown_login_failed'),(776254,124840,'_xmlrpc_request','true'),(776255,124840,'_server_remote_addr','140.227.59.67'),(776256,124840,'_server_http_x_forwarded_for_0','140.227.59.67'),(776257,124840,'_server_http_referer','http://www.google.com.hk'),(776258,124841,'failed_username','luis-monteiro'),(776259,124841,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776260,124841,'_message_key','user_unknown_login_failed'),(776261,124841,'_xmlrpc_request','true'),(776262,124841,'_server_remote_addr','94.143.172.42'),(776263,124841,'_server_http_x_forwarded_for_0','104.186.52.17'),(776264,124841,'_server_http_x_forwarded_for_1','94.143.172.42'),(776265,124841,'_server_http_referer','http://www.google.com.hk'),(776266,124842,'failed_username','luis-monteiro'),(776267,124842,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776268,124842,'_message_key','user_unknown_login_failed'),(776269,124842,'_xmlrpc_request','true'),(776270,124842,'_server_remote_addr','45.250.226.14'),(776271,124842,'_server_http_x_forwarded_for_0','109.17.135.10'),(776272,124842,'_server_http_x_forwarded_for_1','198.27.69.191'),(776273,124842,'_server_http_x_forwarded_for_2','45.250.226.14'),(776274,124842,'_server_http_referer','http://www.google.com.hk'),(776275,124843,'failed_username','luis-monteiro'),(776276,124843,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776277,124843,'_message_key','user_unknown_login_failed'),(776278,124843,'_xmlrpc_request','true'),(776279,124843,'_server_remote_addr','74.70.67.218'),(776280,124843,'_server_http_x_forwarded_for_0','158.207.116.223'),(776281,124843,'_server_http_x_forwarded_for_1','74.70.67.218'),(776282,124843,'_server_http_referer','http://www.google.com.hk'),(776283,124844,'failed_username','luis-monteiro'),(776284,124844,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776285,124844,'_message_key','user_unknown_login_failed'),(776286,124844,'_xmlrpc_request','true'),(776287,124844,'_server_remote_addr','112.78.188.194'),(776288,124844,'_server_http_x_forwarded_for_1','198.27.69.191'),(776289,124844,'_server_http_x_forwarded_for_2','112.78.188.194'),(776290,124844,'_server_http_referer','http://www.google.com.hk'),(776291,124845,'failed_username','luis-monteiro'),(776292,124845,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776293,124845,'_message_key','user_unknown_login_failed'),(776294,124845,'_xmlrpc_request','true'),(776295,124845,'_server_remote_addr','178.128.101.124'),(776296,124845,'_server_http_x_forwarded_for_0','178.128.101.124'),(776297,124846,'failed_username','luis-monteiro'),(776298,124846,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776299,124846,'_message_key','user_unknown_login_failed'),(776300,124846,'_xmlrpc_request','true'),(776301,124846,'_server_remote_addr','36.67.32.87'),(776302,124846,'_server_http_x_forwarded_for_0','17.168.161.35'),(776303,124846,'_server_http_x_forwarded_for_1','198.27.69.191'),(776304,124846,'_server_http_x_forwarded_for_2','36.67.32.87'),(776305,124846,'_server_http_referer','http://www.google.com.hk'),(776306,124847,'failed_username','luis-monteiro'),(776307,124847,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776308,124847,'_message_key','user_unknown_login_failed'),(776309,124847,'_xmlrpc_request','true'),(776310,124847,'_server_remote_addr','77.120.246.243'),(776311,124847,'_server_http_x_forwarded_for_0','71.177.164.218'),(776312,124847,'_server_http_x_forwarded_for_1','77.120.246.243'),(776313,124847,'_server_http_referer','http://www.google.com.hk'),(776314,124848,'failed_username','luis-monteiro'),(776315,124848,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776316,124848,'_message_key','user_unknown_login_failed'),(776317,124848,'_xmlrpc_request','true'),(776318,124848,'_server_remote_addr','45.71.80.2'),(776319,124848,'_server_http_x_forwarded_for_1','45.71.80.2'),(776320,124848,'_server_http_referer','http://www.google.com.hk'),(776321,124849,'failed_username','luis-monteiro'),(776322,124849,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776323,124849,'_message_key','user_unknown_login_failed'),(776324,124849,'_xmlrpc_request','true'),(776325,124849,'_server_remote_addr','178.128.101.124'),(776326,124849,'_server_http_x_forwarded_for_0','178.128.101.124'),(776327,124850,'failed_username','luis-monteiro'),(776328,124850,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776329,124850,'_message_key','user_unknown_login_failed'),(776330,124850,'_xmlrpc_request','true'),(776331,124850,'_server_remote_addr','77.120.246.243'),(776332,124850,'_server_http_x_forwarded_for_0','53.214.49.65'),(776333,124850,'_server_http_x_forwarded_for_1','77.120.246.243'),(776334,124850,'_server_http_referer','http://www.google.com.hk'),(776335,124851,'failed_username','luis-monteiro'),(776336,124851,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776337,124851,'_message_key','user_unknown_login_failed'),(776338,124851,'_xmlrpc_request','true'),(776339,124851,'_server_remote_addr','87.249.247.200'),(776340,124851,'_server_http_x_forwarded_for_0','12.241.40.95'),(776341,124851,'_server_http_x_forwarded_for_1','87.249.247.200'),(776342,124851,'_server_http_referer','http://www.google.com.hk'),(776343,124852,'failed_username','luis-monteiro'),(776344,124852,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776345,124852,'_message_key','user_unknown_login_failed'),(776346,124852,'_xmlrpc_request','true'),(776347,124852,'_server_remote_addr','185.22.172.94'),(776348,124852,'_server_http_x_forwarded_for_0','141.87.93.116'),(776349,124852,'_server_http_x_forwarded_for_1','198.27.69.191'),(776350,124852,'_server_http_x_forwarded_for_2','185.22.172.94'),(776351,124852,'_server_http_referer','http://www.google.com.hk'),(776352,124853,'failed_username','luis-monteiro'),(776353,124853,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776354,124853,'_message_key','user_unknown_login_failed'),(776355,124853,'_xmlrpc_request','true'),(776356,124853,'_server_remote_addr','170.254.229.154'),(776357,124853,'_server_http_x_forwarded_for_0','185.7.242.122'),(776358,124853,'_server_http_x_forwarded_for_1','170.254.229.154'),(776359,124853,'_server_http_referer','http://www.google.com.hk'),(776360,124854,'failed_username','luis-monteiro'),(776361,124854,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776362,124854,'_message_key','user_unknown_login_failed'),(776363,124854,'_xmlrpc_request','true'),(776364,124854,'_server_remote_addr','89.189.130.103'),(776365,124854,'_server_http_x_forwarded_for_0','26.30.242.42'),(776366,124854,'_server_http_x_forwarded_for_1','89.189.130.103'),(776367,124854,'_server_http_referer','http://www.google.com.hk'),(776368,124855,'failed_username','luis-monteiro'),(776369,124855,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776370,124855,'_message_key','user_unknown_login_failed'),(776371,124855,'_xmlrpc_request','true'),(776372,124855,'_server_remote_addr','140.227.212.179'),(776373,124855,'_server_http_x_forwarded_for_0','140.227.212.179'),(776374,124856,'failed_username','luis-monteiro'),(776375,124856,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776376,124856,'_message_key','user_unknown_login_failed'),(776377,124856,'_xmlrpc_request','true'),(776378,124856,'_server_remote_addr','87.255.18.71'),(776379,124856,'_server_http_x_forwarded_for_0','198.143.35.144'),(776380,124856,'_server_http_x_forwarded_for_1','87.255.18.71'),(776381,124856,'_server_http_referer','http://www.google.com.hk'),(776382,124857,'failed_username','luis-monteiro'),(776383,124857,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776384,124857,'_message_key','user_unknown_login_failed'),(776385,124857,'_xmlrpc_request','true'),(776386,124857,'_server_remote_addr','109.74.142.138'),(776387,124857,'_server_http_x_forwarded_for_0','180.72.111.76'),(776388,124857,'_server_http_x_forwarded_for_1','109.74.142.138'),(776389,124857,'_server_http_referer','http://www.google.com.hk'),(776390,124858,'failed_username','luis-monteiro'),(776391,124858,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776392,124858,'_message_key','user_unknown_login_failed'),(776393,124858,'_xmlrpc_request','true'),(776394,124858,'_server_remote_addr','182.52.87.167'),(776395,124858,'_server_http_x_forwarded_for_0','37.85.231.192'),(776396,124858,'_server_http_x_forwarded_for_1','182.52.87.167'),(776397,124858,'_server_http_referer','http://www.google.com.hk'),(776398,124859,'failed_username','luis-monteiro'),(776399,124859,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776400,124859,'_message_key','user_unknown_login_failed'),(776401,124859,'_xmlrpc_request','true'),(776402,124859,'_server_remote_addr','140.227.206.163'),(776403,124859,'_server_http_x_forwarded_for_0','140.227.206.163'),(776404,124860,'failed_username','luis-monteiro'),(776405,124860,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776406,124860,'_message_key','user_unknown_login_failed'),(776407,124860,'_xmlrpc_request','true'),(776408,124860,'_server_remote_addr','186.42.173.122'),(776409,124860,'_server_http_x_forwarded_for_1','186.42.173.122'),(776410,124860,'_server_http_referer','http://www.google.com.hk'),(776411,124861,'failed_username','luis-monteiro'),(776412,124861,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776413,124861,'_message_key','user_unknown_login_failed'),(776414,124861,'_xmlrpc_request','true'),(776415,124861,'_server_remote_addr','182.53.206.49'),(776416,124861,'_server_http_x_forwarded_for_0','124.7.234.149'),(776417,124861,'_server_http_x_forwarded_for_1','182.53.206.49'),(776418,124861,'_server_http_referer','http://www.google.com.hk'),(776419,124862,'failed_username','luis-monteiro'),(776420,124862,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776421,124862,'_message_key','user_unknown_login_failed'),(776422,124862,'_xmlrpc_request','true'),(776423,124862,'_server_remote_addr','36.67.80.19'),(776424,124862,'_server_http_x_forwarded_for_0','82.76.123.37'),(776425,124862,'_server_http_x_forwarded_for_1','198.27.69.191'),(776426,124862,'_server_http_x_forwarded_for_2','36.67.80.19'),(776427,124862,'_server_http_referer','http://www.google.com.hk'),(776428,124863,'failed_username','luis-monteiro'),(776429,124863,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776430,124863,'_message_key','user_unknown_login_failed'),(776431,124863,'_xmlrpc_request','true'),(776432,124863,'_server_remote_addr','178.128.173.108'),(776433,124863,'_server_http_x_forwarded_for_0','3.103.175.162'),(776434,124863,'_server_http_x_forwarded_for_1','178.128.173.108'),(776435,124863,'_server_http_referer','http://www.google.com.hk'),(776436,124864,'failed_username','luis-monteiro'),(776437,124864,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776438,124864,'_message_key','user_unknown_login_failed'),(776439,124864,'_xmlrpc_request','true'),(776440,124864,'_server_remote_addr','194.87.148.156'),(776441,124864,'_server_http_x_forwarded_for_0','173.236.194.137'),(776442,124864,'_server_http_x_forwarded_for_1','194.87.148.156'),(776443,124864,'_server_http_referer','http://www.google.com.hk'),(776444,124865,'failed_username','luis-monteiro'),(776445,124865,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776446,124865,'_message_key','user_unknown_login_failed'),(776447,124865,'_xmlrpc_request','true'),(776448,124865,'_server_remote_addr','140.227.28.129'),(776449,124865,'_server_http_x_forwarded_for_0','140.227.28.129'),(776450,124865,'_server_http_referer','http://www.google.com.hk'),(776451,124866,'failed_username','luis-monteiro'),(776452,124866,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776453,124866,'_message_key','user_unknown_login_failed'),(776454,124866,'_xmlrpc_request','true'),(776455,124866,'_server_remote_addr','118.69.61.212'),(776456,124866,'_server_http_x_forwarded_for_0','148.59.124.41'),(776457,124866,'_server_http_x_forwarded_for_1','118.69.61.212'),(776458,124866,'_server_http_referer','http://www.google.com.hk'),(776459,124867,'failed_username','luis-monteiro'),(776460,124867,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776461,124867,'_message_key','user_unknown_login_failed'),(776462,124867,'_xmlrpc_request','true'),(776463,124867,'_server_remote_addr','117.2.155.29'),(776464,124867,'_server_http_x_forwarded_for_0','181.110.193.204'),(776465,124867,'_server_http_x_forwarded_for_1','117.2.155.29'),(776466,124867,'_server_http_referer','http://www.google.com.hk'),(776467,124868,'failed_username','luis-monteiro'),(776468,124868,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776469,124868,'_message_key','user_unknown_login_failed'),(776470,124868,'_xmlrpc_request','true'),(776471,124868,'_server_remote_addr','52.179.5.76'),(776472,124868,'_server_http_x_forwarded_for_0','215.40.206.26'),(776473,124868,'_server_http_x_forwarded_for_1','198.27.69.191'),(776474,124868,'_server_http_x_forwarded_for_2','52.179.5.76'),(776475,124868,'_server_http_referer','http://www.google.com.hk'),(776476,124869,'failed_username','luis-monteiro'),(776477,124869,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776478,124869,'_message_key','user_unknown_login_failed'),(776479,124869,'_xmlrpc_request','true'),(776480,124869,'_server_remote_addr','189.204.220.233'),(776481,124869,'_server_http_x_forwarded_for_0','206.96.38.245'),(776482,124869,'_server_http_x_forwarded_for_1','189.204.220.233'),(776483,124869,'_server_http_referer','http://www.google.com.hk'),(776484,124870,'failed_username','luis-monteiro'),(776485,124870,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776486,124870,'_message_key','user_unknown_login_failed'),(776487,124870,'_xmlrpc_request','true'),(776488,124870,'_server_remote_addr','47.75.62.90'),(776489,124870,'_server_http_x_forwarded_for_1','47.75.62.90'),(776490,124870,'_server_http_referer','http://www.google.com.hk'),(776491,124871,'failed_username','luis-monteiro'),(776492,124871,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776493,124871,'_message_key','user_unknown_login_failed'),(776494,124871,'_xmlrpc_request','true'),(776495,124871,'_server_remote_addr','178.128.101.124'),(776496,124871,'_server_http_x_forwarded_for_0','178.128.101.124'),(776497,124872,'failed_username','luis-monteiro'),(776498,124872,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776499,124872,'_message_key','user_unknown_login_failed'),(776500,124872,'_xmlrpc_request','true'),(776501,124872,'_server_remote_addr','103.252.32.174'),(776502,124872,'_server_http_x_forwarded_for_0','97.5.76.120'),(776503,124872,'_server_http_x_forwarded_for_1','198.27.69.191'),(776504,124872,'_server_http_x_forwarded_for_2','103.252.32.174'),(776505,124872,'_server_http_referer','http://www.google.com.hk'),(776506,124873,'failed_username','luis-monteiro'),(776507,124873,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776508,124873,'_message_key','user_unknown_login_failed'),(776509,124873,'_xmlrpc_request','true'),(776510,124873,'_server_remote_addr','181.129.49.3'),(776511,124873,'_server_http_x_forwarded_for_0','210.196.146.4'),(776512,124873,'_server_http_x_forwarded_for_1','181.129.49.3'),(776513,124873,'_server_http_referer','http://www.google.com.hk'),(776514,124874,'failed_username','luis-monteiro'),(776515,124874,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776516,124874,'_message_key','user_unknown_login_failed'),(776517,124874,'_xmlrpc_request','true'),(776518,124874,'_server_remote_addr','131.72.140.70'),(776519,124874,'_server_http_x_forwarded_for_0','140.90.152.249'),(776520,124874,'_server_http_x_forwarded_for_1','198.27.69.191'),(776521,124874,'_server_http_x_forwarded_for_2','131.72.140.70'),(776522,124874,'_server_http_referer','http://www.google.com.hk'),(776523,124875,'failed_username','luis-monteiro'),(776524,124875,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776525,124875,'_message_key','user_unknown_login_failed'),(776526,124875,'_xmlrpc_request','true'),(776527,124875,'_server_remote_addr','140.227.202.8'),(776528,124875,'_server_http_x_forwarded_for_0','140.227.202.8'),(776529,124876,'failed_username','luis-monteiro'),(776530,124876,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776531,124876,'_message_key','user_unknown_login_failed'),(776532,124876,'_xmlrpc_request','true'),(776533,124876,'_server_remote_addr','119.28.67.55'),(776534,124876,'_server_http_x_forwarded_for_0','12.163.83.244'),(776535,124876,'_server_http_x_forwarded_for_1','119.28.67.55'),(776536,124876,'_server_http_referer','http://www.google.com.hk'),(776537,124877,'failed_username','luis-monteiro'),(776538,124877,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776539,124877,'_message_key','user_unknown_login_failed'),(776540,124877,'_xmlrpc_request','true'),(776541,124877,'_server_remote_addr','81.92.144.25'),(776542,124877,'_server_http_x_forwarded_for_0','122.97.38.96'),(776543,124877,'_server_http_x_forwarded_for_1','81.92.144.25'),(776544,124877,'_server_http_referer','http://www.google.com.hk'),(776545,124878,'failed_username','luis-monteiro'),(776546,124878,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776547,124878,'_message_key','user_unknown_login_failed'),(776548,124878,'_xmlrpc_request','true'),(776549,124878,'_server_remote_addr','103.76.17.151'),(776550,124878,'_server_http_x_forwarded_for_0','119.63.84.137'),(776551,124878,'_server_http_x_forwarded_for_1','103.76.17.151'),(776552,124878,'_server_http_referer','http://www.google.com.hk'),(776553,124879,'failed_username','luis-monteiro'),(776554,124879,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776555,124879,'_message_key','user_unknown_login_failed'),(776556,124879,'_xmlrpc_request','true'),(776557,124879,'_server_remote_addr','140.227.58.23'),(776558,124879,'_server_http_x_forwarded_for_0','140.227.58.23'),(776559,124879,'_server_http_referer','http://www.google.com.hk'),(776560,124880,'failed_username','luis-monteiro'),(776561,124880,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776562,124880,'_message_key','user_unknown_login_failed'),(776563,124880,'_xmlrpc_request','true'),(776564,124880,'_server_remote_addr','140.227.75.55'),(776565,124880,'_server_http_x_forwarded_for_0','140.227.75.55'),(776566,124880,'_server_http_referer','http://www.google.com.hk'),(776567,124881,'failed_username','luis-monteiro'),(776568,124881,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776569,124881,'_message_key','user_unknown_login_failed'),(776570,124881,'_xmlrpc_request','true'),(776571,124881,'_server_remote_addr','104.198.68.109'),(776572,124881,'_server_http_x_forwarded_for_0','175.176.105.30'),(776573,124881,'_server_http_x_forwarded_for_1','198.27.69.191'),(776574,124881,'_server_http_x_forwarded_for_2','104.198.68.109'),(776575,124881,'_server_http_referer','http://www.google.com.hk'),(776576,124882,'failed_username','luis-monteiro'),(776577,124882,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776578,124882,'_message_key','user_unknown_login_failed'),(776579,124882,'_xmlrpc_request','true'),(776580,124882,'_server_remote_addr','140.227.211.35'),(776581,124882,'_server_http_x_forwarded_for_0','140.227.211.35'),(776582,124883,'failed_username','luis-monteiro'),(776583,124883,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776584,124883,'_message_key','user_unknown_login_failed'),(776585,124883,'_xmlrpc_request','true'),(776586,124883,'_server_remote_addr','119.28.29.195'),(776587,124883,'_server_http_x_forwarded_for_0','42.4.107.111'),(776588,124883,'_server_http_x_forwarded_for_1','119.28.29.195'),(776589,124883,'_server_http_referer','http://www.google.com.hk'),(776590,124884,'failed_username','luis-monteiro'),(776591,124884,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776592,124884,'_message_key','user_unknown_login_failed'),(776593,124884,'_xmlrpc_request','true'),(776594,124884,'_server_remote_addr','106.1.29.250'),(776595,124884,'_server_http_x_forwarded_for_0','38.171.4.221'),(776596,124884,'_server_http_x_forwarded_for_1','106.1.29.250'),(776597,124884,'_server_http_referer','http://www.google.com.hk'),(776598,124885,'failed_username','luis-monteiro'),(776599,124885,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776600,124885,'_message_key','user_unknown_login_failed'),(776601,124885,'_xmlrpc_request','true'),(776602,124885,'_server_remote_addr','109.106.139.225'),(776603,124885,'_server_http_x_forwarded_for_0','201.192.2.253'),(776604,124885,'_server_http_x_forwarded_for_1','109.106.139.225'),(776605,124885,'_server_http_referer','http://www.google.com.hk'),(776606,124886,'failed_username','luis-monteiro'),(776607,124886,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776608,124886,'_message_key','user_unknown_login_failed'),(776609,124886,'_xmlrpc_request','true'),(776610,124886,'_server_remote_addr','188.93.242.213'),(776611,124886,'_server_http_x_forwarded_for_0','54.109.141.232'),(776612,124886,'_server_http_x_forwarded_for_1','188.93.242.213'),(776613,124886,'_server_http_referer','http://www.google.com.hk'),(776614,124887,'failed_username','luis-monteiro'),(776615,124887,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776616,124887,'_message_key','user_unknown_login_failed'),(776617,124887,'_xmlrpc_request','true'),(776618,124887,'_server_remote_addr','178.128.101.124'),(776619,124887,'_server_http_x_forwarded_for_0','178.128.101.124'),(776620,124888,'failed_username','luis-monteiro'),(776621,124888,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776622,124888,'_message_key','user_unknown_login_failed'),(776623,124888,'_xmlrpc_request','true'),(776624,124888,'_server_remote_addr','88.255.101.242'),(776625,124888,'_server_http_x_forwarded_for_0','34.221.62.212'),(776626,124888,'_server_http_x_forwarded_for_1','198.27.69.191'),(776627,124888,'_server_http_x_forwarded_for_2','88.255.101.242'),(776628,124888,'_server_http_referer','http://www.google.com.hk'),(776629,124889,'failed_username','luis-monteiro'),(776630,124889,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776631,124889,'_message_key','user_unknown_login_failed'),(776632,124889,'_xmlrpc_request','true'),(776633,124889,'_server_remote_addr','92.247.142.14'),(776634,124889,'_server_http_x_forwarded_for_0','171.51.230.44'),(776635,124889,'_server_http_x_forwarded_for_1','92.247.142.14'),(776636,124889,'_server_http_referer','http://www.google.com.hk'),(776637,124890,'failed_username','luis-monteiro'),(776638,124890,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776639,124890,'_message_key','user_unknown_login_failed'),(776640,124890,'_xmlrpc_request','true'),(776641,124890,'_server_remote_addr','175.101.60.54'),(776642,124890,'_server_http_x_forwarded_for_0','137.83.198.95'),(776643,124890,'_server_http_x_forwarded_for_1','175.101.60.54'),(776644,124890,'_server_http_referer','http://www.google.com.hk'),(776645,124891,'failed_username','luis-monteiro'),(776646,124891,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776647,124891,'_message_key','user_unknown_login_failed'),(776648,124891,'_xmlrpc_request','true'),(776649,124891,'_server_remote_addr','130.193.112.146'),(776650,124891,'_server_http_x_forwarded_for_1','130.193.112.146'),(776651,124891,'_server_http_referer','http://www.google.com.hk'),(776652,124892,'failed_username','luis-monteiro'),(776653,124892,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776654,124892,'_message_key','user_unknown_login_failed'),(776655,124892,'_xmlrpc_request','true'),(776656,124892,'_server_remote_addr','45.249.102.6'),(776657,124892,'_server_http_x_forwarded_for_0','102.115.22.142'),(776658,124892,'_server_http_x_forwarded_for_1','198.27.69.191'),(776659,124892,'_server_http_x_forwarded_for_2','45.249.102.6'),(776660,124892,'_server_http_referer','http://www.google.com.hk'),(776661,124893,'failed_username','luis-monteiro'),(776662,124893,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776663,124893,'_message_key','user_unknown_login_failed'),(776664,124893,'_xmlrpc_request','true'),(776665,124893,'_server_remote_addr','118.175.207.102'),(776666,124893,'_server_http_x_forwarded_for_0','219.164.202.247'),(776667,124893,'_server_http_x_forwarded_for_1','118.175.207.102'),(776668,124893,'_server_http_referer','http://www.google.com.hk'),(776669,124894,'failed_username','luis-monteiro'),(776670,124894,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776671,124894,'_message_key','user_unknown_login_failed'),(776672,124894,'_xmlrpc_request','true'),(776673,124894,'_server_remote_addr','1.10.187.55'),(776674,124894,'_server_http_x_forwarded_for_0','216.33.191.68'),(776675,124894,'_server_http_x_forwarded_for_1','1.10.187.55'),(776676,124894,'_server_http_referer','http://www.google.com.hk'),(776677,124895,'failed_username','luis-monteiro'),(776678,124895,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776679,124895,'_message_key','user_unknown_login_failed'),(776680,124895,'_xmlrpc_request','true'),(776681,124895,'_server_remote_addr','79.134.4.188'),(776682,124895,'_server_http_x_forwarded_for_0','67.78.124.57'),(776683,124895,'_server_http_x_forwarded_for_1','79.134.4.188'),(776684,124895,'_server_http_referer','http://www.google.com.hk'),(776685,124896,'failed_username','luis-monteiro'),(776686,124896,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776687,124896,'_message_key','user_unknown_login_failed'),(776688,124896,'_xmlrpc_request','true'),(776689,124896,'_server_remote_addr','139.255.16.162'),(776690,124896,'_server_http_x_forwarded_for_0','175.52.59.128'),(776691,124896,'_server_http_x_forwarded_for_1','139.255.16.162'),(776692,124896,'_server_http_referer','http://www.google.com.hk'),(776693,124897,'failed_username','luis-monteiro'),(776694,124897,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776695,124897,'_message_key','user_unknown_login_failed'),(776696,124897,'_xmlrpc_request','true'),(776697,124897,'_server_remote_addr','188.168.69.186'),(776698,124897,'_server_http_x_forwarded_for_0','85.77.189.110'),(776699,124897,'_server_http_x_forwarded_for_1','198.27.69.191'),(776700,124897,'_server_http_x_forwarded_for_2','188.168.69.186'),(776701,124897,'_server_http_referer','http://www.google.com.hk'),(776702,124898,'failed_username','luis-monteiro'),(776703,124898,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776704,124898,'_message_key','user_unknown_login_failed'),(776705,124898,'_xmlrpc_request','true'),(776706,124898,'_server_remote_addr','93.171.241.18'),(776707,124898,'_server_http_x_forwarded_for_1','93.171.241.18'),(776708,124898,'_server_http_referer','http://www.google.com.hk'),(776709,124899,'failed_username','luis-monteiro'),(776710,124899,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776711,124899,'_message_key','user_unknown_login_failed'),(776712,124899,'_xmlrpc_request','true'),(776713,124899,'_server_remote_addr','52.179.5.76'),(776714,124899,'_server_http_x_forwarded_for_0','218.139.216.23'),(776715,124899,'_server_http_x_forwarded_for_1','198.27.69.191'),(776716,124899,'_server_http_x_forwarded_for_2','52.179.5.76'),(776717,124899,'_server_http_referer','http://www.google.com.hk'),(776718,124900,'failed_username','luis-monteiro'),(776719,124900,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776720,124900,'_message_key','user_unknown_login_failed'),(776721,124900,'_xmlrpc_request','true'),(776722,124900,'_server_remote_addr','185.122.44.218'),(776723,124900,'_server_http_x_forwarded_for_0','169.200.74.41'),(776724,124900,'_server_http_x_forwarded_for_1','185.122.44.218'),(776725,124900,'_server_http_referer','http://www.google.com.hk'),(776726,124901,'failed_username','luis-monteiro'),(776727,124901,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776728,124901,'_message_key','user_unknown_login_failed'),(776729,124901,'_xmlrpc_request','true'),(776730,124901,'_server_remote_addr','103.86.50.127'),(776731,124901,'_server_http_x_forwarded_for_0','63.202.169.118'),(776732,124901,'_server_http_x_forwarded_for_1','198.27.69.191'),(776733,124901,'_server_http_x_forwarded_for_2','103.86.50.127'),(776734,124901,'_server_http_referer','http://www.google.com.hk'),(776735,124902,'failed_username','luis-monteiro'),(776736,124902,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776737,124902,'_message_key','user_unknown_login_failed'),(776738,124902,'_xmlrpc_request','true'),(776739,124902,'_server_remote_addr','177.131.49.77'),(776740,124902,'_server_http_x_forwarded_for_1','198.27.69.191'),(776741,124902,'_server_http_x_forwarded_for_2','177.131.49.77'),(776742,124902,'_server_http_referer','http://www.google.com.hk'),(776743,124903,'failed_username','luis-monteiro'),(776744,124903,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776745,124903,'_message_key','user_unknown_login_failed'),(776746,124903,'_xmlrpc_request','true'),(776747,124903,'_server_remote_addr','31.132.127.142'),(776748,124903,'_server_http_x_forwarded_for_0','214.246.249.245'),(776749,124903,'_server_http_x_forwarded_for_1','31.132.127.142'),(776750,124903,'_server_http_referer','http://www.google.com.hk'),(776751,124904,'failed_username','luis-monteiro'),(776752,124904,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776753,124904,'_message_key','user_unknown_login_failed'),(776754,124904,'_xmlrpc_request','true'),(776755,124904,'_server_remote_addr','180.250.16.66'),(776756,124904,'_server_http_x_forwarded_for_0','36.80.14.100'),(776757,124904,'_server_http_x_forwarded_for_1','180.250.16.66'),(776758,124904,'_server_http_referer','http://www.google.com.hk'),(776759,124905,'failed_username','luis-monteiro'),(776760,124905,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776761,124905,'_message_key','user_unknown_login_failed'),(776762,124905,'_xmlrpc_request','true'),(776763,124905,'_server_remote_addr','47.52.209.8'),(776764,124905,'_server_http_x_forwarded_for_0','92.78.211.124'),(776765,124905,'_server_http_x_forwarded_for_1','47.52.209.8'),(776766,124905,'_server_http_referer','http://www.google.com.hk'),(776767,124906,'failed_username','luis-monteiro'),(776768,124906,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776769,124906,'_message_key','user_unknown_login_failed'),(776770,124906,'_xmlrpc_request','true'),(776771,124906,'_server_remote_addr','88.116.12.182'),(776772,124906,'_server_http_x_forwarded_for_1','88.116.12.182'),(776773,124906,'_server_http_referer','http://www.google.com.hk'),(776774,124907,'failed_username','luis-monteiro'),(776775,124907,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776776,124907,'_message_key','user_unknown_login_failed'),(776777,124907,'_xmlrpc_request','true'),(776778,124907,'_server_remote_addr','140.227.208.159'),(776779,124907,'_server_http_x_forwarded_for_0','140.227.208.159'),(776780,124908,'failed_username','luis-monteiro'),(776781,124908,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776782,124908,'_message_key','user_unknown_login_failed'),(776783,124908,'_xmlrpc_request','true'),(776784,124908,'_server_remote_addr','81.198.66.244'),(776785,124908,'_server_http_x_forwarded_for_1','81.198.66.244'),(776786,124908,'_server_http_referer','http://www.google.com.hk'),(776787,124909,'failed_username','luis-monteiro'),(776788,124909,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776789,124909,'_message_key','user_unknown_login_failed'),(776790,124909,'_xmlrpc_request','true'),(776791,124909,'_server_remote_addr','1.2.169.28'),(776792,124909,'_server_http_x_forwarded_for_0','92.238.228.125'),(776793,124909,'_server_http_x_forwarded_for_1','1.2.169.28'),(776794,124909,'_server_http_referer','http://www.google.com.hk'),(776795,124910,'failed_username','luis-monteiro'),(776796,124910,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776797,124910,'_message_key','user_unknown_login_failed'),(776798,124910,'_xmlrpc_request','true'),(776799,124910,'_server_remote_addr','115.78.123.57'),(776800,124910,'_server_http_x_forwarded_for_0','30.222.74.154'),(776801,124910,'_server_http_x_forwarded_for_1','115.78.123.57'),(776802,124910,'_server_http_referer','http://www.google.com.hk'),(776803,124911,'failed_username','luis-monteiro'),(776804,124911,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776805,124911,'_message_key','user_unknown_login_failed'),(776806,124911,'_xmlrpc_request','true'),(776807,124911,'_server_remote_addr','1.20.102.133'),(776808,124911,'_server_http_x_forwarded_for_1','1.20.102.133'),(776809,124911,'_server_http_referer','http://www.google.com.hk'),(776810,124912,'failed_username','luis-monteiro'),(776811,124912,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776812,124912,'_message_key','user_unknown_login_failed'),(776813,124912,'_xmlrpc_request','true'),(776814,124912,'_server_remote_addr','190.248.158.194'),(776815,124912,'_server_http_x_forwarded_for_0','64.67.62.237'),(776816,124912,'_server_http_x_forwarded_for_1','198.27.69.191'),(776817,124912,'_server_http_x_forwarded_for_2','190.248.158.194'),(776818,124912,'_server_http_referer','http://www.google.com.hk'),(776819,124913,'failed_username','luis-monteiro'),(776820,124913,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776821,124913,'_message_key','user_unknown_login_failed'),(776822,124913,'_xmlrpc_request','true'),(776823,124913,'_server_remote_addr','140.227.205.7'),(776824,124913,'_server_http_x_forwarded_for_0','140.227.205.7'),(776825,124914,'failed_username','luis-monteiro'),(776826,124914,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776827,124914,'_message_key','user_unknown_login_failed'),(776828,124914,'_xmlrpc_request','true'),(776829,124914,'_server_remote_addr','178.54.6.178'),(776830,124914,'_server_http_x_forwarded_for_0','138.89.131.133'),(776831,124914,'_server_http_x_forwarded_for_1','178.54.6.178'),(776832,124914,'_server_http_referer','http://www.google.com.hk'),(776833,124915,'failed_username','luis-monteiro'),(776834,124915,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776835,124915,'_message_key','user_unknown_login_failed'),(776836,124915,'_xmlrpc_request','true'),(776837,124915,'_server_remote_addr','1.10.187.156'),(776838,124915,'_server_http_x_forwarded_for_0','110.201.172.120'),(776839,124915,'_server_http_x_forwarded_for_1','1.10.187.156'),(776840,124915,'_server_http_referer','http://www.google.com.hk'),(776841,124916,'failed_username','luis-monteiro'),(776842,124916,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776843,124916,'_message_key','user_unknown_login_failed'),(776844,124916,'_xmlrpc_request','true'),(776845,124916,'_server_remote_addr','111.118.150.193'),(776846,124916,'_server_http_x_forwarded_for_0','178.98.21.85'),(776847,124916,'_server_http_x_forwarded_for_1','111.118.150.193'),(776848,124916,'_server_http_referer','http://www.google.com.hk'),(776849,124917,'failed_username','luis-monteiro'),(776850,124917,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776851,124917,'_message_key','user_unknown_login_failed'),(776852,124917,'_xmlrpc_request','true'),(776853,124917,'_server_remote_addr','27.68.135.14'),(776854,124917,'_server_http_x_forwarded_for_0','133.35.136.208'),(776855,124917,'_server_http_x_forwarded_for_1','27.68.135.14'),(776856,124917,'_server_http_referer','http://www.google.com.hk'),(776857,124918,'failed_username','luis-monteiro'),(776858,124918,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776859,124918,'_message_key','user_unknown_login_failed'),(776860,124918,'_xmlrpc_request','true'),(776861,124918,'_server_remote_addr','140.227.78.185'),(776862,124918,'_server_http_x_forwarded_for_0','140.227.78.185'),(776863,124918,'_server_http_referer','http://www.google.com.hk'),(776864,124919,'failed_username','luis-monteiro'),(776865,124919,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776866,124919,'_message_key','user_unknown_login_failed'),(776867,124919,'_xmlrpc_request','true'),(776868,124919,'_server_remote_addr','185.65.160.98'),(776869,124919,'_server_http_x_forwarded_for_1','185.65.160.98'),(776870,124919,'_server_http_referer','http://www.google.com.hk'),(776871,124920,'failed_username','luis-monteiro'),(776872,124920,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776873,124920,'_message_key','user_unknown_login_failed'),(776874,124920,'_xmlrpc_request','true'),(776875,124920,'_server_remote_addr','178.128.101.124'),(776876,124920,'_server_http_x_forwarded_for_0','178.128.101.124'),(776877,124921,'failed_username','luis-monteiro'),(776878,124921,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776879,124921,'_message_key','user_unknown_login_failed'),(776880,124921,'_xmlrpc_request','true'),(776881,124921,'_server_remote_addr','62.148.134.122'),(776882,124921,'_server_http_x_forwarded_for_0','135.24.122.94'),(776883,124921,'_server_http_x_forwarded_for_1','62.148.134.122'),(776884,124921,'_server_http_referer','http://www.google.com.hk'),(776885,124922,'failed_username','luis-monteiro'),(776886,124922,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776887,124922,'_message_key','user_unknown_login_failed'),(776888,124922,'_xmlrpc_request','true'),(776889,124922,'_server_remote_addr','187.122.167.145'),(776890,124922,'_server_http_x_forwarded_for_0','177.53.148.138'),(776891,124922,'_server_http_x_forwarded_for_1','187.122.167.145'),(776892,124922,'_server_http_referer','http://www.google.com.hk'),(776893,124923,'failed_username','luis-monteiro'),(776894,124923,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776895,124923,'_message_key','user_unknown_login_failed'),(776896,124923,'_xmlrpc_request','true'),(776897,124923,'_server_remote_addr','217.219.133.45'),(776898,124923,'_server_http_x_forwarded_for_0','108.16.161.199'),(776899,124923,'_server_http_x_forwarded_for_1','198.27.69.191'),(776900,124923,'_server_http_x_forwarded_for_2','217.219.133.45'),(776901,124923,'_server_http_referer','http://www.google.com.hk'),(776902,124924,'failed_username','luis-monteiro'),(776903,124924,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776904,124924,'_message_key','user_unknown_login_failed'),(776905,124924,'_xmlrpc_request','true'),(776906,124924,'_server_remote_addr','213.80.165.26'),(776907,124924,'_server_http_x_forwarded_for_0','148.153.165.240'),(776908,124924,'_server_http_x_forwarded_for_1','213.80.165.26'),(776909,124924,'_server_http_referer','http://www.google.com.hk'),(776910,124925,'failed_username','luis-monteiro'),(776911,124925,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776912,124925,'_message_key','user_unknown_login_failed'),(776913,124925,'_xmlrpc_request','true'),(776914,124925,'_server_remote_addr','84.47.135.143'),(776915,124925,'_server_http_x_forwarded_for_0','21.219.22.155'),(776916,124925,'_server_http_x_forwarded_for_1','198.27.69.191'),(776917,124925,'_server_http_x_forwarded_for_2','84.47.135.143'),(776918,124925,'_server_http_referer','http://www.google.com.hk'),(776919,124926,'failed_username','luis-monteiro'),(776920,124926,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776921,124926,'_message_key','user_unknown_login_failed'),(776922,124926,'_xmlrpc_request','true'),(776923,124926,'_server_remote_addr','50.246.120.125'),(776924,124926,'_server_http_x_forwarded_for_0','210.90.119.82'),(776925,124926,'_server_http_x_forwarded_for_1','50.246.120.125'),(776926,124926,'_server_http_referer','http://www.google.com.hk'),(776927,124927,'failed_username','luis-monteiro'),(776928,124927,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776929,124927,'_message_key','user_unknown_login_failed'),(776930,124927,'_xmlrpc_request','true'),(776931,124927,'_server_remote_addr','110.74.221.229'),(776932,124927,'_server_http_x_forwarded_for_0','170.220.52.12'),(776933,124927,'_server_http_x_forwarded_for_1','110.74.221.229'),(776934,124927,'_server_http_referer','http://www.google.com.hk'),(776935,124928,'failed_username','luis-monteiro'),(776936,124928,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776937,124928,'_message_key','user_unknown_login_failed'),(776938,124928,'_xmlrpc_request','true'),(776939,124928,'_server_remote_addr','89.189.130.103'),(776940,124928,'_server_http_x_forwarded_for_0','145.221.81.200'),(776941,124928,'_server_http_x_forwarded_for_1','89.189.130.103'),(776942,124928,'_server_http_referer','http://www.google.com.hk'),(776943,124929,'failed_username','luis-monteiro'),(776944,124929,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776945,124929,'_message_key','user_unknown_login_failed'),(776946,124929,'_xmlrpc_request','true'),(776947,124929,'_server_remote_addr','123.31.47.8'),(776948,124929,'_server_http_x_forwarded_for_0','123.31.47.8'),(776949,124930,'failed_username','luis-monteiro'),(776950,124930,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776951,124930,'_message_key','user_unknown_login_failed'),(776952,124930,'_xmlrpc_request','true'),(776953,124930,'_server_remote_addr','176.36.6.168'),(776954,124930,'_server_http_x_forwarded_for_0','147.234.139.106'),(776955,124930,'_server_http_x_forwarded_for_1','176.36.6.168'),(776956,124930,'_server_http_referer','http://www.google.com.hk'),(776957,124931,'failed_username','luis-monteiro'),(776958,124931,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(776959,124931,'_message_key','user_unknown_login_failed'),(776960,124931,'_xmlrpc_request','true'),(776961,124931,'_server_remote_addr','182.52.51.18'),(776962,124931,'_server_http_x_forwarded_for_0','13.61.93.171'),(776963,124931,'_server_http_x_forwarded_for_1','182.52.51.18'),(776964,124931,'_server_http_referer','http://www.google.com.hk'),(776965,124932,'failed_username','luis-monteiro'),(776966,124932,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.16.63 (KHTML, like Gecko) Chrome/53.6.0558.5286 Safari/534.56'),(776967,124932,'_message_key','user_unknown_login_failed'),(776968,124932,'_server_remote_addr','213.152.162.109'),(776969,124932,'_server_http_x_forwarded_for_0','213.152.162.109'),(776970,124932,'_server_http_referer','https://carpi2018.org/wp-login.php'),(776971,124933,'login_id','1'),(776972,124933,'login_email','mentolnet@gmail.com'),(776973,124933,'login','mentol'),(776974,124933,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.16.63 (KHTML, like Gecko) Chrome/53.6.0558.5286 Safari/534.56'),(776975,124933,'_message_key','user_login_failed'),(776976,124933,'_server_remote_addr','213.152.162.109'),(776977,124933,'_server_http_x_forwarded_for_0','213.152.162.109'),(776978,124933,'_server_http_referer','https://carpi2018.org/wp-login.php'),(776979,124934,'failed_username','luis-monteiro'),(776980,124934,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_45_98) AppleWebKit/533.93.56 (KHTML, like Gecko) Chrome/57.5.0536.5808 Safari/530.64 Edge/34.60872'),(776981,124934,'_message_key','user_unknown_login_failed'),(776982,124934,'_server_remote_addr','213.152.162.109'),(776983,124934,'_server_http_x_forwarded_for_0','213.152.162.109'),(776984,124934,'_server_http_referer','https://carpi2018.org/wp-login.php'),(776985,124935,'login_id','1'),(776986,124935,'login_email','mentolnet@gmail.com'),(776987,124935,'login','mentol'),(776988,124935,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.81.44 (KHTML, like Gecko) Chrome/57.4.9348.5610 Safari/534.52 OPR/44.5.1161.6433'),(776989,124935,'_message_key','user_login_failed'),(776990,124935,'_server_remote_addr','213.152.162.109'),(776991,124935,'_server_http_x_forwarded_for_0','213.152.162.109'),(776992,124935,'_server_http_referer','https://carpi2018.org/wp-login.php'),(776993,124936,'login_id','1'),(776994,124936,'login_email','mentolnet@gmail.com'),(776995,124936,'login','mentol'),(776996,124937,'failed_username','luis-monteiro'),(776997,124936,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.77.30 (KHTML, like Gecko) Chrome/56.3.8877.4149 Safari/534.47 OPR/44.4.0699.5962'),(776998,124936,'_message_key','user_login_failed'),(776999,124937,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.75.27) Gecko/20186158 Firefox/45.75.27'),(777000,124936,'_server_remote_addr','213.152.162.84'),(777001,124936,'_server_http_x_forwarded_for_0','213.152.162.84'),(777002,124937,'_message_key','user_unknown_login_failed'),(777003,124936,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777004,124937,'_server_remote_addr','213.152.162.84'),(777005,124937,'_server_http_x_forwarded_for_0','213.152.162.84'),(777006,124937,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777007,124938,'failed_username','luis-monteiro'),(777008,124938,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.22.74 (KHTML, like Gecko) Chrome/53.7.3302.8674 Safari/531.82'),(777009,124938,'_message_key','user_unknown_login_failed'),(777010,124938,'_server_remote_addr','213.152.162.84'),(777011,124938,'_server_http_x_forwarded_for_0','213.152.162.84'),(777012,124938,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777013,124939,'login_id','1'),(777014,124939,'login_email','mentolnet@gmail.com'),(777015,124939,'login','mentol'),(777016,124939,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.18.61 (KHTML, like Gecko) Version/4.7.2 Safari/533.26'),(777017,124939,'_message_key','user_login_failed'),(777018,124939,'_server_remote_addr','213.152.162.84'),(777019,124939,'_server_http_x_forwarded_for_0','213.152.162.84'),(777020,124939,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777021,124940,'failed_username','luis-monteiro'),(777022,124940,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.67.15 (KHTML, like Gecko) Chrome/55.1.5650.0388 Safari/532.07 OPR/41.9.4837.9565'),(777023,124940,'_message_key','user_unknown_login_failed'),(777024,124940,'_server_remote_addr','213.152.162.84'),(777025,124940,'_server_http_x_forwarded_for_0','213.152.162.84'),(777026,124940,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777027,124941,'login_id','1'),(777028,124941,'login_email','mentolnet@gmail.com'),(777029,124941,'login','mentol'),(777030,124941,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.05.52 (KHTML, like Gecko) Chrome/57.4.9391.4028 Safari/534.34'),(777031,124941,'_message_key','user_login_failed'),(777032,124941,'_server_remote_addr','213.152.162.84'),(777033,124941,'_server_http_x_forwarded_for_0','213.152.162.84'),(777034,124941,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777035,124942,'login_id','1'),(777036,124942,'login_email','mentolnet@gmail.com'),(777037,124942,'login','mentol'),(777038,124942,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_46_93) AppleWebKit/532.87.35 (KHTML, like Gecko) Chrome/56.2.7649.2386 Safari/533.17 Edge/36.11082'),(777039,124942,'_message_key','user_login_failed'),(777040,124942,'_server_remote_addr','213.152.162.84'),(777041,124942,'_server_http_x_forwarded_for_0','213.152.162.84'),(777042,124942,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777043,124943,'failed_username','luis-monteiro'),(777044,124943,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.71.28 (KHTML, like Gecko) Chrome/55.1.6966.1694 Safari/532.00 OPR/42.0.5143.9971'),(777045,124943,'_message_key','user_unknown_login_failed'),(777046,124943,'_server_remote_addr','213.152.162.84'),(777047,124943,'_server_http_x_forwarded_for_0','213.152.162.84'),(777048,124943,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777049,124944,'login_id','1'),(777050,124944,'login_email','mentolnet@gmail.com'),(777051,124944,'login','mentol'),(777052,124944,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_33_70) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/56.1.6274.1902 Safari/532.03 Edge/36.07246'),(777053,124944,'_message_key','user_login_failed'),(777054,124944,'_server_remote_addr','213.152.162.84'),(777055,124944,'_server_http_x_forwarded_for_0','213.152.162.84'),(777056,124944,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777057,124945,'failed_username','luis-monteiro'),(777058,124945,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_33_70) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/56.1.6274.1902 Safari/532.03 Edge/36.07246'),(777059,124945,'_message_key','user_unknown_login_failed'),(777060,124945,'_server_remote_addr','213.152.162.84'),(777061,124945,'_server_http_x_forwarded_for_0','213.152.162.84'),(777062,124945,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777063,124946,'login_id','1'),(777064,124946,'login_email','mentolnet@gmail.com'),(777065,124946,'login','mentol'),(777066,124946,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.18.61 (KHTML, like Gecko) Version/4.7.2 Safari/533.26'),(777067,124946,'_message_key','user_login_failed'),(777068,124946,'_server_remote_addr','213.152.162.84'),(777069,124946,'_server_http_x_forwarded_for_0','213.152.162.84'),(777070,124946,'_server_http_referer','https://carpi2018.org/wp-login.php'),(777071,124947,'failed_username','luis-monteiro'),(777072,124947,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_33_86) AppleWebKit/532.92.45 (KHTML, like Gecko) Chrome/57.5.0376.5648 Safari/534.52 Edge/34.68262'),(777073,124947,'_message_key','user_unknown_login_failed'),(777074,124947,'_server_remote_addr','213.152.162.84'),(777075,124947,'_server_http_x_forwarded_for_0','213.152.162.84'),(777076,124947,'_server_http_referer','https://carpi2018.org/wp-login.php'),(744149,120542,'_xmlrpc_request','true'),(744150,120542,'_server_remote_addr','119.27.178.206'),(744151,120542,'_server_http_x_forwarded_for_0','119.27.178.206'),(744148,120542,'_message_key','user_unknown_login_failed'),(744147,120542,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744022,120521,'_message_key','user_unknown_login_failed'),(744023,120521,'_xmlrpc_request','true'),(744024,120521,'_server_remote_addr','119.27.178.206'),(744025,120521,'_server_http_x_forwarded_for_0','119.27.178.206'),(744026,120522,'failed_username','luis-monteiro'),(744027,120522,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744028,120522,'_message_key','user_unknown_login_failed'),(744029,120522,'_xmlrpc_request','true'),(744030,120522,'_server_remote_addr','119.27.178.206'),(744031,120522,'_server_http_x_forwarded_for_0','119.27.178.206'),(744032,120523,'failed_username','luis-monteiro'),(744033,120523,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744034,120523,'_message_key','user_unknown_login_failed'),(744035,120523,'_xmlrpc_request','true'),(744036,120523,'_server_remote_addr','119.27.178.206'),(744037,120523,'_server_http_x_forwarded_for_0','119.27.178.206'),(744038,120524,'failed_username','luis-monteiro'),(744039,120524,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744040,120524,'_message_key','user_unknown_login_failed'),(744041,120524,'_xmlrpc_request','true'),(744042,120524,'_server_remote_addr','119.27.178.206'),(744043,120524,'_server_http_x_forwarded_for_0','119.27.178.206'),(744044,120525,'failed_username','luis-monteiro'),(744045,120525,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744046,120525,'_message_key','user_unknown_login_failed'),(744047,120525,'_xmlrpc_request','true'),(744048,120525,'_server_remote_addr','119.27.178.206'),(744049,120525,'_server_http_x_forwarded_for_0','119.27.178.206'),(744050,120526,'failed_username','luis-monteiro'),(744051,120526,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744052,120526,'_message_key','user_unknown_login_failed'),(744053,120526,'_xmlrpc_request','true'),(744054,120526,'_server_remote_addr','119.27.178.206'),(744055,120526,'_server_http_x_forwarded_for_0','119.27.178.206'),(744056,120527,'failed_username','luis-monteiro'),(744057,120527,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744058,120527,'_message_key','user_unknown_login_failed'),(744059,120527,'_xmlrpc_request','true'),(744060,120527,'_server_remote_addr','119.27.178.206'),(744061,120527,'_server_http_x_forwarded_for_0','119.27.178.206'),(744062,120528,'failed_username','luis-monteiro'),(744063,120528,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744064,120528,'_message_key','user_unknown_login_failed'),(744065,120528,'_xmlrpc_request','true'),(744066,120528,'_server_remote_addr','119.27.178.206'),(744067,120528,'_server_http_x_forwarded_for_0','119.27.178.206'),(744068,120529,'failed_username','luis-monteiro'),(744069,120529,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744070,120529,'_message_key','user_unknown_login_failed'),(744071,120529,'_xmlrpc_request','true'),(744072,120529,'_server_remote_addr','119.27.178.206'),(744073,120529,'_server_http_x_forwarded_for_0','119.27.178.206'),(744074,120530,'failed_username','luis-monteiro'),(744075,120530,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744076,120530,'_message_key','user_unknown_login_failed'),(744077,120530,'_xmlrpc_request','true'),(744078,120530,'_server_remote_addr','119.27.178.206'),(744079,120530,'_server_http_x_forwarded_for_0','119.27.178.206'),(744080,120531,'failed_username','luis-monteiro'),(744081,120531,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744082,120531,'_message_key','user_unknown_login_failed'),(744083,120531,'_xmlrpc_request','true'),(744084,120531,'_server_remote_addr','119.27.178.206'),(744085,120531,'_server_http_x_forwarded_for_0','119.27.178.206'),(744086,120532,'failed_username','luis-monteiro'),(744087,120532,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744088,120532,'_message_key','user_unknown_login_failed'),(744089,120532,'_xmlrpc_request','true'),(744090,120532,'_server_remote_addr','119.27.178.206'),(744091,120532,'_server_http_x_forwarded_for_0','119.27.178.206'),(744092,120533,'failed_username','luis-monteiro'),(744093,120533,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744094,120533,'_message_key','user_unknown_login_failed'),(744095,120533,'_xmlrpc_request','true'),(744096,120533,'_server_remote_addr','119.27.178.206'),(744097,120533,'_server_http_x_forwarded_for_0','119.27.178.206'),(744098,120534,'failed_username','luis-monteiro'),(744099,120534,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744100,120534,'_message_key','user_unknown_login_failed'),(744101,120534,'_xmlrpc_request','true'),(744102,120534,'_server_remote_addr','119.27.178.206'),(744103,120534,'_server_http_x_forwarded_for_0','119.27.178.206'),(744104,120535,'failed_username','luis-monteiro'),(744105,120535,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744106,120535,'_message_key','user_unknown_login_failed'),(744107,120535,'_xmlrpc_request','true'),(744108,120535,'_server_remote_addr','119.27.178.206'),(744109,120535,'_server_http_x_forwarded_for_0','119.27.178.206'),(744110,120536,'failed_username','luis-monteiro'),(744111,120536,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744112,120536,'_message_key','user_unknown_login_failed'),(744113,120536,'_xmlrpc_request','true'),(744114,120536,'_server_remote_addr','119.27.178.206'),(744115,120536,'_server_http_x_forwarded_for_0','119.27.178.206'),(744116,120537,'failed_username','luis-monteiro'),(744117,120537,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744118,120537,'_message_key','user_unknown_login_failed'),(744119,120537,'_xmlrpc_request','true'),(744120,120537,'_server_remote_addr','119.27.178.206'),(744121,120537,'_server_http_x_forwarded_for_0','119.27.178.206'),(744122,120538,'failed_username','luis-monteiro'),(744123,120538,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744124,120538,'_message_key','user_unknown_login_failed'),(744125,120538,'_xmlrpc_request','true'),(744126,120538,'_server_remote_addr','119.27.178.206'),(744127,120538,'_server_http_x_forwarded_for_0','119.27.178.206'),(744128,120539,'failed_username','luis-monteiro'),(744129,120539,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744130,120539,'_message_key','user_unknown_login_failed'),(744131,120539,'_xmlrpc_request','true'),(744132,120539,'_server_remote_addr','119.27.178.206'),(744133,120539,'_server_http_x_forwarded_for_0','119.27.178.206'),(744134,120540,'failed_username','luis-monteiro'),(744135,120540,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744136,120540,'_message_key','user_unknown_login_failed'),(744137,120540,'_xmlrpc_request','true'),(744138,120540,'_server_remote_addr','119.27.178.206'),(744139,120540,'_server_http_x_forwarded_for_0','119.27.178.206'),(744140,120541,'failed_username','luis-monteiro'),(744141,120541,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744142,120541,'_message_key','user_unknown_login_failed'),(744143,120541,'_xmlrpc_request','true'),(744144,120541,'_server_remote_addr','119.27.178.206'),(744145,120541,'_server_http_x_forwarded_for_0','119.27.178.206'),(744146,120542,'failed_username','luis-monteiro'),(743897,120500,'_xmlrpc_request','true'),(743898,120500,'_server_remote_addr','119.27.178.206'),(743899,120500,'_server_http_x_forwarded_for_0','119.27.178.206'),(743900,120501,'failed_username','luis-monteiro'),(743901,120501,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743902,120501,'_message_key','user_unknown_login_failed'),(743903,120501,'_xmlrpc_request','true'),(743904,120501,'_server_remote_addr','119.27.178.206'),(743905,120501,'_server_http_x_forwarded_for_0','119.27.178.206'),(743906,120502,'failed_username','luis-monteiro'),(743907,120502,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743908,120502,'_message_key','user_unknown_login_failed'),(743909,120502,'_xmlrpc_request','true'),(743910,120502,'_server_remote_addr','119.27.178.206'),(743911,120502,'_server_http_x_forwarded_for_0','119.27.178.206'),(743912,120503,'failed_username','luis-monteiro'),(743913,120503,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743914,120503,'_message_key','user_unknown_login_failed'),(743915,120503,'_xmlrpc_request','true'),(743916,120503,'_server_remote_addr','119.27.178.206'),(743917,120503,'_server_http_x_forwarded_for_0','119.27.178.206'),(743918,120504,'failed_username','luis-monteiro'),(743919,120504,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743920,120504,'_message_key','user_unknown_login_failed'),(743921,120504,'_xmlrpc_request','true'),(743922,120504,'_server_remote_addr','119.27.178.206'),(743923,120504,'_server_http_x_forwarded_for_0','119.27.178.206'),(743924,120505,'failed_username','luis-monteiro'),(743925,120505,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743926,120505,'_message_key','user_unknown_login_failed'),(743927,120505,'_xmlrpc_request','true'),(743928,120505,'_server_remote_addr','119.27.178.206'),(743929,120505,'_server_http_x_forwarded_for_0','119.27.178.206'),(743930,120506,'failed_username','luis-monteiro'),(743931,120506,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743932,120506,'_message_key','user_unknown_login_failed'),(743933,120506,'_xmlrpc_request','true'),(743934,120506,'_server_remote_addr','119.27.178.206'),(743935,120506,'_server_http_x_forwarded_for_0','119.27.178.206'),(743936,120507,'failed_username','luis-monteiro'),(743937,120507,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743938,120507,'_message_key','user_unknown_login_failed'),(743939,120507,'_xmlrpc_request','true'),(743940,120507,'_server_remote_addr','119.27.178.206'),(743941,120507,'_server_http_x_forwarded_for_0','119.27.178.206'),(743942,120508,'failed_username','luis-monteiro'),(743943,120508,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743944,120508,'_message_key','user_unknown_login_failed'),(743945,120508,'_xmlrpc_request','true'),(743946,120508,'_server_remote_addr','119.27.178.206'),(743947,120508,'_server_http_x_forwarded_for_0','119.27.178.206'),(743948,120509,'failed_username','luis-monteiro'),(743949,120509,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743950,120509,'_message_key','user_unknown_login_failed'),(743951,120509,'_xmlrpc_request','true'),(743952,120509,'_server_remote_addr','119.27.178.206'),(743953,120509,'_server_http_x_forwarded_for_0','119.27.178.206'),(743954,120510,'failed_username','luis-monteiro'),(743955,120510,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743956,120510,'_message_key','user_unknown_login_failed'),(743957,120510,'_xmlrpc_request','true'),(743958,120510,'_server_remote_addr','119.27.178.206'),(743959,120510,'_server_http_x_forwarded_for_0','119.27.178.206'),(743960,120511,'failed_username','luis-monteiro'),(743961,120511,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743962,120511,'_message_key','user_unknown_login_failed'),(743963,120511,'_xmlrpc_request','true'),(743964,120511,'_server_remote_addr','119.27.178.206'),(743965,120511,'_server_http_x_forwarded_for_0','119.27.178.206'),(743966,120512,'failed_username','luis-monteiro'),(743967,120512,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743968,120512,'_message_key','user_unknown_login_failed'),(743969,120512,'_xmlrpc_request','true'),(743970,120512,'_server_remote_addr','119.27.178.206'),(743971,120512,'_server_http_x_forwarded_for_0','119.27.178.206'),(743972,120513,'failed_username','luis-monteiro'),(743973,120513,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743974,120513,'_message_key','user_unknown_login_failed'),(743975,120513,'_xmlrpc_request','true'),(743976,120513,'_server_remote_addr','119.27.178.206'),(743977,120513,'_server_http_x_forwarded_for_0','119.27.178.206'),(743978,120514,'failed_username','luis-monteiro'),(743979,120514,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743980,120514,'_message_key','user_unknown_login_failed'),(743981,120514,'_xmlrpc_request','true'),(743982,120514,'_server_remote_addr','119.27.178.206'),(743983,120514,'_server_http_x_forwarded_for_0','119.27.178.206'),(743984,120515,'failed_username','luis-monteiro'),(743985,120515,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743986,120515,'_message_key','user_unknown_login_failed'),(743987,120515,'_xmlrpc_request','true'),(743988,120515,'_server_remote_addr','119.27.178.206'),(743989,120515,'_server_http_x_forwarded_for_0','119.27.178.206'),(743990,120516,'failed_username','luis-monteiro'),(743991,120516,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743992,120516,'_message_key','user_unknown_login_failed'),(743993,120516,'_xmlrpc_request','true'),(743994,120516,'_server_remote_addr','119.27.178.206'),(743995,120516,'_server_http_x_forwarded_for_0','119.27.178.206'),(743996,120517,'failed_username','luis-monteiro'),(743997,120517,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743998,120517,'_message_key','user_unknown_login_failed'),(743999,120517,'_xmlrpc_request','true'),(744000,120517,'_server_remote_addr','119.27.178.206'),(744001,120517,'_server_http_x_forwarded_for_0','119.27.178.206'),(744002,120518,'failed_username','luis-monteiro'),(744003,120518,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744004,120518,'_message_key','user_unknown_login_failed'),(744005,120518,'_xmlrpc_request','true'),(744006,120518,'_server_remote_addr','119.27.178.206'),(744007,120518,'_server_http_x_forwarded_for_0','119.27.178.206'),(744008,120519,'failed_username','luis-monteiro'),(744009,120519,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744010,120519,'_message_key','user_unknown_login_failed'),(744011,120519,'_xmlrpc_request','true'),(744012,120519,'_server_remote_addr','119.27.178.206'),(744013,120519,'_server_http_x_forwarded_for_0','119.27.178.206'),(744014,120520,'failed_username','luis-monteiro'),(744015,120520,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(744016,120520,'_message_key','user_unknown_login_failed'),(744017,120520,'_xmlrpc_request','true'),(744018,120520,'_server_remote_addr','119.27.178.206'),(744019,120520,'_server_http_x_forwarded_for_0','119.27.178.206'),(744020,120521,'failed_username','luis-monteiro'),(744021,120521,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743896,120500,'_message_key','user_unknown_login_failed'),(743895,120500,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743894,120500,'failed_username','luis-monteiro'),(743893,120499,'_server_http_x_forwarded_for_0','119.27.178.206'),(743892,120499,'_server_remote_addr','119.27.178.206'),(743890,120499,'_message_key','user_unknown_login_failed'),(743891,120499,'_xmlrpc_request','true'),(743889,120499,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743886,120498,'_server_remote_addr','119.27.178.206'),(743887,120498,'_server_http_x_forwarded_for_0','119.27.178.206'),(743888,120499,'failed_username','luis-monteiro'),(743885,120498,'_xmlrpc_request','true'),(743884,120498,'_message_key','user_unknown_login_failed'),(743883,120498,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743882,120498,'failed_username','luis-monteiro'),(743879,120497,'_xmlrpc_request','true'),(743880,120497,'_server_remote_addr','119.27.178.206'),(743881,120497,'_server_http_x_forwarded_for_0','119.27.178.206'),(743878,120497,'_message_key','user_unknown_login_failed'),(743877,120497,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743876,120497,'failed_username','luis-monteiro'),(743875,120496,'_server_http_x_forwarded_for_0','119.27.178.206'),(743874,120496,'_server_remote_addr','119.27.178.206'),(743873,120496,'_xmlrpc_request','true'),(743872,120496,'_message_key','user_unknown_login_failed'),(743871,120496,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)');
INSERT INTO `carpi_simple_history_contexts` (`context_id`, `history_id`, `key`, `value`) VALUES (743870,120496,'failed_username','luis-monteiro'),(743869,120495,'_server_http_x_forwarded_for_0','119.27.178.206'),(743868,120495,'_server_remote_addr','119.27.178.206'),(743867,120495,'_xmlrpc_request','true'),(743866,120495,'_message_key','user_unknown_login_failed'),(743865,120495,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743864,120495,'failed_username','luis-monteiro'),(743863,120494,'_server_http_x_forwarded_for_0','119.27.178.206'),(743862,120494,'_server_remote_addr','119.27.178.206'),(743861,120494,'_xmlrpc_request','true'),(743860,120494,'_message_key','user_unknown_login_failed'),(743859,120494,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743858,120494,'failed_username','luis-monteiro'),(743857,120493,'_server_http_x_forwarded_for_0','119.27.178.206'),(743856,120493,'_server_remote_addr','119.27.178.206'),(743855,120493,'_xmlrpc_request','true'),(743854,120493,'_message_key','user_unknown_login_failed'),(743853,120493,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743852,120493,'failed_username','luis-monteiro'),(743851,120492,'_server_http_x_forwarded_for_0','119.27.178.206'),(743850,120492,'_server_remote_addr','119.27.178.206'),(743849,120492,'_xmlrpc_request','true'),(743848,120492,'_message_key','user_unknown_login_failed'),(743847,120492,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743846,120492,'failed_username','luis-monteiro'),(743845,120491,'_server_http_x_forwarded_for_0','119.27.178.206'),(743844,120491,'_server_remote_addr','119.27.178.206'),(743843,120491,'_xmlrpc_request','true'),(743842,120491,'_message_key','user_unknown_login_failed'),(743841,120491,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743840,120491,'failed_username','luis-monteiro'),(743839,120490,'_server_http_x_forwarded_for_0','119.27.178.206'),(743838,120490,'_server_remote_addr','119.27.178.206'),(743837,120490,'_xmlrpc_request','true'),(743836,120490,'_message_key','user_unknown_login_failed'),(743835,120490,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743834,120490,'failed_username','luis-monteiro'),(743833,120489,'_server_http_x_forwarded_for_0','119.27.178.206'),(743832,120489,'_server_remote_addr','119.27.178.206'),(743831,120489,'_xmlrpc_request','true'),(743830,120489,'_message_key','user_unknown_login_failed'),(743829,120489,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743828,120489,'failed_username','luis-monteiro'),(743827,120488,'_server_http_x_forwarded_for_0','119.27.178.206'),(743826,120488,'_server_remote_addr','119.27.178.206'),(743825,120488,'_xmlrpc_request','true'),(743824,120488,'_message_key','user_unknown_login_failed'),(743823,120488,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743822,120488,'failed_username','luis-monteiro'),(743821,120487,'_server_http_x_forwarded_for_0','119.27.178.206'),(743820,120487,'_server_remote_addr','119.27.178.206'),(743819,120487,'_xmlrpc_request','true'),(743818,120487,'_message_key','user_unknown_login_failed'),(743817,120487,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743816,120487,'failed_username','luis-monteiro'),(743815,120486,'_server_http_x_forwarded_for_0','119.27.178.206'),(743814,120486,'_server_remote_addr','119.27.178.206'),(743813,120486,'_xmlrpc_request','true'),(743812,120486,'_message_key','user_unknown_login_failed'),(743811,120486,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743810,120486,'failed_username','luis-monteiro'),(743809,120485,'_server_http_x_forwarded_for_0','119.27.178.206'),(743808,120485,'_server_remote_addr','119.27.178.206'),(743807,120485,'_xmlrpc_request','true'),(743806,120485,'_message_key','user_unknown_login_failed'),(743805,120485,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743804,120485,'failed_username','luis-monteiro'),(743803,120484,'_server_http_x_forwarded_for_0','119.27.178.206'),(743802,120484,'_server_remote_addr','119.27.178.206'),(743801,120484,'_xmlrpc_request','true'),(743800,120484,'_message_key','user_unknown_login_failed'),(743799,120484,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743798,120484,'failed_username','luis-monteiro'),(743797,120483,'_server_http_x_forwarded_for_0','119.27.178.206'),(743796,120483,'_server_remote_addr','119.27.178.206'),(743795,120483,'_xmlrpc_request','true'),(743794,120483,'_message_key','user_unknown_login_failed'),(743793,120483,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743792,120483,'failed_username','luis-monteiro'),(743791,120482,'_server_http_x_forwarded_for_0','119.27.178.206'),(743790,120482,'_server_remote_addr','119.27.178.206'),(743789,120482,'_xmlrpc_request','true'),(743788,120482,'_message_key','user_unknown_login_failed'),(743787,120482,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743786,120482,'failed_username','luis-monteiro'),(743785,120481,'_server_http_x_forwarded_for_0','119.27.178.206'),(743784,120481,'_server_remote_addr','119.27.178.206'),(743783,120481,'_xmlrpc_request','true'),(743782,120481,'_message_key','user_unknown_login_failed'),(743781,120481,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743780,120481,'failed_username','luis-monteiro'),(743779,120480,'_server_http_x_forwarded_for_0','119.27.178.206'),(743778,120480,'_server_remote_addr','119.27.178.206'),(743777,120480,'_xmlrpc_request','true'),(743776,120480,'_message_key','user_unknown_login_failed'),(743775,120480,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743774,120480,'failed_username','luis-monteiro'),(743773,120479,'_server_http_x_forwarded_for_0','119.27.178.206'),(743772,120479,'_server_remote_addr','119.27.178.206'),(743771,120479,'_xmlrpc_request','true'),(743770,120479,'_message_key','user_unknown_login_failed'),(743769,120479,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743768,120479,'failed_username','luis-monteiro'),(743767,120478,'_server_http_x_forwarded_for_0','119.27.178.206'),(743766,120478,'_server_remote_addr','119.27.178.206'),(743765,120478,'_xmlrpc_request','true'),(743764,120478,'_message_key','user_unknown_login_failed'),(743763,120478,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743762,120478,'failed_username','luis-monteiro'),(743761,120477,'_server_http_x_forwarded_for_0','119.27.178.206'),(743760,120477,'_server_remote_addr','119.27.178.206'),(743759,120477,'_xmlrpc_request','true'),(743758,120477,'_message_key','user_unknown_login_failed'),(743757,120477,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743756,120477,'failed_username','luis-monteiro'),(743755,120476,'_server_http_x_forwarded_for_0','119.27.178.206'),(743754,120476,'_server_remote_addr','119.27.178.206'),(743753,120476,'_xmlrpc_request','true'),(743752,120476,'_message_key','user_unknown_login_failed'),(743751,120476,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743750,120476,'failed_username','luis-monteiro'),(743749,120475,'_server_http_x_forwarded_for_0','119.27.178.206'),(743748,120475,'_server_remote_addr','119.27.178.206'),(743747,120475,'_xmlrpc_request','true'),(743746,120475,'_message_key','user_unknown_login_failed'),(743745,120475,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743744,120475,'failed_username','luis-monteiro'),(743743,120474,'_server_http_x_forwarded_for_0','119.27.178.206'),(743742,120474,'_server_remote_addr','119.27.178.206'),(743741,120474,'_xmlrpc_request','true'),(743740,120474,'_message_key','user_unknown_login_failed'),(743739,120474,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743738,120474,'failed_username','luis-monteiro'),(743737,120473,'_server_http_x_forwarded_for_0','119.27.178.206'),(743736,120473,'_server_remote_addr','119.27.178.206'),(743735,120473,'_xmlrpc_request','true'),(743734,120473,'_message_key','user_unknown_login_failed'),(743733,120473,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743732,120473,'failed_username','luis-monteiro'),(743731,120472,'_server_http_x_forwarded_for_0','119.27.178.206'),(743730,120472,'_server_remote_addr','119.27.178.206'),(743729,120472,'_xmlrpc_request','true'),(743728,120472,'_message_key','user_unknown_login_failed'),(743727,120472,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743726,120472,'failed_username','luis-monteiro'),(743725,120471,'_server_http_x_forwarded_for_0','119.27.178.206'),(743724,120471,'_server_remote_addr','119.27.178.206'),(743723,120471,'_xmlrpc_request','true'),(743722,120471,'_message_key','user_unknown_login_failed'),(743721,120471,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743720,120471,'failed_username','luis-monteiro'),(743719,120470,'_server_http_x_forwarded_for_0','119.27.178.206'),(743718,120470,'_server_remote_addr','119.27.178.206'),(743717,120470,'_xmlrpc_request','true'),(743716,120470,'_message_key','user_unknown_login_failed'),(743715,120470,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743714,120470,'failed_username','luis-monteiro'),(743713,120469,'_server_http_x_forwarded_for_0','119.27.178.206'),(743712,120469,'_server_remote_addr','119.27.178.206'),(743711,120469,'_xmlrpc_request','true'),(743710,120469,'_message_key','user_unknown_login_failed'),(743709,120469,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743708,120469,'failed_username','luis-monteiro'),(743707,120468,'_server_http_x_forwarded_for_0','119.27.178.206'),(743706,120468,'_server_remote_addr','119.27.178.206'),(743705,120468,'_xmlrpc_request','true'),(743704,120468,'_message_key','user_unknown_login_failed'),(743703,120468,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743702,120468,'failed_username','luis-monteiro'),(743701,120467,'_server_http_x_forwarded_for_0','119.27.178.206'),(743700,120467,'_server_remote_addr','119.27.178.206'),(743699,120467,'_xmlrpc_request','true'),(743698,120467,'_message_key','user_unknown_login_failed'),(743697,120467,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743696,120467,'failed_username','luis-monteiro'),(743695,120466,'_server_http_x_forwarded_for_0','119.27.178.206'),(743694,120466,'_server_remote_addr','119.27.178.206'),(743693,120466,'_xmlrpc_request','true'),(743692,120466,'_message_key','user_unknown_login_failed'),(743691,120466,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743690,120466,'failed_username','luis-monteiro'),(743689,120465,'_server_http_x_forwarded_for_0','119.27.178.206'),(743688,120465,'_server_remote_addr','119.27.178.206'),(743687,120465,'_xmlrpc_request','true'),(743686,120465,'_message_key','user_unknown_login_failed'),(743685,120465,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743684,120465,'failed_username','luis-monteiro'),(743683,120464,'_server_http_x_forwarded_for_0','119.27.178.206'),(743682,120464,'_server_remote_addr','119.27.178.206'),(743681,120464,'_xmlrpc_request','true'),(743680,120464,'_message_key','user_unknown_login_failed'),(743679,120464,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743678,120464,'failed_username','luis-monteiro'),(743677,120463,'_server_http_x_forwarded_for_0','119.27.178.206'),(743676,120463,'_server_remote_addr','119.27.178.206'),(743675,120463,'_xmlrpc_request','true'),(743674,120463,'_message_key','user_unknown_login_failed'),(743673,120463,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743672,120463,'failed_username','luis-monteiro'),(743671,120462,'_server_http_x_forwarded_for_0','119.27.178.206'),(743670,120462,'_server_remote_addr','119.27.178.206'),(743669,120462,'_xmlrpc_request','true'),(743668,120462,'_message_key','user_unknown_login_failed'),(743667,120462,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743666,120462,'failed_username','luis-monteiro'),(743665,120461,'_server_http_x_forwarded_for_0','119.27.178.206'),(743664,120461,'_server_remote_addr','119.27.178.206'),(743663,120461,'_xmlrpc_request','true'),(743662,120461,'_message_key','user_unknown_login_failed'),(743661,120461,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743660,120461,'failed_username','luis-monteiro'),(743659,120460,'_server_http_x_forwarded_for_0','119.27.178.206'),(743658,120460,'_server_remote_addr','119.27.178.206'),(743657,120460,'_xmlrpc_request','true'),(743656,120460,'_message_key','user_unknown_login_failed'),(743655,120460,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743654,120460,'failed_username','luis-monteiro'),(743653,120459,'_server_http_x_forwarded_for_0','119.27.178.206'),(743652,120459,'_server_remote_addr','119.27.178.206'),(743651,120459,'_xmlrpc_request','true'),(743650,120459,'_message_key','user_unknown_login_failed'),(743649,120459,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743648,120459,'failed_username','luis-monteiro'),(743647,120458,'_server_http_x_forwarded_for_0','119.27.178.206'),(743646,120458,'_server_remote_addr','119.27.178.206'),(743645,120458,'_xmlrpc_request','true'),(743644,120458,'_message_key','user_unknown_login_failed'),(743643,120458,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743642,120458,'failed_username','luis-monteiro'),(743641,120457,'_server_http_x_forwarded_for_0','119.27.178.206'),(743640,120457,'_server_remote_addr','119.27.178.206'),(743639,120457,'_xmlrpc_request','true'),(743638,120457,'_message_key','user_unknown_login_failed'),(743637,120457,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743636,120457,'failed_username','luis-monteiro'),(743635,120456,'_server_http_x_forwarded_for_0','119.27.178.206'),(743634,120456,'_server_remote_addr','119.27.178.206'),(743633,120456,'_xmlrpc_request','true'),(743632,120456,'_message_key','user_unknown_login_failed'),(743631,120456,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743630,120456,'failed_username','luis-monteiro'),(743629,120455,'_server_http_x_forwarded_for_0','119.27.178.206'),(743628,120455,'_server_remote_addr','119.27.178.206'),(743627,120455,'_xmlrpc_request','true'),(743626,120455,'_message_key','user_unknown_login_failed'),(743625,120455,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743624,120455,'failed_username','luis-monteiro'),(743623,120454,'_server_http_x_forwarded_for_0','119.27.178.206'),(743622,120454,'_server_remote_addr','119.27.178.206'),(743621,120454,'_xmlrpc_request','true'),(743620,120454,'_message_key','user_unknown_login_failed'),(743619,120454,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743618,120454,'failed_username','luis-monteiro'),(743617,120453,'_server_http_x_forwarded_for_0','119.27.178.206'),(743616,120453,'_server_remote_addr','119.27.178.206'),(743615,120453,'_xmlrpc_request','true'),(743614,120453,'_message_key','user_unknown_login_failed'),(743613,120453,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743612,120453,'failed_username','luis-monteiro'),(743611,120452,'_server_http_x_forwarded_for_0','119.27.178.206'),(743610,120452,'_server_remote_addr','119.27.178.206'),(743609,120452,'_xmlrpc_request','true'),(743608,120452,'_message_key','user_unknown_login_failed'),(743607,120452,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743606,120452,'failed_username','luis-monteiro'),(743605,120451,'_server_http_x_forwarded_for_0','119.27.178.206'),(743604,120451,'_server_remote_addr','119.27.178.206'),(743603,120451,'_xmlrpc_request','true'),(743602,120451,'_message_key','user_unknown_login_failed'),(743601,120451,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743600,120451,'failed_username','luis-monteiro'),(743599,120450,'_server_http_x_forwarded_for_0','119.27.178.206'),(743598,120450,'_server_remote_addr','119.27.178.206'),(743597,120450,'_xmlrpc_request','true'),(743596,120450,'_message_key','user_unknown_login_failed'),(743595,120450,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743594,120450,'failed_username','luis-monteiro'),(743593,120449,'_server_http_x_forwarded_for_0','119.27.178.206'),(743592,120449,'_server_remote_addr','119.27.178.206'),(743591,120449,'_xmlrpc_request','true'),(743590,120449,'_message_key','user_unknown_login_failed'),(743589,120449,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743588,120449,'failed_username','luis-monteiro'),(743587,120448,'_server_http_x_forwarded_for_0','119.27.178.206'),(743586,120448,'_server_remote_addr','119.27.178.206'),(743585,120448,'_xmlrpc_request','true'),(743584,120448,'_message_key','user_unknown_login_failed'),(743583,120448,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743582,120448,'failed_username','luis-monteiro'),(743581,120447,'_server_http_x_forwarded_for_0','119.27.178.206'),(743580,120447,'_server_remote_addr','119.27.178.206'),(743579,120447,'_xmlrpc_request','true'),(743578,120447,'_message_key','user_unknown_login_failed'),(743577,120447,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743576,120447,'failed_username','luis-monteiro'),(743575,120446,'_server_http_x_forwarded_for_0','119.27.178.206'),(743574,120446,'_server_remote_addr','119.27.178.206'),(743573,120446,'_xmlrpc_request','true'),(743572,120446,'_message_key','user_unknown_login_failed'),(743571,120446,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743570,120446,'failed_username','luis-monteiro'),(743569,120445,'_server_http_x_forwarded_for_0','119.27.178.206'),(743568,120445,'_server_remote_addr','119.27.178.206'),(743567,120445,'_xmlrpc_request','true'),(743566,120445,'_message_key','user_unknown_login_failed'),(743565,120445,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743564,120445,'failed_username','luis-monteiro'),(743563,120444,'_server_http_x_forwarded_for_0','119.27.178.206'),(743562,120444,'_server_remote_addr','119.27.178.206'),(743561,120444,'_xmlrpc_request','true'),(743560,120444,'_message_key','user_unknown_login_failed'),(743559,120444,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743558,120444,'failed_username','luis-monteiro'),(743557,120443,'_server_http_x_forwarded_for_0','119.27.178.206'),(743556,120443,'_server_remote_addr','119.27.178.206'),(743555,120443,'_xmlrpc_request','true'),(743554,120443,'_message_key','user_unknown_login_failed'),(743553,120443,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743552,120443,'failed_username','luis-monteiro'),(743551,120442,'_server_http_x_forwarded_for_0','119.27.178.206'),(743550,120442,'_server_remote_addr','119.27.178.206'),(743549,120442,'_xmlrpc_request','true'),(743548,120442,'_message_key','user_unknown_login_failed'),(743547,120442,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743546,120442,'failed_username','luis-monteiro'),(743545,120441,'_server_http_x_forwarded_for_0','119.27.178.206'),(743544,120441,'_server_remote_addr','119.27.178.206'),(743543,120441,'_xmlrpc_request','true'),(743542,120441,'_message_key','user_unknown_login_failed'),(743541,120441,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743540,120441,'failed_username','luis-monteiro'),(743539,120440,'_server_http_x_forwarded_for_0','119.27.178.206'),(743538,120440,'_server_remote_addr','119.27.178.206'),(743537,120440,'_xmlrpc_request','true'),(743536,120440,'_message_key','user_unknown_login_failed'),(743535,120440,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743534,120440,'failed_username','luis-monteiro'),(743533,120439,'_server_http_x_forwarded_for_0','119.27.178.206'),(743532,120439,'_server_remote_addr','119.27.178.206'),(743531,120439,'_xmlrpc_request','true'),(743530,120439,'_message_key','user_unknown_login_failed'),(743529,120439,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743528,120439,'failed_username','luis-monteiro'),(743527,120438,'_server_http_x_forwarded_for_0','119.27.178.206'),(743526,120438,'_server_remote_addr','119.27.178.206'),(743525,120438,'_xmlrpc_request','true'),(743524,120438,'_message_key','user_unknown_login_failed'),(743523,120438,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743522,120438,'failed_username','luis-monteiro'),(743521,120437,'_server_http_x_forwarded_for_0','119.27.178.206'),(743520,120437,'_server_remote_addr','119.27.178.206'),(743519,120437,'_xmlrpc_request','true'),(743518,120437,'_message_key','user_unknown_login_failed'),(743517,120437,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743516,120437,'failed_username','luis-monteiro'),(743515,120436,'_server_http_x_forwarded_for_0','119.27.178.206'),(743514,120436,'_server_remote_addr','119.27.178.206'),(743513,120436,'_xmlrpc_request','true'),(743512,120436,'_message_key','user_unknown_login_failed'),(743511,120436,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743510,120436,'failed_username','luis-monteiro'),(743509,120435,'_server_http_x_forwarded_for_0','119.27.178.206'),(743508,120435,'_server_remote_addr','119.27.178.206'),(743507,120435,'_xmlrpc_request','true'),(743506,120435,'_message_key','user_unknown_login_failed'),(743505,120435,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743504,120435,'failed_username','luis-monteiro'),(743503,120434,'_server_http_x_forwarded_for_0','119.27.178.206'),(743502,120434,'_server_remote_addr','119.27.178.206'),(743501,120434,'_xmlrpc_request','true'),(743500,120434,'_message_key','user_unknown_login_failed'),(743499,120434,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743498,120434,'failed_username','luis-monteiro'),(743497,120433,'_server_http_x_forwarded_for_0','119.27.178.206'),(743496,120433,'_server_remote_addr','119.27.178.206'),(743495,120433,'_xmlrpc_request','true'),(743494,120433,'_message_key','user_unknown_login_failed'),(743493,120433,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743492,120433,'failed_username','luis-monteiro'),(743491,120432,'_server_http_x_forwarded_for_0','119.27.178.206'),(743490,120432,'_server_remote_addr','119.27.178.206'),(743489,120432,'_xmlrpc_request','true'),(743488,120432,'_message_key','user_unknown_login_failed'),(743487,120432,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743486,120432,'failed_username','luis-monteiro'),(743485,120431,'_server_http_x_forwarded_for_0','119.27.178.206'),(743484,120431,'_server_remote_addr','119.27.178.206'),(743483,120431,'_xmlrpc_request','true'),(743482,120431,'_message_key','user_unknown_login_failed'),(743481,120431,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743480,120431,'failed_username','luis-monteiro'),(743479,120430,'_server_http_x_forwarded_for_0','119.27.178.206'),(743478,120430,'_server_remote_addr','119.27.178.206'),(743477,120430,'_xmlrpc_request','true'),(743476,120430,'_message_key','user_unknown_login_failed'),(743475,120430,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743474,120430,'failed_username','luis-monteiro'),(743473,120429,'_server_http_x_forwarded_for_0','119.27.178.206'),(743472,120429,'_server_remote_addr','119.27.178.206'),(743471,120429,'_xmlrpc_request','true'),(743470,120429,'_message_key','user_unknown_login_failed'),(743469,120429,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743468,120429,'failed_username','luis-monteiro'),(743467,120428,'_server_http_x_forwarded_for_0','119.27.178.206'),(743466,120428,'_server_remote_addr','119.27.178.206'),(743465,120428,'_xmlrpc_request','true'),(743464,120428,'_message_key','user_unknown_login_failed'),(743463,120428,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743462,120428,'failed_username','luis-monteiro'),(743461,120427,'_server_http_x_forwarded_for_0','119.27.178.206'),(743460,120427,'_server_remote_addr','119.27.178.206'),(743459,120427,'_xmlrpc_request','true'),(743458,120427,'_message_key','user_unknown_login_failed'),(743457,120427,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743456,120427,'failed_username','luis-monteiro'),(743455,120426,'_server_http_x_forwarded_for_0','119.27.178.206'),(743454,120426,'_server_remote_addr','119.27.178.206'),(743453,120426,'_xmlrpc_request','true'),(743452,120426,'_message_key','user_unknown_login_failed'),(743451,120426,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743450,120426,'failed_username','luis-monteiro'),(743449,120425,'_server_http_x_forwarded_for_0','119.27.178.206'),(743448,120425,'_server_remote_addr','119.27.178.206'),(743447,120425,'_xmlrpc_request','true'),(743446,120425,'_message_key','user_unknown_login_failed'),(743445,120425,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743444,120425,'failed_username','luis-monteiro'),(743443,120424,'_server_http_x_forwarded_for_0','119.27.178.206'),(743442,120424,'_server_remote_addr','119.27.178.206'),(743441,120424,'_xmlrpc_request','true'),(743440,120424,'_message_key','user_unknown_login_failed'),(743439,120424,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743438,120424,'failed_username','luis-monteiro'),(743437,120423,'_server_http_x_forwarded_for_0','119.27.178.206'),(743436,120423,'_server_remote_addr','119.27.178.206'),(743435,120423,'_xmlrpc_request','true'),(743434,120423,'_message_key','user_unknown_login_failed'),(743433,120423,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743432,120423,'failed_username','luis-monteiro'),(743431,120422,'_server_http_x_forwarded_for_0','119.27.178.206'),(743430,120422,'_server_remote_addr','119.27.178.206'),(743429,120422,'_xmlrpc_request','true'),(743428,120422,'_message_key','user_unknown_login_failed'),(743427,120422,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743426,120422,'failed_username','luis-monteiro'),(743425,120421,'_server_http_x_forwarded_for_0','119.27.178.206'),(743424,120421,'_server_remote_addr','119.27.178.206'),(743423,120421,'_xmlrpc_request','true'),(743422,120421,'_message_key','user_unknown_login_failed'),(743421,120421,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743420,120421,'failed_username','luis-monteiro'),(743419,120420,'_server_http_x_forwarded_for_0','119.27.178.206'),(743418,120420,'_server_remote_addr','119.27.178.206'),(743417,120420,'_xmlrpc_request','true'),(743416,120420,'_message_key','user_unknown_login_failed'),(743415,120420,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743414,120420,'failed_username','luis-monteiro'),(743413,120419,'_server_http_x_forwarded_for_0','119.27.178.206'),(743412,120419,'_server_remote_addr','119.27.178.206'),(743411,120419,'_xmlrpc_request','true'),(743410,120419,'_message_key','user_unknown_login_failed'),(743409,120419,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743408,120419,'failed_username','luis-monteiro'),(743407,120418,'_server_http_x_forwarded_for_0','119.27.178.206'),(743406,120418,'_server_remote_addr','119.27.178.206'),(743405,120418,'_xmlrpc_request','true'),(743404,120418,'_message_key','user_unknown_login_failed'),(743403,120418,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743402,120418,'failed_username','luis-monteiro'),(743401,120417,'_server_http_x_forwarded_for_0','119.27.178.206'),(743400,120417,'_server_remote_addr','119.27.178.206'),(743399,120417,'_xmlrpc_request','true'),(743398,120417,'_message_key','user_unknown_login_failed'),(743397,120417,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743396,120417,'failed_username','luis-monteiro'),(743395,120416,'_server_http_x_forwarded_for_0','119.27.178.206'),(743394,120416,'_server_remote_addr','119.27.178.206'),(743393,120416,'_xmlrpc_request','true'),(743392,120416,'_message_key','user_unknown_login_failed'),(743391,120416,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743390,120416,'failed_username','luis-monteiro'),(743389,120415,'_server_http_x_forwarded_for_0','119.27.178.206'),(743388,120415,'_server_remote_addr','119.27.178.206'),(743387,120415,'_xmlrpc_request','true'),(743386,120415,'_message_key','user_unknown_login_failed'),(743385,120415,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743384,120415,'failed_username','luis-monteiro'),(743383,120414,'_server_http_x_forwarded_for_0','119.27.178.206'),(743382,120414,'_server_remote_addr','119.27.178.206'),(743381,120414,'_xmlrpc_request','true'),(743380,120414,'_message_key','user_unknown_login_failed'),(743379,120414,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743378,120414,'failed_username','luis-monteiro'),(743377,120413,'_server_http_x_forwarded_for_0','119.27.178.206'),(743376,120413,'_server_remote_addr','119.27.178.206'),(743375,120413,'_xmlrpc_request','true'),(743374,120413,'_message_key','user_unknown_login_failed'),(743373,120413,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743372,120413,'failed_username','luis-monteiro'),(743371,120412,'_server_http_x_forwarded_for_0','119.27.178.206'),(743370,120412,'_server_remote_addr','119.27.178.206'),(743369,120412,'_xmlrpc_request','true'),(743368,120412,'_message_key','user_unknown_login_failed'),(743367,120412,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743366,120412,'failed_username','luis-monteiro'),(743365,120411,'_server_http_x_forwarded_for_0','119.27.178.206'),(743364,120411,'_server_remote_addr','119.27.178.206'),(743363,120411,'_xmlrpc_request','true'),(743362,120411,'_message_key','user_unknown_login_failed'),(743361,120411,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743360,120411,'failed_username','luis-monteiro'),(743359,120410,'_server_http_x_forwarded_for_0','119.27.178.206'),(743358,120410,'_server_remote_addr','119.27.178.206'),(743357,120410,'_xmlrpc_request','true'),(743356,120410,'_message_key','user_unknown_login_failed'),(743355,120410,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743354,120410,'failed_username','luis-monteiro'),(743353,120409,'_server_http_x_forwarded_for_0','119.27.178.206'),(743352,120409,'_server_remote_addr','119.27.178.206'),(743351,120409,'_xmlrpc_request','true'),(743350,120409,'_message_key','user_unknown_login_failed'),(743349,120409,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743348,120409,'failed_username','luis-monteiro'),(743347,120408,'_server_http_x_forwarded_for_0','119.27.178.206'),(743346,120408,'_server_remote_addr','119.27.178.206'),(743345,120408,'_xmlrpc_request','true'),(743344,120408,'_message_key','user_unknown_login_failed'),(743343,120408,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743342,120408,'failed_username','luis-monteiro'),(743341,120407,'_server_http_x_forwarded_for_0','119.27.178.206'),(743340,120407,'_server_remote_addr','119.27.178.206'),(743339,120407,'_xmlrpc_request','true'),(743338,120407,'_message_key','user_unknown_login_failed'),(743337,120407,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743336,120407,'failed_username','luis-monteiro'),(743335,120406,'_server_http_x_forwarded_for_0','119.27.178.206'),(743334,120406,'_server_remote_addr','119.27.178.206'),(743333,120406,'_xmlrpc_request','true'),(743332,120406,'_message_key','user_unknown_login_failed'),(743331,120406,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743330,120406,'failed_username','luis-monteiro'),(743329,120405,'_server_http_x_forwarded_for_0','119.27.178.206'),(743328,120405,'_server_remote_addr','119.27.178.206'),(743327,120405,'_xmlrpc_request','true'),(743326,120405,'_message_key','user_unknown_login_failed'),(743325,120405,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743324,120405,'failed_username','luis-monteiro'),(743323,120404,'_server_http_x_forwarded_for_0','119.27.178.206'),(743322,120404,'_server_remote_addr','119.27.178.206'),(743321,120404,'_xmlrpc_request','true'),(743320,120404,'_message_key','user_unknown_login_failed'),(743319,120404,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743318,120404,'failed_username','luis-monteiro'),(743317,120403,'_server_http_x_forwarded_for_0','119.27.178.206'),(743316,120403,'_server_remote_addr','119.27.178.206'),(743315,120403,'_xmlrpc_request','true'),(743314,120403,'_message_key','user_unknown_login_failed'),(743313,120403,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743312,120403,'failed_username','luis-monteiro'),(743311,120402,'_server_http_x_forwarded_for_0','119.27.178.206'),(743310,120402,'_server_remote_addr','119.27.178.206'),(743309,120402,'_xmlrpc_request','true'),(743308,120402,'_message_key','user_unknown_login_failed'),(743307,120402,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743306,120402,'failed_username','luis-monteiro'),(743305,120401,'_server_http_x_forwarded_for_0','119.27.178.206'),(743304,120401,'_server_remote_addr','119.27.178.206'),(743303,120401,'_xmlrpc_request','true'),(743302,120401,'_message_key','user_unknown_login_failed'),(743301,120401,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743300,120401,'failed_username','luis-monteiro'),(743299,120400,'_server_http_x_forwarded_for_0','119.27.178.206'),(743298,120400,'_server_remote_addr','119.27.178.206'),(743297,120400,'_xmlrpc_request','true'),(743296,120400,'_message_key','user_unknown_login_failed'),(743295,120400,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743294,120400,'failed_username','luis-monteiro'),(743293,120399,'_server_http_x_forwarded_for_0','119.27.178.206'),(743292,120399,'_server_remote_addr','119.27.178.206'),(743291,120399,'_xmlrpc_request','true'),(743290,120399,'_message_key','user_unknown_login_failed'),(743289,120399,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743288,120399,'failed_username','luis-monteiro'),(743287,120398,'_server_http_x_forwarded_for_0','119.27.178.206'),(743286,120398,'_server_remote_addr','119.27.178.206'),(743285,120398,'_xmlrpc_request','true'),(743284,120398,'_message_key','user_unknown_login_failed'),(743283,120398,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743282,120398,'failed_username','luis-monteiro'),(743281,120397,'_server_http_x_forwarded_for_0','119.27.178.206'),(743280,120397,'_server_remote_addr','119.27.178.206'),(743279,120397,'_xmlrpc_request','true'),(743278,120397,'_message_key','user_unknown_login_failed'),(743277,120397,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743276,120397,'failed_username','luis-monteiro'),(743275,120396,'_server_http_x_forwarded_for_0','119.27.178.206'),(743274,120396,'_server_remote_addr','119.27.178.206'),(743273,120396,'_xmlrpc_request','true'),(743272,120396,'_message_key','user_unknown_login_failed'),(743271,120396,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743270,120396,'failed_username','luis-monteiro'),(743269,120395,'_server_http_x_forwarded_for_0','119.27.178.206'),(743268,120395,'_server_remote_addr','119.27.178.206'),(743267,120395,'_xmlrpc_request','true'),(743266,120395,'_message_key','user_unknown_login_failed'),(743265,120395,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743264,120395,'failed_username','luis-monteiro'),(743263,120394,'_server_http_x_forwarded_for_0','119.27.178.206'),(743262,120394,'_server_remote_addr','119.27.178.206'),(743261,120394,'_xmlrpc_request','true'),(743260,120394,'_message_key','user_unknown_login_failed'),(743259,120394,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743258,120394,'failed_username','luis-monteiro'),(743257,120393,'_server_http_x_forwarded_for_0','119.27.178.206'),(743256,120393,'_server_remote_addr','119.27.178.206'),(743255,120393,'_xmlrpc_request','true'),(743254,120393,'_message_key','user_unknown_login_failed'),(743253,120393,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743252,120393,'failed_username','luis-monteiro'),(743251,120392,'_server_http_x_forwarded_for_0','119.27.178.206'),(743250,120392,'_server_remote_addr','119.27.178.206'),(743249,120392,'_xmlrpc_request','true'),(743248,120392,'_message_key','user_unknown_login_failed'),(743247,120392,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743246,120392,'failed_username','luis-monteiro'),(743245,120391,'_server_http_x_forwarded_for_0','119.27.178.206'),(743244,120391,'_server_remote_addr','119.27.178.206'),(743243,120391,'_xmlrpc_request','true'),(743242,120391,'_message_key','user_unknown_login_failed'),(743241,120391,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743240,120391,'failed_username','luis-monteiro'),(743239,120390,'_server_http_x_forwarded_for_0','119.27.178.206'),(743238,120390,'_server_remote_addr','119.27.178.206'),(743237,120390,'_xmlrpc_request','true'),(743236,120390,'_message_key','user_unknown_login_failed'),(743235,120390,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743234,120390,'failed_username','luis-monteiro'),(743233,120389,'_server_http_x_forwarded_for_0','119.27.178.206'),(743232,120389,'_server_remote_addr','119.27.178.206'),(743231,120389,'_xmlrpc_request','true'),(743230,120389,'_message_key','user_unknown_login_failed'),(743229,120389,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743228,120389,'failed_username','luis-monteiro'),(743227,120388,'_server_http_x_forwarded_for_0','119.27.178.206'),(743226,120388,'_server_remote_addr','119.27.178.206'),(743225,120388,'_xmlrpc_request','true'),(743224,120388,'_message_key','user_unknown_login_failed'),(743223,120388,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743222,120388,'failed_username','luis-monteiro'),(743221,120387,'_server_http_x_forwarded_for_0','119.27.178.206'),(743220,120387,'_server_remote_addr','119.27.178.206'),(743219,120387,'_xmlrpc_request','true'),(743218,120387,'_message_key','user_unknown_login_failed'),(743217,120387,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743216,120387,'failed_username','luis-monteiro'),(743215,120386,'_server_http_x_forwarded_for_0','119.27.178.206'),(743214,120386,'_server_remote_addr','119.27.178.206'),(743213,120386,'_xmlrpc_request','true'),(743212,120386,'_message_key','user_unknown_login_failed'),(743211,120386,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743210,120386,'failed_username','luis-monteiro'),(743209,120385,'_server_http_x_forwarded_for_0','119.27.178.206'),(743208,120385,'_server_remote_addr','119.27.178.206'),(743207,120385,'_xmlrpc_request','true'),(743206,120385,'_message_key','user_unknown_login_failed'),(743205,120385,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743204,120385,'failed_username','luis-monteiro'),(743203,120384,'_server_http_x_forwarded_for_0','119.27.178.206'),(743202,120384,'_server_remote_addr','119.27.178.206'),(743201,120384,'_xmlrpc_request','true'),(743200,120384,'_message_key','user_unknown_login_failed'),(743199,120384,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743198,120384,'failed_username','luis-monteiro'),(743197,120383,'_server_http_x_forwarded_for_0','119.27.178.206'),(743196,120383,'_server_remote_addr','119.27.178.206'),(743195,120383,'_xmlrpc_request','true'),(743194,120383,'_message_key','user_unknown_login_failed'),(743193,120383,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743192,120383,'failed_username','luis-monteiro'),(743191,120382,'_server_http_x_forwarded_for_0','119.27.178.206'),(743190,120382,'_server_remote_addr','119.27.178.206'),(743189,120382,'_xmlrpc_request','true'),(743188,120382,'_message_key','user_unknown_login_failed'),(743187,120382,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743186,120382,'failed_username','luis-monteiro'),(743185,120381,'_server_http_x_forwarded_for_0','119.27.178.206'),(743184,120381,'_server_remote_addr','119.27.178.206'),(743183,120381,'_xmlrpc_request','true'),(743182,120381,'_message_key','user_unknown_login_failed'),(743181,120381,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743180,120381,'failed_username','luis-monteiro'),(743179,120380,'_server_http_x_forwarded_for_0','119.27.178.206'),(743178,120380,'_server_remote_addr','119.27.178.206'),(743177,120380,'_xmlrpc_request','true'),(743176,120380,'_message_key','user_unknown_login_failed'),(743175,120380,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743174,120380,'failed_username','luis-monteiro'),(743173,120379,'_server_http_x_forwarded_for_0','119.27.178.206'),(743172,120379,'_server_remote_addr','119.27.178.206'),(743171,120379,'_xmlrpc_request','true'),(743170,120379,'_message_key','user_unknown_login_failed'),(743169,120379,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743168,120379,'failed_username','luis-monteiro'),(743167,120378,'_server_http_x_forwarded_for_0','119.27.178.206'),(743166,120378,'_server_remote_addr','119.27.178.206'),(743165,120378,'_xmlrpc_request','true'),(743164,120378,'_message_key','user_unknown_login_failed'),(743163,120378,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743162,120378,'failed_username','luis-monteiro'),(743161,120377,'_server_http_x_forwarded_for_0','119.27.178.206'),(743160,120377,'_server_remote_addr','119.27.178.206'),(743159,120377,'_xmlrpc_request','true'),(743158,120377,'_message_key','user_unknown_login_failed'),(743157,120377,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743156,120377,'failed_username','luis-monteiro'),(743155,120376,'_server_http_x_forwarded_for_0','119.27.178.206'),(743154,120376,'_server_remote_addr','119.27.178.206'),(743153,120376,'_xmlrpc_request','true'),(743152,120376,'_message_key','user_unknown_login_failed'),(743151,120376,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743150,120376,'failed_username','luis-monteiro'),(743149,120375,'_server_http_x_forwarded_for_0','119.27.178.206'),(743148,120375,'_server_remote_addr','119.27.178.206'),(743147,120375,'_xmlrpc_request','true'),(743146,120375,'_message_key','user_unknown_login_failed'),(743145,120375,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743144,120375,'failed_username','luis-monteiro'),(743143,120374,'_server_http_x_forwarded_for_0','119.27.178.206'),(743142,120374,'_server_remote_addr','119.27.178.206'),(743141,120374,'_xmlrpc_request','true'),(743140,120374,'_message_key','user_unknown_login_failed'),(743139,120374,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743138,120374,'failed_username','luis-monteiro'),(743137,120373,'_server_http_x_forwarded_for_0','119.27.178.206'),(743136,120373,'_server_remote_addr','119.27.178.206'),(743135,120373,'_xmlrpc_request','true'),(743134,120373,'_message_key','user_unknown_login_failed'),(743133,120373,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743132,120373,'failed_username','luis-monteiro'),(743131,120372,'_server_http_x_forwarded_for_0','119.27.178.206'),(743130,120372,'_server_remote_addr','119.27.178.206'),(743129,120372,'_xmlrpc_request','true'),(743128,120372,'_message_key','user_unknown_login_failed'),(743127,120372,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743126,120372,'failed_username','luis-monteiro'),(743125,120371,'_server_http_x_forwarded_for_0','119.27.178.206'),(743124,120371,'_server_remote_addr','119.27.178.206'),(743123,120371,'_xmlrpc_request','true'),(743122,120371,'_message_key','user_unknown_login_failed'),(743121,120371,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743120,120371,'failed_username','luis-monteiro'),(743119,120370,'_server_http_x_forwarded_for_0','119.27.178.206'),(743118,120370,'_server_remote_addr','119.27.178.206'),(743117,120370,'_xmlrpc_request','true'),(743116,120370,'_message_key','user_unknown_login_failed'),(743115,120370,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743114,120370,'failed_username','luis-monteiro'),(743113,120369,'_server_http_x_forwarded_for_0','119.27.178.206'),(743112,120369,'_server_remote_addr','119.27.178.206'),(743111,120369,'_xmlrpc_request','true'),(743110,120369,'_message_key','user_unknown_login_failed'),(743109,120369,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743108,120369,'failed_username','luis-monteiro'),(743107,120368,'_server_http_x_forwarded_for_0','119.27.178.206'),(743106,120368,'_server_remote_addr','119.27.178.206'),(743105,120368,'_xmlrpc_request','true'),(743104,120368,'_message_key','user_unknown_login_failed'),(743103,120368,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743102,120368,'failed_username','luis-monteiro'),(743101,120367,'_server_http_x_forwarded_for_0','119.27.178.206'),(743100,120367,'_server_remote_addr','119.27.178.206'),(743099,120367,'_xmlrpc_request','true'),(743098,120367,'_message_key','user_unknown_login_failed'),(743097,120367,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743096,120367,'failed_username','luis-monteiro'),(743095,120366,'_server_http_x_forwarded_for_0','119.27.178.206'),(743094,120366,'_server_remote_addr','119.27.178.206'),(743093,120366,'_xmlrpc_request','true'),(743092,120366,'_message_key','user_unknown_login_failed'),(743091,120366,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743090,120366,'failed_username','luis-monteiro'),(743089,120365,'_server_http_x_forwarded_for_0','119.27.178.206'),(743088,120365,'_server_remote_addr','119.27.178.206'),(743087,120365,'_xmlrpc_request','true'),(743086,120365,'_message_key','user_unknown_login_failed'),(743085,120365,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743084,120365,'failed_username','luis-monteiro'),(743083,120364,'_server_http_x_forwarded_for_0','119.27.178.206'),(743082,120364,'_server_remote_addr','119.27.178.206'),(743081,120364,'_xmlrpc_request','true'),(743080,120364,'_message_key','user_unknown_login_failed'),(743079,120364,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743078,120364,'failed_username','luis-monteiro'),(743077,120363,'_server_http_x_forwarded_for_0','119.27.178.206'),(743076,120363,'_server_remote_addr','119.27.178.206'),(743075,120363,'_xmlrpc_request','true'),(743074,120363,'_message_key','user_unknown_login_failed'),(743073,120363,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743072,120363,'failed_username','luis-monteiro'),(743071,120362,'_server_http_x_forwarded_for_0','119.27.178.206'),(743070,120362,'_server_remote_addr','119.27.178.206'),(743069,120362,'_xmlrpc_request','true'),(743068,120362,'_message_key','user_unknown_login_failed'),(743067,120362,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743066,120362,'failed_username','luis-monteiro'),(743065,120361,'_server_http_x_forwarded_for_0','119.27.178.206'),(743064,120361,'_server_remote_addr','119.27.178.206'),(743063,120361,'_xmlrpc_request','true'),(743062,120361,'_message_key','user_unknown_login_failed'),(743061,120361,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743060,120361,'failed_username','luis-monteiro'),(743059,120360,'_server_http_x_forwarded_for_0','119.27.178.206'),(743058,120360,'_server_remote_addr','119.27.178.206'),(743057,120360,'_xmlrpc_request','true'),(743056,120360,'_message_key','user_unknown_login_failed'),(743055,120360,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743054,120360,'failed_username','luis-monteiro'),(743053,120359,'_server_http_x_forwarded_for_0','119.27.178.206'),(743052,120359,'_server_remote_addr','119.27.178.206'),(743051,120359,'_xmlrpc_request','true'),(743050,120359,'_message_key','user_unknown_login_failed'),(743049,120359,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743048,120359,'failed_username','luis-monteiro'),(743047,120358,'_server_http_x_forwarded_for_0','119.27.178.206'),(743046,120358,'_server_remote_addr','119.27.178.206'),(743045,120358,'_xmlrpc_request','true'),(743044,120358,'_message_key','user_unknown_login_failed'),(743043,120358,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743042,120358,'failed_username','luis-monteiro'),(743041,120357,'_server_http_x_forwarded_for_0','119.27.178.206'),(743040,120357,'_server_remote_addr','119.27.178.206'),(743039,120357,'_xmlrpc_request','true'),(743038,120357,'_message_key','user_unknown_login_failed'),(743037,120357,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743036,120357,'failed_username','luis-monteiro'),(743035,120356,'_server_http_x_forwarded_for_0','119.27.178.206'),(743034,120356,'_server_remote_addr','119.27.178.206'),(743033,120356,'_xmlrpc_request','true'),(743032,120356,'_message_key','user_unknown_login_failed'),(743031,120356,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743030,120356,'failed_username','luis-monteiro'),(743029,120355,'_server_http_x_forwarded_for_0','119.27.178.206'),(743028,120355,'_server_remote_addr','119.27.178.206'),(743027,120355,'_xmlrpc_request','true'),(743026,120355,'_message_key','user_unknown_login_failed'),(743025,120355,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743024,120355,'failed_username','luis-monteiro'),(743023,120354,'_server_http_x_forwarded_for_0','119.27.178.206'),(743022,120354,'_server_remote_addr','119.27.178.206'),(743021,120354,'_xmlrpc_request','true'),(743020,120354,'_message_key','user_unknown_login_failed'),(743019,120354,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743018,120354,'failed_username','luis-monteiro'),(743017,120353,'_server_http_x_forwarded_for_0','119.27.178.206'),(743016,120353,'_server_remote_addr','119.27.178.206'),(743015,120353,'_xmlrpc_request','true'),(743014,120353,'_message_key','user_unknown_login_failed'),(743013,120353,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743012,120353,'failed_username','luis-monteiro'),(743011,120352,'_server_http_x_forwarded_for_0','119.27.178.206'),(743010,120352,'_server_remote_addr','119.27.178.206'),(743009,120352,'_xmlrpc_request','true'),(743008,120352,'_message_key','user_unknown_login_failed'),(743007,120352,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743006,120352,'failed_username','luis-monteiro'),(743005,120351,'_server_http_x_forwarded_for_0','119.27.178.206'),(743004,120351,'_server_remote_addr','119.27.178.206'),(743003,120351,'_xmlrpc_request','true'),(743002,120351,'_message_key','user_unknown_login_failed'),(743001,120351,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(743000,120351,'failed_username','luis-monteiro'),(742999,120350,'_server_http_x_forwarded_for_0','119.27.178.206'),(742998,120350,'_server_remote_addr','119.27.178.206'),(742997,120350,'_xmlrpc_request','true'),(742996,120350,'_message_key','user_unknown_login_failed'),(742995,120350,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742994,120350,'failed_username','luis-monteiro'),(742993,120349,'_server_http_x_forwarded_for_0','119.27.178.206'),(742992,120349,'_server_remote_addr','119.27.178.206'),(742991,120349,'_xmlrpc_request','true'),(742990,120349,'_message_key','user_unknown_login_failed'),(742989,120349,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742988,120349,'failed_username','luis-monteiro'),(742987,120348,'_server_http_x_forwarded_for_0','119.27.178.206'),(742986,120348,'_server_remote_addr','119.27.178.206'),(742985,120348,'_xmlrpc_request','true'),(742984,120348,'_message_key','user_unknown_login_failed'),(742983,120348,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742982,120348,'failed_username','luis-monteiro'),(742981,120347,'_server_http_x_forwarded_for_0','119.27.178.206'),(742980,120347,'_server_remote_addr','119.27.178.206'),(742979,120347,'_xmlrpc_request','true'),(742978,120347,'_message_key','user_unknown_login_failed'),(742977,120347,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742976,120347,'failed_username','luis-monteiro'),(742975,120346,'_server_http_x_forwarded_for_0','119.27.178.206'),(742974,120346,'_server_remote_addr','119.27.178.206'),(742973,120346,'_xmlrpc_request','true'),(742972,120346,'_message_key','user_unknown_login_failed'),(742971,120346,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742970,120346,'failed_username','luis-monteiro'),(742969,120345,'_server_http_x_forwarded_for_0','119.27.178.206'),(742968,120345,'_server_remote_addr','119.27.178.206'),(742967,120345,'_xmlrpc_request','true'),(742966,120345,'_message_key','user_unknown_login_failed'),(742965,120345,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742964,120345,'failed_username','luis-monteiro'),(742963,120344,'_server_http_x_forwarded_for_0','119.27.178.206'),(742962,120344,'_server_remote_addr','119.27.178.206'),(742961,120344,'_xmlrpc_request','true'),(742960,120344,'_message_key','user_unknown_login_failed'),(742959,120344,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742958,120344,'failed_username','luis-monteiro'),(742957,120343,'_server_http_x_forwarded_for_0','119.27.178.206'),(742956,120343,'_server_remote_addr','119.27.178.206'),(742955,120343,'_xmlrpc_request','true'),(742954,120343,'_message_key','user_unknown_login_failed'),(742953,120343,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742952,120343,'failed_username','luis-monteiro'),(742951,120342,'_server_http_x_forwarded_for_0','119.27.178.206'),(742950,120342,'_server_remote_addr','119.27.178.206'),(742949,120342,'_xmlrpc_request','true'),(742948,120342,'_message_key','user_unknown_login_failed'),(742947,120342,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742946,120342,'failed_username','luis-monteiro'),(742945,120341,'_server_http_x_forwarded_for_0','119.27.178.206'),(742944,120341,'_server_remote_addr','119.27.178.206'),(742943,120341,'_xmlrpc_request','true'),(742942,120341,'_message_key','user_unknown_login_failed'),(742941,120341,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742940,120341,'failed_username','luis-monteiro'),(742939,120340,'_server_http_x_forwarded_for_0','119.27.178.206'),(742938,120340,'_server_remote_addr','119.27.178.206'),(742937,120340,'_xmlrpc_request','true'),(742936,120340,'_message_key','user_unknown_login_failed'),(742935,120340,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742934,120340,'failed_username','luis-monteiro'),(742933,120339,'_server_http_x_forwarded_for_0','119.27.178.206'),(742932,120339,'_server_remote_addr','119.27.178.206'),(742931,120339,'_xmlrpc_request','true'),(742930,120339,'_message_key','user_unknown_login_failed'),(742929,120339,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742928,120339,'failed_username','luis-monteiro'),(742927,120338,'_server_http_x_forwarded_for_0','119.27.178.206'),(742926,120338,'_server_remote_addr','119.27.178.206'),(742925,120338,'_xmlrpc_request','true'),(742924,120338,'_message_key','user_unknown_login_failed'),(742923,120338,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742922,120338,'failed_username','luis-monteiro'),(742921,120337,'_server_http_x_forwarded_for_0','119.27.178.206'),(742920,120337,'_server_remote_addr','119.27.178.206'),(742919,120337,'_xmlrpc_request','true'),(742918,120337,'_message_key','user_unknown_login_failed'),(742917,120337,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742916,120337,'failed_username','luis-monteiro'),(742915,120336,'_server_http_x_forwarded_for_0','119.27.178.206'),(742914,120336,'_server_remote_addr','119.27.178.206'),(742913,120336,'_xmlrpc_request','true'),(742912,120336,'_message_key','user_unknown_login_failed'),(742911,120336,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742910,120336,'failed_username','luis-monteiro'),(742909,120335,'_server_http_x_forwarded_for_0','119.27.178.206'),(742908,120335,'_server_remote_addr','119.27.178.206'),(742907,120335,'_xmlrpc_request','true'),(742906,120335,'_message_key','user_unknown_login_failed'),(742905,120335,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742904,120335,'failed_username','luis-monteiro'),(742903,120334,'_server_http_x_forwarded_for_0','119.27.178.206'),(742902,120334,'_server_remote_addr','119.27.178.206'),(742901,120334,'_xmlrpc_request','true'),(742900,120334,'_message_key','user_unknown_login_failed'),(742899,120334,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742898,120334,'failed_username','luis-monteiro'),(742897,120333,'_server_http_x_forwarded_for_0','119.27.178.206'),(742896,120333,'_server_remote_addr','119.27.178.206'),(742895,120333,'_xmlrpc_request','true'),(742894,120333,'_message_key','user_unknown_login_failed'),(742893,120333,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742892,120333,'failed_username','luis-monteiro'),(742891,120332,'_server_http_x_forwarded_for_0','119.27.178.206'),(742890,120332,'_server_remote_addr','119.27.178.206'),(742889,120332,'_xmlrpc_request','true'),(742888,120332,'_message_key','user_unknown_login_failed'),(742887,120332,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742886,120332,'failed_username','luis-monteiro'),(742885,120331,'_server_http_x_forwarded_for_0','119.27.178.206'),(742884,120331,'_server_remote_addr','119.27.178.206'),(742883,120331,'_xmlrpc_request','true'),(742882,120331,'_message_key','user_unknown_login_failed'),(742881,120331,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742880,120331,'failed_username','luis-monteiro'),(742879,120330,'_server_http_x_forwarded_for_0','119.27.178.206'),(742878,120330,'_server_remote_addr','119.27.178.206'),(742877,120330,'_xmlrpc_request','true'),(742876,120330,'_message_key','user_unknown_login_failed'),(742875,120330,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742874,120330,'failed_username','luis-monteiro'),(742873,120329,'_server_http_x_forwarded_for_0','119.27.178.206'),(742872,120329,'_server_remote_addr','119.27.178.206'),(742871,120329,'_xmlrpc_request','true'),(742870,120329,'_message_key','user_unknown_login_failed'),(742869,120329,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742868,120329,'failed_username','luis-monteiro'),(742867,120328,'_server_http_x_forwarded_for_0','119.27.178.206'),(742866,120328,'_server_remote_addr','119.27.178.206'),(742865,120328,'_xmlrpc_request','true'),(742864,120328,'_message_key','user_unknown_login_failed'),(742863,120328,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742862,120328,'failed_username','luis-monteiro'),(742861,120327,'_server_http_x_forwarded_for_0','119.27.178.206'),(742860,120327,'_server_remote_addr','119.27.178.206'),(742859,120327,'_xmlrpc_request','true'),(742858,120327,'_message_key','user_unknown_login_failed'),(742857,120327,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742856,120327,'failed_username','luis-monteiro'),(742855,120326,'_server_http_x_forwarded_for_0','119.27.178.206'),(742854,120326,'_server_remote_addr','119.27.178.206'),(742853,120326,'_xmlrpc_request','true'),(742852,120326,'_message_key','user_unknown_login_failed'),(742851,120326,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742850,120326,'failed_username','luis-monteiro'),(742849,120325,'_server_http_x_forwarded_for_0','119.27.178.206'),(742848,120325,'_server_remote_addr','119.27.178.206'),(742847,120325,'_xmlrpc_request','true'),(742846,120325,'_message_key','user_unknown_login_failed'),(742845,120325,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742844,120325,'failed_username','luis-monteiro'),(742843,120324,'_server_http_x_forwarded_for_0','119.27.178.206'),(742842,120324,'_server_remote_addr','119.27.178.206'),(742841,120324,'_xmlrpc_request','true'),(742840,120324,'_message_key','user_unknown_login_failed'),(742839,120324,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742838,120324,'failed_username','luis-monteiro'),(742837,120323,'_server_http_x_forwarded_for_0','119.27.178.206'),(742836,120323,'_server_remote_addr','119.27.178.206'),(742835,120323,'_xmlrpc_request','true'),(742834,120323,'_message_key','user_unknown_login_failed'),(742833,120323,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742832,120323,'failed_username','luis-monteiro'),(742831,120322,'_server_http_x_forwarded_for_0','119.27.178.206'),(742830,120322,'_server_remote_addr','119.27.178.206'),(742829,120322,'_xmlrpc_request','true'),(742828,120322,'_message_key','user_unknown_login_failed'),(742827,120322,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742826,120322,'failed_username','luis-monteiro'),(742825,120321,'_server_http_x_forwarded_for_0','119.27.178.206'),(742824,120321,'_server_remote_addr','119.27.178.206'),(742823,120321,'_xmlrpc_request','true'),(742822,120321,'_message_key','user_unknown_login_failed'),(742821,120321,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742820,120321,'failed_username','luis-monteiro'),(742819,120320,'_server_http_x_forwarded_for_0','119.27.178.206'),(742818,120320,'_server_remote_addr','119.27.178.206'),(742817,120320,'_xmlrpc_request','true'),(742816,120320,'_message_key','user_unknown_login_failed'),(742815,120320,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742814,120320,'failed_username','luis-monteiro'),(742813,120319,'_server_http_x_forwarded_for_0','119.27.178.206'),(742812,120319,'_server_remote_addr','119.27.178.206'),(742811,120319,'_xmlrpc_request','true'),(742810,120319,'_message_key','user_unknown_login_failed'),(742809,120319,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742808,120319,'failed_username','luis-monteiro'),(742807,120318,'_server_http_x_forwarded_for_0','119.27.178.206'),(742806,120318,'_server_remote_addr','119.27.178.206'),(742805,120318,'_xmlrpc_request','true'),(742804,120318,'_message_key','user_unknown_login_failed'),(742803,120318,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742802,120318,'failed_username','luis-monteiro'),(742801,120317,'_server_http_x_forwarded_for_0','119.27.178.206'),(742800,120317,'_server_remote_addr','119.27.178.206'),(742799,120317,'_xmlrpc_request','true'),(742798,120317,'_message_key','user_unknown_login_failed'),(742797,120317,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742796,120317,'failed_username','luis-monteiro'),(742795,120316,'_server_http_x_forwarded_for_0','119.27.178.206'),(742794,120316,'_server_remote_addr','119.27.178.206'),(742793,120316,'_xmlrpc_request','true'),(742792,120316,'_message_key','user_unknown_login_failed'),(742791,120316,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742790,120316,'failed_username','luis-monteiro'),(742789,120315,'_server_http_x_forwarded_for_0','119.27.178.206'),(742788,120315,'_server_remote_addr','119.27.178.206'),(742787,120315,'_xmlrpc_request','true'),(742786,120315,'_message_key','user_unknown_login_failed'),(742785,120315,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742784,120315,'failed_username','luis-monteiro'),(742783,120314,'_server_http_x_forwarded_for_0','119.27.178.206'),(742782,120314,'_server_remote_addr','119.27.178.206'),(742781,120314,'_xmlrpc_request','true'),(742780,120314,'_message_key','user_unknown_login_failed'),(742779,120314,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742778,120314,'failed_username','luis-monteiro'),(742777,120313,'_server_http_x_forwarded_for_0','119.27.178.206'),(742776,120313,'_server_remote_addr','119.27.178.206'),(742775,120313,'_xmlrpc_request','true'),(742774,120313,'_message_key','user_unknown_login_failed'),(742773,120313,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742772,120313,'failed_username','luis-monteiro'),(742771,120312,'_server_http_x_forwarded_for_0','119.27.178.206'),(742770,120312,'_server_remote_addr','119.27.178.206'),(742769,120312,'_xmlrpc_request','true'),(742768,120312,'_message_key','user_unknown_login_failed'),(742767,120312,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742766,120312,'failed_username','luis-monteiro'),(742765,120311,'_server_http_x_forwarded_for_0','119.27.178.206'),(742764,120311,'_server_remote_addr','119.27.178.206'),(742763,120311,'_xmlrpc_request','true'),(742762,120311,'_message_key','user_unknown_login_failed'),(742761,120311,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742760,120311,'failed_username','luis-monteiro'),(742759,120310,'_server_http_x_forwarded_for_0','119.27.178.206'),(742758,120310,'_server_remote_addr','119.27.178.206'),(742757,120310,'_xmlrpc_request','true'),(742756,120310,'_message_key','user_unknown_login_failed'),(742755,120310,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742754,120310,'failed_username','luis-monteiro'),(742753,120309,'_server_http_x_forwarded_for_0','119.27.178.206'),(742752,120309,'_server_remote_addr','119.27.178.206'),(742751,120309,'_xmlrpc_request','true'),(742750,120309,'_message_key','user_unknown_login_failed'),(742749,120309,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742748,120309,'failed_username','luis-monteiro'),(742747,120308,'_server_http_x_forwarded_for_0','119.27.178.206'),(742746,120308,'_server_remote_addr','119.27.178.206'),(742745,120308,'_xmlrpc_request','true'),(742744,120308,'_message_key','user_unknown_login_failed'),(742743,120308,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742742,120308,'failed_username','luis-monteiro'),(742741,120307,'_server_http_x_forwarded_for_0','119.27.178.206'),(742740,120307,'_server_remote_addr','119.27.178.206'),(742739,120307,'_xmlrpc_request','true'),(742738,120307,'_message_key','user_unknown_login_failed'),(742737,120307,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742736,120307,'failed_username','luis-monteiro'),(742735,120306,'_server_http_x_forwarded_for_0','119.27.178.206'),(742734,120306,'_server_remote_addr','119.27.178.206'),(742733,120306,'_xmlrpc_request','true'),(742732,120306,'_message_key','user_unknown_login_failed'),(742731,120306,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742730,120306,'failed_username','luis-monteiro'),(742729,120305,'_server_http_x_forwarded_for_0','119.27.178.206'),(742728,120305,'_server_remote_addr','119.27.178.206'),(742727,120305,'_xmlrpc_request','true'),(742726,120305,'_message_key','user_unknown_login_failed'),(742725,120305,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742724,120305,'failed_username','luis-monteiro'),(742723,120304,'_server_http_x_forwarded_for_0','119.27.178.206'),(742722,120304,'_server_remote_addr','119.27.178.206'),(742721,120304,'_xmlrpc_request','true'),(742720,120304,'_message_key','user_unknown_login_failed'),(742719,120304,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742718,120304,'failed_username','luis-monteiro'),(742717,120303,'_server_http_x_forwarded_for_0','119.27.178.206'),(742716,120303,'_server_remote_addr','119.27.178.206'),(742715,120303,'_xmlrpc_request','true'),(742714,120303,'_message_key','user_unknown_login_failed'),(742713,120303,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742712,120303,'failed_username','luis-monteiro'),(742711,120302,'_server_http_x_forwarded_for_0','119.27.178.206'),(742710,120302,'_server_remote_addr','119.27.178.206'),(742709,120302,'_xmlrpc_request','true'),(742708,120302,'_message_key','user_unknown_login_failed'),(742707,120302,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742706,120302,'failed_username','luis-monteiro'),(742705,120301,'_server_http_x_forwarded_for_0','119.27.178.206'),(742704,120301,'_server_remote_addr','119.27.178.206'),(742703,120301,'_xmlrpc_request','true'),(742702,120301,'_message_key','user_unknown_login_failed'),(742701,120301,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742700,120301,'failed_username','luis-monteiro'),(742699,120300,'_server_http_x_forwarded_for_0','119.27.178.206'),(742698,120300,'_server_remote_addr','119.27.178.206'),(742697,120300,'_xmlrpc_request','true'),(742696,120300,'_message_key','user_unknown_login_failed'),(742695,120300,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742694,120300,'failed_username','luis-monteiro'),(742693,120299,'_server_http_x_forwarded_for_0','119.27.178.206'),(742692,120299,'_server_remote_addr','119.27.178.206'),(742691,120299,'_xmlrpc_request','true'),(742690,120299,'_message_key','user_unknown_login_failed'),(742689,120299,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742688,120299,'failed_username','luis-monteiro'),(742687,120298,'_server_http_x_forwarded_for_0','119.27.178.206'),(742686,120298,'_server_remote_addr','119.27.178.206'),(742685,120298,'_xmlrpc_request','true'),(742684,120298,'_message_key','user_unknown_login_failed'),(742683,120298,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742682,120298,'failed_username','luis-monteiro'),(742681,120297,'_server_http_x_forwarded_for_0','119.27.178.206'),(742680,120297,'_server_remote_addr','119.27.178.206'),(742679,120297,'_xmlrpc_request','true'),(742678,120297,'_message_key','user_unknown_login_failed'),(742677,120297,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742676,120297,'failed_username','luis-monteiro'),(742675,120296,'_server_http_x_forwarded_for_0','119.27.178.206'),(742674,120296,'_server_remote_addr','119.27.178.206'),(742673,120296,'_xmlrpc_request','true'),(742672,120296,'_message_key','user_unknown_login_failed'),(742671,120296,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742670,120296,'failed_username','luis-monteiro'),(742669,120295,'_server_http_x_forwarded_for_0','119.27.178.206'),(742668,120295,'_server_remote_addr','119.27.178.206'),(742667,120295,'_xmlrpc_request','true'),(742666,120295,'_message_key','user_unknown_login_failed'),(742665,120295,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742664,120295,'failed_username','luis-monteiro'),(742663,120294,'_server_http_x_forwarded_for_0','119.27.178.206'),(742662,120294,'_server_remote_addr','119.27.178.206'),(742661,120294,'_xmlrpc_request','true'),(742660,120294,'_message_key','user_unknown_login_failed'),(742659,120294,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742658,120294,'failed_username','luis-monteiro'),(742657,120293,'_server_http_x_forwarded_for_0','119.27.178.206'),(742656,120293,'_server_remote_addr','119.27.178.206'),(742655,120293,'_xmlrpc_request','true'),(742654,120293,'_message_key','user_unknown_login_failed'),(742653,120293,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742652,120293,'failed_username','luis-monteiro'),(742651,120292,'_server_http_x_forwarded_for_0','119.27.178.206'),(742650,120292,'_server_remote_addr','119.27.178.206'),(742649,120292,'_xmlrpc_request','true'),(742648,120292,'_message_key','user_unknown_login_failed'),(742647,120292,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742646,120292,'failed_username','luis-monteiro'),(742645,120291,'_server_http_x_forwarded_for_0','119.27.178.206'),(742644,120291,'_server_remote_addr','119.27.178.206'),(742643,120291,'_xmlrpc_request','true'),(742642,120291,'_message_key','user_unknown_login_failed'),(742641,120291,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742640,120291,'failed_username','luis-monteiro'),(742639,120290,'_server_http_x_forwarded_for_0','119.27.178.206'),(742638,120290,'_server_remote_addr','119.27.178.206'),(742637,120290,'_xmlrpc_request','true'),(742636,120290,'_message_key','user_unknown_login_failed'),(742635,120290,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742634,120290,'failed_username','luis-monteiro'),(742633,120289,'_server_http_x_forwarded_for_0','119.27.178.206'),(742632,120289,'_server_remote_addr','119.27.178.206'),(742631,120289,'_xmlrpc_request','true'),(742630,120289,'_message_key','user_unknown_login_failed'),(742629,120289,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742628,120289,'failed_username','luis-monteiro'),(742627,120288,'_server_http_x_forwarded_for_0','119.27.178.206'),(742626,120288,'_server_remote_addr','119.27.178.206'),(742625,120288,'_xmlrpc_request','true'),(742624,120288,'_message_key','user_unknown_login_failed'),(742623,120288,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742622,120288,'failed_username','luis-monteiro'),(742621,120287,'_server_http_x_forwarded_for_0','119.27.178.206'),(742620,120287,'_server_remote_addr','119.27.178.206'),(742619,120287,'_xmlrpc_request','true'),(742618,120287,'_message_key','user_unknown_login_failed'),(742617,120287,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742616,120287,'failed_username','luis-monteiro'),(742615,120286,'_server_http_x_forwarded_for_0','119.27.178.206'),(742614,120286,'_server_remote_addr','119.27.178.206'),(742613,120286,'_xmlrpc_request','true'),(742612,120286,'_message_key','user_unknown_login_failed'),(742611,120286,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742610,120286,'failed_username','luis-monteiro'),(742609,120285,'_server_http_x_forwarded_for_0','119.27.178.206'),(742608,120285,'_server_remote_addr','119.27.178.206'),(742607,120285,'_xmlrpc_request','true'),(742606,120285,'_message_key','user_unknown_login_failed'),(742605,120285,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742604,120285,'failed_username','luis-monteiro'),(742603,120284,'_server_http_x_forwarded_for_0','119.27.178.206'),(742602,120284,'_server_remote_addr','119.27.178.206'),(742601,120284,'_xmlrpc_request','true'),(742600,120284,'_message_key','user_unknown_login_failed'),(742599,120284,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742598,120284,'failed_username','luis-monteiro'),(742597,120283,'_server_http_x_forwarded_for_0','119.27.178.206'),(742596,120283,'_server_remote_addr','119.27.178.206'),(742595,120283,'_xmlrpc_request','true'),(742594,120283,'_message_key','user_unknown_login_failed'),(742593,120283,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742592,120283,'failed_username','luis-monteiro'),(742591,120282,'_server_http_x_forwarded_for_0','119.27.178.206'),(742590,120282,'_server_remote_addr','119.27.178.206'),(742589,120282,'_xmlrpc_request','true'),(742588,120282,'_message_key','user_unknown_login_failed'),(742587,120282,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742586,120282,'failed_username','luis-monteiro'),(742585,120281,'_server_http_x_forwarded_for_0','119.27.178.206'),(742584,120281,'_server_remote_addr','119.27.178.206'),(742583,120281,'_xmlrpc_request','true'),(742582,120281,'_message_key','user_unknown_login_failed'),(742581,120281,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742580,120281,'failed_username','luis-monteiro'),(742579,120280,'_server_http_x_forwarded_for_0','119.27.178.206'),(742578,120280,'_server_remote_addr','119.27.178.206'),(742577,120280,'_xmlrpc_request','true'),(742576,120280,'_message_key','user_unknown_login_failed'),(742575,120280,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742574,120280,'failed_username','luis-monteiro'),(742573,120279,'_server_http_x_forwarded_for_0','119.27.178.206'),(742572,120279,'_server_remote_addr','119.27.178.206'),(742571,120279,'_xmlrpc_request','true'),(742570,120279,'_message_key','user_unknown_login_failed'),(742569,120279,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742568,120279,'failed_username','luis-monteiro'),(742567,120278,'_server_http_x_forwarded_for_0','119.27.178.206'),(742566,120278,'_server_remote_addr','119.27.178.206'),(742565,120278,'_xmlrpc_request','true'),(742564,120278,'_message_key','user_unknown_login_failed'),(742563,120278,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742562,120278,'failed_username','luis-monteiro'),(742561,120277,'_server_http_x_forwarded_for_0','119.27.178.206'),(742560,120277,'_server_remote_addr','119.27.178.206'),(742559,120277,'_xmlrpc_request','true'),(742558,120277,'_message_key','user_unknown_login_failed'),(742557,120277,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742556,120277,'failed_username','luis-monteiro'),(742555,120276,'_server_http_x_forwarded_for_0','119.27.178.206'),(742554,120276,'_server_remote_addr','119.27.178.206'),(742553,120276,'_xmlrpc_request','true'),(742552,120276,'_message_key','user_unknown_login_failed'),(742551,120276,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742550,120276,'failed_username','luis-monteiro'),(742549,120275,'_server_http_x_forwarded_for_0','119.27.178.206'),(742548,120275,'_server_remote_addr','119.27.178.206'),(742547,120275,'_xmlrpc_request','true'),(742546,120275,'_message_key','user_unknown_login_failed'),(742545,120275,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742544,120275,'failed_username','luis-monteiro'),(742543,120274,'_server_http_x_forwarded_for_0','119.27.178.206'),(742542,120274,'_server_remote_addr','119.27.178.206'),(742541,120274,'_xmlrpc_request','true'),(742540,120274,'_message_key','user_unknown_login_failed'),(742539,120274,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742538,120274,'failed_username','luis-monteiro'),(742537,120273,'_server_http_x_forwarded_for_0','119.27.178.206'),(742536,120273,'_server_remote_addr','119.27.178.206'),(742535,120273,'_xmlrpc_request','true'),(742534,120273,'_message_key','user_unknown_login_failed'),(742533,120273,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742532,120273,'failed_username','luis-monteiro'),(742531,120272,'_server_http_x_forwarded_for_0','119.27.178.206'),(742530,120272,'_server_remote_addr','119.27.178.206'),(742529,120272,'_xmlrpc_request','true'),(742528,120272,'_message_key','user_unknown_login_failed'),(742527,120272,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742526,120272,'failed_username','luis-monteiro'),(742525,120271,'_server_http_x_forwarded_for_0','119.27.178.206'),(742524,120271,'_server_remote_addr','119.27.178.206'),(742523,120271,'_xmlrpc_request','true'),(742522,120271,'_message_key','user_unknown_login_failed'),(742521,120271,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742520,120271,'failed_username','luis-monteiro'),(742519,120270,'_server_http_x_forwarded_for_0','119.27.178.206'),(742518,120270,'_server_remote_addr','119.27.178.206'),(742517,120270,'_xmlrpc_request','true'),(742516,120270,'_message_key','user_unknown_login_failed'),(742515,120270,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742514,120270,'failed_username','luis-monteiro'),(742513,120269,'_server_http_x_forwarded_for_0','119.27.178.206'),(742512,120269,'_server_remote_addr','119.27.178.206'),(742511,120269,'_xmlrpc_request','true'),(742510,120269,'_message_key','user_unknown_login_failed'),(742509,120269,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742508,120269,'failed_username','luis-monteiro'),(742507,120268,'_server_http_x_forwarded_for_0','119.27.178.206'),(742506,120268,'_server_remote_addr','119.27.178.206'),(742505,120268,'_xmlrpc_request','true'),(742504,120268,'_message_key','user_unknown_login_failed'),(742503,120268,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742502,120268,'failed_username','luis-monteiro'),(742501,120267,'_server_http_x_forwarded_for_0','119.27.178.206'),(742500,120267,'_server_remote_addr','119.27.178.206'),(742499,120267,'_xmlrpc_request','true'),(742498,120267,'_message_key','user_unknown_login_failed'),(742497,120267,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742496,120267,'failed_username','luis-monteiro'),(742495,120266,'_server_http_x_forwarded_for_0','119.27.178.206'),(742494,120266,'_server_remote_addr','119.27.178.206'),(742493,120266,'_xmlrpc_request','true'),(742492,120266,'_message_key','user_unknown_login_failed'),(742491,120266,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742490,120266,'failed_username','luis-monteiro'),(742489,120265,'_server_http_x_forwarded_for_0','119.27.178.206'),(742488,120265,'_server_remote_addr','119.27.178.206'),(742487,120265,'_xmlrpc_request','true'),(742486,120265,'_message_key','user_unknown_login_failed'),(742485,120265,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742484,120265,'failed_username','luis-monteiro'),(742483,120264,'_server_http_x_forwarded_for_0','119.27.178.206'),(742482,120264,'_server_remote_addr','119.27.178.206'),(742481,120264,'_xmlrpc_request','true'),(742480,120264,'_message_key','user_unknown_login_failed'),(742479,120264,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742478,120264,'failed_username','luis-monteiro'),(742477,120263,'_server_http_x_forwarded_for_0','119.27.178.206'),(742476,120263,'_server_remote_addr','119.27.178.206'),(742475,120263,'_xmlrpc_request','true'),(742474,120263,'_message_key','user_unknown_login_failed'),(742473,120263,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742472,120263,'failed_username','luis-monteiro'),(742471,120262,'_server_http_x_forwarded_for_0','119.27.178.206'),(742470,120262,'_server_remote_addr','119.27.178.206'),(742469,120262,'_xmlrpc_request','true'),(742468,120262,'_message_key','user_unknown_login_failed'),(742467,120262,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742466,120262,'failed_username','luis-monteiro'),(742465,120261,'_server_http_x_forwarded_for_0','119.27.178.206'),(742464,120261,'_server_remote_addr','119.27.178.206'),(742463,120261,'_xmlrpc_request','true'),(742462,120261,'_message_key','user_unknown_login_failed'),(742461,120261,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742460,120261,'failed_username','luis-monteiro'),(742459,120260,'_server_http_x_forwarded_for_0','119.27.178.206'),(742458,120260,'_server_remote_addr','119.27.178.206'),(742457,120260,'_xmlrpc_request','true'),(742456,120260,'_message_key','user_unknown_login_failed'),(742455,120260,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742454,120260,'failed_username','luis-monteiro'),(742453,120259,'_server_http_x_forwarded_for_0','119.27.178.206'),(742452,120259,'_server_remote_addr','119.27.178.206'),(742451,120259,'_xmlrpc_request','true'),(742450,120259,'_message_key','user_unknown_login_failed'),(742449,120259,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742448,120259,'failed_username','luis-monteiro'),(742447,120258,'_server_http_x_forwarded_for_0','119.27.178.206'),(742446,120258,'_server_remote_addr','119.27.178.206'),(742445,120258,'_xmlrpc_request','true'),(742444,120258,'_message_key','user_unknown_login_failed'),(742443,120258,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742442,120258,'failed_username','luis-monteiro'),(742441,120257,'_server_http_x_forwarded_for_0','119.27.178.206'),(742440,120257,'_server_remote_addr','119.27.178.206'),(742439,120257,'_xmlrpc_request','true'),(742438,120257,'_message_key','user_unknown_login_failed'),(742437,120257,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742436,120257,'failed_username','luis-monteiro'),(742435,120256,'_server_http_x_forwarded_for_0','119.27.178.206'),(742434,120256,'_server_remote_addr','119.27.178.206'),(742433,120256,'_xmlrpc_request','true'),(742432,120256,'_message_key','user_unknown_login_failed'),(742431,120256,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742430,120256,'failed_username','luis-monteiro'),(742429,120255,'_server_http_x_forwarded_for_0','119.27.178.206'),(742428,120255,'_server_remote_addr','119.27.178.206'),(742427,120255,'_xmlrpc_request','true'),(742426,120255,'_message_key','user_unknown_login_failed'),(742425,120255,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742424,120255,'failed_username','luis-monteiro'),(742423,120254,'_server_http_x_forwarded_for_0','119.27.178.206'),(742422,120254,'_server_remote_addr','119.27.178.206'),(742421,120254,'_xmlrpc_request','true'),(742420,120254,'_message_key','user_unknown_login_failed'),(742419,120254,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742418,120254,'failed_username','luis-monteiro'),(742417,120253,'_server_http_x_forwarded_for_0','119.27.178.206'),(742416,120253,'_server_remote_addr','119.27.178.206'),(742415,120253,'_xmlrpc_request','true'),(742414,120253,'_message_key','user_unknown_login_failed'),(742413,120253,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742412,120253,'failed_username','luis-monteiro'),(742411,120252,'_server_http_x_forwarded_for_0','119.27.178.206'),(742410,120252,'_server_remote_addr','119.27.178.206'),(742409,120252,'_xmlrpc_request','true'),(742408,120252,'_message_key','user_unknown_login_failed'),(742407,120252,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742406,120252,'failed_username','luis-monteiro'),(742405,120251,'_server_http_x_forwarded_for_0','119.27.178.206'),(742404,120251,'_server_remote_addr','119.27.178.206'),(742403,120251,'_xmlrpc_request','true'),(742402,120251,'_message_key','user_unknown_login_failed'),(742401,120251,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742400,120251,'failed_username','luis-monteiro'),(742399,120250,'_server_http_x_forwarded_for_0','119.27.178.206'),(742398,120250,'_server_remote_addr','119.27.178.206'),(742397,120250,'_xmlrpc_request','true'),(742396,120250,'_message_key','user_unknown_login_failed'),(742395,120250,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742394,120250,'failed_username','luis-monteiro'),(742393,120249,'_server_http_x_forwarded_for_0','119.27.178.206'),(742392,120249,'_server_remote_addr','119.27.178.206'),(742391,120249,'_xmlrpc_request','true'),(742390,120249,'_message_key','user_unknown_login_failed'),(742389,120249,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742388,120249,'failed_username','luis-monteiro'),(742387,120248,'_server_http_x_forwarded_for_0','119.27.178.206'),(742386,120248,'_server_remote_addr','119.27.178.206'),(742385,120248,'_xmlrpc_request','true'),(742384,120248,'_message_key','user_unknown_login_failed'),(742383,120248,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742382,120248,'failed_username','luis-monteiro'),(742381,120247,'_server_http_x_forwarded_for_0','119.27.178.206'),(742380,120247,'_server_remote_addr','119.27.178.206'),(742379,120247,'_xmlrpc_request','true'),(742378,120247,'_message_key','user_unknown_login_failed'),(742377,120247,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742376,120247,'failed_username','luis-monteiro'),(742375,120246,'_server_http_x_forwarded_for_0','119.27.178.206'),(742374,120246,'_server_remote_addr','119.27.178.206'),(742373,120246,'_xmlrpc_request','true'),(742372,120246,'_message_key','user_unknown_login_failed'),(742371,120246,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742370,120246,'failed_username','luis-monteiro'),(742369,120245,'_server_http_x_forwarded_for_0','119.27.178.206'),(742368,120245,'_server_remote_addr','119.27.178.206'),(742367,120245,'_xmlrpc_request','true'),(742366,120245,'_message_key','user_unknown_login_failed'),(742365,120245,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742364,120245,'failed_username','luis-monteiro'),(742363,120244,'_server_http_x_forwarded_for_0','119.27.178.206'),(742362,120244,'_server_remote_addr','119.27.178.206'),(742361,120244,'_xmlrpc_request','true'),(742360,120244,'_message_key','user_unknown_login_failed'),(742359,120244,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742358,120244,'failed_username','luis-monteiro'),(742357,120243,'_server_http_x_forwarded_for_0','119.27.178.206'),(742356,120243,'_server_remote_addr','119.27.178.206'),(742355,120243,'_xmlrpc_request','true'),(742354,120243,'_message_key','user_unknown_login_failed'),(742353,120243,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742352,120243,'failed_username','luis-monteiro'),(742351,120242,'_server_http_x_forwarded_for_0','119.27.178.206'),(742350,120242,'_server_remote_addr','119.27.178.206'),(742349,120242,'_xmlrpc_request','true'),(742348,120242,'_message_key','user_unknown_login_failed'),(742347,120242,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742346,120242,'failed_username','luis-monteiro'),(742345,120241,'_server_http_x_forwarded_for_0','119.27.178.206'),(742344,120241,'_server_remote_addr','119.27.178.206'),(742343,120241,'_xmlrpc_request','true'),(742342,120241,'_message_key','user_unknown_login_failed'),(742341,120241,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742340,120241,'failed_username','luis-monteiro'),(742339,120240,'_server_http_x_forwarded_for_0','119.27.178.206'),(742338,120240,'_server_remote_addr','119.27.178.206'),(742337,120240,'_xmlrpc_request','true'),(742336,120240,'_message_key','user_unknown_login_failed'),(742335,120240,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742334,120240,'failed_username','luis-monteiro'),(742333,120239,'_server_http_x_forwarded_for_0','119.27.178.206'),(742332,120239,'_server_remote_addr','119.27.178.206'),(742331,120239,'_xmlrpc_request','true'),(742330,120239,'_message_key','user_unknown_login_failed'),(742329,120239,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742328,120239,'failed_username','luis-monteiro'),(742327,120238,'_server_http_x_forwarded_for_0','119.27.178.206'),(742326,120238,'_server_remote_addr','119.27.178.206'),(742325,120238,'_xmlrpc_request','true'),(742324,120238,'_message_key','user_unknown_login_failed'),(742323,120238,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742322,120238,'failed_username','luis-monteiro'),(742321,120237,'_server_http_x_forwarded_for_0','119.27.178.206'),(742320,120237,'_server_remote_addr','119.27.178.206'),(742319,120237,'_xmlrpc_request','true'),(742318,120237,'_message_key','user_unknown_login_failed'),(742317,120237,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742316,120237,'failed_username','luis-monteiro'),(742315,120236,'_server_http_x_forwarded_for_0','119.27.178.206'),(742314,120236,'_server_remote_addr','119.27.178.206'),(742313,120236,'_xmlrpc_request','true'),(742312,120236,'_message_key','user_unknown_login_failed'),(742311,120236,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742310,120236,'failed_username','luis-monteiro'),(742309,120235,'_server_http_x_forwarded_for_0','119.27.178.206'),(742308,120235,'_server_remote_addr','119.27.178.206'),(742307,120235,'_xmlrpc_request','true'),(742306,120235,'_message_key','user_unknown_login_failed'),(742305,120235,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742304,120235,'failed_username','luis-monteiro'),(742303,120234,'_server_http_x_forwarded_for_0','119.27.178.206'),(742302,120234,'_server_remote_addr','119.27.178.206'),(742301,120234,'_xmlrpc_request','true'),(742300,120234,'_message_key','user_unknown_login_failed'),(742299,120234,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742298,120234,'failed_username','luis-monteiro'),(742297,120233,'_server_http_x_forwarded_for_0','119.27.178.206'),(742296,120233,'_server_remote_addr','119.27.178.206'),(742295,120233,'_xmlrpc_request','true'),(742294,120233,'_message_key','user_unknown_login_failed'),(742293,120233,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742292,120233,'failed_username','luis-monteiro'),(742291,120232,'_server_http_x_forwarded_for_0','119.27.178.206'),(742290,120232,'_server_remote_addr','119.27.178.206'),(742289,120232,'_xmlrpc_request','true'),(742288,120232,'_message_key','user_unknown_login_failed'),(742287,120232,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742286,120232,'failed_username','luis-monteiro'),(742285,120231,'_server_http_x_forwarded_for_0','119.27.178.206'),(742284,120231,'_server_remote_addr','119.27.178.206'),(742283,120231,'_xmlrpc_request','true'),(742282,120231,'_message_key','user_unknown_login_failed'),(742281,120231,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742280,120231,'failed_username','luis-monteiro'),(742279,120230,'_server_http_x_forwarded_for_0','119.27.178.206'),(742278,120230,'_server_remote_addr','119.27.178.206'),(742277,120230,'_xmlrpc_request','true'),(742276,120230,'_message_key','user_unknown_login_failed'),(742275,120230,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742274,120230,'failed_username','luis-monteiro'),(742273,120229,'_server_http_x_forwarded_for_0','119.27.178.206'),(742272,120229,'_server_remote_addr','119.27.178.206'),(742271,120229,'_xmlrpc_request','true'),(742270,120229,'_message_key','user_unknown_login_failed'),(742269,120229,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742268,120229,'failed_username','luis-monteiro'),(742267,120228,'_server_http_x_forwarded_for_0','119.27.178.206'),(742266,120228,'_server_remote_addr','119.27.178.206'),(742265,120228,'_xmlrpc_request','true'),(742264,120228,'_message_key','user_unknown_login_failed'),(742263,120228,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742262,120228,'failed_username','luis-monteiro'),(742261,120227,'_server_http_x_forwarded_for_0','119.27.178.206'),(742260,120227,'_server_remote_addr','119.27.178.206'),(742259,120227,'_xmlrpc_request','true'),(742258,120227,'_message_key','user_unknown_login_failed'),(742257,120227,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742256,120227,'failed_username','luis-monteiro'),(742255,120226,'_server_http_x_forwarded_for_0','119.27.178.206'),(742254,120226,'_server_remote_addr','119.27.178.206'),(742253,120226,'_xmlrpc_request','true'),(742252,120226,'_message_key','user_unknown_login_failed'),(742251,120226,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742250,120226,'failed_username','luis-monteiro'),(742249,120225,'_server_http_x_forwarded_for_0','119.27.178.206'),(742248,120225,'_server_remote_addr','119.27.178.206'),(742247,120225,'_xmlrpc_request','true'),(742246,120225,'_message_key','user_unknown_login_failed'),(742245,120225,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742244,120225,'failed_username','luis-monteiro'),(742243,120224,'_server_http_x_forwarded_for_0','119.27.178.206'),(742242,120224,'_server_remote_addr','119.27.178.206'),(742241,120224,'_xmlrpc_request','true'),(742240,120224,'_message_key','user_unknown_login_failed'),(742239,120224,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742238,120224,'failed_username','luis-monteiro'),(742237,120223,'_server_http_x_forwarded_for_0','119.27.178.206'),(742236,120223,'_server_remote_addr','119.27.178.206'),(742235,120223,'_xmlrpc_request','true'),(742234,120223,'_message_key','user_unknown_login_failed'),(742233,120223,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742232,120223,'failed_username','luis-monteiro'),(742231,120222,'_server_http_x_forwarded_for_0','119.27.178.206'),(742230,120222,'_server_remote_addr','119.27.178.206'),(742229,120222,'_xmlrpc_request','true'),(742228,120222,'_message_key','user_unknown_login_failed'),(742227,120222,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742226,120222,'failed_username','luis-monteiro'),(742225,120221,'_server_http_x_forwarded_for_0','119.27.178.206'),(742224,120221,'_server_remote_addr','119.27.178.206'),(742223,120221,'_xmlrpc_request','true'),(742222,120221,'_message_key','user_unknown_login_failed'),(742221,120221,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742220,120221,'failed_username','luis-monteiro'),(742219,120220,'_server_http_x_forwarded_for_0','119.27.178.206'),(742218,120220,'_server_remote_addr','119.27.178.206'),(742217,120220,'_xmlrpc_request','true'),(742216,120220,'_message_key','user_unknown_login_failed'),(742215,120220,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742214,120220,'failed_username','luis-monteiro'),(742213,120219,'_server_http_x_forwarded_for_0','119.27.178.206'),(742212,120219,'_server_remote_addr','119.27.178.206'),(742211,120219,'_xmlrpc_request','true'),(742210,120219,'_message_key','user_unknown_login_failed'),(742209,120219,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742208,120219,'failed_username','luis-monteiro'),(742207,120218,'_server_http_x_forwarded_for_0','119.27.178.206'),(742206,120218,'_server_remote_addr','119.27.178.206'),(742205,120218,'_xmlrpc_request','true'),(742204,120218,'_message_key','user_unknown_login_failed'),(742203,120218,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742202,120218,'failed_username','luis-monteiro'),(742201,120217,'_server_http_x_forwarded_for_0','119.27.178.206'),(742200,120217,'_server_remote_addr','119.27.178.206'),(742199,120217,'_xmlrpc_request','true'),(742198,120217,'_message_key','user_unknown_login_failed'),(742197,120217,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742196,120217,'failed_username','luis-monteiro'),(742195,120216,'_server_http_x_forwarded_for_0','119.27.178.206'),(742194,120216,'_server_remote_addr','119.27.178.206'),(742193,120216,'_xmlrpc_request','true'),(742192,120216,'_message_key','user_unknown_login_failed'),(742191,120216,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742190,120216,'failed_username','luis-monteiro'),(742189,120215,'_server_http_x_forwarded_for_0','119.27.178.206'),(742188,120215,'_server_remote_addr','119.27.178.206'),(742187,120215,'_xmlrpc_request','true'),(742186,120215,'_message_key','user_unknown_login_failed'),(742185,120215,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742184,120215,'failed_username','luis-monteiro'),(742183,120214,'_server_http_x_forwarded_for_0','119.27.178.206'),(742182,120214,'_server_remote_addr','119.27.178.206'),(742181,120214,'_xmlrpc_request','true'),(742180,120214,'_message_key','user_unknown_login_failed'),(742179,120214,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742178,120214,'failed_username','luis-monteiro'),(742177,120213,'_server_http_x_forwarded_for_0','119.27.178.206'),(742176,120213,'_server_remote_addr','119.27.178.206'),(742175,120213,'_xmlrpc_request','true'),(742174,120213,'_message_key','user_unknown_login_failed'),(742173,120213,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742172,120213,'failed_username','luis-monteiro'),(742171,120212,'_server_http_x_forwarded_for_0','119.27.178.206'),(742170,120212,'_server_remote_addr','119.27.178.206'),(742169,120212,'_xmlrpc_request','true'),(742168,120212,'_message_key','user_unknown_login_failed'),(742167,120212,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742166,120212,'failed_username','luis-monteiro'),(742165,120211,'_server_http_x_forwarded_for_0','119.27.178.206'),(742164,120211,'_server_remote_addr','119.27.178.206'),(742163,120211,'_xmlrpc_request','true'),(742162,120211,'_message_key','user_unknown_login_failed'),(742161,120211,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742160,120211,'failed_username','luis-monteiro'),(742159,120210,'_server_http_x_forwarded_for_0','119.27.178.206'),(742158,120210,'_server_remote_addr','119.27.178.206'),(742157,120210,'_xmlrpc_request','true'),(742156,120210,'_message_key','user_unknown_login_failed'),(742155,120210,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742154,120210,'failed_username','luis-monteiro'),(742153,120209,'_server_http_x_forwarded_for_0','119.27.178.206'),(742152,120209,'_server_remote_addr','119.27.178.206'),(742151,120209,'_xmlrpc_request','true'),(742150,120209,'_message_key','user_unknown_login_failed'),(742149,120209,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742148,120209,'failed_username','luis-monteiro'),(742147,120208,'_server_http_x_forwarded_for_0','119.27.178.206'),(742146,120208,'_server_remote_addr','119.27.178.206'),(742145,120208,'_xmlrpc_request','true'),(742144,120208,'_message_key','user_unknown_login_failed'),(742143,120208,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742142,120208,'failed_username','luis-monteiro'),(742141,120207,'_server_http_x_forwarded_for_0','119.27.178.206'),(742140,120207,'_server_remote_addr','119.27.178.206'),(742139,120207,'_xmlrpc_request','true'),(742138,120207,'_message_key','user_unknown_login_failed'),(742137,120207,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742136,120207,'failed_username','luis-monteiro'),(742135,120206,'_server_http_x_forwarded_for_0','119.27.178.206'),(742134,120206,'_server_remote_addr','119.27.178.206'),(742133,120206,'_xmlrpc_request','true'),(742132,120206,'_message_key','user_unknown_login_failed'),(742131,120206,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742130,120206,'failed_username','luis-monteiro'),(742129,120205,'_server_http_x_forwarded_for_0','119.27.178.206'),(742128,120205,'_server_remote_addr','119.27.178.206'),(742127,120205,'_xmlrpc_request','true'),(742126,120205,'_message_key','user_unknown_login_failed'),(742125,120205,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742124,120205,'failed_username','luis-monteiro'),(742123,120204,'_server_http_x_forwarded_for_0','119.27.178.206'),(742122,120204,'_server_remote_addr','119.27.178.206'),(742121,120204,'_xmlrpc_request','true'),(742120,120204,'_message_key','user_unknown_login_failed'),(742119,120204,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742118,120204,'failed_username','luis-monteiro'),(742117,120203,'_server_http_x_forwarded_for_0','119.27.178.206'),(742116,120203,'_server_remote_addr','119.27.178.206'),(742115,120203,'_xmlrpc_request','true'),(742114,120203,'_message_key','user_unknown_login_failed'),(742113,120203,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742112,120203,'failed_username','luis-monteiro'),(742111,120202,'_server_http_x_forwarded_for_0','119.27.178.206'),(742110,120202,'_server_remote_addr','119.27.178.206'),(742109,120202,'_xmlrpc_request','true'),(742108,120202,'_message_key','user_unknown_login_failed'),(742107,120202,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742106,120202,'failed_username','luis-monteiro'),(742105,120201,'_server_http_x_forwarded_for_0','119.27.178.206'),(742104,120201,'_server_remote_addr','119.27.178.206'),(742103,120201,'_xmlrpc_request','true'),(742102,120201,'_message_key','user_unknown_login_failed'),(742101,120201,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742100,120201,'failed_username','luis-monteiro'),(742099,120200,'_server_http_x_forwarded_for_0','119.27.178.206'),(742098,120200,'_server_remote_addr','119.27.178.206'),(742097,120200,'_xmlrpc_request','true'),(742096,120200,'_message_key','user_unknown_login_failed'),(742095,120200,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742094,120200,'failed_username','luis-monteiro'),(742093,120199,'_server_http_x_forwarded_for_0','119.27.178.206'),(742092,120199,'_server_remote_addr','119.27.178.206'),(742091,120199,'_xmlrpc_request','true'),(742090,120199,'_message_key','user_unknown_login_failed'),(742089,120199,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742088,120199,'failed_username','luis-monteiro'),(742087,120198,'_server_http_x_forwarded_for_0','119.27.178.206'),(742086,120198,'_server_remote_addr','119.27.178.206'),(742085,120198,'_xmlrpc_request','true'),(742084,120198,'_message_key','user_unknown_login_failed'),(742083,120198,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742082,120198,'failed_username','luis-monteiro'),(742081,120197,'_server_http_x_forwarded_for_0','119.27.178.206'),(742080,120197,'_server_remote_addr','119.27.178.206'),(742079,120197,'_xmlrpc_request','true'),(742078,120197,'_message_key','user_unknown_login_failed'),(742077,120197,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742076,120197,'failed_username','luis-monteiro'),(742075,120196,'_server_http_x_forwarded_for_0','119.27.178.206'),(742074,120196,'_server_remote_addr','119.27.178.206'),(742073,120196,'_xmlrpc_request','true'),(742072,120196,'_message_key','user_unknown_login_failed'),(742071,120196,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742070,120196,'failed_username','luis-monteiro'),(742069,120195,'_server_http_x_forwarded_for_0','119.27.178.206'),(742068,120195,'_server_remote_addr','119.27.178.206'),(742067,120195,'_xmlrpc_request','true'),(742066,120195,'_message_key','user_unknown_login_failed'),(742065,120195,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742064,120195,'failed_username','luis-monteiro'),(742063,120194,'_server_http_x_forwarded_for_0','119.27.178.206'),(742062,120194,'_server_remote_addr','119.27.178.206'),(742061,120194,'_xmlrpc_request','true'),(742060,120194,'_message_key','user_unknown_login_failed'),(742059,120194,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742058,120194,'failed_username','luis-monteiro'),(742057,120193,'_server_http_x_forwarded_for_0','119.27.178.206'),(742056,120193,'_server_remote_addr','119.27.178.206'),(742055,120193,'_xmlrpc_request','true'),(742054,120193,'_message_key','user_unknown_login_failed'),(742053,120193,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742052,120193,'failed_username','luis-monteiro'),(742051,120192,'_server_http_x_forwarded_for_0','119.27.178.206'),(742050,120192,'_server_remote_addr','119.27.178.206'),(742049,120192,'_xmlrpc_request','true'),(742048,120192,'_message_key','user_unknown_login_failed'),(742047,120192,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742046,120192,'failed_username','luis-monteiro'),(742045,120191,'_server_http_x_forwarded_for_0','119.27.178.206'),(742044,120191,'_server_remote_addr','119.27.178.206'),(742043,120191,'_xmlrpc_request','true'),(742042,120191,'_message_key','user_unknown_login_failed'),(742041,120191,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742040,120191,'failed_username','luis-monteiro'),(742039,120190,'_server_http_x_forwarded_for_0','119.27.178.206'),(742038,120190,'_server_remote_addr','119.27.178.206'),(742037,120190,'_xmlrpc_request','true'),(742036,120190,'_message_key','user_unknown_login_failed'),(742035,120190,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742034,120190,'failed_username','luis-monteiro'),(742033,120189,'_server_http_x_forwarded_for_0','119.27.178.206'),(742032,120189,'_server_remote_addr','119.27.178.206'),(742031,120189,'_xmlrpc_request','true'),(742030,120189,'_message_key','user_unknown_login_failed'),(742029,120189,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742028,120189,'failed_username','luis-monteiro'),(742027,120188,'_server_http_x_forwarded_for_0','119.27.178.206'),(742026,120188,'_server_remote_addr','119.27.178.206'),(742025,120188,'_xmlrpc_request','true'),(742024,120188,'_message_key','user_unknown_login_failed'),(742023,120188,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742022,120188,'failed_username','luis-monteiro'),(742021,120187,'_server_http_x_forwarded_for_0','119.27.178.206'),(742020,120187,'_server_remote_addr','119.27.178.206'),(742019,120187,'_xmlrpc_request','true'),(742018,120187,'_message_key','user_unknown_login_failed'),(742017,120187,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742016,120187,'failed_username','luis-monteiro'),(742015,120186,'_server_http_x_forwarded_for_0','119.27.178.206'),(742014,120186,'_server_remote_addr','119.27.178.206'),(742013,120186,'_xmlrpc_request','true'),(742012,120186,'_message_key','user_unknown_login_failed'),(742011,120186,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742010,120186,'failed_username','luis-monteiro'),(742009,120185,'_server_http_x_forwarded_for_0','119.27.178.206'),(742008,120185,'_server_remote_addr','119.27.178.206'),(742007,120185,'_xmlrpc_request','true'),(742006,120185,'_message_key','user_unknown_login_failed'),(742005,120185,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(742004,120185,'failed_username','luis-monteiro'),(742003,120184,'_server_http_x_forwarded_for_0','119.27.178.206'),(742002,120184,'_server_remote_addr','119.27.178.206'),(742001,120184,'_xmlrpc_request','true'),(742000,120184,'_message_key','user_unknown_login_failed'),(741999,120184,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741998,120184,'failed_username','luis-monteiro'),(741997,120183,'_server_http_x_forwarded_for_0','119.27.178.206'),(741996,120183,'_server_remote_addr','119.27.178.206'),(741995,120183,'_xmlrpc_request','true'),(741994,120183,'_message_key','user_unknown_login_failed'),(741993,120183,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741992,120183,'failed_username','luis-monteiro'),(741991,120182,'_server_http_x_forwarded_for_0','119.27.178.206'),(741990,120182,'_server_remote_addr','119.27.178.206'),(741989,120182,'_xmlrpc_request','true'),(741988,120182,'_message_key','user_unknown_login_failed'),(741987,120182,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741986,120182,'failed_username','luis-monteiro'),(741985,120181,'_server_http_x_forwarded_for_0','119.27.178.206'),(741984,120181,'_server_remote_addr','119.27.178.206'),(741983,120181,'_xmlrpc_request','true'),(741982,120181,'_message_key','user_unknown_login_failed'),(741981,120181,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741980,120181,'failed_username','luis-monteiro'),(741979,120180,'_server_http_x_forwarded_for_0','119.27.178.206'),(741978,120180,'_server_remote_addr','119.27.178.206'),(741977,120180,'_xmlrpc_request','true'),(741976,120180,'_message_key','user_unknown_login_failed'),(741975,120180,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741974,120180,'failed_username','luis-monteiro'),(741973,120179,'_server_http_x_forwarded_for_0','119.27.178.206'),(741972,120179,'_server_remote_addr','119.27.178.206'),(741971,120179,'_xmlrpc_request','true'),(741970,120179,'_message_key','user_unknown_login_failed'),(741969,120179,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741968,120179,'failed_username','luis-monteiro'),(741967,120178,'_server_http_x_forwarded_for_0','119.27.178.206'),(741966,120178,'_server_remote_addr','119.27.178.206'),(741965,120178,'_xmlrpc_request','true'),(741964,120178,'_message_key','user_unknown_login_failed'),(741963,120178,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741962,120178,'failed_username','luis-monteiro'),(741961,120177,'_server_http_x_forwarded_for_0','119.27.178.206'),(741960,120177,'_server_remote_addr','119.27.178.206'),(741959,120177,'_xmlrpc_request','true'),(741958,120177,'_message_key','user_unknown_login_failed'),(741957,120177,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741956,120177,'failed_username','luis-monteiro'),(741955,120176,'_server_http_x_forwarded_for_0','119.27.178.206'),(741954,120176,'_server_remote_addr','119.27.178.206'),(741953,120176,'_xmlrpc_request','true'),(741952,120176,'_message_key','user_unknown_login_failed'),(741951,120176,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741950,120176,'failed_username','luis-monteiro'),(741949,120175,'_server_http_x_forwarded_for_0','119.27.178.206'),(741948,120175,'_server_remote_addr','119.27.178.206'),(741947,120175,'_xmlrpc_request','true'),(741946,120175,'_message_key','user_unknown_login_failed'),(741945,120175,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741944,120175,'failed_username','luis-monteiro'),(741943,120174,'_server_http_x_forwarded_for_0','119.27.178.206'),(741942,120174,'_server_remote_addr','119.27.178.206'),(741941,120174,'_xmlrpc_request','true'),(741940,120174,'_message_key','user_unknown_login_failed'),(741939,120174,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741938,120174,'failed_username','luis-monteiro'),(741937,120173,'_server_http_x_forwarded_for_0','119.27.178.206'),(741936,120173,'_server_remote_addr','119.27.178.206'),(741935,120173,'_xmlrpc_request','true'),(741934,120173,'_message_key','user_unknown_login_failed'),(741933,120173,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741932,120173,'failed_username','luis-monteiro'),(741931,120172,'_server_http_x_forwarded_for_0','119.27.178.206'),(741930,120172,'_server_remote_addr','119.27.178.206'),(741929,120172,'_xmlrpc_request','true'),(741928,120172,'_message_key','user_unknown_login_failed'),(741927,120172,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741926,120172,'failed_username','luis-monteiro'),(741925,120171,'_server_http_x_forwarded_for_0','119.27.178.206'),(741924,120171,'_server_remote_addr','119.27.178.206'),(741923,120171,'_xmlrpc_request','true'),(741922,120171,'_message_key','user_unknown_login_failed'),(741921,120171,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741920,120171,'failed_username','luis-monteiro'),(741919,120170,'_server_http_x_forwarded_for_0','119.27.178.206'),(741918,120170,'_server_remote_addr','119.27.178.206'),(741917,120170,'_xmlrpc_request','true'),(741916,120170,'_message_key','user_unknown_login_failed'),(741915,120170,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741914,120170,'failed_username','luis-monteiro'),(741913,120169,'_server_http_x_forwarded_for_0','119.27.178.206'),(741912,120169,'_server_remote_addr','119.27.178.206'),(741911,120169,'_xmlrpc_request','true'),(741910,120169,'_message_key','user_unknown_login_failed'),(741909,120169,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741908,120169,'failed_username','luis-monteiro'),(741907,120168,'_server_http_x_forwarded_for_0','119.27.178.206'),(741906,120168,'_server_remote_addr','119.27.178.206'),(741905,120168,'_xmlrpc_request','true'),(741904,120168,'_message_key','user_unknown_login_failed'),(741903,120168,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741902,120168,'failed_username','luis-monteiro'),(741901,120167,'_server_http_x_forwarded_for_0','119.27.178.206'),(741900,120167,'_server_remote_addr','119.27.178.206'),(741899,120167,'_xmlrpc_request','true'),(741898,120167,'_message_key','user_unknown_login_failed'),(741897,120167,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741896,120167,'failed_username','luis-monteiro'),(741895,120166,'_server_http_x_forwarded_for_0','119.27.178.206'),(741894,120166,'_server_remote_addr','119.27.178.206'),(741893,120166,'_xmlrpc_request','true'),(741892,120166,'_message_key','user_unknown_login_failed'),(741891,120166,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741890,120166,'failed_username','luis-monteiro'),(741889,120165,'_server_http_x_forwarded_for_0','119.27.178.206'),(741888,120165,'_server_remote_addr','119.27.178.206'),(741887,120165,'_xmlrpc_request','true'),(741886,120165,'_message_key','user_unknown_login_failed'),(741885,120165,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741884,120165,'failed_username','luis-monteiro'),(741883,120164,'_server_http_x_forwarded_for_0','119.27.178.206'),(741882,120164,'_server_remote_addr','119.27.178.206'),(741881,120164,'_xmlrpc_request','true'),(741880,120164,'_message_key','user_unknown_login_failed'),(741879,120164,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741878,120164,'failed_username','luis-monteiro'),(741877,120163,'_server_http_x_forwarded_for_0','119.27.178.206'),(741876,120163,'_server_remote_addr','119.27.178.206'),(741875,120163,'_xmlrpc_request','true'),(741874,120163,'_message_key','user_unknown_login_failed'),(741873,120163,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741872,120163,'failed_username','luis-monteiro'),(741871,120162,'_server_http_x_forwarded_for_0','119.27.178.206'),(741870,120162,'_server_remote_addr','119.27.178.206'),(741869,120162,'_xmlrpc_request','true'),(741868,120162,'_message_key','user_unknown_login_failed'),(741867,120162,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741866,120162,'failed_username','luis-monteiro'),(741865,120161,'_server_http_x_forwarded_for_0','119.27.178.206'),(741864,120161,'_server_remote_addr','119.27.178.206'),(741863,120161,'_xmlrpc_request','true'),(741862,120161,'_message_key','user_unknown_login_failed'),(741861,120161,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741860,120161,'failed_username','luis-monteiro'),(741859,120160,'_server_http_x_forwarded_for_0','119.27.178.206'),(741858,120160,'_server_remote_addr','119.27.178.206'),(741857,120160,'_xmlrpc_request','true'),(741856,120160,'_message_key','user_unknown_login_failed'),(741855,120160,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741854,120160,'failed_username','luis-monteiro'),(741853,120159,'_server_http_x_forwarded_for_0','119.27.178.206'),(741852,120159,'_server_remote_addr','119.27.178.206'),(741851,120159,'_xmlrpc_request','true'),(741850,120159,'_message_key','user_unknown_login_failed'),(741849,120159,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741848,120159,'failed_username','luis-monteiro'),(741847,120158,'_server_http_x_forwarded_for_0','119.27.178.206'),(741846,120158,'_server_remote_addr','119.27.178.206'),(741845,120158,'_xmlrpc_request','true'),(741844,120158,'_message_key','user_unknown_login_failed'),(741843,120158,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741842,120158,'failed_username','luis-monteiro'),(741841,120157,'_server_http_x_forwarded_for_0','119.27.178.206'),(741840,120157,'_server_remote_addr','119.27.178.206'),(741839,120157,'_xmlrpc_request','true'),(741838,120157,'_message_key','user_unknown_login_failed'),(741837,120157,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741836,120157,'failed_username','luis-monteiro'),(741835,120156,'_server_http_x_forwarded_for_0','119.27.178.206'),(741834,120156,'_server_remote_addr','119.27.178.206'),(741833,120156,'_xmlrpc_request','true'),(741832,120156,'_message_key','user_unknown_login_failed'),(741831,120156,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741830,120156,'failed_username','luis-monteiro'),(741829,120155,'_server_http_x_forwarded_for_0','119.27.178.206'),(741828,120155,'_server_remote_addr','119.27.178.206'),(741827,120155,'_xmlrpc_request','true'),(741826,120155,'_message_key','user_unknown_login_failed'),(741825,120155,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741824,120155,'failed_username','luis-monteiro'),(741823,120154,'_server_http_x_forwarded_for_0','119.27.178.206'),(741822,120154,'_server_remote_addr','119.27.178.206'),(741821,120154,'_xmlrpc_request','true'),(741820,120154,'_message_key','user_unknown_login_failed'),(741819,120154,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741818,120154,'failed_username','luis-monteiro'),(741817,120153,'_server_http_x_forwarded_for_0','119.27.178.206'),(741816,120153,'_server_remote_addr','119.27.178.206'),(741815,120153,'_xmlrpc_request','true'),(741814,120153,'_message_key','user_unknown_login_failed'),(741813,120153,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741812,120153,'failed_username','luis-monteiro'),(741811,120152,'_server_http_x_forwarded_for_0','119.27.178.206'),(741810,120152,'_server_remote_addr','119.27.178.206'),(741809,120152,'_xmlrpc_request','true'),(741808,120152,'_message_key','user_unknown_login_failed'),(741807,120152,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741806,120152,'failed_username','luis-monteiro'),(741805,120151,'_server_http_x_forwarded_for_0','119.27.178.206'),(741804,120151,'_server_remote_addr','119.27.178.206'),(741803,120151,'_xmlrpc_request','true'),(741802,120151,'_message_key','user_unknown_login_failed'),(741801,120151,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741800,120151,'failed_username','luis-monteiro'),(741799,120150,'_server_http_x_forwarded_for_0','119.27.178.206'),(741798,120150,'_server_remote_addr','119.27.178.206'),(741797,120150,'_xmlrpc_request','true'),(741796,120150,'_message_key','user_unknown_login_failed'),(741795,120150,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741794,120150,'failed_username','luis-monteiro'),(741793,120149,'_server_http_x_forwarded_for_0','119.27.178.206'),(741792,120149,'_server_remote_addr','119.27.178.206'),(741791,120149,'_xmlrpc_request','true'),(741790,120149,'_message_key','user_unknown_login_failed'),(741789,120149,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741788,120149,'failed_username','luis-monteiro'),(741787,120148,'_server_http_x_forwarded_for_0','119.27.178.206'),(741786,120148,'_server_remote_addr','119.27.178.206'),(741785,120148,'_xmlrpc_request','true'),(741784,120148,'_message_key','user_unknown_login_failed'),(741783,120148,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741782,120148,'failed_username','luis-monteiro'),(741781,120147,'_server_http_x_forwarded_for_0','119.27.178.206'),(741780,120147,'_server_remote_addr','119.27.178.206'),(741779,120147,'_xmlrpc_request','true'),(741778,120147,'_message_key','user_unknown_login_failed'),(741777,120147,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741776,120147,'failed_username','luis-monteiro'),(741775,120146,'_server_http_x_forwarded_for_0','119.27.178.206'),(741774,120146,'_server_remote_addr','119.27.178.206'),(741773,120146,'_xmlrpc_request','true'),(741772,120146,'_message_key','user_unknown_login_failed'),(741771,120146,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741770,120146,'failed_username','luis-monteiro'),(741769,120145,'_server_http_x_forwarded_for_0','119.27.178.206'),(741768,120145,'_server_remote_addr','119.27.178.206'),(741767,120145,'_xmlrpc_request','true'),(741766,120145,'_message_key','user_unknown_login_failed'),(741765,120145,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741764,120145,'failed_username','luis-monteiro'),(741763,120144,'_server_http_x_forwarded_for_0','119.27.178.206'),(741762,120144,'_server_remote_addr','119.27.178.206'),(741761,120144,'_xmlrpc_request','true'),(741760,120144,'_message_key','user_unknown_login_failed'),(741759,120144,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741758,120144,'failed_username','luis-monteiro'),(741757,120143,'_server_http_x_forwarded_for_0','119.27.178.206'),(741756,120143,'_server_remote_addr','119.27.178.206'),(741755,120143,'_xmlrpc_request','true'),(741754,120143,'_message_key','user_unknown_login_failed'),(741753,120143,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741752,120143,'failed_username','luis-monteiro'),(741751,120142,'_server_http_x_forwarded_for_0','119.27.178.206'),(741750,120142,'_server_remote_addr','119.27.178.206'),(741749,120142,'_xmlrpc_request','true'),(741748,120142,'_message_key','user_unknown_login_failed'),(741747,120142,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741746,120142,'failed_username','luis-monteiro'),(741745,120141,'_server_http_x_forwarded_for_0','119.27.178.206'),(741744,120141,'_server_remote_addr','119.27.178.206'),(741743,120141,'_xmlrpc_request','true'),(741742,120141,'_message_key','user_unknown_login_failed'),(741741,120141,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741740,120141,'failed_username','luis-monteiro'),(741739,120140,'_server_http_x_forwarded_for_0','119.27.178.206'),(741738,120140,'_server_remote_addr','119.27.178.206'),(741737,120140,'_xmlrpc_request','true'),(741736,120140,'_message_key','user_unknown_login_failed'),(741735,120140,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741734,120140,'failed_username','luis-monteiro'),(741733,120139,'_server_http_x_forwarded_for_0','119.27.178.206'),(741732,120139,'_server_remote_addr','119.27.178.206'),(741731,120139,'_xmlrpc_request','true'),(741730,120139,'_message_key','user_unknown_login_failed'),(741729,120139,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741728,120139,'failed_username','luis-monteiro'),(741727,120138,'_server_http_x_forwarded_for_0','119.27.178.206'),(741726,120138,'_server_remote_addr','119.27.178.206'),(741725,120138,'_xmlrpc_request','true'),(741724,120138,'_message_key','user_unknown_login_failed'),(741723,120138,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741722,120138,'failed_username','luis-monteiro'),(741721,120137,'_server_http_x_forwarded_for_0','119.27.178.206'),(741720,120137,'_server_remote_addr','119.27.178.206'),(741719,120137,'_xmlrpc_request','true'),(741718,120137,'_message_key','user_unknown_login_failed'),(741717,120137,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741716,120137,'failed_username','luis-monteiro'),(741715,120136,'_server_http_x_forwarded_for_0','119.27.178.206'),(741714,120136,'_server_remote_addr','119.27.178.206'),(741713,120136,'_xmlrpc_request','true'),(741712,120136,'_message_key','user_unknown_login_failed'),(741711,120136,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741710,120136,'failed_username','luis-monteiro'),(741709,120135,'_server_http_x_forwarded_for_0','119.27.178.206'),(741708,120135,'_server_remote_addr','119.27.178.206'),(741707,120135,'_xmlrpc_request','true'),(741706,120135,'_message_key','user_unknown_login_failed'),(741705,120135,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741704,120135,'failed_username','luis-monteiro'),(741703,120134,'_server_http_x_forwarded_for_0','119.27.178.206'),(741702,120134,'_server_remote_addr','119.27.178.206'),(741701,120134,'_xmlrpc_request','true'),(741700,120134,'_message_key','user_login_failed'),(741699,120134,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741698,120134,'login','mentol'),(741697,120134,'login_email','mentolnet@gmail.com'),(741696,120134,'login_id','1'),(741695,120133,'_server_http_x_forwarded_for_0','119.27.178.206'),(741694,120133,'_server_remote_addr','119.27.178.206'),(741693,120133,'_xmlrpc_request','true'),(741692,120133,'_message_key','user_login_failed'),(741691,120133,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741690,120133,'login','mentol'),(741689,120133,'login_email','mentolnet@gmail.com'),(741688,120133,'login_id','1'),(741687,120132,'_server_http_x_forwarded_for_0','119.27.178.206'),(741686,120132,'_server_remote_addr','119.27.178.206'),(741685,120132,'_xmlrpc_request','true'),(741684,120132,'_message_key','user_login_failed'),(741683,120132,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741682,120132,'login','mentol'),(741681,120132,'login_email','mentolnet@gmail.com'),(741680,120132,'login_id','1'),(741679,120131,'_server_http_x_forwarded_for_0','119.27.178.206'),(741678,120131,'_server_remote_addr','119.27.178.206'),(741677,120131,'_xmlrpc_request','true'),(741676,120131,'_message_key','user_login_failed'),(741675,120131,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741674,120131,'login','mentol'),(741673,120131,'login_email','mentolnet@gmail.com'),(741672,120131,'login_id','1'),(741671,120130,'_server_http_x_forwarded_for_0','119.27.178.206'),(741670,120130,'_server_remote_addr','119.27.178.206'),(741669,120130,'_xmlrpc_request','true'),(741668,120130,'_message_key','user_login_failed'),(741667,120130,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741666,120130,'login','mentol'),(741665,120130,'login_email','mentolnet@gmail.com'),(741664,120130,'login_id','1'),(741663,120129,'_server_http_x_forwarded_for_0','119.27.178.206'),(741662,120129,'_server_remote_addr','119.27.178.206'),(741661,120129,'_xmlrpc_request','true'),(741660,120129,'_message_key','user_login_failed'),(741659,120129,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741658,120129,'login','mentol'),(741657,120129,'login_email','mentolnet@gmail.com'),(741656,120129,'login_id','1'),(741655,120128,'_server_http_x_forwarded_for_0','119.27.178.206'),(741654,120128,'_server_remote_addr','119.27.178.206'),(741653,120128,'_xmlrpc_request','true'),(741652,120128,'_message_key','user_login_failed'),(741651,120128,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741650,120128,'login','mentol'),(741649,120128,'login_email','mentolnet@gmail.com'),(741648,120128,'login_id','1'),(741647,120127,'_server_http_x_forwarded_for_0','119.27.178.206'),(741646,120127,'_server_remote_addr','119.27.178.206'),(741645,120127,'_xmlrpc_request','true'),(741644,120127,'_message_key','user_login_failed'),(741643,120127,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741642,120127,'login','mentol'),(741641,120127,'login_email','mentolnet@gmail.com'),(741640,120127,'login_id','1'),(741639,120126,'_server_http_x_forwarded_for_0','119.27.178.206'),(741638,120126,'_server_remote_addr','119.27.178.206'),(741637,120126,'_xmlrpc_request','true'),(741636,120126,'_message_key','user_login_failed'),(741635,120126,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741634,120126,'login','mentol'),(741633,120126,'login_email','mentolnet@gmail.com'),(741632,120126,'login_id','1'),(741631,120125,'_server_http_x_forwarded_for_0','119.27.178.206'),(741630,120125,'_server_remote_addr','119.27.178.206'),(741629,120125,'_xmlrpc_request','true'),(741628,120125,'_message_key','user_login_failed'),(741627,120125,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741626,120125,'login','mentol'),(741625,120125,'login_email','mentolnet@gmail.com'),(741624,120125,'login_id','1'),(741623,120124,'_server_http_x_forwarded_for_0','119.27.178.206'),(741622,120124,'_server_remote_addr','119.27.178.206'),(741621,120124,'_xmlrpc_request','true'),(741620,120124,'_message_key','user_login_failed'),(741619,120124,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741618,120124,'login','mentol'),(741617,120124,'login_email','mentolnet@gmail.com'),(741616,120124,'login_id','1'),(741615,120123,'_server_http_x_forwarded_for_0','119.27.178.206'),(741614,120123,'_server_remote_addr','119.27.178.206'),(741613,120123,'_xmlrpc_request','true'),(741612,120123,'_message_key','user_login_failed'),(741611,120123,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741610,120123,'login','mentol'),(741609,120123,'login_email','mentolnet@gmail.com'),(741608,120123,'login_id','1'),(741607,120122,'_server_http_x_forwarded_for_0','119.27.178.206'),(741606,120122,'_server_remote_addr','119.27.178.206'),(741605,120122,'_xmlrpc_request','true'),(741604,120122,'_message_key','user_login_failed'),(741603,120122,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741602,120122,'login','mentol'),(741601,120122,'login_email','mentolnet@gmail.com'),(741600,120122,'login_id','1'),(741599,120121,'_server_http_x_forwarded_for_0','119.27.178.206'),(741598,120121,'_server_remote_addr','119.27.178.206'),(741597,120121,'_xmlrpc_request','true'),(741596,120121,'_message_key','user_login_failed'),(741595,120121,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741594,120121,'login','mentol'),(741593,120121,'login_email','mentolnet@gmail.com'),(741592,120121,'login_id','1'),(741591,120120,'_server_http_x_forwarded_for_0','119.27.178.206'),(741590,120120,'_server_remote_addr','119.27.178.206'),(741589,120120,'_xmlrpc_request','true'),(741588,120120,'_message_key','user_login_failed'),(741587,120120,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741586,120120,'login','mentol'),(741585,120120,'login_email','mentolnet@gmail.com'),(741584,120120,'login_id','1'),(741583,120119,'_server_http_x_forwarded_for_0','119.27.178.206'),(741582,120119,'_server_remote_addr','119.27.178.206'),(741581,120119,'_xmlrpc_request','true'),(741580,120119,'_message_key','user_login_failed'),(741579,120119,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741578,120119,'login','mentol'),(741577,120119,'login_email','mentolnet@gmail.com'),(741576,120119,'login_id','1'),(741575,120118,'_server_http_x_forwarded_for_0','119.27.178.206'),(741574,120118,'_server_remote_addr','119.27.178.206'),(741573,120118,'_xmlrpc_request','true'),(741572,120118,'_message_key','user_login_failed'),(741571,120118,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741570,120118,'login','mentol'),(741569,120118,'login_email','mentolnet@gmail.com'),(741568,120118,'login_id','1'),(741567,120117,'_server_http_x_forwarded_for_0','119.27.178.206'),(741566,120117,'_server_remote_addr','119.27.178.206'),(741565,120117,'_xmlrpc_request','true'),(741564,120117,'_message_key','user_login_failed'),(741563,120117,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741562,120117,'login','mentol'),(741561,120117,'login_email','mentolnet@gmail.com'),(741560,120117,'login_id','1'),(741559,120116,'_server_http_x_forwarded_for_0','119.27.178.206'),(741558,120116,'_server_remote_addr','119.27.178.206'),(741557,120116,'_xmlrpc_request','true'),(741556,120116,'_message_key','user_login_failed'),(741555,120116,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741554,120116,'login','mentol'),(741553,120116,'login_email','mentolnet@gmail.com'),(741552,120116,'login_id','1'),(741551,120115,'_server_http_x_forwarded_for_0','119.27.178.206'),(741550,120115,'_server_remote_addr','119.27.178.206'),(741549,120115,'_xmlrpc_request','true'),(741548,120115,'_message_key','user_login_failed'),(741547,120115,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741546,120115,'login','mentol'),(741545,120115,'login_email','mentolnet@gmail.com'),(741544,120115,'login_id','1'),(741543,120114,'_server_http_x_forwarded_for_0','119.27.178.206'),(741542,120114,'_server_remote_addr','119.27.178.206'),(741541,120114,'_xmlrpc_request','true'),(741540,120114,'_message_key','user_login_failed'),(741539,120114,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741538,120114,'login','mentol'),(741537,120114,'login_email','mentolnet@gmail.com'),(741536,120114,'login_id','1'),(741535,120113,'_server_http_x_forwarded_for_0','119.27.178.206'),(741534,120113,'_server_remote_addr','119.27.178.206'),(741533,120113,'_xmlrpc_request','true'),(741532,120113,'_message_key','user_login_failed'),(741531,120113,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741530,120113,'login','mentol'),(741529,120113,'login_email','mentolnet@gmail.com'),(741528,120113,'login_id','1'),(741527,120112,'_server_http_x_forwarded_for_0','119.27.178.206'),(741526,120112,'_server_remote_addr','119.27.178.206'),(741525,120112,'_xmlrpc_request','true'),(741524,120112,'_message_key','user_login_failed'),(741523,120112,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741522,120112,'login','mentol'),(741521,120112,'login_email','mentolnet@gmail.com'),(741520,120112,'login_id','1'),(741519,120111,'_server_http_x_forwarded_for_0','119.27.178.206'),(741518,120111,'_server_remote_addr','119.27.178.206'),(741517,120111,'_xmlrpc_request','true'),(741516,120111,'_message_key','user_login_failed'),(741515,120111,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741514,120111,'login','mentol'),(741513,120111,'login_email','mentolnet@gmail.com'),(741512,120111,'login_id','1'),(741511,120110,'_server_http_x_forwarded_for_0','119.27.178.206'),(741510,120110,'_server_remote_addr','119.27.178.206'),(741509,120110,'_xmlrpc_request','true'),(741508,120110,'_message_key','user_login_failed'),(741507,120110,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741506,120110,'login','mentol'),(741505,120110,'login_email','mentolnet@gmail.com'),(741504,120110,'login_id','1'),(741503,120109,'_server_http_x_forwarded_for_0','119.27.178.206'),(741502,120109,'_server_remote_addr','119.27.178.206'),(741501,120109,'_xmlrpc_request','true'),(741500,120109,'_message_key','user_login_failed'),(741499,120109,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741498,120109,'login','mentol'),(741497,120109,'login_email','mentolnet@gmail.com'),(741496,120109,'login_id','1'),(741495,120108,'_server_http_x_forwarded_for_0','119.27.178.206'),(741494,120108,'_server_remote_addr','119.27.178.206'),(741493,120108,'_xmlrpc_request','true'),(741492,120108,'_message_key','user_login_failed'),(741491,120108,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741490,120108,'login','mentol'),(741489,120108,'login_email','mentolnet@gmail.com'),(741488,120108,'login_id','1'),(741487,120107,'_server_http_x_forwarded_for_0','119.27.178.206'),(741486,120107,'_server_remote_addr','119.27.178.206'),(741485,120107,'_xmlrpc_request','true'),(741484,120107,'_message_key','user_login_failed'),(741483,120107,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741482,120107,'login','mentol'),(741481,120107,'login_email','mentolnet@gmail.com'),(741480,120107,'login_id','1'),(741479,120106,'_server_http_x_forwarded_for_0','119.27.178.206'),(741478,120106,'_server_remote_addr','119.27.178.206'),(741477,120106,'_xmlrpc_request','true'),(741476,120106,'_message_key','user_login_failed'),(741475,120106,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741474,120106,'login','mentol'),(741473,120106,'login_email','mentolnet@gmail.com'),(741472,120106,'login_id','1'),(741471,120105,'_server_http_x_forwarded_for_0','119.27.178.206'),(741470,120105,'_server_remote_addr','119.27.178.206'),(741469,120105,'_xmlrpc_request','true'),(741468,120105,'_message_key','user_login_failed'),(741467,120105,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741466,120105,'login','mentol'),(741465,120105,'login_email','mentolnet@gmail.com'),(741464,120105,'login_id','1'),(741463,120104,'_server_http_x_forwarded_for_0','119.27.178.206'),(741462,120104,'_server_remote_addr','119.27.178.206'),(741461,120104,'_xmlrpc_request','true'),(741460,120104,'_message_key','user_login_failed'),(741459,120104,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741458,120104,'login','mentol'),(741457,120104,'login_email','mentolnet@gmail.com'),(741456,120104,'login_id','1'),(741455,120103,'_server_http_x_forwarded_for_0','119.27.178.206'),(741454,120103,'_server_remote_addr','119.27.178.206'),(741453,120103,'_xmlrpc_request','true'),(741452,120103,'_message_key','user_login_failed'),(741451,120103,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741450,120103,'login','mentol'),(741449,120103,'login_email','mentolnet@gmail.com'),(741448,120103,'login_id','1'),(741447,120102,'_server_http_x_forwarded_for_0','119.27.178.206'),(741446,120102,'_server_remote_addr','119.27.178.206'),(741445,120102,'_xmlrpc_request','true'),(741444,120102,'_message_key','user_login_failed'),(741443,120102,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741442,120102,'login','mentol'),(741441,120102,'login_email','mentolnet@gmail.com'),(741440,120102,'login_id','1'),(741439,120101,'_server_http_x_forwarded_for_0','119.27.178.206'),(741438,120101,'_server_remote_addr','119.27.178.206'),(741437,120101,'_xmlrpc_request','true'),(741436,120101,'_message_key','user_login_failed'),(741435,120101,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741434,120101,'login','mentol'),(741433,120101,'login_email','mentolnet@gmail.com'),(741432,120101,'login_id','1'),(741431,120100,'_server_http_x_forwarded_for_0','119.27.178.206'),(741430,120100,'_server_remote_addr','119.27.178.206'),(741429,120100,'_xmlrpc_request','true'),(741428,120100,'_message_key','user_login_failed'),(741427,120100,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741426,120100,'login','mentol'),(741425,120100,'login_email','mentolnet@gmail.com'),(741424,120100,'login_id','1'),(741423,120099,'_server_http_x_forwarded_for_0','119.27.178.206'),(741422,120099,'_server_remote_addr','119.27.178.206'),(741421,120099,'_xmlrpc_request','true'),(741420,120099,'_message_key','user_login_failed'),(741419,120099,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741418,120099,'login','mentol'),(741417,120099,'login_email','mentolnet@gmail.com'),(741416,120099,'login_id','1'),(741415,120098,'_server_http_x_forwarded_for_0','119.27.178.206'),(741414,120098,'_server_remote_addr','119.27.178.206'),(741413,120098,'_xmlrpc_request','true'),(741412,120098,'_message_key','user_login_failed'),(741411,120098,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741410,120098,'login','mentol'),(741409,120098,'login_email','mentolnet@gmail.com'),(741408,120098,'login_id','1'),(741407,120097,'_server_http_x_forwarded_for_0','119.27.178.206'),(741406,120097,'_server_remote_addr','119.27.178.206'),(741405,120097,'_xmlrpc_request','true'),(741404,120097,'_message_key','user_login_failed'),(741403,120097,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741402,120097,'login','mentol'),(741401,120097,'login_email','mentolnet@gmail.com'),(741400,120097,'login_id','1'),(741399,120096,'_server_http_x_forwarded_for_0','119.27.178.206'),(741398,120096,'_server_remote_addr','119.27.178.206'),(741397,120096,'_xmlrpc_request','true'),(741396,120096,'_message_key','user_login_failed'),(741395,120096,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741394,120096,'login','mentol'),(741393,120096,'login_email','mentolnet@gmail.com'),(741392,120096,'login_id','1'),(741391,120095,'_server_http_x_forwarded_for_0','119.27.178.206'),(741390,120095,'_server_remote_addr','119.27.178.206'),(741389,120095,'_xmlrpc_request','true'),(741388,120095,'_message_key','user_login_failed'),(741387,120095,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741386,120095,'login','mentol'),(741385,120095,'login_email','mentolnet@gmail.com'),(741384,120095,'login_id','1'),(741383,120094,'_server_http_x_forwarded_for_0','119.27.178.206'),(741382,120094,'_server_remote_addr','119.27.178.206'),(741381,120094,'_xmlrpc_request','true'),(741380,120094,'_message_key','user_login_failed'),(741379,120094,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741378,120094,'login','mentol'),(741377,120094,'login_email','mentolnet@gmail.com'),(741376,120094,'login_id','1'),(741375,120093,'_server_http_x_forwarded_for_0','119.27.178.206'),(741374,120093,'_server_remote_addr','119.27.178.206'),(741373,120093,'_xmlrpc_request','true'),(741372,120093,'_message_key','user_login_failed'),(741371,120093,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741370,120093,'login','mentol'),(741369,120093,'login_email','mentolnet@gmail.com'),(741368,120093,'login_id','1'),(741367,120092,'_server_http_x_forwarded_for_0','119.27.178.206'),(741366,120092,'_server_remote_addr','119.27.178.206'),(741365,120092,'_xmlrpc_request','true'),(741364,120092,'_message_key','user_login_failed'),(741363,120092,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741362,120092,'login','mentol'),(741361,120092,'login_email','mentolnet@gmail.com'),(741360,120092,'login_id','1'),(741359,120091,'_server_http_x_forwarded_for_0','119.27.178.206'),(741358,120091,'_server_remote_addr','119.27.178.206'),(741357,120091,'_xmlrpc_request','true'),(741356,120091,'_message_key','user_login_failed'),(741355,120091,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741354,120091,'login','mentol'),(741353,120091,'login_email','mentolnet@gmail.com'),(741352,120091,'login_id','1'),(741351,120090,'_server_http_x_forwarded_for_0','119.27.178.206'),(741350,120090,'_server_remote_addr','119.27.178.206'),(741349,120090,'_xmlrpc_request','true'),(741348,120090,'_message_key','user_login_failed'),(741347,120090,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741346,120090,'login','mentol'),(741345,120090,'login_email','mentolnet@gmail.com'),(741344,120090,'login_id','1'),(741343,120089,'_server_http_x_forwarded_for_0','119.27.178.206'),(741342,120089,'_server_remote_addr','119.27.178.206'),(741341,120089,'_xmlrpc_request','true'),(741340,120089,'_message_key','user_login_failed'),(741339,120089,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741338,120089,'login','mentol'),(741337,120089,'login_email','mentolnet@gmail.com'),(741336,120089,'login_id','1'),(741335,120088,'_server_http_x_forwarded_for_0','119.27.178.206'),(741334,120088,'_server_remote_addr','119.27.178.206'),(741333,120088,'_xmlrpc_request','true'),(741332,120088,'_message_key','user_login_failed'),(741331,120088,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741330,120088,'login','mentol'),(741329,120088,'login_email','mentolnet@gmail.com'),(741328,120088,'login_id','1'),(741327,120087,'_server_http_x_forwarded_for_0','119.27.178.206'),(741326,120087,'_server_remote_addr','119.27.178.206'),(741325,120087,'_xmlrpc_request','true'),(741324,120087,'_message_key','user_login_failed'),(741323,120087,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741322,120087,'login','mentol'),(741321,120087,'login_email','mentolnet@gmail.com'),(741320,120087,'login_id','1'),(741319,120086,'_server_http_x_forwarded_for_0','119.27.178.206'),(741318,120086,'_server_remote_addr','119.27.178.206'),(741317,120086,'_xmlrpc_request','true'),(741316,120086,'_message_key','user_login_failed'),(741315,120086,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741314,120086,'login','mentol'),(741313,120086,'login_email','mentolnet@gmail.com'),(741312,120086,'login_id','1'),(741311,120085,'_server_http_x_forwarded_for_0','119.27.178.206'),(741310,120085,'_server_remote_addr','119.27.178.206'),(741309,120085,'_xmlrpc_request','true'),(741308,120085,'_message_key','user_login_failed'),(741307,120085,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741306,120085,'login','mentol'),(741305,120085,'login_email','mentolnet@gmail.com'),(741304,120085,'login_id','1'),(741303,120084,'_server_http_x_forwarded_for_0','119.27.178.206'),(741302,120084,'_server_remote_addr','119.27.178.206'),(741301,120084,'_xmlrpc_request','true'),(741300,120084,'_message_key','user_login_failed'),(741299,120084,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741298,120084,'login','mentol'),(741297,120084,'login_email','mentolnet@gmail.com'),(741296,120084,'login_id','1'),(741295,120083,'_server_http_x_forwarded_for_0','119.27.178.206'),(741294,120083,'_server_remote_addr','119.27.178.206'),(741293,120083,'_xmlrpc_request','true'),(741292,120083,'_message_key','user_login_failed'),(741291,120083,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741290,120083,'login','mentol'),(741289,120083,'login_email','mentolnet@gmail.com'),(741288,120083,'login_id','1'),(741287,120082,'_server_http_x_forwarded_for_0','119.27.178.206'),(741286,120082,'_server_remote_addr','119.27.178.206'),(741285,120082,'_xmlrpc_request','true'),(741284,120082,'_message_key','user_login_failed'),(741283,120082,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741282,120082,'login','mentol'),(741281,120082,'login_email','mentolnet@gmail.com'),(741280,120082,'login_id','1'),(741279,120081,'_server_http_x_forwarded_for_0','119.27.178.206'),(741278,120081,'_server_remote_addr','119.27.178.206'),(741277,120081,'_xmlrpc_request','true'),(741276,120081,'_message_key','user_login_failed'),(741275,120081,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741274,120081,'login','mentol'),(741273,120081,'login_email','mentolnet@gmail.com'),(741272,120081,'login_id','1'),(741271,120080,'_server_http_x_forwarded_for_0','119.27.178.206'),(741270,120080,'_server_remote_addr','119.27.178.206'),(741269,120080,'_xmlrpc_request','true'),(741268,120080,'_message_key','user_login_failed'),(741267,120080,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741266,120080,'login','mentol'),(741265,120080,'login_email','mentolnet@gmail.com'),(741264,120080,'login_id','1'),(741263,120079,'_server_http_x_forwarded_for_0','119.27.178.206'),(741262,120079,'_server_remote_addr','119.27.178.206'),(741261,120079,'_xmlrpc_request','true'),(741260,120079,'_message_key','user_login_failed'),(741259,120079,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741258,120079,'login','mentol'),(741257,120079,'login_email','mentolnet@gmail.com'),(741256,120079,'login_id','1'),(741255,120078,'_server_http_x_forwarded_for_0','119.27.178.206'),(741254,120078,'_server_remote_addr','119.27.178.206'),(741253,120078,'_xmlrpc_request','true'),(741252,120078,'_message_key','user_login_failed'),(741251,120078,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741250,120078,'login','mentol'),(741249,120078,'login_email','mentolnet@gmail.com'),(741248,120078,'login_id','1'),(741247,120077,'_server_http_x_forwarded_for_0','119.27.178.206'),(741246,120077,'_server_remote_addr','119.27.178.206'),(741245,120077,'_xmlrpc_request','true'),(741244,120077,'_message_key','user_login_failed'),(741243,120077,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741242,120077,'login','mentol'),(741241,120077,'login_email','mentolnet@gmail.com'),(741240,120077,'login_id','1'),(741239,120076,'_server_http_x_forwarded_for_0','119.27.178.206'),(741238,120076,'_server_remote_addr','119.27.178.206'),(741237,120076,'_xmlrpc_request','true'),(741236,120076,'_message_key','user_login_failed'),(741235,120076,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741234,120076,'login','mentol'),(741233,120076,'login_email','mentolnet@gmail.com'),(741232,120076,'login_id','1'),(741231,120075,'_server_http_x_forwarded_for_0','119.27.178.206'),(741230,120075,'_server_remote_addr','119.27.178.206'),(741229,120075,'_xmlrpc_request','true'),(741228,120075,'_message_key','user_login_failed'),(741227,120075,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741226,120075,'login','mentol'),(741225,120075,'login_email','mentolnet@gmail.com'),(741224,120075,'login_id','1'),(741223,120074,'_server_http_x_forwarded_for_0','119.27.178.206'),(741222,120074,'_server_remote_addr','119.27.178.206'),(741221,120074,'_xmlrpc_request','true'),(741220,120074,'_message_key','user_login_failed'),(741219,120074,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741218,120074,'login','mentol'),(741217,120074,'login_email','mentolnet@gmail.com'),(741216,120074,'login_id','1'),(741215,120073,'_server_http_x_forwarded_for_0','119.27.178.206'),(741214,120073,'_server_remote_addr','119.27.178.206'),(741213,120073,'_xmlrpc_request','true'),(741212,120073,'_message_key','user_login_failed'),(741211,120073,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741210,120073,'login','mentol'),(741209,120073,'login_email','mentolnet@gmail.com'),(741208,120073,'login_id','1'),(741207,120072,'_server_http_x_forwarded_for_0','119.27.178.206'),(741206,120072,'_server_remote_addr','119.27.178.206'),(741205,120072,'_xmlrpc_request','true'),(741204,120072,'_message_key','user_login_failed'),(741203,120072,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741202,120072,'login','mentol'),(741201,120072,'login_email','mentolnet@gmail.com'),(741200,120072,'login_id','1'),(741199,120071,'_server_http_x_forwarded_for_0','119.27.178.206'),(741198,120071,'_server_remote_addr','119.27.178.206'),(741197,120071,'_xmlrpc_request','true'),(741196,120071,'_message_key','user_login_failed'),(741195,120071,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741194,120071,'login','mentol'),(741193,120071,'login_email','mentolnet@gmail.com'),(741192,120071,'login_id','1'),(741191,120070,'_server_http_x_forwarded_for_0','119.27.178.206'),(741190,120070,'_server_remote_addr','119.27.178.206'),(741189,120070,'_xmlrpc_request','true'),(741188,120070,'_message_key','user_login_failed'),(741187,120070,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741186,120070,'login','mentol'),(741185,120070,'login_email','mentolnet@gmail.com'),(741184,120070,'login_id','1'),(741183,120069,'_server_http_x_forwarded_for_0','119.27.178.206'),(741182,120069,'_server_remote_addr','119.27.178.206'),(741181,120069,'_xmlrpc_request','true'),(741180,120069,'_message_key','user_login_failed'),(741179,120069,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741178,120069,'login','mentol'),(741177,120069,'login_email','mentolnet@gmail.com'),(741176,120069,'login_id','1'),(741175,120068,'_server_http_x_forwarded_for_0','119.27.178.206'),(741174,120068,'_server_remote_addr','119.27.178.206'),(741173,120068,'_xmlrpc_request','true'),(741172,120068,'_message_key','user_login_failed'),(741171,120068,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741170,120068,'login','mentol'),(741169,120068,'login_email','mentolnet@gmail.com'),(741168,120068,'login_id','1'),(741167,120067,'_server_http_x_forwarded_for_0','119.27.178.206'),(741166,120067,'_server_remote_addr','119.27.178.206'),(741165,120067,'_xmlrpc_request','true'),(741164,120067,'_message_key','user_login_failed'),(741163,120067,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741162,120067,'login','mentol'),(741161,120067,'login_email','mentolnet@gmail.com'),(741160,120067,'login_id','1'),(741159,120066,'_server_http_x_forwarded_for_0','119.27.178.206'),(741158,120066,'_server_remote_addr','119.27.178.206'),(741157,120066,'_xmlrpc_request','true'),(741156,120066,'_message_key','user_login_failed'),(741155,120066,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741154,120066,'login','mentol'),(741153,120066,'login_email','mentolnet@gmail.com'),(741152,120066,'login_id','1'),(741151,120065,'_server_http_x_forwarded_for_0','119.27.178.206'),(741150,120065,'_server_remote_addr','119.27.178.206'),(741149,120065,'_xmlrpc_request','true'),(741148,120065,'_message_key','user_login_failed'),(741147,120065,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741146,120065,'login','mentol'),(741145,120065,'login_email','mentolnet@gmail.com'),(741144,120065,'login_id','1'),(741143,120064,'_server_http_x_forwarded_for_0','119.27.178.206'),(741142,120064,'_server_remote_addr','119.27.178.206'),(741141,120064,'_xmlrpc_request','true'),(741140,120064,'_message_key','user_login_failed'),(741139,120064,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741138,120064,'login','mentol'),(741137,120064,'login_email','mentolnet@gmail.com'),(741136,120064,'login_id','1'),(741135,120063,'_server_http_x_forwarded_for_0','119.27.178.206'),(741134,120063,'_server_remote_addr','119.27.178.206'),(741133,120063,'_xmlrpc_request','true'),(741132,120063,'_message_key','user_login_failed'),(741131,120063,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741130,120063,'login','mentol'),(741129,120063,'login_email','mentolnet@gmail.com'),(741128,120063,'login_id','1'),(741127,120062,'_server_http_x_forwarded_for_0','119.27.178.206'),(741126,120062,'_server_remote_addr','119.27.178.206'),(741125,120062,'_xmlrpc_request','true'),(741124,120062,'_message_key','user_login_failed'),(741123,120062,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741122,120062,'login','mentol'),(741121,120062,'login_email','mentolnet@gmail.com'),(741120,120062,'login_id','1'),(741119,120061,'_server_http_x_forwarded_for_0','119.27.178.206'),(741118,120061,'_server_remote_addr','119.27.178.206'),(741117,120061,'_xmlrpc_request','true'),(741116,120061,'_message_key','user_login_failed'),(741115,120061,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741114,120061,'login','mentol'),(741113,120061,'login_email','mentolnet@gmail.com'),(741112,120061,'login_id','1'),(741111,120060,'_server_http_x_forwarded_for_0','119.27.178.206'),(741110,120060,'_server_remote_addr','119.27.178.206'),(741109,120060,'_xmlrpc_request','true'),(741108,120060,'_message_key','user_login_failed'),(741107,120060,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741106,120060,'login','mentol'),(741105,120060,'login_email','mentolnet@gmail.com'),(741104,120060,'login_id','1'),(741103,120059,'_server_http_x_forwarded_for_0','119.27.178.206'),(741102,120059,'_server_remote_addr','119.27.178.206'),(741101,120059,'_xmlrpc_request','true'),(741100,120059,'_message_key','user_login_failed'),(741099,120059,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741098,120059,'login','mentol'),(741097,120059,'login_email','mentolnet@gmail.com'),(741096,120059,'login_id','1'),(741095,120058,'_server_http_x_forwarded_for_0','119.27.178.206'),(741094,120058,'_server_remote_addr','119.27.178.206'),(741093,120058,'_xmlrpc_request','true'),(741092,120058,'_message_key','user_login_failed'),(741091,120058,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741090,120058,'login','mentol'),(741089,120058,'login_email','mentolnet@gmail.com'),(741088,120058,'login_id','1'),(741087,120057,'_server_http_x_forwarded_for_0','119.27.178.206'),(741086,120057,'_server_remote_addr','119.27.178.206'),(741085,120057,'_xmlrpc_request','true'),(741084,120057,'_message_key','user_login_failed'),(741083,120057,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741082,120057,'login','mentol'),(741081,120057,'login_email','mentolnet@gmail.com'),(741080,120057,'login_id','1'),(741079,120056,'_server_http_x_forwarded_for_0','119.27.178.206'),(741078,120056,'_server_remote_addr','119.27.178.206'),(741077,120056,'_xmlrpc_request','true'),(741076,120056,'_message_key','user_login_failed'),(741075,120056,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741074,120056,'login','mentol'),(741073,120056,'login_email','mentolnet@gmail.com'),(741072,120056,'login_id','1'),(741071,120055,'_server_http_x_forwarded_for_0','119.27.178.206'),(741070,120055,'_server_remote_addr','119.27.178.206'),(741069,120055,'_xmlrpc_request','true'),(741068,120055,'_message_key','user_login_failed'),(741067,120055,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741066,120055,'login','mentol'),(741064,120055,'login_id','1'),(741065,120055,'login_email','mentolnet@gmail.com'),(741063,120054,'_server_http_x_forwarded_for_0','119.27.178.206'),(741062,120054,'_server_remote_addr','119.27.178.206'),(741061,120054,'_xmlrpc_request','true'),(741060,120054,'_message_key','user_login_failed'),(741058,120054,'login','mentol'),(741059,120054,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741057,120054,'login_email','mentolnet@gmail.com'),(741056,120054,'login_id','1'),(741055,120053,'_server_http_x_forwarded_for_0','119.27.178.206'),(741054,120053,'_server_remote_addr','119.27.178.206'),(741053,120053,'_xmlrpc_request','true'),(741052,120053,'_message_key','user_login_failed'),(741051,120053,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741050,120053,'login','mentol'),(741049,120053,'login_email','mentolnet@gmail.com'),(741048,120053,'login_id','1'),(741047,120052,'_server_http_x_forwarded_for_0','119.27.178.206'),(741046,120052,'_server_remote_addr','119.27.178.206'),(741045,120052,'_xmlrpc_request','true'),(741044,120052,'_message_key','user_login_failed'),(741043,120052,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741042,120052,'login','mentol'),(741040,120052,'login_id','1'),(741041,120052,'login_email','mentolnet@gmail.com'),(741039,120051,'_server_http_x_forwarded_for_0','119.27.178.206'),(741038,120051,'_server_remote_addr','119.27.178.206'),(741037,120051,'_xmlrpc_request','true'),(741036,120051,'_message_key','user_login_failed'),(741034,120051,'login','mentol'),(741035,120051,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741033,120051,'login_email','mentolnet@gmail.com'),(741032,120051,'login_id','1'),(741031,120050,'_server_http_x_forwarded_for_0','119.27.178.206'),(741030,120050,'_server_remote_addr','119.27.178.206'),(741029,120050,'_xmlrpc_request','true'),(741028,120050,'_message_key','user_login_failed'),(741027,120050,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741026,120050,'login','mentol'),(741025,120050,'login_email','mentolnet@gmail.com'),(741024,120050,'login_id','1'),(741023,120049,'_server_http_x_forwarded_for_0','119.27.178.206'),(741022,120049,'_server_remote_addr','119.27.178.206'),(741021,120049,'_xmlrpc_request','true'),(741020,120049,'_message_key','user_login_failed'),(741019,120049,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741018,120049,'login','mentol'),(741016,120049,'login_id','1'),(741017,120049,'login_email','mentolnet@gmail.com'),(741015,120048,'_server_http_x_forwarded_for_0','119.27.178.206'),(741014,120048,'_server_remote_addr','119.27.178.206'),(741013,120048,'_xmlrpc_request','true'),(741012,120048,'_message_key','user_login_failed'),(741010,120048,'login','mentol'),(741011,120048,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741009,120048,'login_email','mentolnet@gmail.com'),(741008,120048,'login_id','1'),(741007,120047,'_server_http_x_forwarded_for_0','119.27.178.206'),(741006,120047,'_server_remote_addr','119.27.178.206'),(741005,120047,'_xmlrpc_request','true'),(741004,120047,'_message_key','user_login_failed'),(741003,120047,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(741002,120047,'login','mentol'),(741001,120047,'login_email','mentolnet@gmail.com'),(741000,120047,'login_id','1'),(740999,120046,'_server_http_x_forwarded_for_0','119.27.178.206'),(740998,120046,'_server_remote_addr','119.27.178.206'),(740997,120046,'_xmlrpc_request','true'),(740996,120046,'_message_key','user_login_failed'),(740995,120046,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740994,120046,'login','mentol'),(740992,120046,'login_id','1'),(740993,120046,'login_email','mentolnet@gmail.com'),(740991,120045,'_server_http_x_forwarded_for_0','119.27.178.206'),(740990,120045,'_server_remote_addr','119.27.178.206'),(740989,120045,'_xmlrpc_request','true'),(740988,120045,'_message_key','user_login_failed'),(740986,120045,'login','mentol'),(740987,120045,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740985,120045,'login_email','mentolnet@gmail.com'),(740984,120045,'login_id','1'),(740983,120044,'_server_http_x_forwarded_for_0','119.27.178.206'),(740982,120044,'_server_remote_addr','119.27.178.206'),(740981,120044,'_xmlrpc_request','true'),(740980,120044,'_message_key','user_login_failed'),(740979,120044,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740978,120044,'login','mentol'),(740977,120044,'login_email','mentolnet@gmail.com'),(740976,120044,'login_id','1'),(740975,120043,'_server_http_x_forwarded_for_0','119.27.178.206'),(740974,120043,'_server_remote_addr','119.27.178.206'),(740973,120043,'_xmlrpc_request','true'),(740972,120043,'_message_key','user_login_failed'),(740971,120043,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740970,120043,'login','mentol'),(740968,120043,'login_id','1'),(740969,120043,'login_email','mentolnet@gmail.com'),(740967,120042,'_server_http_x_forwarded_for_0','119.27.178.206'),(740966,120042,'_server_remote_addr','119.27.178.206'),(740965,120042,'_xmlrpc_request','true'),(740964,120042,'_message_key','user_login_failed'),(740962,120042,'login','mentol'),(740963,120042,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740961,120042,'login_email','mentolnet@gmail.com'),(740960,120042,'login_id','1'),(740959,120041,'_server_http_x_forwarded_for_0','119.27.178.206'),(740958,120041,'_server_remote_addr','119.27.178.206'),(740957,120041,'_xmlrpc_request','true'),(740956,120041,'_message_key','user_login_failed'),(740955,120041,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740954,120041,'login','mentol'),(740953,120041,'login_email','mentolnet@gmail.com'),(740952,120041,'login_id','1'),(740951,120040,'_server_http_x_forwarded_for_0','119.27.178.206'),(740950,120040,'_server_remote_addr','119.27.178.206'),(740949,120040,'_xmlrpc_request','true'),(740948,120040,'_message_key','user_login_failed'),(740947,120040,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740946,120040,'login','mentol'),(740944,120040,'login_id','1'),(740945,120040,'login_email','mentolnet@gmail.com'),(740943,120039,'_server_http_x_forwarded_for_0','119.27.178.206'),(740942,120039,'_server_remote_addr','119.27.178.206'),(740941,120039,'_xmlrpc_request','true'),(740940,120039,'_message_key','user_login_failed'),(740938,120039,'login','mentol'),(740939,120039,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740937,120039,'login_email','mentolnet@gmail.com'),(740936,120039,'login_id','1'),(740935,120038,'_server_http_x_forwarded_for_0','119.27.178.206'),(740934,120038,'_server_remote_addr','119.27.178.206'),(740933,120038,'_xmlrpc_request','true'),(740932,120038,'_message_key','user_login_failed'),(740931,120038,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740930,120038,'login','mentol'),(740929,120038,'login_email','mentolnet@gmail.com'),(740928,120038,'login_id','1'),(740927,120037,'_server_http_x_forwarded_for_0','119.27.178.206'),(740926,120037,'_server_remote_addr','119.27.178.206'),(740925,120037,'_xmlrpc_request','true'),(740924,120037,'_message_key','user_login_failed'),(740923,120037,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740922,120037,'login','mentol'),(740920,120037,'login_id','1'),(740921,120037,'login_email','mentolnet@gmail.com'),(740919,120036,'_server_http_x_forwarded_for_0','119.27.178.206'),(740918,120036,'_server_remote_addr','119.27.178.206'),(740917,120036,'_xmlrpc_request','true'),(740916,120036,'_message_key','user_login_failed'),(740914,120036,'login','mentol'),(740915,120036,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740913,120036,'login_email','mentolnet@gmail.com'),(740912,120036,'login_id','1'),(740911,120035,'_server_http_x_forwarded_for_0','119.27.178.206'),(740910,120035,'_server_remote_addr','119.27.178.206'),(740909,120035,'_xmlrpc_request','true'),(740908,120035,'_message_key','user_login_failed'),(740907,120035,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740906,120035,'login','mentol'),(740905,120035,'login_email','mentolnet@gmail.com'),(740904,120035,'login_id','1'),(740903,120034,'_server_http_x_forwarded_for_0','119.27.178.206'),(740902,120034,'_server_remote_addr','119.27.178.206'),(740901,120034,'_xmlrpc_request','true'),(740900,120034,'_message_key','user_login_failed'),(740899,120034,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740898,120034,'login','mentol'),(740896,120034,'login_id','1'),(740897,120034,'login_email','mentolnet@gmail.com'),(740895,120033,'_server_http_x_forwarded_for_0','119.27.178.206'),(740894,120033,'_server_remote_addr','119.27.178.206'),(740893,120033,'_xmlrpc_request','true'),(740892,120033,'_message_key','user_login_failed'),(740890,120033,'login','mentol'),(740891,120033,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740889,120033,'login_email','mentolnet@gmail.com'),(740888,120033,'login_id','1'),(740887,120032,'_server_http_x_forwarded_for_0','119.27.178.206'),(740886,120032,'_server_remote_addr','119.27.178.206'),(740885,120032,'_xmlrpc_request','true'),(740884,120032,'_message_key','user_login_failed'),(740883,120032,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740882,120032,'login','mentol'),(740881,120032,'login_email','mentolnet@gmail.com'),(740880,120032,'login_id','1'),(740879,120031,'_server_http_x_forwarded_for_0','119.27.178.206'),(740878,120031,'_server_remote_addr','119.27.178.206'),(740877,120031,'_xmlrpc_request','true'),(740876,120031,'_message_key','user_login_failed'),(740875,120031,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740874,120031,'login','mentol'),(740872,120031,'login_id','1'),(740873,120031,'login_email','mentolnet@gmail.com'),(740871,120030,'_server_http_x_forwarded_for_0','119.27.178.206'),(740870,120030,'_server_remote_addr','119.27.178.206'),(740869,120030,'_xmlrpc_request','true'),(740868,120030,'_message_key','user_login_failed'),(740866,120030,'login','mentol'),(740867,120030,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740865,120030,'login_email','mentolnet@gmail.com'),(740864,120030,'login_id','1'),(740863,120029,'_server_http_x_forwarded_for_0','119.27.178.206'),(740862,120029,'_server_remote_addr','119.27.178.206'),(740861,120029,'_xmlrpc_request','true'),(740860,120029,'_message_key','user_login_failed'),(740859,120029,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740858,120029,'login','mentol'),(740857,120029,'login_email','mentolnet@gmail.com'),(740856,120029,'login_id','1'),(740855,120028,'_server_http_x_forwarded_for_0','119.27.178.206'),(740854,120028,'_server_remote_addr','119.27.178.206'),(740853,120028,'_xmlrpc_request','true'),(740852,120028,'_message_key','user_login_failed'),(740851,120028,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740850,120028,'login','mentol'),(740848,120028,'login_id','1'),(740849,120028,'login_email','mentolnet@gmail.com'),(740847,120027,'_server_http_x_forwarded_for_0','119.27.178.206'),(740846,120027,'_server_remote_addr','119.27.178.206'),(740845,120027,'_xmlrpc_request','true'),(740844,120027,'_message_key','user_login_failed'),(740842,120027,'login','mentol'),(740843,120027,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740841,120027,'login_email','mentolnet@gmail.com'),(740840,120027,'login_id','1'),(740839,120026,'_server_http_x_forwarded_for_0','119.27.178.206'),(740838,120026,'_server_remote_addr','119.27.178.206'),(740837,120026,'_xmlrpc_request','true'),(740836,120026,'_message_key','user_login_failed'),(740835,120026,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740834,120026,'login','mentol'),(740833,120026,'login_email','mentolnet@gmail.com'),(740832,120026,'login_id','1'),(740831,120025,'_server_http_x_forwarded_for_0','119.27.178.206'),(740830,120025,'_server_remote_addr','119.27.178.206'),(740829,120025,'_xmlrpc_request','true'),(740828,120025,'_message_key','user_login_failed'),(740827,120025,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740826,120025,'login','mentol'),(740824,120025,'login_id','1'),(740825,120025,'login_email','mentolnet@gmail.com'),(740823,120024,'_server_http_x_forwarded_for_0','119.27.178.206'),(740822,120024,'_server_remote_addr','119.27.178.206'),(740821,120024,'_xmlrpc_request','true'),(740820,120024,'_message_key','user_login_failed'),(740818,120024,'login','mentol'),(740819,120024,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740817,120024,'login_email','mentolnet@gmail.com'),(740816,120024,'login_id','1'),(740815,120023,'_server_http_x_forwarded_for_0','119.27.178.206'),(740814,120023,'_server_remote_addr','119.27.178.206'),(740813,120023,'_xmlrpc_request','true'),(740812,120023,'_message_key','user_login_failed'),(740811,120023,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740810,120023,'login','mentol'),(740809,120023,'login_email','mentolnet@gmail.com'),(740808,120023,'login_id','1'),(740807,120022,'_server_http_x_forwarded_for_0','119.27.178.206'),(740806,120022,'_server_remote_addr','119.27.178.206'),(740805,120022,'_xmlrpc_request','true'),(740804,120022,'_message_key','user_login_failed'),(740803,120022,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740802,120022,'login','mentol'),(740800,120022,'login_id','1'),(740801,120022,'login_email','mentolnet@gmail.com'),(740799,120021,'_server_http_x_forwarded_for_0','119.27.178.206'),(740798,120021,'_server_remote_addr','119.27.178.206'),(740797,120021,'_xmlrpc_request','true'),(740796,120021,'_message_key','user_login_failed'),(740794,120021,'login','mentol'),(740795,120021,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740793,120021,'login_email','mentolnet@gmail.com'),(740792,120021,'login_id','1'),(740791,120020,'_server_http_x_forwarded_for_0','119.27.178.206'),(740790,120020,'_server_remote_addr','119.27.178.206'),(740789,120020,'_xmlrpc_request','true'),(740788,120020,'_message_key','user_login_failed'),(740787,120020,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740786,120020,'login','mentol'),(740785,120020,'login_email','mentolnet@gmail.com'),(740784,120020,'login_id','1'),(740783,120019,'_server_http_x_forwarded_for_0','119.27.178.206'),(740782,120019,'_server_remote_addr','119.27.178.206'),(740781,120019,'_xmlrpc_request','true'),(740780,120019,'_message_key','user_login_failed'),(740779,120019,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740778,120019,'login','mentol'),(740776,120019,'login_id','1'),(740777,120019,'login_email','mentolnet@gmail.com'),(740775,120018,'_server_http_x_forwarded_for_0','119.27.178.206'),(740774,120018,'_server_remote_addr','119.27.178.206'),(740773,120018,'_xmlrpc_request','true'),(740772,120018,'_message_key','user_login_failed'),(740770,120018,'login','mentol'),(740771,120018,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740769,120018,'login_email','mentolnet@gmail.com'),(740768,120018,'login_id','1'),(740767,120017,'_server_http_x_forwarded_for_0','119.27.178.206'),(740766,120017,'_server_remote_addr','119.27.178.206'),(740765,120017,'_xmlrpc_request','true'),(740764,120017,'_message_key','user_login_failed'),(740763,120017,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740762,120017,'login','mentol'),(740761,120017,'login_email','mentolnet@gmail.com'),(740760,120017,'login_id','1'),(740759,120016,'_server_http_x_forwarded_for_0','119.27.178.206'),(740758,120016,'_server_remote_addr','119.27.178.206'),(740757,120016,'_xmlrpc_request','true'),(740756,120016,'_message_key','user_login_failed'),(740755,120016,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740754,120016,'login','mentol'),(740752,120016,'login_id','1'),(740753,120016,'login_email','mentolnet@gmail.com'),(740751,120015,'_server_http_x_forwarded_for_0','119.27.178.206'),(740750,120015,'_server_remote_addr','119.27.178.206'),(740749,120015,'_xmlrpc_request','true'),(740748,120015,'_message_key','user_login_failed'),(740746,120015,'login','mentol'),(740747,120015,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740745,120015,'login_email','mentolnet@gmail.com'),(740744,120015,'login_id','1'),(740743,120014,'_server_http_x_forwarded_for_0','119.27.178.206'),(740742,120014,'_server_remote_addr','119.27.178.206'),(740741,120014,'_xmlrpc_request','true'),(740740,120014,'_message_key','user_login_failed'),(740739,120014,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740738,120014,'login','mentol'),(740737,120014,'login_email','mentolnet@gmail.com'),(740736,120014,'login_id','1'),(740735,120013,'_server_http_x_forwarded_for_0','119.27.178.206'),(740734,120013,'_server_remote_addr','119.27.178.206'),(740733,120013,'_xmlrpc_request','true'),(740732,120013,'_message_key','user_login_failed'),(740731,120013,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740730,120013,'login','mentol'),(740728,120013,'login_id','1'),(740729,120013,'login_email','mentolnet@gmail.com'),(740727,120012,'_server_http_x_forwarded_for_0','119.27.178.206'),(740726,120012,'_server_remote_addr','119.27.178.206'),(740725,120012,'_xmlrpc_request','true'),(740724,120012,'_message_key','user_login_failed'),(740722,120012,'login','mentol'),(740723,120012,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740721,120012,'login_email','mentolnet@gmail.com'),(740720,120012,'login_id','1'),(740719,120011,'_server_http_x_forwarded_for_0','119.27.178.206'),(740718,120011,'_server_remote_addr','119.27.178.206'),(740717,120011,'_xmlrpc_request','true'),(740716,120011,'_message_key','user_login_failed'),(740715,120011,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740714,120011,'login','mentol'),(740713,120011,'login_email','mentolnet@gmail.com'),(740712,120011,'login_id','1'),(740711,120010,'_server_http_x_forwarded_for_0','119.27.178.206'),(740710,120010,'_server_remote_addr','119.27.178.206'),(740709,120010,'_xmlrpc_request','true'),(740708,120010,'_message_key','user_login_failed'),(740707,120010,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740706,120010,'login','mentol'),(740704,120010,'login_id','1'),(740705,120010,'login_email','mentolnet@gmail.com'),(740703,120009,'_server_http_x_forwarded_for_0','119.27.178.206'),(740702,120009,'_server_remote_addr','119.27.178.206'),(740701,120009,'_xmlrpc_request','true'),(740700,120009,'_message_key','user_login_failed'),(740698,120009,'login','mentol'),(740699,120009,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740697,120009,'login_email','mentolnet@gmail.com'),(740696,120009,'login_id','1'),(740695,120008,'_server_http_x_forwarded_for_0','119.27.178.206'),(740694,120008,'_server_remote_addr','119.27.178.206'),(740693,120008,'_xmlrpc_request','true'),(740692,120008,'_message_key','user_login_failed'),(740691,120008,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740690,120008,'login','mentol'),(740689,120008,'login_email','mentolnet@gmail.com'),(740688,120008,'login_id','1'),(740687,120007,'_server_http_x_forwarded_for_0','119.27.178.206'),(740686,120007,'_server_remote_addr','119.27.178.206'),(740685,120007,'_xmlrpc_request','true'),(740684,120007,'_message_key','user_login_failed'),(740683,120007,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740682,120007,'login','mentol'),(740680,120007,'login_id','1'),(740681,120007,'login_email','mentolnet@gmail.com'),(740679,120006,'_server_http_x_forwarded_for_0','119.27.178.206'),(740678,120006,'_server_remote_addr','119.27.178.206'),(740677,120006,'_xmlrpc_request','true'),(740676,120006,'_message_key','user_login_failed'),(740674,120006,'login','mentol'),(740675,120006,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740673,120006,'login_email','mentolnet@gmail.com'),(740672,120006,'login_id','1'),(740671,120005,'_server_http_x_forwarded_for_0','119.27.178.206'),(740670,120005,'_server_remote_addr','119.27.178.206'),(740669,120005,'_xmlrpc_request','true'),(740668,120005,'_message_key','user_login_failed'),(740667,120005,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740666,120005,'login','mentol'),(740665,120005,'login_email','mentolnet@gmail.com'),(740664,120005,'login_id','1'),(740663,120004,'_server_http_x_forwarded_for_0','119.27.178.206'),(740662,120004,'_server_remote_addr','119.27.178.206'),(740661,120004,'_xmlrpc_request','true'),(740660,120004,'_message_key','user_login_failed'),(740659,120004,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740658,120004,'login','mentol'),(740656,120004,'login_id','1'),(740657,120004,'login_email','mentolnet@gmail.com'),(740655,120003,'_server_http_x_forwarded_for_0','119.27.178.206'),(740654,120003,'_server_remote_addr','119.27.178.206'),(740653,120003,'_xmlrpc_request','true'),(740652,120003,'_message_key','user_login_failed'),(740650,120003,'login','mentol'),(740651,120003,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740649,120003,'login_email','mentolnet@gmail.com'),(740648,120003,'login_id','1'),(740647,120002,'_server_http_x_forwarded_for_0','119.27.178.206'),(740646,120002,'_server_remote_addr','119.27.178.206'),(740645,120002,'_xmlrpc_request','true'),(740644,120002,'_message_key','user_login_failed'),(740643,120002,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740642,120002,'login','mentol'),(740641,120002,'login_email','mentolnet@gmail.com'),(740640,120002,'login_id','1'),(740639,120001,'_server_http_x_forwarded_for_0','119.27.178.206'),(740638,120001,'_server_remote_addr','119.27.178.206'),(740637,120001,'_xmlrpc_request','true'),(740636,120001,'_message_key','user_login_failed'),(740635,120001,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740634,120001,'login','mentol'),(740632,120001,'login_id','1'),(740633,120001,'login_email','mentolnet@gmail.com'),(740631,120000,'_server_http_x_forwarded_for_0','119.27.178.206'),(740630,120000,'_server_remote_addr','119.27.178.206'),(740629,120000,'_xmlrpc_request','true'),(740628,120000,'_message_key','user_login_failed'),(740626,120000,'login','mentol'),(740627,120000,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740625,120000,'login_email','mentolnet@gmail.com'),(740624,120000,'login_id','1'),(740623,119999,'_server_http_x_forwarded_for_0','119.27.178.206'),(740622,119999,'_server_remote_addr','119.27.178.206'),(740621,119999,'_xmlrpc_request','true'),(740620,119999,'_message_key','user_login_failed'),(740619,119999,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740618,119999,'login','mentol'),(740617,119999,'login_email','mentolnet@gmail.com'),(740616,119999,'login_id','1'),(740615,119998,'_server_http_x_forwarded_for_0','119.27.178.206'),(740614,119998,'_server_remote_addr','119.27.178.206'),(740613,119998,'_xmlrpc_request','true'),(740612,119998,'_message_key','user_login_failed'),(740611,119998,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740610,119998,'login','mentol'),(740608,119998,'login_id','1'),(740609,119998,'login_email','mentolnet@gmail.com'),(740607,119997,'_server_http_x_forwarded_for_0','119.27.178.206'),(740606,119997,'_server_remote_addr','119.27.178.206'),(740605,119997,'_xmlrpc_request','true'),(740604,119997,'_message_key','user_login_failed'),(740602,119997,'login','mentol'),(740603,119997,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740601,119997,'login_email','mentolnet@gmail.com'),(740600,119997,'login_id','1'),(740599,119996,'_server_http_x_forwarded_for_0','119.27.178.206'),(740598,119996,'_server_remote_addr','119.27.178.206'),(740597,119996,'_xmlrpc_request','true'),(740596,119996,'_message_key','user_login_failed'),(740595,119996,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740594,119996,'login','mentol'),(740593,119996,'login_email','mentolnet@gmail.com'),(740592,119996,'login_id','1'),(740591,119995,'_server_http_x_forwarded_for_0','119.27.178.206'),(740590,119995,'_server_remote_addr','119.27.178.206'),(740589,119995,'_xmlrpc_request','true'),(740588,119995,'_message_key','user_login_failed'),(740587,119995,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740586,119995,'login','mentol'),(740584,119995,'login_id','1'),(740585,119995,'login_email','mentolnet@gmail.com'),(740583,119994,'_server_http_x_forwarded_for_0','119.27.178.206'),(740582,119994,'_server_remote_addr','119.27.178.206'),(740581,119994,'_xmlrpc_request','true'),(740580,119994,'_message_key','user_login_failed'),(740578,119994,'login','mentol'),(740579,119994,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740577,119994,'login_email','mentolnet@gmail.com'),(740576,119994,'login_id','1'),(740575,119993,'_server_http_x_forwarded_for_0','119.27.178.206'),(740574,119993,'_server_remote_addr','119.27.178.206'),(740573,119993,'_xmlrpc_request','true'),(740572,119993,'_message_key','user_login_failed'),(740571,119993,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740570,119993,'login','mentol'),(740569,119993,'login_email','mentolnet@gmail.com'),(740568,119993,'login_id','1'),(740567,119992,'_server_http_x_forwarded_for_0','119.27.178.206'),(740566,119992,'_server_remote_addr','119.27.178.206'),(740565,119992,'_xmlrpc_request','true'),(740564,119992,'_message_key','user_login_failed'),(740563,119992,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740562,119992,'login','mentol'),(740560,119992,'login_id','1'),(740561,119992,'login_email','mentolnet@gmail.com'),(740559,119991,'_server_http_x_forwarded_for_0','119.27.178.206'),(740558,119991,'_server_remote_addr','119.27.178.206'),(740557,119991,'_xmlrpc_request','true'),(740556,119991,'_message_key','user_login_failed'),(740554,119991,'login','mentol'),(740555,119991,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740553,119991,'login_email','mentolnet@gmail.com'),(740552,119991,'login_id','1'),(740551,119990,'_server_http_x_forwarded_for_0','119.27.178.206'),(740550,119990,'_server_remote_addr','119.27.178.206'),(740549,119990,'_xmlrpc_request','true'),(740548,119990,'_message_key','user_login_failed'),(740547,119990,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740546,119990,'login','mentol'),(740545,119990,'login_email','mentolnet@gmail.com'),(740544,119990,'login_id','1'),(740543,119989,'_server_http_x_forwarded_for_0','119.27.178.206'),(740542,119989,'_server_remote_addr','119.27.178.206'),(740541,119989,'_xmlrpc_request','true'),(740540,119989,'_message_key','user_login_failed'),(740539,119989,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740538,119989,'login','mentol'),(740536,119989,'login_id','1'),(740537,119989,'login_email','mentolnet@gmail.com'),(740535,119988,'_server_http_x_forwarded_for_0','119.27.178.206'),(740534,119988,'_server_remote_addr','119.27.178.206'),(740533,119988,'_xmlrpc_request','true'),(740532,119988,'_message_key','user_login_failed'),(740530,119988,'login','mentol'),(740531,119988,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740529,119988,'login_email','mentolnet@gmail.com'),(740528,119988,'login_id','1'),(740527,119987,'_server_http_x_forwarded_for_0','119.27.178.206'),(740526,119987,'_server_remote_addr','119.27.178.206'),(740525,119987,'_xmlrpc_request','true'),(740524,119987,'_message_key','user_login_failed'),(740523,119987,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740522,119987,'login','mentol'),(740521,119987,'login_email','mentolnet@gmail.com'),(740520,119987,'login_id','1'),(740519,119986,'_server_http_x_forwarded_for_0','119.27.178.206'),(740518,119986,'_server_remote_addr','119.27.178.206'),(740517,119986,'_xmlrpc_request','true'),(740516,119986,'_message_key','user_login_failed'),(740515,119986,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740514,119986,'login','mentol'),(740512,119986,'login_id','1'),(740513,119986,'login_email','mentolnet@gmail.com'),(740511,119985,'_server_http_x_forwarded_for_0','119.27.178.206'),(740510,119985,'_server_remote_addr','119.27.178.206'),(740509,119985,'_xmlrpc_request','true'),(740508,119985,'_message_key','user_login_failed'),(740506,119985,'login','mentol'),(740507,119985,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740505,119985,'login_email','mentolnet@gmail.com'),(740504,119985,'login_id','1'),(740503,119984,'_server_http_x_forwarded_for_0','119.27.178.206'),(740502,119984,'_server_remote_addr','119.27.178.206'),(740501,119984,'_xmlrpc_request','true'),(740500,119984,'_message_key','user_login_failed'),(740499,119984,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740498,119984,'login','mentol'),(740497,119984,'login_email','mentolnet@gmail.com'),(740496,119984,'login_id','1'),(740495,119983,'_server_http_x_forwarded_for_0','119.27.178.206'),(740494,119983,'_server_remote_addr','119.27.178.206'),(740493,119983,'_xmlrpc_request','true'),(740492,119983,'_message_key','user_login_failed'),(740491,119983,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740490,119983,'login','mentol'),(740488,119983,'login_id','1'),(740489,119983,'login_email','mentolnet@gmail.com'),(740487,119982,'_server_http_x_forwarded_for_0','119.27.178.206'),(740486,119982,'_server_remote_addr','119.27.178.206'),(740485,119982,'_xmlrpc_request','true'),(740484,119982,'_message_key','user_login_failed'),(740482,119982,'login','mentol'),(740483,119982,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740481,119982,'login_email','mentolnet@gmail.com'),(740480,119982,'login_id','1'),(740479,119981,'_server_http_x_forwarded_for_0','119.27.178.206'),(740478,119981,'_server_remote_addr','119.27.178.206'),(740477,119981,'_xmlrpc_request','true'),(740476,119981,'_message_key','user_login_failed'),(740475,119981,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740474,119981,'login','mentol'),(740473,119981,'login_email','mentolnet@gmail.com'),(740472,119981,'login_id','1'),(740471,119980,'_server_http_x_forwarded_for_0','119.27.178.206'),(740470,119980,'_server_remote_addr','119.27.178.206'),(740469,119980,'_xmlrpc_request','true'),(740468,119980,'_message_key','user_login_failed'),(740467,119980,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740466,119980,'login','mentol'),(740464,119980,'login_id','1'),(740465,119980,'login_email','mentolnet@gmail.com'),(740463,119979,'_server_http_x_forwarded_for_0','119.27.178.206'),(740462,119979,'_server_remote_addr','119.27.178.206'),(740461,119979,'_xmlrpc_request','true'),(740460,119979,'_message_key','user_login_failed'),(740458,119979,'login','mentol'),(740459,119979,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740457,119979,'login_email','mentolnet@gmail.com'),(740456,119979,'login_id','1'),(740455,119978,'_server_http_x_forwarded_for_0','119.27.178.206'),(740454,119978,'_server_remote_addr','119.27.178.206'),(740453,119978,'_xmlrpc_request','true'),(740452,119978,'_message_key','user_login_failed'),(740451,119978,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740450,119978,'login','mentol'),(740449,119978,'login_email','mentolnet@gmail.com'),(740448,119978,'login_id','1'),(740447,119977,'_server_http_x_forwarded_for_0','119.27.178.206'),(740446,119977,'_server_remote_addr','119.27.178.206'),(740445,119977,'_xmlrpc_request','true'),(740444,119977,'_message_key','user_login_failed'),(740443,119977,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740442,119977,'login','mentol'),(740440,119977,'login_id','1'),(740441,119977,'login_email','mentolnet@gmail.com'),(740439,119976,'_server_http_x_forwarded_for_0','119.27.178.206'),(740438,119976,'_server_remote_addr','119.27.178.206'),(740437,119976,'_xmlrpc_request','true'),(740436,119976,'_message_key','user_login_failed'),(740434,119976,'login','mentol'),(740435,119976,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740433,119976,'login_email','mentolnet@gmail.com'),(740432,119976,'login_id','1'),(740431,119975,'_server_http_x_forwarded_for_0','119.27.178.206'),(740430,119975,'_server_remote_addr','119.27.178.206'),(740429,119975,'_xmlrpc_request','true'),(740428,119975,'_message_key','user_login_failed'),(740427,119975,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740426,119975,'login','mentol'),(740425,119975,'login_email','mentolnet@gmail.com'),(740424,119975,'login_id','1'),(740423,119974,'_server_http_x_forwarded_for_0','119.27.178.206'),(740422,119974,'_server_remote_addr','119.27.178.206'),(740421,119974,'_xmlrpc_request','true'),(740420,119974,'_message_key','user_login_failed'),(740419,119974,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740418,119974,'login','mentol'),(740416,119974,'login_id','1'),(740417,119974,'login_email','mentolnet@gmail.com'),(740415,119973,'_server_http_x_forwarded_for_0','119.27.178.206'),(740414,119973,'_server_remote_addr','119.27.178.206'),(740413,119973,'_xmlrpc_request','true'),(740412,119973,'_message_key','user_login_failed'),(740410,119973,'login','mentol'),(740411,119973,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740409,119973,'login_email','mentolnet@gmail.com'),(740408,119973,'login_id','1'),(740407,119972,'_server_http_x_forwarded_for_0','119.27.178.206'),(740406,119972,'_server_remote_addr','119.27.178.206'),(740405,119972,'_xmlrpc_request','true'),(740404,119972,'_message_key','user_login_failed'),(740403,119972,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740402,119972,'login','mentol'),(740401,119972,'login_email','mentolnet@gmail.com'),(740400,119972,'login_id','1'),(740399,119971,'_server_http_x_forwarded_for_0','119.27.178.206'),(740398,119971,'_server_remote_addr','119.27.178.206'),(740397,119971,'_xmlrpc_request','true'),(740396,119971,'_message_key','user_login_failed'),(740395,119971,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740394,119971,'login','mentol'),(740392,119971,'login_id','1'),(740393,119971,'login_email','mentolnet@gmail.com'),(740391,119970,'_server_http_x_forwarded_for_0','119.27.178.206'),(740390,119970,'_server_remote_addr','119.27.178.206'),(740389,119970,'_xmlrpc_request','true'),(740388,119970,'_message_key','user_login_failed'),(740386,119970,'login','mentol'),(740387,119970,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740385,119970,'login_email','mentolnet@gmail.com'),(740384,119970,'login_id','1'),(740383,119969,'_server_http_x_forwarded_for_0','119.27.178.206'),(740382,119969,'_server_remote_addr','119.27.178.206'),(740381,119969,'_xmlrpc_request','true'),(740380,119969,'_message_key','user_login_failed'),(740379,119969,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740378,119969,'login','mentol'),(740377,119969,'login_email','mentolnet@gmail.com'),(740376,119969,'login_id','1'),(740375,119968,'_server_http_x_forwarded_for_0','119.27.178.206'),(740374,119968,'_server_remote_addr','119.27.178.206'),(740373,119968,'_xmlrpc_request','true'),(740372,119968,'_message_key','user_login_failed'),(740371,119968,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740370,119968,'login','mentol'),(740368,119968,'login_id','1'),(740369,119968,'login_email','mentolnet@gmail.com'),(740367,119967,'_server_http_x_forwarded_for_0','119.27.178.206'),(740366,119967,'_server_remote_addr','119.27.178.206'),(740365,119967,'_xmlrpc_request','true'),(740364,119967,'_message_key','user_login_failed'),(740362,119967,'login','mentol'),(740363,119967,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740361,119967,'login_email','mentolnet@gmail.com'),(740360,119967,'login_id','1'),(740359,119966,'_server_http_x_forwarded_for_0','119.27.178.206'),(740358,119966,'_server_remote_addr','119.27.178.206'),(740357,119966,'_xmlrpc_request','true'),(740356,119966,'_message_key','user_login_failed'),(740355,119966,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740354,119966,'login','mentol'),(740353,119966,'login_email','mentolnet@gmail.com'),(740352,119966,'login_id','1'),(740351,119965,'_server_http_x_forwarded_for_0','119.27.178.206'),(740350,119965,'_server_remote_addr','119.27.178.206'),(740349,119965,'_xmlrpc_request','true'),(740348,119965,'_message_key','user_login_failed'),(740347,119965,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740346,119965,'login','mentol'),(740344,119965,'login_id','1'),(740345,119965,'login_email','mentolnet@gmail.com'),(740343,119964,'_server_http_x_forwarded_for_0','119.27.178.206'),(740342,119964,'_server_remote_addr','119.27.178.206'),(740341,119964,'_xmlrpc_request','true'),(740340,119964,'_message_key','user_login_failed'),(740338,119964,'login','mentol'),(740339,119964,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740337,119964,'login_email','mentolnet@gmail.com'),(740336,119964,'login_id','1'),(740335,119963,'_server_http_x_forwarded_for_0','119.27.178.206'),(740334,119963,'_server_remote_addr','119.27.178.206'),(740333,119963,'_xmlrpc_request','true'),(740332,119963,'_message_key','user_login_failed'),(740331,119963,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740330,119963,'login','mentol'),(740329,119963,'login_email','mentolnet@gmail.com'),(740328,119963,'login_id','1'),(740327,119962,'_server_http_x_forwarded_for_0','119.27.178.206'),(740326,119962,'_server_remote_addr','119.27.178.206'),(740325,119962,'_xmlrpc_request','true'),(740324,119962,'_message_key','user_login_failed'),(740323,119962,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740322,119962,'login','mentol'),(740320,119962,'login_id','1'),(740321,119962,'login_email','mentolnet@gmail.com'),(740319,119961,'_server_http_x_forwarded_for_0','119.27.178.206'),(740318,119961,'_server_remote_addr','119.27.178.206'),(740317,119961,'_xmlrpc_request','true'),(740316,119961,'_message_key','user_login_failed'),(740314,119961,'login','mentol'),(740315,119961,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740313,119961,'login_email','mentolnet@gmail.com'),(740312,119961,'login_id','1'),(740311,119960,'_server_http_x_forwarded_for_0','119.27.178.206'),(740310,119960,'_server_remote_addr','119.27.178.206'),(740309,119960,'_xmlrpc_request','true'),(740308,119960,'_message_key','user_login_failed'),(740307,119960,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740306,119960,'login','mentol'),(740305,119960,'login_email','mentolnet@gmail.com'),(740304,119960,'login_id','1'),(740303,119959,'_server_http_x_forwarded_for_0','119.27.178.206'),(740302,119959,'_server_remote_addr','119.27.178.206'),(740301,119959,'_xmlrpc_request','true'),(740300,119959,'_message_key','user_login_failed'),(740299,119959,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740298,119959,'login','mentol'),(740296,119959,'login_id','1'),(740297,119959,'login_email','mentolnet@gmail.com'),(740295,119958,'_server_http_x_forwarded_for_0','119.27.178.206'),(740294,119958,'_server_remote_addr','119.27.178.206'),(740293,119958,'_xmlrpc_request','true'),(740292,119958,'_message_key','user_login_failed'),(740290,119958,'login','mentol'),(740291,119958,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740289,119958,'login_email','mentolnet@gmail.com'),(740288,119958,'login_id','1'),(740287,119957,'_server_http_x_forwarded_for_0','119.27.178.206'),(740286,119957,'_server_remote_addr','119.27.178.206'),(740285,119957,'_xmlrpc_request','true'),(740284,119957,'_message_key','user_login_failed'),(740283,119957,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740282,119957,'login','mentol'),(740281,119957,'login_email','mentolnet@gmail.com'),(740280,119957,'login_id','1'),(740279,119956,'_server_http_x_forwarded_for_0','119.27.178.206'),(740278,119956,'_server_remote_addr','119.27.178.206'),(740277,119956,'_xmlrpc_request','true'),(740276,119956,'_message_key','user_login_failed'),(740275,119956,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740274,119956,'login','mentol'),(740272,119956,'login_id','1'),(740273,119956,'login_email','mentolnet@gmail.com'),(740271,119955,'_server_http_x_forwarded_for_0','119.27.178.206'),(740270,119955,'_server_remote_addr','119.27.178.206'),(740269,119955,'_xmlrpc_request','true'),(740268,119955,'_message_key','user_login_failed'),(740266,119955,'login','mentol'),(740267,119955,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740265,119955,'login_email','mentolnet@gmail.com'),(740264,119955,'login_id','1'),(740263,119954,'_server_http_x_forwarded_for_0','119.27.178.206'),(740262,119954,'_server_remote_addr','119.27.178.206'),(740261,119954,'_xmlrpc_request','true'),(740260,119954,'_message_key','user_login_failed'),(740259,119954,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740258,119954,'login','mentol'),(740257,119954,'login_email','mentolnet@gmail.com'),(740256,119954,'login_id','1'),(740255,119953,'_server_http_x_forwarded_for_0','119.27.178.206'),(740254,119953,'_server_remote_addr','119.27.178.206'),(740253,119953,'_xmlrpc_request','true'),(740252,119953,'_message_key','user_login_failed'),(740251,119953,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740250,119953,'login','mentol'),(740248,119953,'login_id','1'),(740249,119953,'login_email','mentolnet@gmail.com'),(740247,119952,'_server_http_x_forwarded_for_0','119.27.178.206'),(740246,119952,'_server_remote_addr','119.27.178.206'),(740245,119952,'_xmlrpc_request','true'),(740244,119952,'_message_key','user_login_failed'),(740242,119952,'login','mentol'),(740243,119952,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740241,119952,'login_email','mentolnet@gmail.com'),(740240,119952,'login_id','1'),(740239,119951,'_server_http_x_forwarded_for_0','119.27.178.206'),(740238,119951,'_server_remote_addr','119.27.178.206'),(740237,119951,'_xmlrpc_request','true'),(740236,119951,'_message_key','user_login_failed'),(740235,119951,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740234,119951,'login','mentol'),(740233,119951,'login_email','mentolnet@gmail.com'),(740232,119951,'login_id','1'),(740231,119950,'_server_http_x_forwarded_for_0','119.27.178.206'),(740230,119950,'_server_remote_addr','119.27.178.206'),(740229,119950,'_xmlrpc_request','true'),(740228,119950,'_message_key','user_login_failed'),(740227,119950,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740226,119950,'login','mentol'),(740224,119950,'login_id','1'),(740225,119950,'login_email','mentolnet@gmail.com'),(740223,119949,'_server_http_x_forwarded_for_0','119.27.178.206'),(740222,119949,'_server_remote_addr','119.27.178.206'),(740221,119949,'_xmlrpc_request','true'),(740220,119949,'_message_key','user_login_failed'),(740218,119949,'login','mentol'),(740219,119949,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740217,119949,'login_email','mentolnet@gmail.com'),(740216,119949,'login_id','1'),(740215,119948,'_server_http_x_forwarded_for_0','119.27.178.206'),(740214,119948,'_server_remote_addr','119.27.178.206'),(740213,119948,'_xmlrpc_request','true'),(740212,119948,'_message_key','user_login_failed'),(740211,119948,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740210,119948,'login','mentol'),(740209,119948,'login_email','mentolnet@gmail.com'),(740208,119948,'login_id','1'),(740207,119947,'_server_http_x_forwarded_for_0','119.27.178.206'),(740206,119947,'_server_remote_addr','119.27.178.206'),(740205,119947,'_xmlrpc_request','true'),(740204,119947,'_message_key','user_login_failed'),(740203,119947,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740202,119947,'login','mentol'),(740200,119947,'login_id','1'),(740201,119947,'login_email','mentolnet@gmail.com'),(740199,119946,'_server_http_x_forwarded_for_0','119.27.178.206'),(740198,119946,'_server_remote_addr','119.27.178.206'),(740197,119946,'_xmlrpc_request','true'),(740196,119946,'_message_key','user_login_failed'),(740194,119946,'login','mentol'),(740195,119946,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740193,119946,'login_email','mentolnet@gmail.com'),(740192,119946,'login_id','1'),(740191,119945,'_server_http_x_forwarded_for_0','119.27.178.206'),(740190,119945,'_server_remote_addr','119.27.178.206'),(740189,119945,'_xmlrpc_request','true'),(740188,119945,'_message_key','user_login_failed'),(740187,119945,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740186,119945,'login','mentol'),(740185,119945,'login_email','mentolnet@gmail.com'),(740184,119945,'login_id','1'),(740183,119944,'_server_http_x_forwarded_for_0','119.27.178.206'),(740182,119944,'_server_remote_addr','119.27.178.206'),(740181,119944,'_xmlrpc_request','true'),(740180,119944,'_message_key','user_login_failed'),(740179,119944,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740178,119944,'login','mentol'),(740176,119944,'login_id','1'),(740177,119944,'login_email','mentolnet@gmail.com'),(740175,119943,'_server_http_x_forwarded_for_0','119.27.178.206'),(740174,119943,'_server_remote_addr','119.27.178.206'),(740173,119943,'_xmlrpc_request','true'),(740172,119943,'_message_key','user_login_failed'),(740170,119943,'login','mentol'),(740171,119943,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740169,119943,'login_email','mentolnet@gmail.com'),(740168,119943,'login_id','1'),(740167,119942,'_server_http_x_forwarded_for_0','119.27.178.206'),(740166,119942,'_server_remote_addr','119.27.178.206'),(740165,119942,'_xmlrpc_request','true'),(740164,119942,'_message_key','user_login_failed'),(740163,119942,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740162,119942,'login','mentol'),(740161,119942,'login_email','mentolnet@gmail.com'),(740160,119942,'login_id','1'),(740159,119941,'_server_http_x_forwarded_for_0','119.27.178.206'),(740158,119941,'_server_remote_addr','119.27.178.206'),(740157,119941,'_xmlrpc_request','true'),(740156,119941,'_message_key','user_login_failed'),(740155,119941,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740154,119941,'login','mentol'),(740152,119941,'login_id','1'),(740153,119941,'login_email','mentolnet@gmail.com'),(740151,119940,'_server_http_x_forwarded_for_0','119.27.178.206'),(740150,119940,'_server_remote_addr','119.27.178.206'),(740149,119940,'_xmlrpc_request','true'),(740148,119940,'_message_key','user_login_failed'),(740146,119940,'login','mentol'),(740147,119940,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740145,119940,'login_email','mentolnet@gmail.com'),(740144,119940,'login_id','1'),(740143,119939,'_server_http_x_forwarded_for_0','119.27.178.206'),(740142,119939,'_server_remote_addr','119.27.178.206'),(740141,119939,'_xmlrpc_request','true'),(740140,119939,'_message_key','user_login_failed'),(740139,119939,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740138,119939,'login','mentol'),(740137,119939,'login_email','mentolnet@gmail.com'),(740136,119939,'login_id','1'),(740135,119938,'_server_http_x_forwarded_for_0','119.27.178.206'),(740134,119938,'_server_remote_addr','119.27.178.206'),(740133,119938,'_xmlrpc_request','true'),(740132,119938,'_message_key','user_login_failed'),(740131,119938,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740130,119938,'login','mentol'),(740128,119938,'login_id','1'),(740129,119938,'login_email','mentolnet@gmail.com'),(740127,119937,'_server_http_x_forwarded_for_0','119.27.178.206'),(740126,119937,'_server_remote_addr','119.27.178.206'),(740125,119937,'_xmlrpc_request','true'),(740124,119937,'_message_key','user_login_failed'),(740122,119937,'login','mentol'),(740123,119937,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740121,119937,'login_email','mentolnet@gmail.com'),(740120,119937,'login_id','1'),(740119,119936,'_server_http_x_forwarded_for_0','119.27.178.206'),(740118,119936,'_server_remote_addr','119.27.178.206'),(740117,119936,'_xmlrpc_request','true'),(740116,119936,'_message_key','user_login_failed'),(740115,119936,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740114,119936,'login','mentol'),(740113,119936,'login_email','mentolnet@gmail.com'),(740112,119936,'login_id','1'),(740111,119935,'_server_http_x_forwarded_for_0','119.27.178.206'),(740110,119935,'_server_remote_addr','119.27.178.206'),(740109,119935,'_xmlrpc_request','true'),(740108,119935,'_message_key','user_login_failed'),(740107,119935,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740106,119935,'login','mentol'),(740104,119935,'login_id','1'),(740105,119935,'login_email','mentolnet@gmail.com'),(740103,119934,'_server_http_x_forwarded_for_0','119.27.178.206'),(740102,119934,'_server_remote_addr','119.27.178.206'),(740101,119934,'_xmlrpc_request','true'),(740100,119934,'_message_key','user_login_failed'),(740098,119934,'login','mentol'),(740099,119934,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740097,119934,'login_email','mentolnet@gmail.com'),(740096,119934,'login_id','1'),(740095,119933,'_server_http_x_forwarded_for_0','119.27.178.206'),(740094,119933,'_server_remote_addr','119.27.178.206'),(740093,119933,'_xmlrpc_request','true'),(740092,119933,'_message_key','user_login_failed'),(740091,119933,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740090,119933,'login','mentol'),(740089,119933,'login_email','mentolnet@gmail.com'),(740088,119933,'login_id','1'),(740087,119932,'_server_http_x_forwarded_for_0','119.27.178.206'),(740086,119932,'_server_remote_addr','119.27.178.206'),(740085,119932,'_xmlrpc_request','true'),(740084,119932,'_message_key','user_login_failed'),(740083,119932,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740082,119932,'login','mentol'),(740080,119932,'login_id','1'),(740081,119932,'login_email','mentolnet@gmail.com'),(740079,119931,'_server_http_x_forwarded_for_0','119.27.178.206'),(740078,119931,'_server_remote_addr','119.27.178.206'),(740077,119931,'_xmlrpc_request','true'),(740076,119931,'_message_key','user_login_failed'),(740074,119931,'login','mentol'),(740075,119931,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740073,119931,'login_email','mentolnet@gmail.com'),(740072,119931,'login_id','1'),(740071,119930,'_server_http_x_forwarded_for_0','119.27.178.206'),(740070,119930,'_server_remote_addr','119.27.178.206'),(740069,119930,'_xmlrpc_request','true'),(740068,119930,'_message_key','user_login_failed'),(740067,119930,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740066,119930,'login','mentol'),(740065,119930,'login_email','mentolnet@gmail.com'),(740064,119930,'login_id','1'),(740063,119929,'_server_http_x_forwarded_for_0','119.27.178.206'),(740062,119929,'_server_remote_addr','119.27.178.206'),(740061,119929,'_xmlrpc_request','true'),(740060,119929,'_message_key','user_login_failed'),(740059,119929,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740058,119929,'login','mentol'),(740056,119929,'login_id','1'),(740057,119929,'login_email','mentolnet@gmail.com'),(740055,119928,'_server_http_x_forwarded_for_0','119.27.178.206'),(740054,119928,'_server_remote_addr','119.27.178.206'),(740053,119928,'_xmlrpc_request','true'),(740052,119928,'_message_key','user_login_failed'),(740050,119928,'login','mentol'),(740051,119928,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740049,119928,'login_email','mentolnet@gmail.com'),(740048,119928,'login_id','1'),(740047,119927,'_server_http_x_forwarded_for_0','119.27.178.206'),(740046,119927,'_server_remote_addr','119.27.178.206'),(740045,119927,'_xmlrpc_request','true'),(740044,119927,'_message_key','user_login_failed'),(740043,119927,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740042,119927,'login','mentol'),(740041,119927,'login_email','mentolnet@gmail.com'),(740040,119927,'login_id','1'),(740039,119926,'_server_http_x_forwarded_for_0','119.27.178.206'),(740038,119926,'_server_remote_addr','119.27.178.206'),(740037,119926,'_xmlrpc_request','true'),(740036,119926,'_message_key','user_login_failed'),(740035,119926,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740034,119926,'login','mentol'),(740032,119926,'login_id','1'),(740033,119926,'login_email','mentolnet@gmail.com'),(740031,119925,'_server_http_x_forwarded_for_0','119.27.178.206'),(740030,119925,'_server_remote_addr','119.27.178.206'),(740029,119925,'_xmlrpc_request','true'),(740028,119925,'_message_key','user_login_failed'),(740026,119925,'login','mentol'),(740027,119925,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740025,119925,'login_email','mentolnet@gmail.com'),(740024,119925,'login_id','1'),(740023,119924,'_server_http_x_forwarded_for_0','119.27.178.206'),(740022,119924,'_server_remote_addr','119.27.178.206'),(740021,119924,'_xmlrpc_request','true'),(740020,119924,'_message_key','user_login_failed'),(740019,119924,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740018,119924,'login','mentol'),(740017,119924,'login_email','mentolnet@gmail.com'),(740016,119924,'login_id','1'),(740015,119923,'_server_http_x_forwarded_for_0','119.27.178.206'),(740014,119923,'_server_remote_addr','119.27.178.206'),(740013,119923,'_xmlrpc_request','true'),(740012,119923,'_message_key','user_login_failed'),(740011,119923,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740010,119923,'login','mentol'),(740008,119923,'login_id','1'),(740009,119923,'login_email','mentolnet@gmail.com'),(740007,119922,'_server_http_x_forwarded_for_0','119.27.178.206'),(740006,119922,'_server_remote_addr','119.27.178.206'),(740005,119922,'_xmlrpc_request','true'),(740004,119922,'_message_key','user_login_failed'),(740002,119922,'login','mentol'),(740003,119922,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(740001,119922,'login_email','mentolnet@gmail.com'),(740000,119922,'login_id','1'),(739999,119921,'_server_http_x_forwarded_for_0','119.27.178.206'),(739998,119921,'_server_remote_addr','119.27.178.206'),(739997,119921,'_xmlrpc_request','true'),(739996,119921,'_message_key','user_login_failed'),(739995,119921,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739994,119921,'login','mentol'),(739993,119921,'login_email','mentolnet@gmail.com'),(739992,119921,'login_id','1'),(739991,119920,'_server_http_x_forwarded_for_0','119.27.178.206'),(739990,119920,'_server_remote_addr','119.27.178.206'),(739989,119920,'_xmlrpc_request','true'),(739988,119920,'_message_key','user_login_failed'),(739987,119920,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739986,119920,'login','mentol'),(739984,119920,'login_id','1'),(739985,119920,'login_email','mentolnet@gmail.com'),(739983,119919,'_server_http_x_forwarded_for_0','119.27.178.206'),(739982,119919,'_server_remote_addr','119.27.178.206'),(739981,119919,'_xmlrpc_request','true'),(739980,119919,'_message_key','user_login_failed'),(739978,119919,'login','mentol'),(739979,119919,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739977,119919,'login_email','mentolnet@gmail.com'),(739976,119919,'login_id','1'),(739975,119918,'_server_http_x_forwarded_for_0','119.27.178.206'),(739974,119918,'_server_remote_addr','119.27.178.206'),(739973,119918,'_xmlrpc_request','true'),(739972,119918,'_message_key','user_login_failed'),(739971,119918,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739970,119918,'login','mentol'),(739969,119918,'login_email','mentolnet@gmail.com'),(739968,119918,'login_id','1'),(739967,119917,'_server_http_x_forwarded_for_0','119.27.178.206'),(739966,119917,'_server_remote_addr','119.27.178.206'),(739965,119917,'_xmlrpc_request','true'),(739964,119917,'_message_key','user_login_failed'),(739963,119917,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739962,119917,'login','mentol'),(739960,119917,'login_id','1'),(739961,119917,'login_email','mentolnet@gmail.com'),(739959,119916,'_server_http_x_forwarded_for_0','119.27.178.206'),(739958,119916,'_server_remote_addr','119.27.178.206'),(739957,119916,'_xmlrpc_request','true'),(739956,119916,'_message_key','user_login_failed'),(739954,119916,'login','mentol'),(739955,119916,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739953,119916,'login_email','mentolnet@gmail.com'),(739952,119916,'login_id','1'),(739951,119915,'_server_http_x_forwarded_for_0','119.27.178.206'),(739950,119915,'_server_remote_addr','119.27.178.206'),(739949,119915,'_xmlrpc_request','true'),(739948,119915,'_message_key','user_login_failed'),(739947,119915,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739946,119915,'login','mentol'),(739945,119915,'login_email','mentolnet@gmail.com'),(739944,119915,'login_id','1'),(739943,119914,'_server_http_x_forwarded_for_0','119.27.178.206'),(739942,119914,'_server_remote_addr','119.27.178.206'),(739941,119914,'_xmlrpc_request','true'),(739940,119914,'_message_key','user_login_failed'),(739939,119914,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739938,119914,'login','mentol'),(739936,119914,'login_id','1'),(739937,119914,'login_email','mentolnet@gmail.com'),(739935,119913,'_server_http_x_forwarded_for_0','119.27.178.206'),(739934,119913,'_server_remote_addr','119.27.178.206'),(739933,119913,'_xmlrpc_request','true'),(739932,119913,'_message_key','user_login_failed'),(739930,119913,'login','mentol'),(739931,119913,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739929,119913,'login_email','mentolnet@gmail.com'),(739928,119913,'login_id','1'),(739927,119912,'_server_http_x_forwarded_for_0','119.27.178.206'),(739926,119912,'_server_remote_addr','119.27.178.206'),(739925,119912,'_xmlrpc_request','true'),(739924,119912,'_message_key','user_login_failed'),(739923,119912,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739922,119912,'login','mentol'),(739921,119912,'login_email','mentolnet@gmail.com'),(739920,119912,'login_id','1'),(739919,119911,'_server_http_x_forwarded_for_0','119.27.178.206'),(739918,119911,'_server_remote_addr','119.27.178.206'),(739917,119911,'_xmlrpc_request','true'),(739916,119911,'_message_key','user_login_failed'),(739915,119911,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739914,119911,'login','mentol'),(739912,119911,'login_id','1'),(739913,119911,'login_email','mentolnet@gmail.com'),(739911,119910,'_server_http_x_forwarded_for_0','119.27.178.206'),(739910,119910,'_server_remote_addr','119.27.178.206'),(739909,119910,'_xmlrpc_request','true'),(739908,119910,'_message_key','user_login_failed'),(739906,119910,'login','mentol'),(739907,119910,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739905,119910,'login_email','mentolnet@gmail.com'),(739904,119910,'login_id','1'),(739903,119909,'_server_http_x_forwarded_for_0','119.27.178.206'),(739902,119909,'_server_remote_addr','119.27.178.206'),(739901,119909,'_xmlrpc_request','true'),(739900,119909,'_message_key','user_login_failed'),(739899,119909,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739898,119909,'login','mentol'),(739897,119909,'login_email','mentolnet@gmail.com'),(739896,119909,'login_id','1'),(739895,119908,'_server_http_x_forwarded_for_0','119.27.178.206'),(739894,119908,'_server_remote_addr','119.27.178.206'),(739893,119908,'_xmlrpc_request','true'),(739892,119908,'_message_key','user_login_failed'),(739891,119908,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739890,119908,'login','mentol'),(739888,119908,'login_id','1'),(739889,119908,'login_email','mentolnet@gmail.com'),(739887,119907,'_server_http_x_forwarded_for_0','119.27.178.206'),(739886,119907,'_server_remote_addr','119.27.178.206'),(739885,119907,'_xmlrpc_request','true'),(739884,119907,'_message_key','user_login_failed'),(739882,119907,'login','mentol'),(739883,119907,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739881,119907,'login_email','mentolnet@gmail.com'),(739880,119907,'login_id','1'),(739879,119906,'_server_http_x_forwarded_for_0','119.27.178.206'),(739878,119906,'_server_remote_addr','119.27.178.206'),(739877,119906,'_xmlrpc_request','true'),(739876,119906,'_message_key','user_login_failed'),(739875,119906,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739874,119906,'login','mentol'),(739873,119906,'login_email','mentolnet@gmail.com'),(739872,119906,'login_id','1'),(739871,119905,'_server_http_x_forwarded_for_0','119.27.178.206'),(739870,119905,'_server_remote_addr','119.27.178.206'),(739869,119905,'_xmlrpc_request','true'),(739868,119905,'_message_key','user_login_failed'),(739867,119905,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739866,119905,'login','mentol'),(739864,119905,'login_id','1'),(739865,119905,'login_email','mentolnet@gmail.com'),(739863,119904,'_server_http_x_forwarded_for_0','119.27.178.206'),(739862,119904,'_server_remote_addr','119.27.178.206'),(739861,119904,'_xmlrpc_request','true'),(739860,119904,'_message_key','user_login_failed'),(739858,119904,'login','mentol'),(739859,119904,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739857,119904,'login_email','mentolnet@gmail.com'),(739856,119904,'login_id','1'),(739855,119903,'_server_http_x_forwarded_for_0','119.27.178.206'),(739854,119903,'_server_remote_addr','119.27.178.206'),(739853,119903,'_xmlrpc_request','true'),(739852,119903,'_message_key','user_login_failed'),(739851,119903,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739850,119903,'login','mentol'),(739849,119903,'login_email','mentolnet@gmail.com'),(739848,119903,'login_id','1'),(739847,119902,'_server_http_x_forwarded_for_0','119.27.178.206'),(739846,119902,'_server_remote_addr','119.27.178.206'),(739845,119902,'_xmlrpc_request','true'),(739844,119902,'_message_key','user_login_failed'),(739843,119902,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739842,119902,'login','mentol'),(739840,119902,'login_id','1'),(739841,119902,'login_email','mentolnet@gmail.com'),(739839,119901,'_server_http_x_forwarded_for_0','119.27.178.206'),(739838,119901,'_server_remote_addr','119.27.178.206'),(739837,119901,'_xmlrpc_request','true'),(739836,119901,'_message_key','user_login_failed'),(739834,119901,'login','mentol'),(739835,119901,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739833,119901,'login_email','mentolnet@gmail.com'),(739832,119901,'login_id','1'),(739831,119900,'_server_http_x_forwarded_for_0','119.27.178.206'),(739830,119900,'_server_remote_addr','119.27.178.206'),(739829,119900,'_xmlrpc_request','true'),(739828,119900,'_message_key','user_login_failed'),(739827,119900,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739826,119900,'login','mentol'),(739825,119900,'login_email','mentolnet@gmail.com'),(739824,119900,'login_id','1'),(739823,119899,'_server_http_x_forwarded_for_0','119.27.178.206'),(739822,119899,'_server_remote_addr','119.27.178.206'),(739821,119899,'_xmlrpc_request','true'),(739820,119899,'_message_key','user_login_failed'),(739819,119899,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739818,119899,'login','mentol'),(739816,119899,'login_id','1'),(739817,119899,'login_email','mentolnet@gmail.com'),(739815,119898,'_server_http_x_forwarded_for_0','119.27.178.206'),(739814,119898,'_server_remote_addr','119.27.178.206'),(739813,119898,'_xmlrpc_request','true'),(739812,119898,'_message_key','user_login_failed'),(739810,119898,'login','mentol'),(739811,119898,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739809,119898,'login_email','mentolnet@gmail.com'),(739808,119898,'login_id','1'),(739807,119897,'_server_http_x_forwarded_for_0','119.27.178.206'),(739806,119897,'_server_remote_addr','119.27.178.206'),(739805,119897,'_xmlrpc_request','true'),(739804,119897,'_message_key','user_login_failed'),(739803,119897,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739802,119897,'login','mentol'),(739801,119897,'login_email','mentolnet@gmail.com'),(739800,119897,'login_id','1'),(739799,119896,'_server_http_x_forwarded_for_0','119.27.178.206'),(739798,119896,'_server_remote_addr','119.27.178.206'),(739797,119896,'_xmlrpc_request','true'),(739796,119896,'_message_key','user_login_failed'),(739795,119896,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739794,119896,'login','mentol'),(739792,119896,'login_id','1'),(739793,119896,'login_email','mentolnet@gmail.com'),(739791,119895,'_server_http_x_forwarded_for_0','119.27.178.206'),(739790,119895,'_server_remote_addr','119.27.178.206'),(739789,119895,'_xmlrpc_request','true'),(739788,119895,'_message_key','user_login_failed'),(739786,119895,'login','mentol'),(739787,119895,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739785,119895,'login_email','mentolnet@gmail.com'),(739784,119895,'login_id','1'),(739783,119894,'_server_http_x_forwarded_for_0','119.27.178.206'),(739782,119894,'_server_remote_addr','119.27.178.206'),(739781,119894,'_xmlrpc_request','true'),(739780,119894,'_message_key','user_login_failed'),(739779,119894,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739778,119894,'login','mentol'),(739777,119894,'login_email','mentolnet@gmail.com'),(739776,119894,'login_id','1'),(739775,119893,'_server_http_x_forwarded_for_0','119.27.178.206'),(739774,119893,'_server_remote_addr','119.27.178.206'),(739773,119893,'_xmlrpc_request','true'),(739772,119893,'_message_key','user_login_failed'),(739771,119893,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739770,119893,'login','mentol'),(739768,119893,'login_id','1'),(739769,119893,'login_email','mentolnet@gmail.com'),(739767,119892,'_server_http_x_forwarded_for_0','119.27.178.206'),(739766,119892,'_server_remote_addr','119.27.178.206'),(739765,119892,'_xmlrpc_request','true'),(739764,119892,'_message_key','user_login_failed'),(739762,119892,'login','mentol'),(739763,119892,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739761,119892,'login_email','mentolnet@gmail.com'),(739760,119892,'login_id','1'),(739759,119891,'_server_http_x_forwarded_for_0','119.27.178.206'),(739758,119891,'_server_remote_addr','119.27.178.206'),(739757,119891,'_xmlrpc_request','true'),(739756,119891,'_message_key','user_login_failed'),(739755,119891,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739754,119891,'login','mentol'),(739753,119891,'login_email','mentolnet@gmail.com'),(739752,119891,'login_id','1'),(739751,119890,'_server_http_x_forwarded_for_0','119.27.178.206'),(739750,119890,'_server_remote_addr','119.27.178.206'),(739749,119890,'_xmlrpc_request','true'),(739748,119890,'_message_key','user_login_failed'),(739747,119890,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739746,119890,'login','mentol'),(739744,119890,'login_id','1'),(739745,119890,'login_email','mentolnet@gmail.com'),(739743,119889,'_server_http_x_forwarded_for_0','119.27.178.206'),(739742,119889,'_server_remote_addr','119.27.178.206'),(739741,119889,'_xmlrpc_request','true'),(739740,119889,'_message_key','user_login_failed'),(739738,119889,'login','mentol'),(739739,119889,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739737,119889,'login_email','mentolnet@gmail.com'),(739736,119889,'login_id','1'),(739735,119888,'_server_http_x_forwarded_for_0','119.27.178.206'),(739734,119888,'_server_remote_addr','119.27.178.206'),(739733,119888,'_xmlrpc_request','true'),(739732,119888,'_message_key','user_login_failed'),(739731,119888,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739730,119888,'login','mentol'),(739729,119888,'login_email','mentolnet@gmail.com'),(739728,119888,'login_id','1'),(739727,119887,'_server_http_x_forwarded_for_0','119.27.178.206'),(739726,119887,'_server_remote_addr','119.27.178.206'),(739725,119887,'_xmlrpc_request','true'),(739724,119887,'_message_key','user_login_failed'),(739723,119887,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739722,119887,'login','mentol'),(739720,119887,'login_id','1'),(739721,119887,'login_email','mentolnet@gmail.com'),(739719,119886,'_server_http_x_forwarded_for_0','119.27.178.206'),(739718,119886,'_server_remote_addr','119.27.178.206'),(739717,119886,'_xmlrpc_request','true'),(739716,119886,'_message_key','user_login_failed'),(739714,119886,'login','mentol'),(739715,119886,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739713,119886,'login_email','mentolnet@gmail.com'),(739712,119886,'login_id','1'),(739711,119885,'_server_http_x_forwarded_for_0','119.27.178.206'),(739710,119885,'_server_remote_addr','119.27.178.206'),(739709,119885,'_xmlrpc_request','true'),(739708,119885,'_message_key','user_login_failed'),(739707,119885,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739706,119885,'login','mentol'),(739705,119885,'login_email','mentolnet@gmail.com'),(739704,119885,'login_id','1'),(739703,119884,'_server_http_x_forwarded_for_0','119.27.178.206'),(739702,119884,'_server_remote_addr','119.27.178.206'),(739701,119884,'_xmlrpc_request','true'),(739700,119884,'_message_key','user_login_failed'),(739699,119884,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739698,119884,'login','mentol'),(739696,119884,'login_id','1'),(739697,119884,'login_email','mentolnet@gmail.com'),(739695,119883,'_server_http_x_forwarded_for_0','119.27.178.206'),(739694,119883,'_server_remote_addr','119.27.178.206'),(739693,119883,'_xmlrpc_request','true'),(739692,119883,'_message_key','user_login_failed'),(739690,119883,'login','mentol'),(739691,119883,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739689,119883,'login_email','mentolnet@gmail.com'),(739688,119883,'login_id','1'),(739687,119882,'_server_http_x_forwarded_for_0','119.27.178.206'),(739686,119882,'_server_remote_addr','119.27.178.206'),(739685,119882,'_xmlrpc_request','true'),(739684,119882,'_message_key','user_login_failed'),(739683,119882,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739682,119882,'login','mentol'),(739681,119882,'login_email','mentolnet@gmail.com'),(739680,119882,'login_id','1'),(739679,119881,'_server_http_x_forwarded_for_0','119.27.178.206'),(739678,119881,'_server_remote_addr','119.27.178.206'),(739677,119881,'_xmlrpc_request','true'),(739676,119881,'_message_key','user_login_failed'),(739675,119881,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739674,119881,'login','mentol'),(739672,119881,'login_id','1'),(739673,119881,'login_email','mentolnet@gmail.com'),(739671,119880,'_server_http_x_forwarded_for_0','119.27.178.206'),(739670,119880,'_server_remote_addr','119.27.178.206'),(739669,119880,'_xmlrpc_request','true'),(739668,119880,'_message_key','user_login_failed'),(739666,119880,'login','mentol'),(739667,119880,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739665,119880,'login_email','mentolnet@gmail.com'),(739664,119880,'login_id','1'),(739663,119879,'_server_http_x_forwarded_for_0','119.27.178.206'),(739662,119879,'_server_remote_addr','119.27.178.206'),(739661,119879,'_xmlrpc_request','true'),(739660,119879,'_message_key','user_login_failed'),(739659,119879,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739658,119879,'login','mentol'),(739657,119879,'login_email','mentolnet@gmail.com'),(739656,119879,'login_id','1'),(739655,119878,'_server_http_x_forwarded_for_0','119.27.178.206'),(739654,119878,'_server_remote_addr','119.27.178.206'),(739653,119878,'_xmlrpc_request','true'),(739652,119878,'_message_key','user_login_failed'),(739651,119878,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739650,119878,'login','mentol'),(739648,119878,'login_id','1'),(739649,119878,'login_email','mentolnet@gmail.com'),(739647,119877,'_server_http_x_forwarded_for_0','119.27.178.206'),(739646,119877,'_server_remote_addr','119.27.178.206'),(739645,119877,'_xmlrpc_request','true'),(739644,119877,'_message_key','user_login_failed'),(739642,119877,'login','mentol'),(739643,119877,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739641,119877,'login_email','mentolnet@gmail.com'),(739640,119877,'login_id','1'),(739639,119876,'_server_http_x_forwarded_for_0','119.27.178.206'),(739638,119876,'_server_remote_addr','119.27.178.206'),(739637,119876,'_xmlrpc_request','true'),(739636,119876,'_message_key','user_login_failed'),(739635,119876,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739634,119876,'login','mentol'),(739633,119876,'login_email','mentolnet@gmail.com'),(739632,119876,'login_id','1'),(739631,119875,'_server_http_x_forwarded_for_0','119.27.178.206'),(739630,119875,'_server_remote_addr','119.27.178.206'),(739629,119875,'_xmlrpc_request','true'),(739628,119875,'_message_key','user_login_failed'),(739627,119875,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739626,119875,'login','mentol'),(739624,119875,'login_id','1'),(739625,119875,'login_email','mentolnet@gmail.com'),(739623,119874,'_server_http_x_forwarded_for_0','119.27.178.206'),(739622,119874,'_server_remote_addr','119.27.178.206'),(739621,119874,'_xmlrpc_request','true'),(739620,119874,'_message_key','user_login_failed'),(739618,119874,'login','mentol'),(739619,119874,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739617,119874,'login_email','mentolnet@gmail.com'),(739616,119874,'login_id','1'),(739615,119873,'_server_http_x_forwarded_for_0','119.27.178.206'),(739614,119873,'_server_remote_addr','119.27.178.206'),(739613,119873,'_xmlrpc_request','true'),(739612,119873,'_message_key','user_login_failed'),(739611,119873,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739610,119873,'login','mentol'),(739609,119873,'login_email','mentolnet@gmail.com'),(739608,119873,'login_id','1'),(739607,119872,'_server_http_x_forwarded_for_0','119.27.178.206'),(739606,119872,'_server_remote_addr','119.27.178.206'),(739605,119872,'_xmlrpc_request','true'),(739604,119872,'_message_key','user_login_failed'),(739603,119872,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739602,119872,'login','mentol'),(739600,119872,'login_id','1'),(739601,119872,'login_email','mentolnet@gmail.com'),(739599,119871,'_server_http_x_forwarded_for_0','119.27.178.206'),(739598,119871,'_server_remote_addr','119.27.178.206'),(739597,119871,'_xmlrpc_request','true'),(739596,119871,'_message_key','user_login_failed'),(739594,119871,'login','mentol'),(739595,119871,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739593,119871,'login_email','mentolnet@gmail.com'),(739592,119871,'login_id','1'),(739591,119870,'_server_http_x_forwarded_for_0','119.27.178.206'),(739590,119870,'_server_remote_addr','119.27.178.206'),(739589,119870,'_xmlrpc_request','true'),(739588,119870,'_message_key','user_login_failed'),(739587,119870,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739586,119870,'login','mentol'),(739585,119870,'login_email','mentolnet@gmail.com'),(739584,119870,'login_id','1'),(739583,119869,'_server_http_x_forwarded_for_0','119.27.178.206'),(739582,119869,'_server_remote_addr','119.27.178.206'),(739581,119869,'_xmlrpc_request','true'),(739580,119869,'_message_key','user_login_failed'),(739579,119869,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739578,119869,'login','mentol'),(739576,119869,'login_id','1'),(739577,119869,'login_email','mentolnet@gmail.com'),(739575,119868,'_server_http_x_forwarded_for_0','119.27.178.206'),(739574,119868,'_server_remote_addr','119.27.178.206'),(739573,119868,'_xmlrpc_request','true'),(739572,119868,'_message_key','user_login_failed'),(739570,119868,'login','mentol'),(739571,119868,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739569,119868,'login_email','mentolnet@gmail.com'),(739568,119868,'login_id','1'),(739567,119867,'_server_http_x_forwarded_for_0','119.27.178.206'),(739566,119867,'_server_remote_addr','119.27.178.206'),(739565,119867,'_xmlrpc_request','true'),(739564,119867,'_message_key','user_login_failed'),(739563,119867,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739562,119867,'login','mentol'),(739561,119867,'login_email','mentolnet@gmail.com'),(739560,119867,'login_id','1'),(739559,119866,'_server_http_x_forwarded_for_0','119.27.178.206'),(739558,119866,'_server_remote_addr','119.27.178.206'),(739557,119866,'_xmlrpc_request','true'),(739556,119866,'_message_key','user_login_failed'),(739555,119866,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739554,119866,'login','mentol'),(739552,119866,'login_id','1'),(739553,119866,'login_email','mentolnet@gmail.com'),(739551,119865,'_server_http_x_forwarded_for_0','119.27.178.206'),(739550,119865,'_server_remote_addr','119.27.178.206'),(739549,119865,'_xmlrpc_request','true'),(739548,119865,'_message_key','user_login_failed'),(739546,119865,'login','mentol'),(739547,119865,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739545,119865,'login_email','mentolnet@gmail.com'),(739544,119865,'login_id','1'),(739543,119864,'_server_http_x_forwarded_for_0','119.27.178.206'),(739542,119864,'_server_remote_addr','119.27.178.206'),(739541,119864,'_xmlrpc_request','true'),(739540,119864,'_message_key','user_login_failed'),(739539,119864,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739538,119864,'login','mentol'),(739537,119864,'login_email','mentolnet@gmail.com'),(739536,119864,'login_id','1'),(739535,119863,'_server_http_x_forwarded_for_0','119.27.178.206'),(739534,119863,'_server_remote_addr','119.27.178.206'),(739533,119863,'_xmlrpc_request','true'),(739532,119863,'_message_key','user_login_failed'),(739531,119863,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739530,119863,'login','mentol'),(739528,119863,'login_id','1'),(739529,119863,'login_email','mentolnet@gmail.com'),(739527,119862,'_server_http_x_forwarded_for_0','119.27.178.206'),(739526,119862,'_server_remote_addr','119.27.178.206'),(739525,119862,'_xmlrpc_request','true'),(739524,119862,'_message_key','user_login_failed'),(739522,119862,'login','mentol'),(739523,119862,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739521,119862,'login_email','mentolnet@gmail.com'),(739520,119862,'login_id','1'),(739519,119861,'_server_http_x_forwarded_for_0','119.27.178.206'),(739518,119861,'_server_remote_addr','119.27.178.206'),(739517,119861,'_xmlrpc_request','true'),(739516,119861,'_message_key','user_login_failed'),(739515,119861,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739514,119861,'login','mentol'),(739513,119861,'login_email','mentolnet@gmail.com'),(739512,119861,'login_id','1'),(739511,119860,'_server_http_x_forwarded_for_0','119.27.178.206'),(739510,119860,'_server_remote_addr','119.27.178.206'),(739509,119860,'_xmlrpc_request','true'),(739508,119860,'_message_key','user_login_failed'),(739507,119860,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739506,119860,'login','mentol'),(739504,119860,'login_id','1'),(739505,119860,'login_email','mentolnet@gmail.com'),(739503,119859,'_server_http_x_forwarded_for_0','119.27.178.206'),(739502,119859,'_server_remote_addr','119.27.178.206'),(739501,119859,'_xmlrpc_request','true'),(739500,119859,'_message_key','user_login_failed'),(739498,119859,'login','mentol'),(739499,119859,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739497,119859,'login_email','mentolnet@gmail.com'),(739496,119859,'login_id','1'),(739495,119858,'_server_http_x_forwarded_for_0','119.27.178.206'),(739494,119858,'_server_remote_addr','119.27.178.206'),(739493,119858,'_xmlrpc_request','true'),(739492,119858,'_message_key','user_login_failed'),(739491,119858,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739490,119858,'login','mentol'),(739489,119858,'login_email','mentolnet@gmail.com'),(739488,119858,'login_id','1'),(739487,119857,'_server_http_x_forwarded_for_0','119.27.178.206'),(739486,119857,'_server_remote_addr','119.27.178.206'),(739485,119857,'_xmlrpc_request','true'),(739484,119857,'_message_key','user_login_failed'),(739483,119857,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739482,119857,'login','mentol'),(739480,119857,'login_id','1'),(739481,119857,'login_email','mentolnet@gmail.com'),(739479,119856,'_server_http_x_forwarded_for_0','119.27.178.206'),(739478,119856,'_server_remote_addr','119.27.178.206'),(739477,119856,'_xmlrpc_request','true'),(739476,119856,'_message_key','user_login_failed'),(739474,119856,'login','mentol'),(739475,119856,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739473,119856,'login_email','mentolnet@gmail.com'),(739472,119856,'login_id','1'),(739471,119855,'_server_http_x_forwarded_for_0','119.27.178.206'),(739470,119855,'_server_remote_addr','119.27.178.206'),(739469,119855,'_xmlrpc_request','true'),(739468,119855,'_message_key','user_login_failed'),(739467,119855,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739466,119855,'login','mentol'),(739465,119855,'login_email','mentolnet@gmail.com'),(739464,119855,'login_id','1'),(739463,119854,'_server_http_x_forwarded_for_0','119.27.178.206'),(739462,119854,'_server_remote_addr','119.27.178.206'),(739461,119854,'_xmlrpc_request','true'),(739460,119854,'_message_key','user_login_failed'),(739459,119854,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739458,119854,'login','mentol'),(739456,119854,'login_id','1'),(739457,119854,'login_email','mentolnet@gmail.com'),(739455,119853,'_server_http_x_forwarded_for_0','119.27.178.206'),(739454,119853,'_server_remote_addr','119.27.178.206'),(739453,119853,'_xmlrpc_request','true'),(739452,119853,'_message_key','user_login_failed'),(739450,119853,'login','mentol'),(739451,119853,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739449,119853,'login_email','mentolnet@gmail.com'),(739448,119853,'login_id','1'),(739447,119852,'_server_http_x_forwarded_for_0','119.27.178.206'),(739446,119852,'_server_remote_addr','119.27.178.206'),(739445,119852,'_xmlrpc_request','true'),(739444,119852,'_message_key','user_login_failed'),(739443,119852,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739442,119852,'login','mentol'),(739441,119852,'login_email','mentolnet@gmail.com'),(739440,119852,'login_id','1'),(739439,119851,'_server_http_x_forwarded_for_0','119.27.178.206'),(739438,119851,'_server_remote_addr','119.27.178.206'),(739437,119851,'_xmlrpc_request','true'),(739436,119851,'_message_key','user_login_failed'),(739435,119851,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739434,119851,'login','mentol'),(739432,119851,'login_id','1'),(739433,119851,'login_email','mentolnet@gmail.com'),(739431,119850,'_server_http_x_forwarded_for_0','119.27.178.206'),(739430,119850,'_server_remote_addr','119.27.178.206'),(739429,119850,'_xmlrpc_request','true'),(739428,119850,'_message_key','user_login_failed'),(739426,119850,'login','mentol'),(739427,119850,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739425,119850,'login_email','mentolnet@gmail.com'),(739424,119850,'login_id','1'),(739423,119849,'_server_http_x_forwarded_for_0','119.27.178.206'),(739422,119849,'_server_remote_addr','119.27.178.206'),(739421,119849,'_xmlrpc_request','true'),(739420,119849,'_message_key','user_login_failed'),(739419,119849,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739418,119849,'login','mentol'),(739417,119849,'login_email','mentolnet@gmail.com'),(739416,119849,'login_id','1'),(739415,119848,'_server_http_x_forwarded_for_0','119.27.178.206'),(739414,119848,'_server_remote_addr','119.27.178.206'),(739413,119848,'_xmlrpc_request','true'),(739412,119848,'_message_key','user_login_failed'),(739411,119848,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739410,119848,'login','mentol'),(739408,119848,'login_id','1'),(739409,119848,'login_email','mentolnet@gmail.com'),(739407,119847,'_server_http_x_forwarded_for_0','119.27.178.206'),(739406,119847,'_server_remote_addr','119.27.178.206'),(739405,119847,'_xmlrpc_request','true'),(739404,119847,'_message_key','user_login_failed'),(739402,119847,'login','mentol'),(739403,119847,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739401,119847,'login_email','mentolnet@gmail.com'),(739400,119847,'login_id','1'),(739399,119846,'_server_http_x_forwarded_for_0','119.27.178.206'),(739398,119846,'_server_remote_addr','119.27.178.206'),(739397,119846,'_xmlrpc_request','true'),(739396,119846,'_message_key','user_login_failed'),(739395,119846,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739394,119846,'login','mentol'),(739393,119846,'login_email','mentolnet@gmail.com'),(739392,119846,'login_id','1'),(739391,119845,'_server_http_x_forwarded_for_0','119.27.178.206'),(739390,119845,'_server_remote_addr','119.27.178.206'),(739389,119845,'_xmlrpc_request','true'),(739388,119845,'_message_key','user_login_failed'),(739387,119845,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739386,119845,'login','mentol'),(739384,119845,'login_id','1'),(739385,119845,'login_email','mentolnet@gmail.com'),(739383,119844,'_server_http_x_forwarded_for_0','119.27.178.206'),(739382,119844,'_server_remote_addr','119.27.178.206'),(739381,119844,'_xmlrpc_request','true'),(739380,119844,'_message_key','user_login_failed'),(739378,119844,'login','mentol'),(739379,119844,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739377,119844,'login_email','mentolnet@gmail.com'),(739376,119844,'login_id','1'),(739375,119843,'_server_http_x_forwarded_for_0','119.27.178.206'),(739374,119843,'_server_remote_addr','119.27.178.206'),(739373,119843,'_xmlrpc_request','true'),(739372,119843,'_message_key','user_login_failed'),(739371,119843,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739370,119843,'login','mentol'),(739369,119843,'login_email','mentolnet@gmail.com'),(739368,119843,'login_id','1'),(739367,119842,'_server_http_x_forwarded_for_0','119.27.178.206'),(739366,119842,'_server_remote_addr','119.27.178.206'),(739365,119842,'_xmlrpc_request','true'),(739364,119842,'_message_key','user_login_failed'),(739363,119842,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739362,119842,'login','mentol'),(739360,119842,'login_id','1'),(739361,119842,'login_email','mentolnet@gmail.com'),(739359,119841,'_server_http_x_forwarded_for_0','119.27.178.206'),(739358,119841,'_server_remote_addr','119.27.178.206'),(739357,119841,'_xmlrpc_request','true'),(739356,119841,'_message_key','user_login_failed'),(739354,119841,'login','mentol'),(739355,119841,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739353,119841,'login_email','mentolnet@gmail.com'),(739352,119841,'login_id','1'),(739351,119840,'_server_http_x_forwarded_for_0','119.27.178.206'),(739350,119840,'_server_remote_addr','119.27.178.206'),(739349,119840,'_xmlrpc_request','true'),(739348,119840,'_message_key','user_login_failed'),(739347,119840,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739346,119840,'login','mentol'),(739345,119840,'login_email','mentolnet@gmail.com'),(739344,119840,'login_id','1'),(739343,119839,'_server_http_x_forwarded_for_0','119.27.178.206'),(739342,119839,'_server_remote_addr','119.27.178.206'),(739341,119839,'_xmlrpc_request','true'),(739340,119839,'_message_key','user_login_failed'),(739339,119839,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739338,119839,'login','mentol'),(739336,119839,'login_id','1'),(739337,119839,'login_email','mentolnet@gmail.com'),(739335,119838,'_server_http_x_forwarded_for_0','119.27.178.206'),(739334,119838,'_server_remote_addr','119.27.178.206'),(739333,119838,'_xmlrpc_request','true'),(739332,119838,'_message_key','user_login_failed'),(739330,119838,'login','mentol'),(739331,119838,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739329,119838,'login_email','mentolnet@gmail.com'),(739328,119838,'login_id','1'),(739327,119837,'_server_http_x_forwarded_for_0','119.27.178.206'),(739326,119837,'_server_remote_addr','119.27.178.206'),(739325,119837,'_xmlrpc_request','true'),(739324,119837,'_message_key','user_login_failed'),(739323,119837,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739322,119837,'login','mentol'),(739321,119837,'login_email','mentolnet@gmail.com'),(739320,119837,'login_id','1'),(739319,119836,'_server_http_x_forwarded_for_0','119.27.178.206'),(739318,119836,'_server_remote_addr','119.27.178.206'),(739317,119836,'_xmlrpc_request','true'),(739316,119836,'_message_key','user_login_failed'),(739315,119836,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739314,119836,'login','mentol'),(739312,119836,'login_id','1'),(739313,119836,'login_email','mentolnet@gmail.com'),(739311,119835,'_server_http_x_forwarded_for_0','119.27.178.206'),(739310,119835,'_server_remote_addr','119.27.178.206'),(739309,119835,'_xmlrpc_request','true'),(739308,119835,'_message_key','user_login_failed'),(739306,119835,'login','mentol'),(739307,119835,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739305,119835,'login_email','mentolnet@gmail.com'),(739304,119835,'login_id','1'),(739303,119834,'_server_http_x_forwarded_for_0','119.27.178.206'),(739302,119834,'_server_remote_addr','119.27.178.206'),(739301,119834,'_xmlrpc_request','true'),(739300,119834,'_message_key','user_login_failed'),(739299,119834,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739298,119834,'login','mentol'),(739297,119834,'login_email','mentolnet@gmail.com'),(739296,119834,'login_id','1'),(739295,119833,'_server_http_x_forwarded_for_0','119.27.178.206'),(739294,119833,'_server_remote_addr','119.27.178.206'),(739293,119833,'_xmlrpc_request','true'),(739292,119833,'_message_key','user_login_failed'),(739291,119833,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739290,119833,'login','mentol'),(739288,119833,'login_id','1'),(739289,119833,'login_email','mentolnet@gmail.com'),(739287,119832,'_server_http_x_forwarded_for_0','119.27.178.206'),(739286,119832,'_server_remote_addr','119.27.178.206'),(739285,119832,'_xmlrpc_request','true'),(739284,119832,'_message_key','user_login_failed'),(739282,119832,'login','mentol'),(739283,119832,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739281,119832,'login_email','mentolnet@gmail.com'),(739280,119832,'login_id','1'),(739279,119831,'_server_http_x_forwarded_for_0','119.27.178.206'),(739278,119831,'_server_remote_addr','119.27.178.206'),(739277,119831,'_xmlrpc_request','true'),(739276,119831,'_message_key','user_login_failed'),(739275,119831,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739274,119831,'login','mentol'),(739273,119831,'login_email','mentolnet@gmail.com'),(739272,119831,'login_id','1'),(739271,119830,'_server_http_x_forwarded_for_0','119.27.178.206'),(739270,119830,'_server_remote_addr','119.27.178.206'),(739269,119830,'_xmlrpc_request','true'),(739268,119830,'_message_key','user_login_failed'),(739267,119830,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739266,119830,'login','mentol'),(739264,119830,'login_id','1'),(739265,119830,'login_email','mentolnet@gmail.com'),(739263,119829,'_server_http_x_forwarded_for_0','119.27.178.206'),(739262,119829,'_server_remote_addr','119.27.178.206'),(739261,119829,'_xmlrpc_request','true'),(739260,119829,'_message_key','user_login_failed'),(739258,119829,'login','mentol'),(739259,119829,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739257,119829,'login_email','mentolnet@gmail.com'),(739256,119829,'login_id','1'),(739255,119828,'_server_http_x_forwarded_for_0','119.27.178.206'),(739254,119828,'_server_remote_addr','119.27.178.206'),(739253,119828,'_xmlrpc_request','true'),(739252,119828,'_message_key','user_login_failed'),(739251,119828,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739250,119828,'login','mentol'),(739249,119828,'login_email','mentolnet@gmail.com'),(739248,119828,'login_id','1'),(739247,119827,'_server_http_x_forwarded_for_0','119.27.178.206'),(739246,119827,'_server_remote_addr','119.27.178.206'),(739245,119827,'_xmlrpc_request','true'),(739244,119827,'_message_key','user_login_failed'),(739243,119827,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739242,119827,'login','mentol'),(739240,119827,'login_id','1'),(739241,119827,'login_email','mentolnet@gmail.com'),(739239,119826,'_server_http_x_forwarded_for_0','119.27.178.206'),(739238,119826,'_server_remote_addr','119.27.178.206'),(739237,119826,'_xmlrpc_request','true'),(739236,119826,'_message_key','user_login_failed'),(739234,119826,'login','mentol'),(739235,119826,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739233,119826,'login_email','mentolnet@gmail.com'),(739232,119826,'login_id','1'),(739231,119825,'_server_http_x_forwarded_for_0','119.27.178.206'),(739230,119825,'_server_remote_addr','119.27.178.206'),(739229,119825,'_xmlrpc_request','true'),(739228,119825,'_message_key','user_login_failed'),(739227,119825,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739226,119825,'login','mentol'),(739225,119825,'login_email','mentolnet@gmail.com'),(739224,119825,'login_id','1'),(739223,119824,'_server_http_x_forwarded_for_0','119.27.178.206'),(739222,119824,'_server_remote_addr','119.27.178.206'),(739221,119824,'_xmlrpc_request','true'),(739220,119824,'_message_key','user_login_failed'),(739219,119824,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739218,119824,'login','mentol'),(739216,119824,'login_id','1'),(739217,119824,'login_email','mentolnet@gmail.com'),(739215,119823,'_server_http_x_forwarded_for_0','119.27.178.206'),(739214,119823,'_server_remote_addr','119.27.178.206'),(739213,119823,'_xmlrpc_request','true'),(739212,119823,'_message_key','user_login_failed'),(739210,119823,'login','mentol'),(739211,119823,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739209,119823,'login_email','mentolnet@gmail.com'),(739208,119823,'login_id','1'),(739207,119822,'_server_http_x_forwarded_for_0','119.27.178.206'),(739206,119822,'_server_remote_addr','119.27.178.206'),(739205,119822,'_xmlrpc_request','true'),(739204,119822,'_message_key','user_login_failed'),(739203,119822,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739202,119822,'login','mentol'),(739201,119822,'login_email','mentolnet@gmail.com'),(739200,119822,'login_id','1'),(739199,119821,'_server_http_x_forwarded_for_0','119.27.178.206'),(739198,119821,'_server_remote_addr','119.27.178.206'),(739197,119821,'_xmlrpc_request','true'),(739196,119821,'_message_key','user_login_failed'),(739195,119821,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739194,119821,'login','mentol'),(739192,119821,'login_id','1'),(739193,119821,'login_email','mentolnet@gmail.com'),(739191,119820,'_server_http_x_forwarded_for_0','119.27.178.206'),(739190,119820,'_server_remote_addr','119.27.178.206'),(739189,119820,'_xmlrpc_request','true'),(739188,119820,'_message_key','user_login_failed'),(739186,119820,'login','mentol'),(739187,119820,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739185,119820,'login_email','mentolnet@gmail.com'),(739184,119820,'login_id','1'),(739183,119819,'_server_http_x_forwarded_for_0','119.27.178.206'),(739182,119819,'_server_remote_addr','119.27.178.206'),(739181,119819,'_xmlrpc_request','true'),(739180,119819,'_message_key','user_login_failed'),(739179,119819,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739178,119819,'login','mentol'),(739177,119819,'login_email','mentolnet@gmail.com'),(739176,119819,'login_id','1'),(739175,119818,'_server_http_x_forwarded_for_0','119.27.178.206'),(739174,119818,'_server_remote_addr','119.27.178.206'),(739173,119818,'_xmlrpc_request','true'),(739172,119818,'_message_key','user_login_failed'),(739171,119818,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739170,119818,'login','mentol'),(739168,119818,'login_id','1'),(739169,119818,'login_email','mentolnet@gmail.com'),(739167,119817,'_server_http_x_forwarded_for_0','119.27.178.206'),(739166,119817,'_server_remote_addr','119.27.178.206'),(739165,119817,'_xmlrpc_request','true'),(739164,119817,'_message_key','user_login_failed'),(739162,119817,'login','mentol'),(739163,119817,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739161,119817,'login_email','mentolnet@gmail.com'),(739160,119817,'login_id','1'),(739159,119816,'_server_http_x_forwarded_for_0','119.27.178.206'),(739158,119816,'_server_remote_addr','119.27.178.206'),(739157,119816,'_xmlrpc_request','true'),(739156,119816,'_message_key','user_login_failed'),(739155,119816,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739154,119816,'login','mentol'),(739153,119816,'login_email','mentolnet@gmail.com'),(739152,119816,'login_id','1'),(739151,119815,'_server_http_x_forwarded_for_0','119.27.178.206'),(739150,119815,'_server_remote_addr','119.27.178.206'),(739149,119815,'_xmlrpc_request','true'),(739148,119815,'_message_key','user_login_failed'),(739147,119815,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739146,119815,'login','mentol'),(739144,119815,'login_id','1'),(739145,119815,'login_email','mentolnet@gmail.com'),(739143,119814,'_server_http_x_forwarded_for_0','119.27.178.206'),(739142,119814,'_server_remote_addr','119.27.178.206'),(739141,119814,'_xmlrpc_request','true'),(739140,119814,'_message_key','user_login_failed'),(739138,119814,'login','mentol'),(739139,119814,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739137,119814,'login_email','mentolnet@gmail.com'),(739136,119814,'login_id','1'),(739135,119813,'_server_http_x_forwarded_for_0','119.27.178.206'),(739134,119813,'_server_remote_addr','119.27.178.206'),(739133,119813,'_xmlrpc_request','true'),(739132,119813,'_message_key','user_login_failed'),(739131,119813,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739130,119813,'login','mentol'),(739129,119813,'login_email','mentolnet@gmail.com'),(739128,119813,'login_id','1'),(739127,119812,'_server_http_x_forwarded_for_0','119.27.178.206'),(739126,119812,'_server_remote_addr','119.27.178.206'),(739125,119812,'_xmlrpc_request','true'),(739124,119812,'_message_key','user_login_failed'),(739123,119812,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739122,119812,'login','mentol'),(739120,119812,'login_id','1'),(739121,119812,'login_email','mentolnet@gmail.com'),(739119,119811,'_server_http_x_forwarded_for_0','119.27.178.206'),(739118,119811,'_server_remote_addr','119.27.178.206'),(739117,119811,'_xmlrpc_request','true'),(739116,119811,'_message_key','user_login_failed'),(739114,119811,'login','mentol'),(739115,119811,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739113,119811,'login_email','mentolnet@gmail.com'),(739112,119811,'login_id','1'),(739111,119810,'_server_http_x_forwarded_for_0','119.27.178.206'),(739110,119810,'_server_remote_addr','119.27.178.206'),(739109,119810,'_xmlrpc_request','true'),(739108,119810,'_message_key','user_login_failed'),(739107,119810,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739106,119810,'login','mentol'),(739105,119810,'login_email','mentolnet@gmail.com'),(739104,119810,'login_id','1'),(739103,119809,'_server_http_x_forwarded_for_0','119.27.178.206'),(739102,119809,'_server_remote_addr','119.27.178.206'),(739101,119809,'_xmlrpc_request','true'),(739100,119809,'_message_key','user_login_failed'),(739099,119809,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739098,119809,'login','mentol'),(739096,119809,'login_id','1'),(739097,119809,'login_email','mentolnet@gmail.com'),(739095,119808,'_server_http_x_forwarded_for_0','119.27.178.206'),(739094,119808,'_server_remote_addr','119.27.178.206'),(739093,119808,'_xmlrpc_request','true'),(739092,119808,'_message_key','user_login_failed'),(739090,119808,'login','mentol'),(739091,119808,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739089,119808,'login_email','mentolnet@gmail.com'),(739088,119808,'login_id','1'),(739087,119807,'_server_http_x_forwarded_for_0','119.27.178.206'),(739086,119807,'_server_remote_addr','119.27.178.206'),(739085,119807,'_xmlrpc_request','true'),(739084,119807,'_message_key','user_login_failed'),(739083,119807,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739082,119807,'login','mentol'),(739081,119807,'login_email','mentolnet@gmail.com'),(739080,119807,'login_id','1'),(739079,119806,'_server_http_x_forwarded_for_0','119.27.178.206'),(739078,119806,'_server_remote_addr','119.27.178.206'),(739077,119806,'_xmlrpc_request','true'),(739076,119806,'_message_key','user_login_failed'),(739075,119806,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739074,119806,'login','mentol'),(739072,119806,'login_id','1'),(739073,119806,'login_email','mentolnet@gmail.com'),(739071,119805,'_server_http_x_forwarded_for_0','119.27.178.206'),(739070,119805,'_server_remote_addr','119.27.178.206'),(739069,119805,'_xmlrpc_request','true'),(739068,119805,'_message_key','user_login_failed'),(739066,119805,'login','mentol'),(739067,119805,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739065,119805,'login_email','mentolnet@gmail.com'),(739064,119805,'login_id','1'),(739063,119804,'_server_http_x_forwarded_for_0','119.27.178.206'),(739062,119804,'_server_remote_addr','119.27.178.206'),(739061,119804,'_xmlrpc_request','true'),(739060,119804,'_message_key','user_login_failed'),(739059,119804,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739058,119804,'login','mentol'),(739057,119804,'login_email','mentolnet@gmail.com'),(739056,119804,'login_id','1'),(739055,119803,'_server_http_x_forwarded_for_0','119.27.178.206'),(739054,119803,'_server_remote_addr','119.27.178.206'),(739053,119803,'_xmlrpc_request','true'),(739052,119803,'_message_key','user_login_failed'),(739051,119803,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739050,119803,'login','mentol'),(739048,119803,'login_id','1'),(739049,119803,'login_email','mentolnet@gmail.com'),(739047,119802,'_server_http_x_forwarded_for_0','119.27.178.206'),(739046,119802,'_server_remote_addr','119.27.178.206'),(739045,119802,'_xmlrpc_request','true'),(739044,119802,'_message_key','user_login_failed'),(739042,119802,'login','mentol'),(739043,119802,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739041,119802,'login_email','mentolnet@gmail.com'),(739040,119802,'login_id','1'),(739039,119801,'_server_http_x_forwarded_for_0','119.27.178.206'),(739038,119801,'_server_remote_addr','119.27.178.206'),(739037,119801,'_xmlrpc_request','true'),(739036,119801,'_message_key','user_login_failed'),(739035,119801,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739034,119801,'login','mentol'),(739033,119801,'login_email','mentolnet@gmail.com'),(739032,119801,'login_id','1'),(739031,119800,'_server_http_x_forwarded_for_0','119.27.178.206'),(739030,119800,'_server_remote_addr','119.27.178.206'),(739029,119800,'_xmlrpc_request','true'),(739028,119800,'_message_key','user_login_failed'),(739027,119800,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739026,119800,'login','mentol'),(739024,119800,'login_id','1'),(739025,119800,'login_email','mentolnet@gmail.com'),(739023,119799,'_server_http_x_forwarded_for_0','119.27.178.206'),(739022,119799,'_server_remote_addr','119.27.178.206'),(739021,119799,'_xmlrpc_request','true'),(739020,119799,'_message_key','user_login_failed'),(739018,119799,'login','mentol'),(739019,119799,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739017,119799,'login_email','mentolnet@gmail.com'),(739016,119799,'login_id','1'),(739015,119798,'_server_http_x_forwarded_for_0','119.27.178.206'),(739014,119798,'_server_remote_addr','119.27.178.206'),(739013,119798,'_xmlrpc_request','true'),(739012,119798,'_message_key','user_login_failed'),(739011,119798,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739010,119798,'login','mentol'),(739009,119798,'login_email','mentolnet@gmail.com'),(739008,119798,'login_id','1'),(739007,119797,'_server_http_x_forwarded_for_0','119.27.178.206'),(739006,119797,'_server_remote_addr','119.27.178.206'),(739005,119797,'_xmlrpc_request','true'),(739004,119797,'_message_key','user_login_failed'),(739003,119797,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(739002,119797,'login','mentol'),(739000,119797,'login_id','1'),(739001,119797,'login_email','mentolnet@gmail.com'),(738999,119796,'_server_http_x_forwarded_for_0','119.27.178.206'),(738998,119796,'_server_remote_addr','119.27.178.206'),(738997,119796,'_xmlrpc_request','true'),(738996,119796,'_message_key','user_login_failed'),(738994,119796,'login','mentol'),(738995,119796,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738993,119796,'login_email','mentolnet@gmail.com'),(738992,119796,'login_id','1'),(738991,119795,'_server_http_x_forwarded_for_0','119.27.178.206'),(738990,119795,'_server_remote_addr','119.27.178.206'),(738989,119795,'_xmlrpc_request','true'),(738988,119795,'_message_key','user_login_failed'),(738987,119795,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738986,119795,'login','mentol'),(738985,119795,'login_email','mentolnet@gmail.com'),(738984,119795,'login_id','1'),(738983,119794,'_server_http_x_forwarded_for_0','119.27.178.206'),(738982,119794,'_server_remote_addr','119.27.178.206'),(738981,119794,'_xmlrpc_request','true'),(738980,119794,'_message_key','user_login_failed'),(738979,119794,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738978,119794,'login','mentol'),(738976,119794,'login_id','1'),(738977,119794,'login_email','mentolnet@gmail.com'),(738975,119793,'_server_http_x_forwarded_for_0','119.27.178.206'),(738974,119793,'_server_remote_addr','119.27.178.206'),(738973,119793,'_xmlrpc_request','true'),(738972,119793,'_message_key','user_login_failed'),(738970,119793,'login','mentol'),(738971,119793,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738969,119793,'login_email','mentolnet@gmail.com'),(738968,119793,'login_id','1'),(738967,119792,'_server_http_x_forwarded_for_0','119.27.178.206'),(738966,119792,'_server_remote_addr','119.27.178.206'),(738965,119792,'_xmlrpc_request','true'),(738964,119792,'_message_key','user_login_failed'),(738963,119792,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738962,119792,'login','mentol'),(738961,119792,'login_email','mentolnet@gmail.com'),(738960,119792,'login_id','1'),(738959,119791,'_server_http_x_forwarded_for_0','119.27.178.206'),(738958,119791,'_server_remote_addr','119.27.178.206'),(738957,119791,'_xmlrpc_request','true'),(738956,119791,'_message_key','user_login_failed'),(738955,119791,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738954,119791,'login','mentol'),(738952,119791,'login_id','1'),(738953,119791,'login_email','mentolnet@gmail.com'),(738951,119790,'_server_http_x_forwarded_for_0','119.27.178.206'),(738950,119790,'_server_remote_addr','119.27.178.206'),(738949,119790,'_xmlrpc_request','true'),(738948,119790,'_message_key','user_login_failed'),(738946,119790,'login','mentol'),(738947,119790,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738945,119790,'login_email','mentolnet@gmail.com'),(738944,119790,'login_id','1'),(738943,119789,'_server_http_x_forwarded_for_0','119.27.178.206'),(738942,119789,'_server_remote_addr','119.27.178.206'),(738941,119789,'_xmlrpc_request','true'),(738940,119789,'_message_key','user_login_failed'),(738939,119789,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738938,119789,'login','mentol'),(738937,119789,'login_email','mentolnet@gmail.com'),(738936,119789,'login_id','1'),(738935,119788,'_server_http_x_forwarded_for_0','119.27.178.206'),(738934,119788,'_server_remote_addr','119.27.178.206'),(738933,119788,'_xmlrpc_request','true'),(738932,119788,'_message_key','user_login_failed'),(738931,119788,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738930,119788,'login','mentol'),(738928,119788,'login_id','1'),(738929,119788,'login_email','mentolnet@gmail.com'),(738927,119787,'_server_http_x_forwarded_for_0','119.27.178.206'),(738926,119787,'_server_remote_addr','119.27.178.206'),(738925,119787,'_xmlrpc_request','true'),(738924,119787,'_message_key','user_login_failed'),(738922,119787,'login','mentol'),(738923,119787,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738921,119787,'login_email','mentolnet@gmail.com'),(738920,119787,'login_id','1'),(738919,119786,'_server_http_x_forwarded_for_0','119.27.178.206'),(738918,119786,'_server_remote_addr','119.27.178.206'),(738917,119786,'_xmlrpc_request','true'),(738916,119786,'_message_key','user_login_failed'),(738915,119786,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738914,119786,'login','mentol'),(738913,119786,'login_email','mentolnet@gmail.com'),(738912,119786,'login_id','1'),(738911,119785,'_server_http_x_forwarded_for_0','119.27.178.206'),(738910,119785,'_server_remote_addr','119.27.178.206'),(738909,119785,'_xmlrpc_request','true'),(738908,119785,'_message_key','user_login_failed'),(738907,119785,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738906,119785,'login','mentol'),(738904,119785,'login_id','1'),(738905,119785,'login_email','mentolnet@gmail.com'),(738903,119784,'_server_http_x_forwarded_for_0','119.27.178.206'),(738902,119784,'_server_remote_addr','119.27.178.206'),(738901,119784,'_xmlrpc_request','true'),(738900,119784,'_message_key','user_login_failed'),(738898,119784,'login','mentol'),(738899,119784,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738897,119784,'login_email','mentolnet@gmail.com'),(738896,119784,'login_id','1'),(738895,119783,'_server_http_x_forwarded_for_0','119.27.178.206'),(738894,119783,'_server_remote_addr','119.27.178.206'),(738893,119783,'_xmlrpc_request','true'),(738892,119783,'_message_key','user_login_failed'),(738891,119783,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738890,119783,'login','mentol'),(738889,119783,'login_email','mentolnet@gmail.com'),(738888,119783,'login_id','1'),(738887,119782,'_server_http_x_forwarded_for_0','119.27.178.206'),(738886,119782,'_server_remote_addr','119.27.178.206'),(738885,119782,'_xmlrpc_request','true'),(738884,119782,'_message_key','user_login_failed'),(738883,119782,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738882,119782,'login','mentol'),(738880,119782,'login_id','1'),(738881,119782,'login_email','mentolnet@gmail.com'),(738879,119781,'_server_http_x_forwarded_for_0','119.27.178.206'),(738878,119781,'_server_remote_addr','119.27.178.206'),(738877,119781,'_xmlrpc_request','true'),(738876,119781,'_message_key','user_login_failed'),(738874,119781,'login','mentol'),(738875,119781,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738873,119781,'login_email','mentolnet@gmail.com'),(738872,119781,'login_id','1'),(738871,119780,'_server_http_x_forwarded_for_0','119.27.178.206'),(738870,119780,'_server_remote_addr','119.27.178.206'),(738869,119780,'_xmlrpc_request','true'),(738868,119780,'_message_key','user_login_failed'),(738867,119780,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738866,119780,'login','mentol'),(738865,119780,'login_email','mentolnet@gmail.com'),(738864,119780,'login_id','1'),(738863,119779,'_server_http_x_forwarded_for_0','119.27.178.206'),(738862,119779,'_server_remote_addr','119.27.178.206'),(738861,119779,'_xmlrpc_request','true'),(738860,119779,'_message_key','user_login_failed'),(738859,119779,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738858,119779,'login','mentol'),(738856,119779,'login_id','1'),(738857,119779,'login_email','mentolnet@gmail.com'),(738855,119778,'_server_http_x_forwarded_for_0','119.27.178.206'),(738854,119778,'_server_remote_addr','119.27.178.206'),(738853,119778,'_xmlrpc_request','true'),(738852,119778,'_message_key','user_login_failed'),(738850,119778,'login','mentol'),(738851,119778,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738849,119778,'login_email','mentolnet@gmail.com'),(738848,119778,'login_id','1'),(738847,119777,'_server_http_x_forwarded_for_0','119.27.178.206'),(738846,119777,'_server_remote_addr','119.27.178.206'),(738845,119777,'_xmlrpc_request','true'),(738844,119777,'_message_key','user_login_failed'),(738843,119777,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738842,119777,'login','mentol'),(738841,119777,'login_email','mentolnet@gmail.com'),(738840,119777,'login_id','1'),(738839,119776,'_server_http_x_forwarded_for_0','119.27.178.206'),(738838,119776,'_server_remote_addr','119.27.178.206'),(738837,119776,'_xmlrpc_request','true'),(738836,119776,'_message_key','user_login_failed'),(738835,119776,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738834,119776,'login','mentol'),(738832,119776,'login_id','1'),(738833,119776,'login_email','mentolnet@gmail.com'),(738831,119775,'_server_http_x_forwarded_for_0','119.27.178.206'),(738830,119775,'_server_remote_addr','119.27.178.206'),(738829,119775,'_xmlrpc_request','true'),(738828,119775,'_message_key','user_login_failed'),(738826,119775,'login','mentol'),(738827,119775,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738825,119775,'login_email','mentolnet@gmail.com'),(738824,119775,'login_id','1'),(738823,119774,'_server_http_x_forwarded_for_0','119.27.178.206'),(738822,119774,'_server_remote_addr','119.27.178.206'),(738821,119774,'_xmlrpc_request','true'),(738820,119774,'_message_key','user_login_failed'),(738819,119774,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738818,119774,'login','mentol'),(738817,119774,'login_email','mentolnet@gmail.com'),(738816,119774,'login_id','1'),(738815,119773,'_server_http_x_forwarded_for_0','119.27.178.206'),(738814,119773,'_server_remote_addr','119.27.178.206'),(738813,119773,'_xmlrpc_request','true'),(738812,119773,'_message_key','user_login_failed'),(738811,119773,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738810,119773,'login','mentol'),(738808,119773,'login_id','1'),(738809,119773,'login_email','mentolnet@gmail.com'),(738807,119772,'_server_http_x_forwarded_for_0','119.27.178.206'),(738806,119772,'_server_remote_addr','119.27.178.206'),(738805,119772,'_xmlrpc_request','true'),(738804,119772,'_message_key','user_login_failed'),(738802,119772,'login','mentol'),(738803,119772,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738801,119772,'login_email','mentolnet@gmail.com'),(738800,119772,'login_id','1'),(738799,119771,'_server_http_x_forwarded_for_0','119.27.178.206'),(738798,119771,'_server_remote_addr','119.27.178.206'),(738797,119771,'_xmlrpc_request','true'),(738796,119771,'_message_key','user_login_failed'),(738795,119771,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738794,119771,'login','mentol'),(738793,119771,'login_email','mentolnet@gmail.com'),(738792,119771,'login_id','1'),(738791,119770,'_server_http_x_forwarded_for_0','119.27.178.206'),(738790,119770,'_server_remote_addr','119.27.178.206'),(738789,119770,'_xmlrpc_request','true'),(738788,119770,'_message_key','user_login_failed'),(738787,119770,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738786,119770,'login','mentol'),(738784,119770,'login_id','1'),(738785,119770,'login_email','mentolnet@gmail.com'),(738783,119769,'_server_http_x_forwarded_for_0','119.27.178.206'),(738782,119769,'_server_remote_addr','119.27.178.206'),(738781,119769,'_xmlrpc_request','true'),(738780,119769,'_message_key','user_login_failed'),(738778,119769,'login','mentol'),(738779,119769,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738777,119769,'login_email','mentolnet@gmail.com'),(738776,119769,'login_id','1'),(738775,119768,'_server_http_x_forwarded_for_0','119.27.178.206'),(738774,119768,'_server_remote_addr','119.27.178.206'),(738773,119768,'_xmlrpc_request','true'),(738772,119768,'_message_key','user_login_failed'),(738771,119768,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738770,119768,'login','mentol'),(738769,119768,'login_email','mentolnet@gmail.com'),(738768,119768,'login_id','1'),(738767,119767,'_server_http_x_forwarded_for_0','119.27.178.206'),(738766,119767,'_server_remote_addr','119.27.178.206'),(738765,119767,'_xmlrpc_request','true'),(738764,119767,'_message_key','user_login_failed'),(738763,119767,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738762,119767,'login','mentol'),(738760,119767,'login_id','1'),(738761,119767,'login_email','mentolnet@gmail.com'),(738759,119766,'_server_http_x_forwarded_for_0','119.27.178.206'),(738758,119766,'_server_remote_addr','119.27.178.206'),(738757,119766,'_xmlrpc_request','true'),(738756,119766,'_message_key','user_login_failed'),(738754,119766,'login','mentol'),(738755,119766,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738753,119766,'login_email','mentolnet@gmail.com'),(738752,119766,'login_id','1'),(738751,119765,'_server_http_x_forwarded_for_0','119.27.178.206'),(738750,119765,'_server_remote_addr','119.27.178.206'),(738749,119765,'_xmlrpc_request','true'),(738748,119765,'_message_key','user_login_failed'),(738747,119765,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738746,119765,'login','mentol'),(738745,119765,'login_email','mentolnet@gmail.com'),(738744,119765,'login_id','1'),(738743,119764,'_server_http_x_forwarded_for_0','119.27.178.206'),(738742,119764,'_server_remote_addr','119.27.178.206'),(738741,119764,'_xmlrpc_request','true'),(738740,119764,'_message_key','user_login_failed'),(738739,119764,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738738,119764,'login','mentol'),(738736,119764,'login_id','1'),(738737,119764,'login_email','mentolnet@gmail.com'),(738735,119763,'_server_http_x_forwarded_for_0','119.27.178.206'),(738734,119763,'_server_remote_addr','119.27.178.206'),(738733,119763,'_xmlrpc_request','true'),(738732,119763,'_message_key','user_login_failed'),(738730,119763,'login','mentol'),(738731,119763,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738729,119763,'login_email','mentolnet@gmail.com'),(738728,119763,'login_id','1'),(738727,119762,'_server_http_x_forwarded_for_0','119.27.178.206'),(738726,119762,'_server_remote_addr','119.27.178.206'),(738725,119762,'_xmlrpc_request','true'),(738724,119762,'_message_key','user_login_failed'),(738723,119762,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738722,119762,'login','mentol'),(738721,119762,'login_email','mentolnet@gmail.com'),(738720,119762,'login_id','1'),(738719,119761,'_server_http_x_forwarded_for_0','119.27.178.206'),(738718,119761,'_server_remote_addr','119.27.178.206'),(738717,119761,'_xmlrpc_request','true'),(738716,119761,'_message_key','user_login_failed'),(738715,119761,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738714,119761,'login','mentol'),(738712,119761,'login_id','1'),(738713,119761,'login_email','mentolnet@gmail.com'),(738711,119760,'_server_http_x_forwarded_for_0','119.27.178.206'),(738710,119760,'_server_remote_addr','119.27.178.206'),(738709,119760,'_xmlrpc_request','true'),(738708,119760,'_message_key','user_login_failed'),(738706,119760,'login','mentol'),(738707,119760,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738705,119760,'login_email','mentolnet@gmail.com'),(738704,119760,'login_id','1'),(738703,119759,'_server_http_x_forwarded_for_0','119.27.178.206'),(738702,119759,'_server_remote_addr','119.27.178.206'),(738701,119759,'_xmlrpc_request','true'),(738700,119759,'_message_key','user_login_failed'),(738699,119759,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738698,119759,'login','mentol'),(738697,119759,'login_email','mentolnet@gmail.com'),(738696,119759,'login_id','1'),(738695,119758,'_server_http_x_forwarded_for_0','119.27.178.206'),(738694,119758,'_server_remote_addr','119.27.178.206'),(738693,119758,'_xmlrpc_request','true'),(738692,119758,'_message_key','user_login_failed'),(738691,119758,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738690,119758,'login','mentol'),(738688,119758,'login_id','1'),(738689,119758,'login_email','mentolnet@gmail.com'),(738687,119757,'_server_http_x_forwarded_for_0','119.27.178.206'),(738686,119757,'_server_remote_addr','119.27.178.206'),(738685,119757,'_xmlrpc_request','true'),(738684,119757,'_message_key','user_login_failed'),(738682,119757,'login','mentol'),(738683,119757,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738681,119757,'login_email','mentolnet@gmail.com'),(738680,119757,'login_id','1'),(738679,119756,'_server_http_x_forwarded_for_0','119.27.178.206'),(738678,119756,'_server_remote_addr','119.27.178.206'),(738677,119756,'_xmlrpc_request','true'),(738676,119756,'_message_key','user_login_failed'),(738675,119756,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738674,119756,'login','mentol'),(738673,119756,'login_email','mentolnet@gmail.com'),(738672,119756,'login_id','1'),(738671,119755,'_server_http_x_forwarded_for_0','119.27.178.206'),(738670,119755,'_server_remote_addr','119.27.178.206'),(738669,119755,'_xmlrpc_request','true'),(738668,119755,'_message_key','user_login_failed'),(738667,119755,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738666,119755,'login','mentol'),(738664,119755,'login_id','1'),(738665,119755,'login_email','mentolnet@gmail.com'),(738663,119754,'_server_http_x_forwarded_for_0','119.27.178.206'),(738662,119754,'_server_remote_addr','119.27.178.206'),(738661,119754,'_xmlrpc_request','true'),(738660,119754,'_message_key','user_login_failed'),(738658,119754,'login','mentol'),(738659,119754,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738657,119754,'login_email','mentolnet@gmail.com'),(738656,119754,'login_id','1'),(738655,119753,'_server_http_x_forwarded_for_0','119.27.178.206'),(738654,119753,'_server_remote_addr','119.27.178.206'),(738653,119753,'_xmlrpc_request','true'),(738652,119753,'_message_key','user_login_failed'),(738651,119753,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738650,119753,'login','mentol'),(738649,119753,'login_email','mentolnet@gmail.com'),(738648,119753,'login_id','1'),(738647,119752,'_server_http_x_forwarded_for_0','119.27.178.206'),(738646,119752,'_server_remote_addr','119.27.178.206'),(738645,119752,'_xmlrpc_request','true'),(738644,119752,'_message_key','user_login_failed'),(738643,119752,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738642,119752,'login','mentol'),(738640,119752,'login_id','1'),(738641,119752,'login_email','mentolnet@gmail.com'),(738639,119751,'_server_http_x_forwarded_for_0','119.27.178.206'),(738638,119751,'_server_remote_addr','119.27.178.206'),(738637,119751,'_xmlrpc_request','true'),(738636,119751,'_message_key','user_login_failed'),(738634,119751,'login','mentol'),(738635,119751,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738633,119751,'login_email','mentolnet@gmail.com'),(738632,119751,'login_id','1'),(738631,119750,'_server_http_x_forwarded_for_0','119.27.178.206'),(738630,119750,'_server_remote_addr','119.27.178.206'),(738629,119750,'_xmlrpc_request','true'),(738628,119750,'_message_key','user_login_failed'),(738627,119750,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738626,119750,'login','mentol'),(738625,119750,'login_email','mentolnet@gmail.com'),(738624,119750,'login_id','1'),(738623,119749,'_server_http_x_forwarded_for_0','119.27.178.206'),(738622,119749,'_server_remote_addr','119.27.178.206'),(738621,119749,'_xmlrpc_request','true'),(738620,119749,'_message_key','user_login_failed'),(738619,119749,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738618,119749,'login','mentol'),(738616,119749,'login_id','1'),(738617,119749,'login_email','mentolnet@gmail.com'),(738615,119748,'_server_http_x_forwarded_for_0','119.27.178.206'),(738614,119748,'_server_remote_addr','119.27.178.206'),(738613,119748,'_xmlrpc_request','true'),(738612,119748,'_message_key','user_login_failed'),(738610,119748,'login','mentol'),(738611,119748,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738609,119748,'login_email','mentolnet@gmail.com'),(738608,119748,'login_id','1'),(738607,119747,'_server_http_x_forwarded_for_0','119.27.178.206'),(738606,119747,'_server_remote_addr','119.27.178.206'),(738605,119747,'_xmlrpc_request','true'),(738604,119747,'_message_key','user_login_failed'),(738603,119747,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738602,119747,'login','mentol'),(738601,119747,'login_email','mentolnet@gmail.com'),(738600,119747,'login_id','1'),(738599,119746,'_server_http_x_forwarded_for_0','119.27.178.206'),(738598,119746,'_server_remote_addr','119.27.178.206'),(738597,119746,'_xmlrpc_request','true'),(738596,119746,'_message_key','user_login_failed'),(738595,119746,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738594,119746,'login','mentol'),(738592,119746,'login_id','1'),(738593,119746,'login_email','mentolnet@gmail.com'),(738591,119745,'_server_http_x_forwarded_for_0','119.27.178.206'),(738590,119745,'_server_remote_addr','119.27.178.206'),(738589,119745,'_xmlrpc_request','true'),(738588,119745,'_message_key','user_login_failed'),(738586,119745,'login','mentol'),(738587,119745,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738585,119745,'login_email','mentolnet@gmail.com'),(738584,119745,'login_id','1'),(738583,119744,'_server_http_x_forwarded_for_0','119.27.178.206'),(738582,119744,'_server_remote_addr','119.27.178.206'),(738581,119744,'_xmlrpc_request','true'),(738580,119744,'_message_key','user_login_failed'),(738579,119744,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738578,119744,'login','mentol'),(738577,119744,'login_email','mentolnet@gmail.com'),(738576,119744,'login_id','1'),(738575,119743,'_server_http_x_forwarded_for_0','119.27.178.206'),(738574,119743,'_server_remote_addr','119.27.178.206'),(738573,119743,'_xmlrpc_request','true'),(738572,119743,'_message_key','user_login_failed'),(738571,119743,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738570,119743,'login','mentol'),(738568,119743,'login_id','1'),(738569,119743,'login_email','mentolnet@gmail.com'),(738567,119742,'_server_http_x_forwarded_for_0','119.27.178.206'),(738566,119742,'_server_remote_addr','119.27.178.206'),(738565,119742,'_xmlrpc_request','true'),(738564,119742,'_message_key','user_login_failed'),(738562,119742,'login','mentol'),(738563,119742,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738561,119742,'login_email','mentolnet@gmail.com'),(738560,119742,'login_id','1'),(738559,119741,'_server_http_x_forwarded_for_0','119.27.178.206'),(738558,119741,'_server_remote_addr','119.27.178.206'),(738557,119741,'_xmlrpc_request','true'),(738556,119741,'_message_key','user_login_failed'),(738555,119741,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738554,119741,'login','mentol'),(738553,119741,'login_email','mentolnet@gmail.com'),(738552,119741,'login_id','1'),(738551,119740,'_server_http_x_forwarded_for_0','119.27.178.206'),(738550,119740,'_server_remote_addr','119.27.178.206'),(738549,119740,'_xmlrpc_request','true'),(738548,119740,'_message_key','user_login_failed'),(738547,119740,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738546,119740,'login','mentol'),(738544,119740,'login_id','1'),(738545,119740,'login_email','mentolnet@gmail.com'),(738543,119739,'_server_http_x_forwarded_for_0','119.27.178.206'),(738542,119739,'_server_remote_addr','119.27.178.206'),(738541,119739,'_xmlrpc_request','true'),(738540,119739,'_message_key','user_login_failed'),(738538,119739,'login','mentol'),(738539,119739,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738537,119739,'login_email','mentolnet@gmail.com'),(738536,119739,'login_id','1'),(738535,119738,'_server_http_x_forwarded_for_0','119.27.178.206'),(738534,119738,'_server_remote_addr','119.27.178.206'),(738533,119738,'_xmlrpc_request','true'),(738532,119738,'_message_key','user_login_failed'),(738531,119738,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738530,119738,'login','mentol'),(738529,119738,'login_email','mentolnet@gmail.com'),(738528,119738,'login_id','1'),(738527,119737,'_server_http_x_forwarded_for_0','119.27.178.206'),(738526,119737,'_server_remote_addr','119.27.178.206'),(738525,119737,'_xmlrpc_request','true'),(738524,119737,'_message_key','user_login_failed'),(738523,119737,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738522,119737,'login','mentol'),(738520,119737,'login_id','1'),(738521,119737,'login_email','mentolnet@gmail.com'),(738519,119736,'_server_http_x_forwarded_for_0','119.27.178.206'),(738518,119736,'_server_remote_addr','119.27.178.206'),(738517,119736,'_xmlrpc_request','true'),(738516,119736,'_message_key','user_login_failed'),(738514,119736,'login','mentol'),(738515,119736,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738513,119736,'login_email','mentolnet@gmail.com'),(738512,119736,'login_id','1'),(738511,119735,'_server_http_x_forwarded_for_0','119.27.178.206'),(738510,119735,'_server_remote_addr','119.27.178.206'),(738509,119735,'_xmlrpc_request','true'),(738508,119735,'_message_key','user_login_failed'),(738507,119735,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738506,119735,'login','mentol'),(738505,119735,'login_email','mentolnet@gmail.com'),(738504,119735,'login_id','1'),(738503,119734,'_server_http_x_forwarded_for_0','119.27.178.206'),(738502,119734,'_server_remote_addr','119.27.178.206'),(738501,119734,'_xmlrpc_request','true'),(738500,119734,'_message_key','user_login_failed'),(738499,119734,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738498,119734,'login','mentol'),(738496,119734,'login_id','1'),(738497,119734,'login_email','mentolnet@gmail.com'),(738495,119733,'_server_http_x_forwarded_for_0','119.27.178.206'),(738494,119733,'_server_remote_addr','119.27.178.206'),(738493,119733,'_xmlrpc_request','true'),(738492,119733,'_message_key','user_login_failed'),(738490,119733,'login','mentol'),(738491,119733,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738489,119733,'login_email','mentolnet@gmail.com'),(738488,119733,'login_id','1'),(738487,119732,'_server_http_x_forwarded_for_0','119.27.178.206'),(738486,119732,'_server_remote_addr','119.27.178.206'),(738485,119732,'_xmlrpc_request','true'),(738484,119732,'_message_key','user_login_failed'),(738483,119732,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738482,119732,'login','mentol'),(738481,119732,'login_email','mentolnet@gmail.com'),(738480,119732,'login_id','1'),(738479,119731,'_server_http_x_forwarded_for_0','119.27.178.206'),(738478,119731,'_server_remote_addr','119.27.178.206'),(738477,119731,'_xmlrpc_request','true'),(738476,119731,'_message_key','user_login_failed'),(738475,119731,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738474,119731,'login','mentol'),(738472,119731,'login_id','1'),(738473,119731,'login_email','mentolnet@gmail.com'),(738471,119730,'_server_http_x_forwarded_for_0','119.27.178.206'),(738470,119730,'_server_remote_addr','119.27.178.206'),(738469,119730,'_xmlrpc_request','true'),(738468,119730,'_message_key','user_login_failed'),(738466,119730,'login','mentol'),(738467,119730,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738465,119730,'login_email','mentolnet@gmail.com'),(738464,119730,'login_id','1'),(738463,119729,'_server_http_x_forwarded_for_0','119.27.178.206'),(738462,119729,'_server_remote_addr','119.27.178.206'),(738461,119729,'_xmlrpc_request','true'),(738460,119729,'_message_key','user_login_failed'),(738459,119729,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738458,119729,'login','mentol'),(738457,119729,'login_email','mentolnet@gmail.com'),(738456,119729,'login_id','1'),(738455,119728,'_server_http_x_forwarded_for_0','119.27.178.206'),(738454,119728,'_server_remote_addr','119.27.178.206'),(738453,119728,'_xmlrpc_request','true'),(738452,119728,'_message_key','user_login_failed'),(738451,119728,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738450,119728,'login','mentol'),(738448,119728,'login_id','1'),(738449,119728,'login_email','mentolnet@gmail.com'),(738447,119727,'_server_http_x_forwarded_for_0','119.27.178.206'),(738446,119727,'_server_remote_addr','119.27.178.206'),(738445,119727,'_xmlrpc_request','true'),(738444,119727,'_message_key','user_login_failed'),(738442,119727,'login','mentol'),(738443,119727,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738441,119727,'login_email','mentolnet@gmail.com'),(738440,119727,'login_id','1'),(738439,119726,'_server_http_x_forwarded_for_0','119.27.178.206'),(738438,119726,'_server_remote_addr','119.27.178.206'),(738436,119726,'_message_key','user_login_failed'),(738437,119726,'_xmlrpc_request','true'),(738435,119726,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738434,119726,'login','mentol'),(738433,119726,'login_email','mentolnet@gmail.com'),(738432,119726,'login_id','1'),(738431,119725,'_server_http_x_forwarded_for_0','119.27.178.206'),(738430,119725,'_server_remote_addr','119.27.178.206'),(738429,119725,'_xmlrpc_request','true'),(738428,119725,'_message_key','user_login_failed'),(738427,119725,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738425,119725,'login_email','mentolnet@gmail.com'),(738426,119725,'login','mentol'),(738424,119725,'login_id','1'),(738423,119724,'_server_http_x_forwarded_for_0','119.27.178.206'),(738422,119724,'_server_remote_addr','119.27.178.206'),(738421,119724,'_xmlrpc_request','true'),(738420,119724,'_message_key','user_login_failed'),(738419,119724,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738416,119724,'login_id','1'),(738417,119724,'login_email','mentolnet@gmail.com'),(738418,119724,'login','mentol'),(738415,119723,'_server_http_x_forwarded_for_0','119.27.178.206'),(738414,119723,'_server_remote_addr','119.27.178.206'),(738413,119723,'_xmlrpc_request','true'),(738412,119723,'_message_key','user_login_failed'),(738409,119723,'login_email','mentolnet@gmail.com'),(738410,119723,'login','mentol'),(738411,119723,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738408,119723,'login_id','1'),(738407,119722,'_server_http_x_forwarded_for_0','119.27.178.206'),(738405,119722,'_xmlrpc_request','true'),(738406,119722,'_server_remote_addr','119.27.178.206'),(738403,119722,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738404,119722,'_message_key','user_login_failed'),(738402,119722,'login','mentol'),(738401,119722,'login_email','mentolnet@gmail.com'),(738400,119722,'login_id','1'),(738399,119721,'_server_http_x_forwarded_for_0','119.27.178.206'),(738398,119721,'_server_remote_addr','119.27.178.206'),(738397,119721,'_xmlrpc_request','true'),(738394,119721,'login','mentol'),(738395,119721,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738396,119721,'_message_key','user_login_failed'),(738393,119721,'login_email','mentolnet@gmail.com'),(738392,119721,'login_id','1'),(738391,119720,'_server_http_x_forwarded_for_0','119.27.178.206'),(738390,119720,'_server_remote_addr','119.27.178.206'),(738389,119720,'_xmlrpc_request','true'),(738387,119720,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738388,119720,'_message_key','user_login_failed'),(738386,119720,'login','mentol'),(738385,119720,'login_email','mentolnet@gmail.com'),(738384,119720,'login_id','1'),(738383,119719,'_server_http_x_forwarded_for_0','119.27.178.206'),(738382,119719,'_server_remote_addr','119.27.178.206'),(738381,119719,'_xmlrpc_request','true'),(738378,119719,'login','mentol'),(738379,119719,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738380,119719,'_message_key','user_login_failed'),(738377,119719,'login_email','mentolnet@gmail.com'),(738376,119719,'login_id','1'),(738375,119718,'_server_http_x_forwarded_for_0','119.27.178.206'),(738374,119718,'_server_remote_addr','119.27.178.206'),(738373,119718,'_xmlrpc_request','true'),(738372,119718,'_message_key','user_login_failed'),(738371,119718,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738370,119718,'login','mentol'),(738369,119718,'login_email','mentolnet@gmail.com'),(738367,119717,'_server_http_x_forwarded_for_0','119.27.178.206'),(738368,119718,'login_id','1'),(738366,119717,'_server_remote_addr','119.27.178.206'),(738365,119717,'_xmlrpc_request','true'),(738364,119717,'_message_key','user_login_failed'),(738363,119717,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738362,119717,'login','mentol'),(738361,119717,'login_email','mentolnet@gmail.com'),(738360,119717,'login_id','1'),(738358,119716,'_server_remote_addr','119.27.178.206'),(738359,119716,'_server_http_x_forwarded_for_0','119.27.178.206'),(738357,119716,'_xmlrpc_request','true'),(738356,119716,'_message_key','user_login_failed'),(738354,119716,'login','mentol'),(738355,119716,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738353,119716,'login_email','mentolnet@gmail.com'),(738351,119715,'_server_http_x_forwarded_for_0','119.27.178.206'),(738352,119716,'login_id','1'),(738350,119715,'_server_remote_addr','119.27.178.206'),(738349,119715,'_xmlrpc_request','true'),(738348,119715,'_message_key','user_login_failed'),(738347,119715,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738346,119715,'login','mentol'),(738345,119715,'login_email','mentolnet@gmail.com'),(738343,119714,'_server_http_x_forwarded_for_0','119.27.178.206'),(738344,119715,'login_id','1'),(738342,119714,'_server_remote_addr','119.27.178.206'),(738341,119714,'_xmlrpc_request','true'),(738340,119714,'_message_key','user_login_failed'),(738339,119714,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738338,119714,'login','mentol'),(738335,119713,'_server_http_x_forwarded_for_0','119.27.178.206'),(738336,119714,'login_id','1'),(738337,119714,'login_email','mentolnet@gmail.com'),(738334,119713,'_server_remote_addr','119.27.178.206'),(738333,119713,'_xmlrpc_request','true'),(738332,119713,'_message_key','user_login_failed'),(738331,119713,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738330,119713,'login','mentol'),(738329,119713,'login_email','mentolnet@gmail.com'),(738326,119712,'_server_remote_addr','119.27.178.206'),(738327,119712,'_server_http_x_forwarded_for_0','119.27.178.206'),(738328,119713,'login_id','1'),(738325,119712,'_xmlrpc_request','true'),(738324,119712,'_message_key','user_login_failed'),(738322,119712,'login','mentol'),(738323,119712,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738321,119712,'login_email','mentolnet@gmail.com'),(738318,119711,'_server_remote_addr','119.27.178.206'),(738319,119711,'_server_http_x_forwarded_for_0','119.27.178.206'),(738320,119712,'login_id','1'),(738317,119711,'_xmlrpc_request','true'),(738316,119711,'_message_key','user_login_failed'),(738314,119711,'login','mentol'),(738315,119711,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738313,119711,'login_email','mentolnet@gmail.com'),(738311,119710,'_server_http_x_forwarded_for_0','119.27.178.206'),(738312,119711,'login_id','1'),(738310,119710,'_server_remote_addr','119.27.178.206'),(738309,119710,'_xmlrpc_request','true'),(738308,119710,'_message_key','user_login_failed'),(738307,119710,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738306,119710,'login','mentol'),(738305,119710,'login_email','mentolnet@gmail.com'),(738304,119710,'login_id','1'),(738302,119709,'_server_remote_addr','119.27.178.206'),(738303,119709,'_server_http_x_forwarded_for_0','119.27.178.206'),(738301,119709,'_xmlrpc_request','true'),(738300,119709,'_message_key','user_login_failed'),(738299,119709,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738298,119709,'login','mentol'),(738297,119709,'login_email','mentolnet@gmail.com'),(738296,119709,'login_id','1'),(738293,119708,'_xmlrpc_request','true'),(738294,119708,'_server_remote_addr','119.27.178.206'),(738295,119708,'_server_http_x_forwarded_for_0','119.27.178.206'),(738292,119708,'_message_key','user_login_failed'),(738290,119708,'login','mentol'),(738291,119708,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738289,119708,'login_email','mentolnet@gmail.com'),(738288,119708,'login_id','1'),(738286,119707,'_server_remote_addr','119.27.178.206'),(738287,119707,'_server_http_x_forwarded_for_0','119.27.178.206'),(738285,119707,'_xmlrpc_request','true'),(738284,119707,'_message_key','user_login_failed'),(738282,119707,'login','mentol'),(738283,119707,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738281,119707,'login_email','mentolnet@gmail.com'),(738279,119706,'_server_http_x_forwarded_for_0','119.27.178.206'),(738280,119707,'login_id','1'),(738278,119706,'_server_remote_addr','119.27.178.206'),(738277,119706,'_xmlrpc_request','true'),(738276,119706,'_message_key','user_login_failed'),(738275,119706,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738274,119706,'login','mentol'),(738273,119706,'login_email','mentolnet@gmail.com'),(738271,119705,'_server_http_x_forwarded_for_0','119.27.178.206'),(738272,119706,'login_id','1'),(738270,119705,'_server_remote_addr','119.27.178.206'),(738269,119705,'_xmlrpc_request','true'),(738268,119705,'_message_key','user_login_failed'),(738267,119705,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738266,119705,'login','mentol'),(738265,119705,'login_email','mentolnet@gmail.com'),(738264,119705,'login_id','1'),(738262,119704,'_server_remote_addr','119.27.178.206'),(738263,119704,'_server_http_x_forwarded_for_0','119.27.178.206'),(738261,119704,'_xmlrpc_request','true'),(738260,119704,'_message_key','user_login_failed'),(738259,119704,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738258,119704,'login','mentol'),(738255,119703,'_server_http_x_forwarded_for_0','119.27.178.206'),(738256,119704,'login_id','1'),(738257,119704,'login_email','mentolnet@gmail.com'),(738254,119703,'_server_remote_addr','119.27.178.206'),(738253,119703,'_xmlrpc_request','true'),(738252,119703,'_message_key','user_login_failed'),(738251,119703,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738250,119703,'login','mentol'),(738247,119702,'_server_http_x_forwarded_for_0','119.27.178.206'),(738248,119703,'login_id','1'),(738249,119703,'login_email','mentolnet@gmail.com'),(738246,119702,'_server_remote_addr','119.27.178.206'),(738245,119702,'_xmlrpc_request','true'),(738244,119702,'_message_key','user_login_failed'),(738243,119702,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738242,119702,'login','mentol'),(738241,119702,'login_email','mentolnet@gmail.com'),(738240,119702,'login_id','1'),(738238,119701,'_server_remote_addr','119.27.178.206'),(738239,119701,'_server_http_x_forwarded_for_0','119.27.178.206'),(738237,119701,'_xmlrpc_request','true'),(738236,119701,'_message_key','user_login_failed'),(738234,119701,'login','mentol'),(738235,119701,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738231,119700,'_server_http_x_forwarded_for_0','119.27.178.206'),(738232,119701,'login_id','1'),(738233,119701,'login_email','mentolnet@gmail.com'),(738230,119700,'_server_remote_addr','119.27.178.206'),(738229,119700,'_xmlrpc_request','true'),(738228,119700,'_message_key','user_login_failed'),(738227,119700,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738226,119700,'login','mentol'),(738223,119699,'_server_http_x_forwarded_for_0','119.27.178.206'),(738224,119700,'login_id','1'),(738225,119700,'login_email','mentolnet@gmail.com'),(738222,119699,'_server_remote_addr','119.27.178.206'),(738221,119699,'_xmlrpc_request','true'),(738220,119699,'_message_key','user_login_failed'),(738219,119699,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738218,119699,'login','mentol'),(738216,119699,'login_id','1'),(738217,119699,'login_email','mentolnet@gmail.com'),(738215,119698,'_server_http_x_forwarded_for_0','119.27.178.206'),(738214,119698,'_server_remote_addr','119.27.178.206'),(738213,119698,'_xmlrpc_request','true'),(738212,119698,'_message_key','user_login_failed'),(738211,119698,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738210,119698,'login','mentol'),(738207,119697,'_server_http_x_forwarded_for_0','119.27.178.206'),(738208,119698,'login_id','1'),(738209,119698,'login_email','mentolnet@gmail.com'),(738206,119697,'_server_remote_addr','119.27.178.206'),(738205,119697,'_xmlrpc_request','true'),(738204,119697,'_message_key','user_login_failed'),(738203,119697,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738202,119697,'login','mentol'),(738201,119697,'login_email','mentolnet@gmail.com'),(738200,119697,'login_id','1'),(738198,119696,'_server_remote_addr','119.27.178.206'),(738199,119696,'_server_http_x_forwarded_for_0','119.27.178.206'),(738197,119696,'_xmlrpc_request','true'),(738196,119696,'_message_key','user_login_failed'),(738194,119696,'login','mentol'),(738195,119696,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738191,119695,'_server_http_x_forwarded_for_0','119.27.178.206'),(738192,119696,'login_id','1'),(738193,119696,'login_email','mentolnet@gmail.com'),(738190,119695,'_server_remote_addr','119.27.178.206'),(738189,119695,'_xmlrpc_request','true'),(738188,119695,'_message_key','user_login_failed'),(738187,119695,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738186,119695,'login','mentol'),(738184,119695,'login_id','1'),(738185,119695,'login_email','mentolnet@gmail.com'),(738183,119694,'_server_http_x_forwarded_for_0','119.27.178.206'),(738182,119694,'_server_remote_addr','119.27.178.206'),(738181,119694,'_xmlrpc_request','true'),(738180,119694,'_message_key','user_login_failed'),(738179,119694,'server_http_user_agent','Apache-HttpClient/4.5.2 (Java/1.8.0_181)'),(738178,119694,'login','mentol'),(738176,119694,'login_id','1'),(738177,119694,'login_email','mentolnet@gmail.com'),(738175,119693,'_server_http_referer','https://carpi2018.org/wp-login.php'),(738174,119693,'_server_http_x_forwarded_for_0','159.148.186.32'),(738173,119693,'_server_remote_addr','159.148.186.32'),(738172,119693,'_message_key','user_unknown_login_failed'),(738171,119693,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0; rv:52.55.03) Gecko/20144582 Firefox/52.55.03'),(738170,119693,'failed_username','luis-monteiro'),(738169,119692,'_server_http_referer','https://carpi2018.org/wp-login.php'),(738168,119692,'_server_http_x_forwarded_for_0','159.148.186.32'),(738167,119692,'_server_remote_addr','159.148.186.32'),(738166,119692,'_message_key','user_login_failed'),(738164,119692,'login','mentol'),(738165,119692,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.16.63 (KHTML, like Gecko) Chrome/53.5.0419.5147 Safari/534.45'),(738163,119692,'login_email','mentolnet@gmail.com'),(738162,119692,'login_id','1'),(738161,119691,'_server_http_x_forwarded_for_0','5.188.211.38'),(738160,119691,'_server_remote_addr','5.188.211.38'),(738159,119691,'_xmlrpc_request','true'),(738158,119691,'_message_key','user_login_failed'),(738157,119691,'server_http_user_agent','wp-iphone'),(738156,119691,'login','mentol'),(738155,119691,'login_email','mentolnet@gmail.com'),(738154,119691,'login_id','1'),(738153,119690,'_server_http_x_forwarded_for_0','158.69.98.140'),(738152,119690,'_server_remote_addr','158.69.98.140'),(738151,119690,'_xmlrpc_request','true'),(738150,119690,'_message_key','user_login_failed'),(738149,119690,'server_http_user_agent','Windows Live Writer'),(738148,119690,'login','mentol'),(738146,119690,'login_id','1'),(738147,119690,'login_email','mentolnet@gmail.com'),(738145,119689,'_server_http_x_forwarded_for_0','72.167.190.54'),(738144,119689,'_server_remote_addr','72.167.190.54'),(738143,119689,'_xmlrpc_request','true'),(738142,119689,'_message_key','user_unknown_login_failed'),(738141,119689,'server_http_user_agent','Poster'),(738140,119689,'failed_username','luis-monteiro'),(738139,119688,'_server_http_x_forwarded_for_0','209.59.186.242'),(738138,119688,'_server_remote_addr','209.59.186.242'),(738137,119688,'_xmlrpc_request','true'),(738136,119688,'_message_key','user_login_failed'),(738134,119688,'login','mentol'),(738135,119688,'server_http_user_agent','wp-windowsphone'),(738133,119688,'login_email','mentolnet@gmail.com'),(738132,119688,'login_id','1'),(738131,119687,'_server_http_x_forwarded_for_0','107.180.108.30'),(738130,119687,'_server_remote_addr','107.180.108.30'),(738129,119687,'_xmlrpc_request','true'),(738128,119687,'_message_key','user_login_failed'),(738126,119687,'login','mentol'),(738127,119687,'server_http_user_agent','wp-iphone'),(738125,119687,'login_email','mentolnet@gmail.com'),(738124,119687,'login_id','1'),(738123,119686,'_server_http_x_forwarded_for_0','98.217.169.1'),(738122,119686,'_server_remote_addr','98.217.169.1'),(738121,119686,'_xmlrpc_request','true'),(738120,119686,'_message_key','user_unknown_login_failed'),(738119,119686,'server_http_user_agent','Poster'),(738118,119686,'failed_username','luis-monteiro'),(738117,119685,'_server_http_referer','https://carpi2018.org/wp-login.php'),(738116,119685,'_server_http_x_forwarded_for_0','85.93.20.248'),(738115,119685,'_server_remote_addr','85.93.20.248'),(738114,119685,'_message_key','user_login_failed'),(738112,119685,'login','mentol'),(738113,119685,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.17.60 (KHTML, like Gecko) Version/4.6.2 Safari/533.25'),(738111,119685,'login_email','mentolnet@gmail.com'),(738110,119685,'login_id','1'),(738109,119684,'_server_http_referer','https://carpi2018.org/wp-login.php'),(738108,119684,'_server_http_x_forwarded_for_0','85.93.20.248'),(738107,119684,'_server_remote_addr','85.93.20.248'),(738106,119684,'_message_key','user_unknown_login_failed'),(738105,119684,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.17.60 (KHTML, like Gecko) Version/4.6.2 Safari/533.25'),(738104,119684,'failed_username','luis-monteiro'),(738103,119683,'_server_http_x_forwarded_for_0','101.50.1.68'),(738102,119683,'_server_remote_addr','101.50.1.68'),(738101,119683,'_xmlrpc_request','true'),(738100,119683,'_message_key','user_login_failed'),(738098,119683,'login','mentol'),(738099,119683,'server_http_user_agent','WordPress'),(738097,119683,'login_email','mentolnet@gmail.com'),(738096,119683,'login_id','1'),(738095,119682,'_server_http_x_forwarded_for_0','101.50.1.68'),(738094,119682,'_server_remote_addr','101.50.1.68'),(738093,119682,'_xmlrpc_request','true'),(738092,119682,'_message_key','user_login_failed'),(738090,119682,'login','mentol'),(738091,119682,'server_http_user_agent','Windows Live Writer'),(738089,119682,'login_email','mentolnet@gmail.com'),(738088,119682,'login_id','1'),(738087,119681,'_server_http_x_forwarded_for_0','101.50.1.68'),(738086,119681,'_server_remote_addr','101.50.1.68'),(738085,119681,'_xmlrpc_request','true'),(738084,119681,'_message_key','user_login_failed'),(738082,119681,'login','mentol'),(738083,119681,'server_http_user_agent','wp-android'),(738081,119681,'login_email','mentolnet@gmail.com'),(738080,119681,'login_id','1'),(738079,119680,'_server_http_x_forwarded_for_0','120.79.13.76'),(738078,119680,'_server_remote_addr','120.79.13.76'),(738077,119680,'_xmlrpc_request','true'),(738076,119680,'_message_key','user_login_failed'),(738075,119680,'server_http_user_agent','wp-android'),(738074,119680,'login','mentol'),(738072,119680,'login_id','1'),(738073,119680,'login_email','mentolnet@gmail.com'),(738071,119679,'_server_http_x_forwarded_for_0','160.153.154.161'),(738070,119679,'_server_remote_addr','160.153.154.161'),(738069,119679,'_xmlrpc_request','true'),(738068,119679,'_message_key','user_unknown_login_failed'),(738067,119679,'server_http_user_agent','wp-iphone'),(738066,119679,'failed_username','luis-monteiro'),(738065,119678,'_server_http_referer','https://carpi2018.org/wp-login.php'),(738064,119678,'_server_http_x_forwarded_for_0','159.148.186.32'),(738063,119678,'_server_remote_addr','159.148.186.32'),(738062,119678,'_message_key','user_unknown_login_failed'),(738061,119678,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_39_86) AppleWebKit/532.80.27 (KHTML, like Gecko) Chrome/56.2.7911.2649 Safari/532.10 Edge/36.14601'),(738060,119678,'failed_username','luis-monteiro'),(738059,119677,'_server_http_referer','https://carpi2018.org/wp-login.php'),(738058,119677,'_server_http_x_forwarded_for_0','159.148.186.32'),(738057,119677,'_server_remote_addr','159.148.186.32'),(738056,119677,'_message_key','user_login_failed'),(738054,119677,'login','mentol'),(738055,119677,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_29_76) AppleWebKit/530.60.17 (KHTML, like Gecko) Chrome/55.1.5861.0599 Safari/532.09'),(738053,119677,'login_email','mentolnet@gmail.com'),(738052,119677,'login_id','1'),(738051,119676,'_server_http_x_forwarded_for_0','41.185.8.197'),(738050,119676,'_server_remote_addr','41.185.8.197'),(738049,119676,'_xmlrpc_request','true'),(738048,119676,'_message_key','user_login_failed'),(738047,119676,'server_http_user_agent','WordPress'),(738046,119676,'login','mentol'),(738044,119676,'login_id','1'),(738045,119676,'login_email','mentolnet@gmail.com'),(738043,119675,'_server_http_x_forwarded_for_0','183.111.138.184'),(738042,119675,'_server_remote_addr','183.111.138.184'),(738041,119675,'_xmlrpc_request','true'),(738040,119675,'_message_key','user_login_failed'),(738039,119675,'server_http_user_agent','Poster'),(738038,119675,'login','mentol'),(738037,119675,'login_email','mentolnet@gmail.com'),(738036,119675,'login_id','1'),(738035,119674,'_server_http_x_forwarded_for_0','103.6.52.98'),(738034,119674,'_server_remote_addr','103.6.52.98'),(738033,119674,'_xmlrpc_request','true'),(738032,119674,'_message_key','user_unknown_login_failed'),(738031,119674,'server_http_user_agent','wp-windowsphone'),(738030,119674,'failed_username','luis-monteiro'),(738029,119673,'_server_http_x_forwarded_for_0','132.148.36.204'),(738028,119673,'_server_remote_addr','132.148.36.204'),(738027,119673,'_xmlrpc_request','true'),(738026,119673,'_message_key','user_login_failed'),(738025,119673,'server_http_user_agent','wp-windowsphone'),(738024,119673,'login','mentol'),(738023,119673,'login_email','mentolnet@gmail.com'),(738022,119673,'login_id','1'),(738021,119672,'_server_http_x_forwarded_for_0','69.174.52.121'),(738020,119672,'_server_remote_addr','69.174.52.121'),(738019,119672,'_xmlrpc_request','true'),(738018,119672,'_message_key','user_login_failed'),(738017,119672,'server_http_user_agent','wp-iphone'),(738016,119672,'login','mentol'),(738015,119672,'login_email','mentolnet@gmail.com'),(738014,119672,'login_id','1'),(738013,119671,'_server_http_x_forwarded_for_0','182.92.194.90'),(738012,119671,'_server_remote_addr','182.92.194.90'),(738011,119671,'_xmlrpc_request','true'),(738010,119671,'_message_key','user_unknown_login_failed'),(738009,119671,'server_http_user_agent','wp-iphone'),(738008,119671,'failed_username','luis-monteiro'),(738007,119670,'_server_http_referer','https://carpi2018.org/wp-login.php'),(738006,119670,'_server_http_x_forwarded_for_0','85.93.20.248'),(738005,119670,'_server_remote_addr','85.93.20.248'),(738004,119670,'_message_key','user_login_failed'),(738003,119670,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.63.16) Gecko/20175675 Firefox/45.63.16'),(738002,119670,'login','mentol'),(738001,119670,'login_email','mentolnet@gmail.com'),(738000,119670,'login_id','1'),(737999,119669,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737998,119669,'_server_http_x_forwarded_for_0','85.93.20.248'),(737997,119669,'_server_remote_addr','85.93.20.248'),(737996,119669,'_message_key','user_unknown_login_failed'),(737995,119669,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.63.16) Gecko/20175675 Firefox/45.63.16'),(737994,119669,'failed_username','luis-monteiro'),(737993,119668,'_server_http_x_forwarded_for_0','50.62.177.16'),(737992,119668,'_server_remote_addr','50.62.177.16'),(737991,119668,'_xmlrpc_request','true'),(737990,119668,'_message_key','user_login_failed'),(737989,119668,'server_http_user_agent','wp-windowsphone'),(737988,119668,'login','mentol'),(737987,119668,'login_email','mentolnet@gmail.com'),(737986,119668,'login_id','1'),(737985,119667,'_server_http_x_forwarded_for_0','198.71.228.70'),(737984,119667,'_server_remote_addr','198.71.228.70'),(737983,119667,'_xmlrpc_request','true'),(737982,119667,'_message_key','user_login_failed'),(737981,119667,'server_http_user_agent','wp-iphone'),(737980,119667,'login','mentol'),(737979,119667,'login_email','mentolnet@gmail.com'),(737978,119667,'login_id','1'),(737977,119666,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737976,119666,'_server_http_x_forwarded_for_0','159.148.186.32'),(737975,119666,'_server_remote_addr','159.148.186.32'),(737974,119666,'_message_key','user_unknown_login_failed'),(737973,119666,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.83.36 (KHTML, like Gecko) Chrome/57.4.9533.4805 Safari/534.54 OPR/44.5.0355.6628'),(737972,119666,'failed_username','luis-monteiro'),(737971,119665,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737970,119665,'_server_http_x_forwarded_for_0','159.148.186.32'),(737969,119665,'_server_remote_addr','159.148.186.32'),(737968,119665,'_message_key','user_login_failed'),(737967,119665,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.09.61 (KHTML, like Gecko) Version/4.6.1 Safari/533.26'),(737966,119665,'login','mentol'),(737964,119665,'login_id','1'),(737965,119665,'login_email','mentolnet@gmail.com'),(737963,119664,'_server_http_x_forwarded_for_0','185.53.12.128'),(737962,119664,'_server_remote_addr','185.53.12.128'),(737961,119664,'_xmlrpc_request','true'),(737960,119664,'_message_key','user_unknown_login_failed'),(737959,119664,'server_http_user_agent','wp-iphone'),(737958,119664,'failed_username','luis-monteiro'),(737957,119663,'_server_http_x_forwarded_for_0','182.50.135.77'),(737956,119663,'_server_remote_addr','182.50.135.77'),(737955,119663,'_xmlrpc_request','true'),(737954,119663,'_message_key','user_login_failed'),(737952,119663,'login','mentol'),(737953,119663,'server_http_user_agent','Poster'),(737951,119663,'login_email','mentolnet@gmail.com'),(737950,119663,'login_id','1'),(737949,119662,'_server_http_x_forwarded_for_0','94.130.82.86'),(737948,119662,'_server_remote_addr','94.130.82.86'),(737947,119662,'_xmlrpc_request','true'),(737946,119662,'_message_key','user_login_failed'),(737945,119662,'server_http_user_agent','WordPress'),(737944,119662,'login','mentol'),(737943,119662,'login_email','mentolnet@gmail.com'),(737942,119662,'login_id','1'),(737941,119661,'_server_http_x_forwarded_for_0','67.23.238.226'),(737940,119661,'_server_remote_addr','67.23.238.226'),(737939,119661,'_xmlrpc_request','true'),(737938,119661,'_message_key','user_unknown_login_failed'),(737937,119661,'server_http_user_agent','WordPress'),(737936,119661,'failed_username','luis-monteiro'),(737935,119660,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737934,119660,'_server_http_x_forwarded_for_0','85.93.20.248'),(737933,119660,'_server_remote_addr','85.93.20.248'),(737932,119660,'_message_key','user_login_failed'),(737931,119660,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.09.56 (KHTML, like Gecko) Chrome/57.4.9729.4457 Safari/534.39'),(737930,119660,'login','mentol'),(737928,119660,'login_id','1'),(737929,119660,'login_email','mentolnet@gmail.com'),(737927,119659,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737926,119659,'_server_http_x_forwarded_for_0','85.93.20.248'),(737925,119659,'_server_remote_addr','85.93.20.248'),(737924,119659,'_message_key','user_unknown_login_failed'),(737923,119659,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.09.56 (KHTML, like Gecko) Chrome/57.4.9729.4457 Safari/534.39'),(737922,119659,'failed_username','luis-monteiro'),(737921,119658,'_server_http_x_forwarded_for_0','160.153.153.13'),(737920,119658,'_server_remote_addr','160.153.153.13'),(737919,119658,'_xmlrpc_request','true'),(737918,119658,'_message_key','user_login_failed'),(737917,119658,'server_http_user_agent','Poster'),(737916,119658,'login','mentol'),(737915,119658,'login_email','mentolnet@gmail.com'),(737914,119658,'login_id','1'),(737913,119657,'_server_http_x_forwarded_for_0','209.212.30.156'),(737912,119657,'_server_remote_addr','209.212.30.156'),(737911,119657,'_xmlrpc_request','true'),(737910,119657,'_message_key','user_unknown_login_failed'),(737909,119657,'server_http_user_agent','wp-windowsphone'),(737908,119657,'failed_username','luis-monteiro'),(737907,119656,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737906,119656,'_server_http_x_forwarded_for_0','159.148.186.18'),(737905,119656,'_server_remote_addr','159.148.186.18'),(737904,119656,'_message_key','user_login_failed'),(737903,119656,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.72.29 (KHTML, like Gecko) Chrome/55.1.6002.1739 Safari/532.01 OPR/42.0.5289.9917'),(737902,119656,'login','mentol'),(737900,119656,'login_id','1'),(737901,119656,'login_email','mentolnet@gmail.com'),(737899,119655,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737898,119655,'_server_http_x_forwarded_for_0','159.148.186.18'),(737897,119655,'_server_remote_addr','159.148.186.18'),(737896,119655,'_message_key','user_unknown_login_failed'),(737895,119655,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0; rv:45.66.13) Gecko/20154256 Firefox/45.66.13'),(737894,119655,'failed_username','luis-monteiro'),(737893,119654,'_server_http_x_forwarded_for_0','83.166.138.64'),(737892,119654,'_server_remote_addr','83.166.138.64'),(737891,119654,'_xmlrpc_request','true'),(737890,119654,'_message_key','user_login_failed'),(737889,119654,'server_http_user_agent','wp-android'),(737888,119654,'login','mentol'),(737886,119654,'login_id','1'),(737887,119654,'login_email','mentolnet@gmail.com'),(737885,119653,'_server_http_x_forwarded_for_0','182.50.132.2'),(737884,119653,'_server_remote_addr','182.50.132.2'),(737883,119653,'_xmlrpc_request','true'),(737882,119653,'_message_key','user_unknown_login_failed'),(737881,119653,'server_http_user_agent','Poster'),(737880,119653,'failed_username','luis-monteiro'),(737879,119652,'_server_http_x_forwarded_for_0','50.62.177.54'),(737878,119652,'_server_remote_addr','50.62.177.54'),(737877,119652,'_xmlrpc_request','true'),(737876,119652,'_message_key','user_login_failed'),(737874,119652,'login','mentol'),(737875,119652,'server_http_user_agent','WordPress'),(737873,119652,'login_email','mentolnet@gmail.com'),(737872,119652,'login_id','1'),(737871,119651,'_server_http_x_forwarded_for_0','173.249.8.60'),(737870,119651,'_server_remote_addr','173.249.8.60'),(737869,119651,'_xmlrpc_request','true'),(737868,119651,'_message_key','user_login_failed'),(737866,119651,'login','mentol'),(737867,119651,'server_http_user_agent','wp-android'),(737865,119651,'login_email','mentolnet@gmail.com'),(737864,119651,'login_id','1'),(737863,119650,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737862,119650,'_server_http_x_forwarded_for_0','85.93.20.248'),(737861,119650,'_server_remote_addr','85.93.20.248'),(737860,119649,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737859,119650,'_message_key','user_login_failed'),(737858,119649,'_server_http_x_forwarded_for_0','85.93.20.248'),(737857,119650,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.85.38 (KHTML, like Gecko) Chrome/56.4.9771.4043 Safari/534.56 OPR/44.5.0594.5866'),(737856,119649,'_server_remote_addr','85.93.20.248'),(737855,119650,'login','mentol'),(737854,119649,'_message_key','user_unknown_login_failed'),(737853,119650,'login_email','mentolnet@gmail.com'),(737852,119649,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.21.74 (KHTML, like Gecko) Chrome/53.7.2387.8659 Safari/531.81'),(737851,119650,'login_id','1'),(737850,119649,'failed_username','luis-monteiro'),(737849,119648,'_server_http_x_forwarded_for_0','103.28.148.100'),(737848,119648,'_server_remote_addr','103.28.148.100'),(737847,119648,'_xmlrpc_request','true'),(737846,119648,'_message_key','user_login_failed'),(737845,119648,'server_http_user_agent','wp-android'),(737844,119648,'login','mentol'),(737842,119648,'login_id','1'),(737843,119648,'login_email','mentolnet@gmail.com'),(737841,119647,'_server_http_x_forwarded_for_0','50.62.176.220'),(737840,119647,'_server_remote_addr','50.62.176.220'),(737839,119647,'_xmlrpc_request','true'),(737838,119647,'_message_key','user_unknown_login_failed'),(737837,119647,'server_http_user_agent','wp-iphone'),(737836,119647,'failed_username','luis-monteiro'),(737835,119646,'_server_http_x_forwarded_for_0','178.157.15.166'),(737834,119646,'_server_remote_addr','178.157.15.166'),(737833,119646,'_xmlrpc_request','true'),(737832,119646,'_message_key','user_login_failed'),(737830,119646,'login','mentol'),(737831,119646,'server_http_user_agent','Poster'),(737829,119646,'login_email','mentolnet@gmail.com'),(737828,119646,'login_id','1'),(737827,119645,'_server_http_x_forwarded_for_0','178.157.15.166'),(737826,119645,'_server_remote_addr','178.157.15.166'),(737825,119645,'_xmlrpc_request','true'),(737824,119645,'_message_key','user_login_failed'),(737822,119645,'login','mentol'),(737823,119645,'server_http_user_agent','wp-windowsphone'),(737821,119645,'login_email','mentolnet@gmail.com'),(737820,119645,'login_id','1'),(737819,119644,'_server_http_x_forwarded_for_0','5.9.147.69'),(737818,119644,'_server_remote_addr','5.9.147.69'),(737817,119644,'_xmlrpc_request','true'),(737816,119644,'_message_key','user_unknown_login_failed'),(737815,119644,'server_http_user_agent','wp-windowsphone'),(737814,119644,'failed_username','luis-monteiro'),(737813,119643,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737812,119643,'_server_http_x_forwarded_for_0','159.148.186.18'),(737811,119643,'_server_remote_addr','159.148.186.18'),(737810,119643,'_message_key','user_login_failed'),(737808,119643,'login','mentol'),(737809,119643,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.60.17 (KHTML, like Gecko) Chrome/55.0.5969.0697 Safari/532.00 OPR/41.9.4146.9874'),(737807,119643,'login_email','mentolnet@gmail.com'),(737806,119643,'login_id','1'),(737805,119642,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737804,119642,'_server_http_x_forwarded_for_0','159.148.186.18'),(737803,119642,'_server_remote_addr','159.148.186.18'),(737802,119642,'_message_key','user_unknown_login_failed'),(737801,119642,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.94.31 (KHTML, like Gecko) Version/5.3.8 Safari/530.77'),(737800,119642,'failed_username','luis-monteiro'),(737799,119641,'_server_http_x_forwarded_for_0','192.99.149.123'),(737798,119641,'_server_remote_addr','192.99.149.123'),(737797,119641,'_xmlrpc_request','true'),(737796,119641,'_message_key','user_login_failed'),(737795,119641,'server_http_user_agent','wp-iphone'),(737794,119641,'login','mentol'),(737792,119641,'login_id','1'),(737793,119641,'login_email','mentolnet@gmail.com'),(737791,119640,'_server_http_x_forwarded_for_0','72.167.190.88'),(737790,119640,'_server_remote_addr','72.167.190.88'),(737789,119640,'_xmlrpc_request','true'),(737788,119640,'_message_key','user_login_failed'),(737787,119640,'server_http_user_agent','wp-android'),(737786,119640,'login','mentol'),(737785,119640,'login_email','mentolnet@gmail.com'),(737784,119640,'login_id','1'),(737783,119639,'_server_http_x_forwarded_for_0','198.71.239.48'),(737782,119639,'_server_remote_addr','198.71.239.48'),(737781,119639,'_xmlrpc_request','true'),(737780,119639,'_message_key','user_unknown_login_failed'),(737779,119639,'server_http_user_agent','wp-windowsphone'),(737778,119639,'failed_username','luis-monteiro'),(737777,119638,'_server_http_x_forwarded_for_0','182.50.135.78'),(737776,119638,'_server_remote_addr','182.50.135.78'),(737775,119638,'_xmlrpc_request','true'),(737774,119638,'_message_key','user_login_failed'),(737773,119638,'server_http_user_agent','wp-android'),(737772,119638,'login','mentol'),(737771,119638,'login_email','mentolnet@gmail.com'),(737770,119638,'login_id','1'),(737769,119637,'_server_http_x_forwarded_for_0','182.50.132.116'),(737768,119637,'_server_remote_addr','182.50.132.116'),(737767,119637,'_xmlrpc_request','true'),(737766,119637,'_message_key','user_unknown_login_failed'),(737765,119637,'server_http_user_agent','Poster'),(737764,119637,'failed_username','luis-monteiro'),(737763,119636,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737762,119636,'_server_http_x_forwarded_for_0','85.93.20.248'),(737761,119636,'_server_remote_addr','85.93.20.248'),(737760,119636,'_message_key','user_unknown_login_failed'),(737759,119636,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.17.60 (KHTML, like Gecko) Version/4.7.2 Safari/533.24'),(737758,119636,'failed_username','luis-monteiro'),(737757,119635,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737756,119635,'_server_http_x_forwarded_for_0','85.93.20.248'),(737755,119635,'_server_remote_addr','85.93.20.248'),(737754,119635,'_message_key','user_login_failed'),(737753,119635,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.17.60 (KHTML, like Gecko) Version/4.7.2 Safari/533.24'),(737752,119635,'login','mentol'),(737751,119635,'login_email','mentolnet@gmail.com'),(737750,119635,'login_id','1'),(737749,119634,'_server_http_x_forwarded_for_0','88.99.56.141'),(737748,119634,'_server_remote_addr','88.99.56.141'),(737747,119634,'_xmlrpc_request','true'),(737746,119634,'_message_key','user_unknown_login_failed'),(737745,119634,'server_http_user_agent','wp-windowsphone'),(737744,119634,'failed_username','luis-monteiro'),(737743,119633,'_server_http_x_forwarded_for_0','47.52.0.236'),(737742,119633,'_server_remote_addr','47.52.0.236'),(737741,119633,'_xmlrpc_request','true'),(737740,119633,'_message_key','user_login_failed'),(737739,119633,'server_http_user_agent','Windows Live Writer'),(737738,119633,'login','mentol'),(737736,119633,'login_id','1'),(737737,119633,'login_email','mentolnet@gmail.com'),(737735,119632,'_server_http_x_forwarded_for_0','160.153.156.134'),(737734,119632,'_server_remote_addr','160.153.156.134'),(737733,119632,'_xmlrpc_request','true'),(737732,119632,'_message_key','user_login_failed'),(737731,119632,'server_http_user_agent','WordPress'),(737730,119632,'login','mentol'),(737729,119632,'login_email','mentolnet@gmail.com'),(737728,119632,'login_id','1'),(737727,119631,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737726,119631,'_server_http_x_forwarded_for_0','159.148.186.18'),(737725,119631,'_server_remote_addr','159.148.186.18'),(737724,119631,'_message_key','user_login_failed'),(737723,119631,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.91.38 (KHTML, like Gecko) Version/5.3.8 Safari/530.73'),(737722,119631,'login','mentol'),(737720,119631,'login_id','1'),(737721,119631,'login_email','mentolnet@gmail.com'),(737719,119630,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737718,119630,'_server_http_x_forwarded_for_0','159.148.186.18'),(737717,119630,'_server_remote_addr','159.148.186.18'),(737716,119630,'_message_key','user_unknown_login_failed'),(737715,119630,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0; rv:45.61.18) Gecko/20150848 Firefox/45.61.18'),(737714,119630,'failed_username','luis-monteiro'),(737713,119629,'_server_http_x_forwarded_for_0','182.50.132.94'),(737712,119629,'_server_remote_addr','182.50.132.94'),(737711,119629,'_xmlrpc_request','true'),(737710,119629,'_message_key','user_unknown_login_failed'),(737709,119629,'server_http_user_agent','WordPress'),(737708,119629,'failed_username','luis-monteiro'),(737707,119628,'_server_http_x_forwarded_for_0','67.225.228.250'),(737706,119628,'_server_remote_addr','67.225.228.250'),(737705,119628,'_xmlrpc_request','true'),(737704,119628,'_message_key','user_login_failed'),(737703,119628,'server_http_user_agent','wp-android'),(737702,119628,'login','mentol'),(737700,119628,'login_id','1'),(737701,119628,'login_email','mentolnet@gmail.com'),(737699,119627,'_server_http_x_forwarded_for_0','148.72.232.116'),(737698,119627,'_server_remote_addr','148.72.232.116'),(737697,119627,'_xmlrpc_request','true'),(737696,119627,'_message_key','user_login_failed'),(737695,119627,'server_http_user_agent','WordPress'),(737694,119627,'login','mentol'),(737693,119627,'login_email','mentolnet@gmail.com'),(737692,119627,'login_id','1'),(737691,119626,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737690,119626,'_server_http_x_forwarded_for_0','85.93.20.248'),(737689,119626,'_server_remote_addr','85.93.20.248'),(737688,119625,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737687,119626,'_message_key','user_login_failed'),(737686,119625,'_server_http_x_forwarded_for_0','85.93.20.248'),(737685,119626,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2; WOW64; x64; rv:52.40.97) Gecko/20138868 Firefox/52.40.97'),(737683,119626,'login','mentol'),(737684,119625,'_server_remote_addr','85.93.20.248'),(737682,119625,'_message_key','user_unknown_login_failed'),(737681,119626,'login_email','mentolnet@gmail.com'),(737680,119625,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2; WOW64; x64; rv:52.40.97) Gecko/20138868 Firefox/52.40.97'),(737679,119626,'login_id','1'),(737678,119625,'failed_username','luis-monteiro'),(737677,119624,'_server_http_x_forwarded_for_0','184.168.200.202'),(737676,119624,'_server_remote_addr','184.168.200.202'),(737675,119624,'_xmlrpc_request','true'),(737674,119624,'_message_key','user_unknown_login_failed'),(737673,119624,'server_http_user_agent','wp-windowsphone'),(737672,119624,'failed_username','luis-monteiro'),(737671,119623,'_server_http_x_forwarded_for_0','50.62.176.250'),(737670,119623,'_server_remote_addr','50.62.176.250'),(737669,119623,'_xmlrpc_request','true'),(737668,119623,'_message_key','user_login_failed'),(737667,119623,'server_http_user_agent','wp-windowsphone'),(737666,119623,'login','mentol'),(737665,119623,'login_email','mentolnet@gmail.com'),(737664,119623,'login_id','1'),(737663,119622,'_server_http_x_forwarded_for_0','94.130.129.47'),(737662,119622,'_server_remote_addr','94.130.129.47'),(737661,119622,'_xmlrpc_request','true'),(737660,119622,'_message_key','user_login_failed'),(737659,119622,'server_http_user_agent','Windows Live Writer'),(737658,119622,'login','mentol'),(737657,119622,'login_email','mentolnet@gmail.com'),(737656,119622,'login_id','1'),(737655,119621,'_server_http_x_forwarded_for_0','185.50.197.159'),(737654,119621,'_server_remote_addr','185.50.197.159'),(737653,119621,'_xmlrpc_request','true'),(737652,119621,'_message_key','user_unknown_login_failed'),(737651,119621,'server_http_user_agent','wp-windowsphone'),(737650,119621,'failed_username','luis-monteiro'),(737649,119620,'_server_http_x_forwarded_for_0','207.246.249.197'),(737648,119620,'_server_remote_addr','207.246.249.197'),(737647,119620,'_xmlrpc_request','true'),(737646,119620,'_message_key','user_login_failed'),(737645,119620,'server_http_user_agent','wp-windowsphone'),(737644,119620,'login','mentol'),(737643,119620,'login_email','mentolnet@gmail.com'),(737642,119620,'login_id','1'),(737641,119619,'_server_http_x_forwarded_for_0','50.62.208.74'),(737640,119619,'_server_remote_addr','50.62.208.74'),(737639,119619,'_xmlrpc_request','true'),(737638,119619,'_message_key','user_login_failed'),(737637,119619,'server_http_user_agent','wp-windowsphone'),(737636,119619,'login','mentol'),(737635,119619,'login_email','mentolnet@gmail.com'),(737634,119619,'login_id','1'),(737633,119618,'_server_http_x_forwarded_for_0','101.0.115.135'),(737632,119618,'_server_remote_addr','101.0.115.135'),(737631,119618,'_xmlrpc_request','true'),(737630,119618,'_message_key','user_unknown_login_failed'),(737629,119618,'server_http_user_agent','WordPress'),(737628,119618,'failed_username','luis-monteiro'),(737627,119617,'_server_http_x_forwarded_for_0','98.217.169.1'),(737626,119617,'_server_remote_addr','98.217.169.1'),(737625,119617,'_xmlrpc_request','true'),(737624,119617,'_message_key','user_login_failed'),(737623,119617,'server_http_user_agent','wp-iphone'),(737622,119617,'login','mentol'),(737620,119617,'login_id','1'),(737621,119617,'login_email','mentolnet@gmail.com'),(737619,119616,'_server_http_x_forwarded_for_0','83.166.138.64'),(737618,119616,'_server_remote_addr','83.166.138.64'),(737617,119616,'_xmlrpc_request','true'),(737616,119616,'_message_key','user_login_failed'),(737615,119616,'server_http_user_agent','wp-android'),(737614,119616,'login','mentol'),(737613,119616,'login_email','mentolnet@gmail.com'),(737612,119616,'login_id','1'),(737611,119615,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737610,119615,'_server_http_x_forwarded_for_0','85.93.20.248'),(737609,119615,'_server_remote_addr','85.93.20.248'),(737608,119615,'_message_key','user_unknown_login_failed'),(737607,119615,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_29_77) AppleWebKit/531.71.18 (KHTML, like Gecko) Chrome/55.1.6902.0630 Safari/532.00 Edge/36.04517'),(737606,119615,'failed_username','luis-monteiro'),(737605,119614,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737604,119614,'_server_http_x_forwarded_for_0','85.93.20.248'),(737603,119614,'_server_remote_addr','85.93.20.248'),(737602,119614,'_message_key','user_login_failed'),(737601,119614,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.95.42 (KHTML, like Gecko) Version/5.4.8 Safari/531.88'),(737600,119614,'login','mentol'),(737599,119614,'login_email','mentolnet@gmail.com'),(737598,119614,'login_id','1'),(737597,119613,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737596,119613,'_server_http_x_forwarded_for_0','159.148.186.18'),(737595,119613,'_server_remote_addr','159.148.186.18'),(737594,119613,'_message_key','user_login_failed'),(737593,119613,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0; rv:52.44.91) Gecko/20142403 Firefox/52.44.91'),(737592,119613,'login','mentol'),(737590,119613,'login_id','1'),(737591,119613,'login_email','mentolnet@gmail.com'),(737589,119612,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737588,119612,'_server_http_x_forwarded_for_0','159.148.186.18'),(737587,119612,'_server_remote_addr','159.148.186.18'),(737586,119612,'_message_key','user_unknown_login_failed'),(737585,119612,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.99.36 (KHTML, like Gecko) Version/5.3.8 Safari/530.71'),(737584,119612,'failed_username','luis-monteiro'),(737583,119611,'_server_http_x_forwarded_for_0','37.9.169.16'),(737582,119611,'_server_remote_addr','37.9.169.16'),(737581,119611,'_xmlrpc_request','true'),(737580,119611,'_message_key','user_login_failed'),(737579,119611,'server_http_user_agent','wp-windowsphone'),(737578,119611,'login','mentol'),(737576,119611,'login_id','1'),(737577,119611,'login_email','mentolnet@gmail.com'),(737575,119610,'_server_http_x_forwarded_for_0','178.60.29.50'),(737574,119610,'_server_remote_addr','178.60.29.50'),(737573,119610,'_xmlrpc_request','true'),(737572,119610,'_message_key','user_unknown_login_failed'),(737571,119610,'server_http_user_agent','Poster'),(737570,119610,'failed_username','luis-monteiro'),(737569,119609,'_server_http_x_forwarded_for_0','103.7.8.232'),(737568,119609,'_server_remote_addr','103.7.8.232'),(737567,119609,'_xmlrpc_request','true'),(737566,119609,'_message_key','user_login_failed'),(737564,119609,'login','mentol'),(737565,119609,'server_http_user_agent','wp-android'),(737563,119609,'login_email','mentolnet@gmail.com'),(737562,119609,'login_id','1'),(737561,119608,'_server_http_x_forwarded_for_0','23.226.69.242'),(737560,119608,'_server_remote_addr','23.226.69.242'),(737559,119608,'_xmlrpc_request','true'),(737558,119608,'_message_key','user_login_failed'),(737556,119608,'login','mentol'),(737557,119608,'server_http_user_agent','wp-android'),(737555,119608,'login_email','mentolnet@gmail.com'),(737554,119608,'login_id','1'),(737553,119607,'_server_http_x_forwarded_for_0','50.62.176.166'),(737552,119607,'_server_remote_addr','50.62.176.166'),(737551,119607,'_xmlrpc_request','true'),(737550,119607,'_message_key','user_login_failed'),(737549,119607,'server_http_user_agent','Poster'),(737548,119607,'login','mentol'),(737546,119607,'login_id','1'),(737547,119607,'login_email','mentolnet@gmail.com'),(737545,119606,'_server_http_x_forwarded_for_0','37.9.169.15'),(737544,119606,'_server_remote_addr','37.9.169.15'),(737543,119606,'_xmlrpc_request','true'),(737542,119606,'_message_key','user_login_failed'),(737541,119606,'server_http_user_agent','WordPress'),(737540,119606,'login','mentol'),(737539,119606,'login_email','mentolnet@gmail.com'),(737538,119606,'login_id','1'),(737537,119605,'_server_http_x_forwarded_for_0','178.60.29.50'),(737536,119605,'_server_remote_addr','178.60.29.50'),(737535,119605,'_xmlrpc_request','true'),(737534,119605,'_message_key','user_unknown_login_failed'),(737533,119605,'server_http_user_agent','Windows Live Writer'),(737532,119605,'failed_username','luis-monteiro'),(737531,119604,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737530,119604,'_server_http_x_forwarded_for_0','159.148.186.18'),(737529,119604,'_server_remote_addr','159.148.186.18'),(737528,119604,'_message_key','user_unknown_login_failed'),(737527,119604,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_42_95) AppleWebKit/533.91.54 (KHTML, like Gecko) Chrome/57.5.0204.5577 Safari/530.61 Edge/34.67553'),(737526,119604,'failed_username','luis-monteiro'),(737525,119603,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737524,119603,'_server_http_x_forwarded_for_0','159.148.186.18'),(737523,119603,'_server_remote_addr','159.148.186.18'),(737522,119603,'_message_key','user_login_failed'),(737521,119603,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.09.52 (KHTML, like Gecko) Version/5.5.1 Safari/532.16'),(737520,119603,'login','mentol'),(737519,119603,'login_email','mentolnet@gmail.com'),(737518,119603,'login_id','1'),(737517,119602,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737516,119602,'_server_http_x_forwarded_for_0','85.93.20.248'),(737515,119602,'_server_remote_addr','85.93.20.248'),(737514,119602,'_message_key','user_login_failed'),(737513,119602,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.53.06) Gecko/20165683 Firefox/52.53.06'),(737512,119602,'login','mentol'),(737510,119602,'login_id','1'),(737511,119602,'login_email','mentolnet@gmail.com'),(737509,119601,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737508,119601,'_server_http_x_forwarded_for_0','85.93.20.248'),(737507,119601,'_server_remote_addr','85.93.20.248'),(737506,119601,'_message_key','user_unknown_login_failed'),(737505,119601,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.53.06) Gecko/20165683 Firefox/52.53.06'),(737504,119601,'failed_username','luis-monteiro'),(737503,119600,'_server_http_x_forwarded_for_0','94.130.129.47'),(737502,119600,'_server_remote_addr','94.130.129.47'),(737501,119600,'_xmlrpc_request','true'),(737500,119600,'_message_key','user_unknown_login_failed'),(737499,119600,'server_http_user_agent','wp-android'),(737498,119600,'failed_username','luis-monteiro'),(737497,119599,'_server_http_x_forwarded_for_0','173.201.196.161'),(737496,119599,'_server_remote_addr','173.201.196.161'),(737495,119599,'_xmlrpc_request','true'),(737494,119599,'_message_key','user_login_failed'),(737493,119599,'server_http_user_agent','wp-windowsphone'),(737492,119599,'login','mentol'),(737491,119599,'login_email','mentolnet@gmail.com'),(737490,119599,'login_id','1'),(737489,119598,'_server_http_x_forwarded_for_0','103.212.71.20'),(737488,119598,'_server_remote_addr','103.212.71.20'),(737487,119598,'_xmlrpc_request','true'),(737486,119598,'_message_key','user_login_failed'),(737485,119598,'server_http_user_agent','WordPress'),(737484,119598,'login','mentol'),(737483,119598,'login_email','mentolnet@gmail.com'),(737482,119598,'login_id','1'),(737481,119597,'_server_http_x_forwarded_for_0','72.29.73.223'),(737480,119597,'_server_remote_addr','72.29.73.223'),(737479,119597,'_xmlrpc_request','true'),(737478,119597,'_message_key','user_login_failed'),(737477,119597,'server_http_user_agent','WordPress'),(737476,119597,'login','mentol'),(737475,119597,'login_email','mentolnet@gmail.com'),(737474,119597,'login_id','1'),(737473,119596,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737472,119596,'_server_http_x_forwarded_for_0','159.148.186.18'),(737471,119596,'_server_remote_addr','159.148.186.18'),(737470,119596,'_message_key','user_unknown_login_failed'),(737469,119596,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/531.72.29 (KHTML, like Gecko) Chrome/56.2.7132.1869 Safari/532.12 OPR/42.0.5319.0047'),(737468,119596,'failed_username','luis-monteiro'),(737467,119595,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737466,119595,'_server_http_x_forwarded_for_0','159.148.186.18'),(737465,119595,'_server_remote_addr','159.148.186.18'),(737464,119595,'_message_key','user_login_failed'),(737462,119595,'login','mentol'),(737463,119595,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.70.18 (KHTML, like Gecko) Chrome/55.1.6922.1659 Safari/532.00 OPR/42.0.4109.9837'),(737461,119595,'login_email','mentolnet@gmail.com'),(737460,119595,'login_id','1'),(737459,119594,'_server_http_x_forwarded_for_0','83.166.138.62'),(737458,119594,'_server_remote_addr','83.166.138.62'),(737457,119594,'_xmlrpc_request','true'),(737456,119594,'_message_key','user_unknown_login_failed'),(737455,119594,'server_http_user_agent','Poster'),(737454,119594,'failed_username','luis-monteiro'),(737453,119593,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737452,119593,'_server_http_x_forwarded_for_0','85.93.20.248'),(737451,119593,'_server_remote_addr','85.93.20.248'),(737450,119592,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737449,119593,'_message_key','user_login_failed'),(737448,119592,'_server_http_x_forwarded_for_0','85.93.20.248'),(737447,119593,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; Win64) AppleWebKit/530.61.18 (KHTML, like Gecko) Chrome/55.0.5929.0657 Safari/532.91 OPR/41.9.4207.8934'),(737446,119592,'_server_remote_addr','85.93.20.248'),(737445,119593,'login','mentol'),(737444,119592,'_message_key','user_unknown_login_failed'),(737443,119593,'login_email','mentolnet@gmail.com'),(737442,119592,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; Win64) AppleWebKit/530.61.18 (KHTML, like Gecko) Chrome/55.0.5929.0657 Safari/532.91 OPR/41.9.4207.8934'),(737441,119593,'login_id','1'),(737440,119592,'failed_username','luis-monteiro'),(737439,119591,'_server_http_x_forwarded_for_0','69.27.46.200'),(737438,119591,'_server_remote_addr','69.27.46.200'),(737437,119591,'_xmlrpc_request','true'),(737436,119591,'_message_key','user_login_failed'),(737434,119591,'login','mentol'),(737435,119591,'server_http_user_agent','wp-windowsphone'),(737433,119591,'login_email','mentolnet@gmail.com'),(737432,119591,'login_id','1'),(737431,119590,'_server_http_x_forwarded_for_0','75.98.175.121'),(737430,119590,'_server_remote_addr','75.98.175.121'),(737429,119590,'_xmlrpc_request','true'),(737428,119590,'_message_key','user_login_failed'),(737427,119590,'server_http_user_agent','Windows Live Writer'),(737426,119590,'login','mentol'),(737424,119590,'login_id','1'),(737425,119590,'login_email','mentolnet@gmail.com'),(737423,119589,'_server_http_x_forwarded_for_0','52.33.173.71'),(737422,119589,'_server_remote_addr','52.33.173.71'),(737421,119589,'_xmlrpc_request','true'),(737420,119589,'_message_key','user_unknown_login_failed'),(737419,119589,'server_http_user_agent','wp-android'),(737418,119589,'failed_username','luis-monteiro'),(737417,119588,'_server_http_x_forwarded_for_0','72.167.190.150'),(737416,119588,'_server_remote_addr','72.167.190.150'),(737415,119588,'_xmlrpc_request','true'),(737414,119588,'_message_key','user_login_failed'),(737413,119588,'server_http_user_agent','wp-iphone'),(737412,119588,'login','mentol'),(737411,119588,'login_email','mentolnet@gmail.com'),(737410,119588,'login_id','1'),(737409,119587,'_server_http_x_forwarded_for_0','160.153.153.168'),(737408,119587,'_server_remote_addr','160.153.153.168'),(737407,119587,'_xmlrpc_request','true'),(737406,119587,'_message_key','user_login_failed'),(737405,119587,'server_http_user_agent','wp-android'),(737404,119587,'login','mentol'),(737403,119587,'login_email','mentolnet@gmail.com'),(737402,119587,'login_id','1'),(737401,119586,'_server_http_x_forwarded_for_0','83.166.138.5'),(737400,119586,'_server_remote_addr','83.166.138.5'),(737399,119586,'_xmlrpc_request','true'),(737398,119586,'_message_key','user_unknown_login_failed'),(737397,119586,'server_http_user_agent','Poster'),(737396,119586,'failed_username','luis-monteiro'),(737395,119585,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737394,119585,'_server_http_x_forwarded_for_0','159.148.186.18'),(737393,119585,'_server_remote_addr','159.148.186.18'),(737392,119585,'_message_key','user_login_failed'),(737391,119585,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.65.18) Gecko/20177538 Firefox/45.65.18'),(737390,119585,'login','mentol'),(737389,119585,'login_email','mentolnet@gmail.com'),(737388,119585,'login_id','1'),(737387,119584,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737386,119584,'_server_http_x_forwarded_for_0','159.148.186.18'),(737385,119584,'_server_remote_addr','159.148.186.18'),(737384,119584,'_message_key','user_unknown_login_failed'),(737383,119584,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.12.65 (KHTML, like Gecko) Version/4.6.2 Safari/533.29'),(737382,119584,'failed_username','luis-monteiro'),(737381,119583,'_server_http_x_forwarded_for_0','72.167.190.53'),(737380,119583,'_server_remote_addr','72.167.190.53'),(737379,119583,'_xmlrpc_request','true'),(737378,119583,'_message_key','user_login_failed'),(737376,119583,'login','mentol'),(737377,119583,'server_http_user_agent','wp-android'),(737375,119583,'login_email','mentolnet@gmail.com'),(737374,119583,'login_id','1'),(737373,119582,'_server_http_x_forwarded_for_0','93.188.2.5'),(737371,119582,'_xmlrpc_request','true'),(737372,119582,'_server_remote_addr','93.188.2.5'),(737370,119582,'_message_key','user_unknown_login_failed'),(737369,119582,'server_http_user_agent','wp-android'),(737368,119582,'failed_username','luis-monteiro'),(737367,119581,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737366,119581,'_server_http_x_forwarded_for_0','85.93.20.248'),(737365,119581,'_server_remote_addr','85.93.20.248'),(737364,119581,'_message_key','user_login_failed'),(737363,119581,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2; rv:52.48.95) Gecko/20137547 Firefox/52.48.95'),(737362,119581,'login','mentol'),(737361,119581,'login_email','mentolnet@gmail.com'),(737360,119581,'login_id','1'),(737359,119580,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737358,119580,'_server_http_x_forwarded_for_0','85.93.20.248'),(737357,119580,'_server_remote_addr','85.93.20.248'),(737356,119580,'_message_key','user_unknown_login_failed'),(737355,119580,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2; rv:52.48.95) Gecko/20137547 Firefox/52.48.95'),(737354,119580,'failed_username','luis-monteiro'),(737353,119579,'_server_http_x_forwarded_for_0','94.138.217.162'),(737352,119579,'_server_remote_addr','94.138.217.162'),(737351,119579,'_xmlrpc_request','true'),(737350,119579,'_message_key','user_login_failed'),(737349,119579,'server_http_user_agent','wp-android'),(737348,119579,'login','mentol'),(737347,119579,'login_email','mentolnet@gmail.com'),(737346,119579,'login_id','1'),(737345,119578,'_server_http_x_forwarded_for_0','148.72.232.135'),(737344,119578,'_server_remote_addr','148.72.232.135'),(737343,119578,'_xmlrpc_request','true'),(737342,119578,'_message_key','user_login_failed'),(737341,119578,'server_http_user_agent','Poster'),(737340,119578,'login','mentol'),(737339,119578,'login_email','mentolnet@gmail.com'),(737338,119578,'login_id','1'),(737337,119577,'_server_http_x_forwarded_for_0','148.72.232.135'),(737336,119577,'_server_remote_addr','148.72.232.135'),(737335,119577,'_xmlrpc_request','true'),(737334,119577,'_message_key','user_login_failed'),(737333,119577,'server_http_user_agent','Poster'),(737332,119577,'login','mentol'),(737330,119577,'login_id','1'),(737331,119577,'login_email','mentolnet@gmail.com'),(737329,119576,'_server_http_x_forwarded_for_0','155.133.138.66'),(737328,119576,'_server_remote_addr','155.133.138.66'),(737327,119576,'_xmlrpc_request','true'),(737326,119576,'_message_key','user_login_failed'),(737325,119576,'server_http_user_agent','WordPress'),(737324,119576,'login','mentol'),(737323,119576,'login_email','mentolnet@gmail.com'),(737322,119576,'login_id','1'),(737321,119575,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737320,119575,'_server_http_x_forwarded_for_0','85.93.20.248'),(737319,119575,'_server_remote_addr','85.93.20.248'),(737318,119575,'_message_key','user_unknown_login_failed'),(737317,119575,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.08.51 (KHTML, like Gecko) Version/5.5.1 Safari/532.16'),(737316,119575,'failed_username','luis-monteiro'),(737315,119574,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737314,119574,'_server_http_x_forwarded_for_0','85.93.20.248'),(737313,119574,'_server_remote_addr','85.93.20.248'),(737312,119574,'_message_key','user_login_failed'),(737311,119574,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.08.51 (KHTML, like Gecko) Version/5.5.1 Safari/532.16'),(737310,119574,'login','mentol'),(737309,119574,'login_email','mentolnet@gmail.com'),(737308,119574,'login_id','1'),(737307,119573,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737306,119573,'_server_http_x_forwarded_for_0','85.93.20.248'),(737305,119573,'_server_remote_addr','85.93.20.248'),(737304,119573,'_message_key','user_login_failed'),(737303,119573,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.98.45 (KHTML, like Gecko) Version/5.3.8 Safari/531.81'),(737302,119573,'login','mentol'),(737301,119573,'login_email','mentolnet@gmail.com'),(737300,119573,'login_id','1'),(737299,119572,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737298,119572,'_server_http_x_forwarded_for_0','85.93.20.248'),(737297,119572,'_server_remote_addr','85.93.20.248'),(737296,119572,'_message_key','user_unknown_login_failed'),(737295,119572,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.98.45 (KHTML, like Gecko) Version/5.3.8 Safari/531.81'),(737294,119572,'failed_username','luis-monteiro'),(737293,119571,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737292,119571,'_server_http_x_forwarded_for_0','85.93.20.248'),(737291,119571,'_server_remote_addr','85.93.20.248'),(737290,119571,'_message_key','user_unknown_login_failed'),(737289,119571,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_46_99) AppleWebKit/533.05.58 (KHTML, like Gecko) Chrome/57.5.0791.6063 Safari/530.66 Edge/34.71425'),(737288,119571,'failed_username','luis-monteiro'),(737287,119570,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737286,119570,'_server_http_x_forwarded_for_0','85.93.20.248'),(737285,119570,'_server_remote_addr','85.93.20.248'),(737284,119570,'_message_key','user_login_failed'),(737282,119570,'login','mentol'),(737283,119570,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_56_09) AppleWebKit/534.04.67 (KHTML, like Gecko) Chrome/53.6.1692.7964 Safari/530.75 Edge/34.71421'),(737281,119570,'login_email','mentolnet@gmail.com'),(737280,119570,'login_id','1'),(737279,119569,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737278,119569,'_server_http_x_forwarded_for_0','85.93.20.248'),(737277,119569,'_server_remote_addr','85.93.20.248'),(737276,119569,'_message_key','user_login_failed'),(737275,119569,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.05.58 (KHTML, like Gecko) Version/5.6.1 Safari/532.13'),(737274,119569,'login','mentol'),(737272,119569,'login_id','1'),(737273,119569,'login_email','mentolnet@gmail.com'),(737271,119568,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737270,119568,'_server_http_x_forwarded_for_0','85.93.20.248'),(737269,119568,'_server_remote_addr','85.93.20.248'),(737268,119568,'_message_key','user_unknown_login_failed'),(737267,119568,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.87.30 (KHTML, like Gecko) Chrome/57.4.9968.4230 Safari/534.57 OPR/44.5.0681.6953'),(737266,119568,'failed_username','luis-monteiro'),(737265,119567,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737264,119567,'_server_http_x_forwarded_for_0','85.93.20.248'),(737263,119567,'_server_remote_addr','85.93.20.248'),(737262,119567,'_message_key','user_unknown_login_failed'),(737261,119567,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.76.28) Gecko/20177356 Firefox/45.76.28'),(737260,119567,'failed_username','luis-monteiro'),(737259,119566,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737258,119566,'_server_http_x_forwarded_for_0','85.93.20.248'),(737257,119566,'_server_remote_addr','85.93.20.248'),(737256,119566,'_message_key','user_login_failed'),(737254,119566,'login','mentol'),(737255,119566,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.76.28) Gecko/20177356 Firefox/45.76.28'),(737253,119566,'login_email','mentolnet@gmail.com'),(737252,119566,'login_id','1'),(737251,119565,'_server_http_x_forwarded_for_0','132.148.104.131'),(737250,119565,'_server_remote_addr','132.148.104.131'),(737249,119565,'_xmlrpc_request','true'),(737248,119565,'_message_key','user_login_failed'),(737246,119565,'login','mentol'),(737247,119565,'server_http_user_agent','Poster'),(737245,119565,'login_email','mentolnet@gmail.com'),(737244,119565,'login_id','1'),(737243,119564,'_server_http_x_forwarded_for_0','107.180.121.3'),(737242,119564,'_server_remote_addr','107.180.121.3'),(737241,119564,'_xmlrpc_request','true'),(737240,119564,'_message_key','user_unknown_login_failed'),(737239,119564,'server_http_user_agent','wp-android'),(737238,119564,'failed_username','luis-monteiro'),(737237,119563,'_server_http_x_forwarded_for_0','83.166.138.62'),(737236,119563,'_server_remote_addr','83.166.138.62'),(737235,119563,'_xmlrpc_request','true'),(737234,119563,'_message_key','user_login_failed'),(737233,119563,'server_http_user_agent','wp-windowsphone'),(737232,119563,'login','mentol'),(737231,119563,'login_email','mentolnet@gmail.com'),(737230,119563,'login_id','1'),(737229,119562,'_server_http_x_forwarded_for_0','81.27.85.29'),(737228,119562,'_server_remote_addr','81.27.85.29'),(737227,119562,'_xmlrpc_request','true'),(737226,119562,'_message_key','user_login_failed'),(737225,119562,'server_http_user_agent','wp-windowsphone'),(737224,119562,'login','mentol'),(737223,119562,'login_email','mentolnet@gmail.com'),(737222,119562,'login_id','1'),(737221,119561,'_server_http_x_forwarded_for_0','209.205.201.162'),(737220,119561,'_server_remote_addr','209.205.201.162'),(737219,119561,'_xmlrpc_request','true'),(737218,119561,'_message_key','user_unknown_login_failed'),(737217,119561,'server_http_user_agent','Windows Live Writer'),(737216,119561,'failed_username','luis-monteiro'),(737215,119560,'_server_http_x_forwarded_for_0','83.166.138.47'),(737214,119560,'_server_remote_addr','83.166.138.47'),(737213,119560,'_xmlrpc_request','true'),(737212,119560,'_message_key','user_login_failed'),(737211,119560,'server_http_user_agent','wp-android'),(737210,119560,'login','mentol'),(737209,119560,'login_email','mentolnet@gmail.com'),(737208,119560,'login_id','1'),(737207,119559,'_server_http_x_forwarded_for_0','50.62.177.18'),(737206,119559,'_server_remote_addr','50.62.177.18'),(737205,119559,'_xmlrpc_request','true'),(737204,119559,'_message_key','user_login_failed'),(737203,119559,'server_http_user_agent','WordPress'),(737202,119559,'login','mentol'),(737201,119559,'login_email','mentolnet@gmail.com'),(737200,119559,'login_id','1'),(737199,119558,'_server_http_x_forwarded_for_0','185.68.111.122'),(737198,119558,'_server_remote_addr','185.68.111.122'),(737197,119558,'_xmlrpc_request','true'),(737196,119558,'_message_key','user_unknown_login_failed'),(737195,119558,'server_http_user_agent','WordPress'),(737194,119558,'failed_username','luis-monteiro'),(737193,119557,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737192,119557,'_server_http_x_forwarded_for_0','85.93.20.248'),(737191,119557,'_server_remote_addr','85.93.20.248'),(737190,119557,'_message_key','user_login_failed'),(737189,119556,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737188,119557,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_30_93) AppleWebKit/532.99.42 (KHTML, like Gecko) Chrome/57.5.0141.5414 Safari/534.60 Edge/34.66923'),(737187,119556,'_server_http_x_forwarded_for_0','85.93.20.248'),(737186,119557,'login','mentol'),(737185,119556,'_server_remote_addr','85.93.20.248'),(737184,119557,'login_email','mentolnet@gmail.com'),(737183,119556,'_message_key','user_unknown_login_failed'),(737182,119557,'login_id','1'),(737181,119556,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_30_93) AppleWebKit/532.99.42 (KHTML, like Gecko) Chrome/57.5.0141.5414 Safari/534.60 Edge/34.66923'),(737180,119556,'failed_username','luis-monteiro'),(737179,119555,'_server_http_x_forwarded_for_0','64.111.116.218'),(737178,119555,'_server_remote_addr','64.111.116.218'),(737177,119555,'_xmlrpc_request','true'),(737176,119555,'_message_key','user_login_failed'),(737175,119555,'server_http_user_agent','Windows Live Writer'),(737174,119555,'login','mentol'),(737172,119555,'login_id','1'),(737173,119555,'login_email','mentolnet@gmail.com'),(737171,119554,'_server_http_x_forwarded_for_0','50.62.177.223'),(737170,119554,'_server_remote_addr','50.62.177.223'),(737169,119554,'_xmlrpc_request','true'),(737168,119554,'_message_key','user_unknown_login_failed'),(737167,119554,'server_http_user_agent','Poster'),(737166,119554,'failed_username','luis-monteiro'),(737165,119553,'_server_http_x_forwarded_for_0','202.9.90.7'),(737164,119553,'_server_remote_addr','202.9.90.7'),(737163,119553,'_xmlrpc_request','true'),(737162,119553,'_message_key','user_login_failed'),(737161,119553,'server_http_user_agent','wp-windowsphone'),(737160,119553,'login','mentol'),(737158,119553,'login_id','1'),(737159,119553,'login_email','mentolnet@gmail.com'),(737157,119552,'_server_http_x_forwarded_for_0','79.137.87.174'),(737156,119552,'_server_remote_addr','79.137.87.174'),(737155,119552,'_xmlrpc_request','true'),(737154,119552,'_message_key','user_unknown_login_failed'),(737153,119552,'server_http_user_agent','wp-iphone'),(737152,119552,'failed_username','luis-monteiro'),(737151,119551,'_server_http_x_forwarded_for_0','50.62.176.228'),(737150,119551,'_server_remote_addr','50.62.176.228'),(737149,119551,'_xmlrpc_request','true'),(737148,119551,'_message_key','user_login_failed'),(737147,119551,'server_http_user_agent','wp-windowsphone'),(737146,119551,'login','mentol'),(737145,119551,'login_email','mentolnet@gmail.com'),(737144,119551,'login_id','1'),(737143,119550,'_server_http_x_forwarded_for_0','172.104.175.97'),(737142,119550,'_server_remote_addr','172.104.175.97'),(737141,119550,'_xmlrpc_request','true'),(737140,119550,'_message_key','user_login_failed'),(737138,119550,'login','mentol'),(737139,119550,'server_http_user_agent','wp-windowsphone'),(737137,119550,'login_email','mentolnet@gmail.com'),(737136,119550,'login_id','1'),(737135,119549,'_server_http_x_forwarded_for_0','192.130.146.156'),(737133,119549,'_xmlrpc_request','true'),(737134,119549,'_server_remote_addr','192.130.146.156'),(737132,119549,'_message_key','user_unknown_login_failed'),(737131,119549,'server_http_user_agent','wp-iphone'),(737130,119549,'failed_username','luis-monteiro'),(737129,119548,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737128,119548,'_server_http_x_forwarded_for_0','85.93.20.248'),(737127,119548,'_server_remote_addr','85.93.20.248'),(737126,119548,'_message_key','user_login_failed'),(737125,119548,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.89.32 (KHTML, like Gecko) Chrome/56.3.8126.4499 Safari/534.49 OPR/44.5.0849.5111'),(737124,119547,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737123,119548,'login','mentol'),(737122,119547,'_server_http_x_forwarded_for_0','85.93.20.248'),(737121,119548,'login_email','mentolnet@gmail.com'),(737120,119547,'_server_remote_addr','85.93.20.248'),(737119,119548,'login_id','1'),(737118,119547,'_message_key','user_unknown_login_failed'),(737117,119547,'server_http_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_37_80) AppleWebKit/532.86.49 (KHTML, like Gecko) Chrome/57.4.9880.5152 Safari/534.56'),(737116,119547,'failed_username','luis-monteiro'),(737115,119546,'_server_http_x_forwarded_for_0','198.71.231.16'),(737114,119546,'_server_remote_addr','198.71.231.16'),(737113,119546,'_xmlrpc_request','true'),(737112,119546,'_message_key','user_login_failed'),(737111,119546,'server_http_user_agent','WordPress'),(737110,119546,'login','mentol'),(737109,119546,'login_email','mentolnet@gmail.com'),(737108,119546,'login_id','1'),(737107,119545,'_server_http_x_forwarded_for_0','50.62.176.69'),(737106,119545,'_server_remote_addr','50.62.176.69'),(737105,119545,'_xmlrpc_request','true'),(737104,119545,'_message_key','user_login_failed'),(737103,119545,'server_http_user_agent','wp-android'),(737102,119545,'login','mentol'),(737100,119545,'login_id','1'),(737101,119545,'login_email','mentolnet@gmail.com'),(737099,119544,'_server_http_x_forwarded_for_0','50.62.177.73'),(737098,119544,'_server_remote_addr','50.62.177.73'),(737097,119544,'_xmlrpc_request','true'),(737096,119544,'_message_key','user_unknown_login_failed'),(737095,119544,'server_http_user_agent','wp-iphone'),(737094,119544,'failed_username','luis-monteiro'),(737093,119543,'_server_http_x_forwarded_for_0','198.71.230.54'),(737092,119543,'_server_remote_addr','198.71.230.54'),(737091,119543,'_xmlrpc_request','true'),(737090,119543,'_message_key','user_login_failed'),(737088,119543,'login','mentol'),(737089,119543,'server_http_user_agent','wp-windowsphone'),(737087,119543,'login_email','mentolnet@gmail.com'),(737086,119543,'login_id','1'),(737085,119542,'_server_http_x_forwarded_for_0','79.143.177.221'),(737084,119542,'_server_remote_addr','79.143.177.221'),(737083,119542,'_xmlrpc_request','true'),(737082,119542,'_message_key','user_login_failed'),(737081,119542,'server_http_user_agent','Poster'),(737080,119542,'login','mentol'),(737078,119542,'login_id','1'),(737079,119542,'login_email','mentolnet@gmail.com'),(737077,119541,'_server_http_x_forwarded_for_0','5.9.88.229'),(737076,119541,'_server_remote_addr','5.9.88.229'),(737075,119541,'_xmlrpc_request','true'),(737074,119541,'_message_key','user_unknown_login_failed'),(737073,119541,'server_http_user_agent','wp-android'),(737072,119541,'failed_username','luis-monteiro'),(737071,119540,'_server_http_x_forwarded_for_0','160.153.153.6'),(737070,119540,'_server_remote_addr','160.153.153.6'),(737069,119540,'_xmlrpc_request','true'),(737068,119540,'_message_key','user_login_failed'),(737067,119540,'server_http_user_agent','WordPress'),(737066,119540,'login','mentol'),(737065,119540,'login_email','mentolnet@gmail.com'),(737064,119540,'login_id','1'),(737063,119539,'_server_http_x_forwarded_for_0','50.62.177.40'),(737062,119539,'_server_remote_addr','50.62.177.40'),(737061,119539,'_xmlrpc_request','true'),(737060,119539,'_message_key','user_unknown_login_failed'),(737059,119539,'server_http_user_agent','WordPress'),(737058,119539,'failed_username','luis-monteiro'),(737057,119538,'_server_http_x_forwarded_for_0','81.169.132.166'),(737056,119538,'_server_remote_addr','81.169.132.166'),(737055,119538,'_xmlrpc_request','true'),(737054,119538,'_message_key','user_login_failed'),(737053,119538,'server_http_user_agent','Windows Live Writer'),(737052,119538,'login','mentol'),(737050,119538,'login_id','1'),(737051,119538,'login_email','mentolnet@gmail.com'),(737049,119537,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737048,119537,'_server_http_x_forwarded_for_0','85.93.20.248'),(737047,119537,'_server_remote_addr','85.93.20.248'),(737046,119537,'_message_key','user_login_failed'),(737045,119537,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_41_94) AppleWebKit/533.00.53 (KHTML, like Gecko) Chrome/57.5.0284.6556 Safari/530.60 Edge/34.76353'),(737044,119537,'login','mentol'),(737043,119537,'login_email','mentolnet@gmail.com'),(737042,119537,'login_id','1'),(737041,119536,'_server_http_referer','https://carpi2018.org/wp-login.php'),(737040,119536,'_server_http_x_forwarded_for_0','85.93.20.248'),(737039,119536,'_server_remote_addr','85.93.20.248'),(737038,119536,'_message_key','user_unknown_login_failed'),(737037,119536,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.80.33 (KHTML, like Gecko) Chrome/57.4.9296.4568 Safari/534.51 OPR/44.5.0019.6281'),(737036,119536,'failed_username','luis-monteiro'),(737035,119535,'_server_http_x_forwarded_for_0','77.81.164.71'),(737034,119535,'_server_remote_addr','77.81.164.71'),(737033,119535,'_xmlrpc_request','true'),(737032,119535,'_message_key','user_unknown_login_failed'),(737031,119535,'server_http_user_agent','Poster'),(737030,119535,'failed_username','luis-monteiro'),(737029,119534,'_server_http_x_forwarded_for_0','41.203.18.3'),(737028,119534,'_server_remote_addr','41.203.18.3'),(737027,119534,'_xmlrpc_request','true'),(737026,119534,'_message_key','user_login_failed'),(737025,119534,'server_http_user_agent','wp-android'),(737024,119534,'login','mentol'),(737022,119534,'login_id','1'),(737023,119534,'login_email','mentolnet@gmail.com'),(737021,119533,'_server_http_x_forwarded_for_0','162.241.239.151'),(737020,119533,'_server_remote_addr','162.241.239.151'),(737019,119533,'_xmlrpc_request','true'),(737018,119533,'_message_key','user_unknown_login_failed'),(737017,119533,'server_http_user_agent','WordPress'),(737016,119533,'failed_username','luis-monteiro'),(737015,119532,'_server_http_x_forwarded_for_0','50.62.208.99'),(737014,119532,'_server_remote_addr','50.62.208.99'),(737013,119532,'_xmlrpc_request','true'),(737012,119532,'_message_key','user_login_failed'),(737010,119532,'login','mentol'),(737011,119532,'server_http_user_agent','wp-windowsphone'),(737009,119532,'login_email','mentolnet@gmail.com'),(737008,119532,'login_id','1'),(737007,119531,'_server_http_x_forwarded_for_0','104.238.120.32'),(737006,119531,'_server_remote_addr','104.238.120.32'),(737005,119531,'_xmlrpc_request','true'),(737004,119531,'_message_key','user_login_failed'),(737002,119531,'login','mentol'),(737003,119531,'server_http_user_agent','Windows Live Writer'),(737001,119531,'login_email','mentolnet@gmail.com'),(737000,119531,'login_id','1'),(736999,119530,'_server_http_x_forwarded_for_0','107.180.122.8'),(736998,119530,'_server_remote_addr','107.180.122.8'),(736997,119530,'_xmlrpc_request','true'),(736996,119530,'_message_key','user_login_failed'),(736994,119530,'login','mentol'),(736995,119530,'server_http_user_agent','wp-windowsphone'),(736993,119530,'login_email','mentolnet@gmail.com'),(736992,119530,'login_id','1'),(736991,119529,'_server_http_x_forwarded_for_0','144.202.35.45'),(736990,119529,'_server_remote_addr','144.202.35.45'),(736989,119529,'_xmlrpc_request','true'),(736988,119529,'_message_key','user_login_failed'),(736986,119529,'login','mentol'),(736987,119529,'server_http_user_agent','wp-windowsphone'),(736985,119529,'login_email','mentolnet@gmail.com'),(736984,119529,'login_id','1'),(736983,119528,'_server_http_x_forwarded_for_0','213.251.182.110'),(736982,119528,'_server_remote_addr','213.251.182.110'),(736981,119528,'_xmlrpc_request','true'),(736980,119528,'_message_key','user_unknown_login_failed'),(736979,119528,'server_http_user_agent','wp-android'),(736978,119528,'failed_username','luis-monteiro'),(736977,119527,'_server_http_referer','https://carpi2018.org/wp-login.php'),(736976,119527,'_server_http_x_forwarded_for_0','85.93.20.248'),(736975,119527,'_server_remote_addr','85.93.20.248'),(736974,119526,'_server_http_referer','https://carpi2018.org/wp-login.php'),(736973,119527,'_message_key','user_login_failed'),(736972,119526,'_server_http_x_forwarded_for_0','85.93.20.248'),(736971,119527,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.95.58 (KHTML, like Gecko) Chrome/57.5.0711.5083 Safari/530.66 OPR/40.6.2434.7706'),(736970,119526,'_server_remote_addr','85.93.20.248'),(736969,119527,'login','mentol'),(736968,119526,'_message_key','user_unknown_login_failed'),(736967,119527,'login_email','mentolnet@gmail.com'),(736966,119526,'server_http_user_agent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_42_95) AppleWebKit/533.91.54 (KHTML, like Gecko) Chrome/57.5.0357.5629 Safari/530.61 Edge/34.67075'),(736965,119527,'login_id','1'),(736964,119526,'failed_username','luis-monteiro'),(736963,119525,'_server_http_x_forwarded_for_0','198.71.228.21'),(736962,119525,'_server_remote_addr','198.71.228.21'),(736961,119525,'_xmlrpc_request','true'),(736960,119525,'_message_key','user_login_failed'),(736958,119525,'login','mentol'),(736959,119525,'server_http_user_agent','wp-iphone'),(736957,119525,'login_email','mentolnet@gmail.com'),(736956,119525,'login_id','1'),(736955,119524,'_server_http_x_forwarded_for_0','182.50.132.2'),(736954,119524,'_server_remote_addr','182.50.132.2'),(736953,119524,'_xmlrpc_request','true'),(736952,119524,'_message_key','user_login_failed'),(736951,119524,'server_http_user_agent','Windows Live Writer'),(736950,119524,'login','mentol'),(736948,119524,'login_id','1'),(736949,119524,'login_email','mentolnet@gmail.com'),(736947,119523,'_server_http_x_forwarded_for_0','209.212.30.156'),(736946,119523,'_server_remote_addr','209.212.30.156'),(736945,119523,'_xmlrpc_request','true'),(736944,119523,'_message_key','user_unknown_login_failed'),(736943,119523,'server_http_user_agent','WordPress'),(736942,119523,'failed_username','luis-monteiro'),(736941,119522,'_server_http_x_forwarded_for_0','207.246.249.193'),(736940,119522,'_server_remote_addr','207.246.249.193'),(736939,119522,'_xmlrpc_request','true'),(736938,119522,'_message_key','user_login_failed'),(736936,119522,'login','mentol'),(736937,119522,'server_http_user_agent','wp-windowsphone'),(736935,119522,'login_email','mentolnet@gmail.com'),(736934,119522,'login_id','1'),(736933,119521,'_server_http_x_forwarded_for_0','160.153.153.147'),(736931,119521,'_xmlrpc_request','true'),(736932,119521,'_server_remote_addr','160.153.153.147'),(736930,119521,'_message_key','user_unknown_login_failed'),(736929,119521,'server_http_user_agent','wp-android'),(736928,119521,'failed_username','luis-monteiro'),(736927,119520,'_server_http_x_forwarded_for_0','88.99.160.214'),(736926,119520,'_server_remote_addr','88.99.160.214'),(736925,119520,'_xmlrpc_request','true'),(736924,119520,'_message_key','user_unknown_login_failed'),(736923,119520,'server_http_user_agent','wp-iphone'),(736922,119520,'failed_username','luis-monteiro'),(736921,119519,'_server_http_referer','https://carpi2018.org/wp-login.php'),(736920,119519,'_server_http_x_forwarded_for_0','85.93.20.248'),(736919,119519,'_server_remote_addr','85.93.20.248'),(736918,119519,'_message_key','user_login_failed'),(736917,119519,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.0; rv:52.59.06) Gecko/20148835 Firefox/52.59.06'),(736916,119518,'_server_http_referer','https://carpi2018.org/wp-login.php'),(736915,119519,'login','mentol'),(736914,119518,'_server_http_x_forwarded_for_0','85.93.20.248'),(736913,119519,'login_email','mentolnet@gmail.com'),(736912,119518,'_server_remote_addr','85.93.20.248'),(736911,119519,'login_id','1'),(736910,119518,'_message_key','user_unknown_login_failed'),(736909,119518,'server_http_user_agent','Mozilla/5.0 (Windows NT 5.0; rv:52.51.08) Gecko/20149840 Firefox/52.51.08'),(736908,119518,'failed_username','luis-monteiro'),(736907,119517,'_server_http_x_forwarded_for_0','198.71.239.72'),(736906,119517,'_server_remote_addr','198.71.239.72'),(736905,119517,'_xmlrpc_request','true'),(736904,119517,'_message_key','user_login_failed'),(736902,119517,'login','mentol'),(736903,119517,'server_http_user_agent','Windows Live Writer'),(736901,119517,'login_email','mentolnet@gmail.com'),(736900,119517,'login_id','1'),(736899,119516,'_server_http_x_forwarded_for_0','77.104.170.198'),(736898,119516,'_server_remote_addr','77.104.170.198'),(736897,119516,'_xmlrpc_request','true'),(736896,119516,'_message_key','user_login_failed'),(736895,119516,'server_http_user_agent','wp-windowsphone'),(736894,119516,'login','mentol'),(736892,119516,'login_id','1'),(736893,119516,'login_email','mentolnet@gmail.com'),(736891,119515,'_server_http_x_forwarded_for_0','139.59.17.41'),(736890,119515,'_server_remote_addr','139.59.17.41'),(736889,119515,'_xmlrpc_request','true'),(736888,119515,'_message_key','user_unknown_login_failed'),(736887,119515,'server_http_user_agent','Poster'),(736886,119515,'failed_username','luis-monteiro'),(736885,119514,'_server_http_x_forwarded_for_0','72.167.190.150'),(736884,119514,'_server_remote_addr','72.167.190.150'),(736883,119514,'_xmlrpc_request','true'),(736882,119514,'_message_key','user_login_failed'),(736881,119514,'server_http_user_agent','Poster'),(736880,119514,'login','mentol'),(736879,119514,'login_email','mentolnet@gmail.com'),(736878,119514,'login_id','1'),(736877,119513,'_server_http_x_forwarded_for_0','85.214.227.47'),(736876,119513,'_server_remote_addr','85.214.227.47'),(736875,119513,'_xmlrpc_request','true'),(736874,119513,'_message_key','user_login_failed'),(736872,119513,'login','mentol'),(736873,119513,'server_http_user_agent','wp-windowsphone'),(736871,119513,'login_email','mentolnet@gmail.com'),(736870,119513,'login_id','1'),(736869,119512,'_server_http_x_forwarded_for_0','199.26.87.180'),(736868,119512,'_server_remote_addr','199.26.87.180'),(736867,119512,'_xmlrpc_request','true'),(736866,119512,'_message_key','user_login_failed'),(736865,119512,'server_http_user_agent','wp-windowsphone'),(736864,119512,'login','mentol'),(736863,119512,'login_email','mentolnet@gmail.com'),(736862,119512,'login_id','1'),(736861,119511,'_server_http_x_forwarded_for_0','89.19.16.163'),(736860,119511,'_server_remote_addr','89.19.16.163'),(736859,119511,'_xmlrpc_request','true'),(736858,119511,'_message_key','user_login_failed'),(736857,119511,'server_http_user_agent','Windows Live Writer'),(736856,119511,'login','mentol'),(736854,119511,'login_id','1'),(736855,119511,'login_email','mentolnet@gmail.com'),(736853,119510,'_server_http_x_forwarded_for_0','89.107.187.113'),(736852,119510,'_server_remote_addr','89.107.187.113'),(736851,119510,'_xmlrpc_request','true'),(736850,119510,'_message_key','user_unknown_login_failed'),(736849,119510,'server_http_user_agent','Poster'),(736848,119510,'failed_username','luis-monteiro'),(736847,119509,'_server_http_x_forwarded_for_0','207.246.249.204'),(736846,119509,'_server_remote_addr','207.246.249.204'),(736845,119509,'_xmlrpc_request','true'),(736844,119509,'_message_key','user_login_failed'),(736843,119509,'server_http_user_agent','wp-android'),(736842,119509,'login','mentol'),(736840,119509,'login_id','1'),(736841,119509,'login_email','mentolnet@gmail.com'),(736839,119508,'_server_http_x_forwarded_for_0','45.124.85.17'),(736838,119508,'_server_remote_addr','45.124.85.17'),(736837,119508,'_xmlrpc_request','true'),(736836,119508,'_message_key','user_unknown_login_failed'),(736835,119508,'server_http_user_agent','Poster'),(736834,119508,'failed_username','luis-monteiro'),(736833,119507,'_server_http_x_forwarded_for_0','69.16.196.97'),(736832,119507,'_server_remote_addr','69.16.196.97'),(736831,119507,'_xmlrpc_request','true'),(736830,119507,'_message_key','user_login_failed'),(736828,119507,'login','mentol'),(736829,119507,'server_http_user_agent','wp-android'),(736827,119507,'login_email','mentolnet@gmail.com'),(736826,119507,'login_id','1'),(736825,119506,'_server_http_x_forwarded_for_0','107.180.123.15'),(736824,119506,'_server_remote_addr','107.180.123.15'),(736823,119506,'_xmlrpc_request','true'),(736822,119506,'_message_key','user_login_failed'),(736821,119506,'server_http_user_agent','Windows Live Writer'),(736820,119506,'login','mentol'),(736819,119506,'login_email','mentolnet@gmail.com'),(736818,119506,'login_id','1'),(736817,119505,'_server_http_x_forwarded_for_0','82.71.204.13'),(736816,119505,'_server_remote_addr','82.71.204.13'),(736815,119505,'_xmlrpc_request','true'),(736814,119505,'_message_key','user_login_failed'),(736813,119505,'server_http_user_agent','wp-iphone'),(736812,119505,'login','mentol'),(736810,119505,'login_id','1'),(736811,119505,'login_email','mentolnet@gmail.com'),(736809,119504,'_server_http_x_forwarded_for_0','198.71.235.73'),(736808,119504,'_server_remote_addr','198.71.235.73'),(736807,119504,'_xmlrpc_request','true'),(736806,119504,'_message_key','user_login_failed'),(736805,119504,'server_http_user_agent','wp-android'),(736804,119504,'login','mentol'),(736803,119504,'login_email','mentolnet@gmail.com'),(736802,119504,'login_id','1'),(736801,119503,'_server_http_x_forwarded_for_0','153.92.0.23'),(736800,119503,'_server_remote_addr','153.92.0.23'),(736799,119503,'_xmlrpc_request','true'),(736798,119503,'_message_key','user_unknown_login_failed'),(736797,119503,'server_http_user_agent','Windows Live Writer'),(736796,119503,'failed_username','luis-monteiro'),(736795,119502,'_server_http_x_forwarded_for_0','166.62.36.222'),(736794,119502,'_server_remote_addr','166.62.36.222'),(736793,119502,'_xmlrpc_request','true'),(736792,119502,'_message_key','user_login_failed'),(736791,119502,'server_http_user_agent','wp-windowsphone'),(736790,119502,'login','mentol'),(736788,119502,'login_id','1'),(736789,119502,'login_email','mentolnet@gmail.com'),(736787,119501,'_server_http_x_forwarded_for_0','173.212.236.250'),(736786,119501,'_server_remote_addr','173.212.236.250'),(736785,119501,'_xmlrpc_request','true'),(736784,119501,'_message_key','user_login_failed'),(736783,119501,'server_http_user_agent','WordPress'),(736782,119501,'login','mentol'),(736781,119501,'login_email','mentolnet@gmail.com'),(736780,119501,'login_id','1'),(736779,119500,'_server_http_x_forwarded_for_0','173.208.245.210'),(736778,119500,'_server_remote_addr','173.208.245.210'),(736777,119500,'_xmlrpc_request','true'),(736776,119500,'_message_key','user_unknown_login_failed'),(736775,119500,'server_http_user_agent','Poster'),(736774,119500,'failed_username','luis-monteiro'),(736773,119499,'_server_http_x_forwarded_for_0','64.34.67.200'),(736772,119499,'_server_remote_addr','64.34.67.200'),(736771,119499,'_xmlrpc_request','true'),(736770,119499,'_message_key','user_login_failed'),(736769,119499,'server_http_user_agent','wp-iphone'),(736768,119499,'login','mentol'),(736767,119499,'login_email','mentolnet@gmail.com'),(736766,119499,'login_id','1'),(736765,119498,'_server_http_x_forwarded_for_0','209.59.187.37'),(736764,119498,'_server_remote_addr','209.59.187.37'),(736763,119498,'_xmlrpc_request','true'),(736762,119498,'_message_key','user_login_failed'),(736761,119498,'server_http_user_agent','WordPress'),(736760,119498,'login','mentol'),(736758,119498,'login_id','1'),(736759,119498,'login_email','mentolnet@gmail.com'),(736757,119497,'_server_http_x_forwarded_for_0','41.185.8.169'),(736756,119497,'_server_remote_addr','41.185.8.169'),(736755,119497,'_xmlrpc_request','true'),(736754,119497,'_message_key','user_unknown_login_failed'),(736753,119497,'server_http_user_agent','WordPress'),(736752,119497,'failed_username','luis-monteiro'),(736751,119496,'_server_http_x_forwarded_for_0','198.71.236.51'),(736750,119496,'_server_remote_addr','198.71.236.51'),(736749,119496,'_xmlrpc_request','true'),(736748,119496,'_message_key','user_login_failed'),(736747,119496,'server_http_user_agent','wp-windowsphone'),(736746,119496,'login','mentol'),(736744,119496,'login_id','1'),(736745,119496,'login_email','mentolnet@gmail.com'),(736743,119495,'_server_http_x_forwarded_for_0','185.11.164.204'),(736742,119495,'_server_remote_addr','185.11.164.204'),(736741,119495,'_xmlrpc_request','true'),(736740,119495,'_message_key','user_unknown_login_failed'),(736739,119495,'server_http_user_agent','Poster'),(736738,119495,'failed_username','luis-monteiro'),(736737,119494,'_server_http_x_forwarded_for_0','5.189.165.236'),(736736,119494,'_server_remote_addr','5.189.165.236'),(736735,119494,'_xmlrpc_request','true'),(736734,119494,'_message_key','user_login_failed'),(736733,119494,'server_http_user_agent','Windows Live Writer'),(736732,119494,'login','mentol'),(736731,119494,'login_email','mentolnet@gmail.com'),(736730,119494,'login_id','1'),(736729,119493,'_server_http_x_forwarded_for_0','198.71.236.80'),(736728,119493,'_server_remote_addr','198.71.236.80'),(736727,119493,'_xmlrpc_request','true'),(736726,119493,'_message_key','user_login_failed'),(736725,119493,'server_http_user_agent','Poster'),(736724,119493,'login','mentol'),(736723,119493,'login_email','mentolnet@gmail.com'),(736722,119493,'login_id','1'),(736721,119492,'_server_http_x_forwarded_for_0','107.180.122.7'),(736720,119492,'_server_remote_addr','107.180.122.7'),(736719,119492,'_xmlrpc_request','true'),(736718,119492,'_message_key','user_unknown_login_failed'),(736717,119492,'server_http_user_agent','wp-windowsphone'),(736716,119492,'failed_username','luis-monteiro'),(736715,119491,'_server_http_x_forwarded_for_0','50.62.176.52'),(736714,119491,'_server_remote_addr','50.62.176.52'),(736713,119491,'_xmlrpc_request','true'),(736712,119491,'_message_key','user_login_failed'),(736711,119491,'server_http_user_agent','wp-iphone'),(736710,119491,'login','mentol'),(736708,119491,'login_id','1'),(736709,119491,'login_email','mentolnet@gmail.com'),(736707,119490,'_server_http_x_forwarded_for_0','182.50.132.85'),(736706,119490,'_server_remote_addr','182.50.132.85'),(736705,119490,'_xmlrpc_request','true'),(736704,119490,'_message_key','user_login_failed'),(736703,119490,'server_http_user_agent','Windows Live Writer'),(736702,119490,'login','mentol'),(736701,119490,'login_email','mentolnet@gmail.com'),(736700,119490,'login_id','1'),(736699,119489,'_server_http_x_forwarded_for_0','103.18.246.56'),(736698,119489,'_server_remote_addr','103.18.246.56'),(736697,119489,'_xmlrpc_request','true'),(736696,119489,'_message_key','user_unknown_login_failed'),(736695,119489,'server_http_user_agent','WordPress'),(736694,119489,'failed_username','luis-monteiro'),(736693,119488,'_server_http_x_forwarded_for_0','198.71.228.44'),(736692,119488,'_server_remote_addr','198.71.228.44'),(736691,119488,'_xmlrpc_request','true'),(736690,119488,'_message_key','user_login_failed'),(736689,119488,'server_http_user_agent','wp-iphone'),(736688,119488,'login','mentol'),(736687,119488,'login_email','mentolnet@gmail.com'),(736686,119488,'login_id','1'),(736685,119487,'_server_http_x_forwarded_for_0','198.71.239.27'),(736684,119487,'_server_remote_addr','198.71.239.27'),(736683,119487,'_xmlrpc_request','true'),(736682,119487,'_message_key','user_login_failed'),(736681,119487,'server_http_user_agent','wp-windowsphone'),(736680,119487,'login','mentol'),(736679,119487,'login_email','mentolnet@gmail.com'),(736678,119487,'login_id','1'),(736677,119486,'_server_http_x_forwarded_for_0','94.23.253.130'),(736676,119486,'_server_remote_addr','94.23.253.130'),(736675,119486,'_xmlrpc_request','true'),(736674,119486,'_message_key','user_unknown_login_failed'),(736673,119486,'server_http_user_agent','Windows Live Writer'),(736672,119486,'failed_username','luis-monteiro'),(736671,119485,'_server_http_x_forwarded_for_0','82.166.213.108'),(736670,119485,'_server_remote_addr','82.166.213.108'),(736669,119485,'_xmlrpc_request','true'),(736668,119485,'_message_key','user_login_failed'),(736667,119485,'server_http_user_agent','WordPress'),(736666,119485,'login','mentol'),(736665,119485,'login_email','mentolnet@gmail.com'),(736664,119485,'login_id','1'),(736663,119484,'_server_http_x_forwarded_for_0','185.177.152.149'),(736662,119484,'_server_remote_addr','185.177.152.149'),(736661,119484,'_xmlrpc_request','true'),(736660,119484,'_message_key','user_login_failed'),(736659,119484,'server_http_user_agent','wp-iphone'),(736658,119484,'login','mentol'),(736657,119484,'login_email','mentolnet@gmail.com'),(736656,119484,'login_id','1'),(736655,119483,'_server_http_x_forwarded_for_0','200.58.114.104'),(736654,119483,'_server_remote_addr','200.58.114.104'),(736653,119483,'_xmlrpc_request','true'),(736652,119483,'_message_key','user_unknown_login_failed'),(736651,119483,'server_http_user_agent','wp-windowsphone'),(736650,119483,'failed_username','luis-monteiro'),(736649,119482,'_server_http_x_forwarded_for_0','148.251.70.165'),(736648,119482,'_server_remote_addr','148.251.70.165'),(736647,119482,'_xmlrpc_request','true'),(736646,119482,'_message_key','user_login_failed'),(736645,119482,'server_http_user_agent','wp-windowsphone'),(736644,119482,'login','mentol'),(736642,119482,'login_id','1'),(736643,119482,'login_email','mentolnet@gmail.com'),(736641,119481,'_server_http_x_forwarded_for_0','198.46.81.33'),(736640,119481,'_server_remote_addr','198.46.81.33'),(736639,119481,'_xmlrpc_request','true'),(736638,119481,'_message_key','user_unknown_login_failed'),(736637,119481,'server_http_user_agent','WordPress'),(736636,119481,'failed_username','luis-monteiro'),(736635,119480,'_server_http_x_forwarded_for_0','207.246.249.202'),(736634,119480,'_server_remote_addr','207.246.249.202'),(736633,119480,'_xmlrpc_request','true'),(736632,119480,'_message_key','user_login_failed'),(736631,119480,'server_http_user_agent','Windows Live Writer'),(736630,119480,'login','mentol'),(736628,119480,'login_id','1'),(736629,119480,'login_email','mentolnet@gmail.com'),(736627,119479,'_server_http_x_forwarded_for_0','148.72.232.66'),(736626,119479,'_server_remote_addr','148.72.232.66'),(736625,119479,'_xmlrpc_request','true'),(736624,119479,'_message_key','user_unknown_login_failed'),(736623,119479,'server_http_user_agent','Poster'),(736622,119479,'failed_username','luis-monteiro'),(736621,119478,'_server_http_x_forwarded_for_0','123.207.85.43'),(736620,119478,'_server_remote_addr','123.207.85.43'),(736619,119478,'_xmlrpc_request','true'),(736618,119478,'_message_key','user_login_failed'),(736617,119478,'server_http_user_agent','wp-windowsphone'),(736616,119478,'login','mentol'),(736615,119478,'login_email','mentolnet@gmail.com'),(736614,119478,'login_id','1'),(736613,119477,'_server_http_x_forwarded_for_0','153.92.0.12'),(736612,119477,'_server_remote_addr','153.92.0.12'),(736611,119477,'_xmlrpc_request','true'),(736610,119477,'_message_key','user_login_failed'),(736609,119477,'server_http_user_agent','wp-windowsphone'),(736608,119477,'login','mentol'),(736607,119477,'login_email','mentolnet@gmail.com'),(736606,119477,'login_id','1'),(736605,119476,'_server_http_x_forwarded_for_0','164.132.40.57'),(736604,119476,'_server_remote_addr','164.132.40.57'),(736603,119476,'_xmlrpc_request','true'),(736602,119476,'_message_key','user_unknown_login_failed'),(736601,119476,'server_http_user_agent','wp-windowsphone'),(736600,119476,'failed_username','luis-monteiro'),(736599,119475,'_server_http_x_forwarded_for_0','162.253.224.62'),(736598,119475,'_server_remote_addr','162.253.224.62'),(736597,119475,'_xmlrpc_request','true'),(736596,119475,'_message_key','user_login_failed'),(736595,119475,'server_http_user_agent','wp-android'),(736594,119475,'login','mentol'),(736592,119475,'login_id','1'),(736593,119475,'login_email','mentolnet@gmail.com'),(736591,119474,'_server_http_x_forwarded_for_0','198.71.227.17'),(736590,119474,'_server_remote_addr','198.71.227.17'),(736589,119474,'_xmlrpc_request','true'),(736588,119474,'_message_key','user_login_failed'),(736587,119474,'server_http_user_agent','wp-windowsphone'),(736586,119474,'login','mentol'),(736585,119474,'login_email','mentolnet@gmail.com'),(736584,119474,'login_id','1'),(736583,119473,'_server_http_x_forwarded_for_0','198.71.235.53'),(736582,119473,'_server_remote_addr','198.71.235.53'),(736581,119473,'_xmlrpc_request','true'),(736580,119473,'_message_key','user_unknown_login_failed'),(736579,119473,'server_http_user_agent','Windows Live Writer'),(736578,119473,'failed_username','luis-monteiro'),(736577,119472,'_server_http_x_forwarded_for_0','72.167.190.99'),(736576,119472,'_server_remote_addr','72.167.190.99'),(736575,119472,'_xmlrpc_request','true'),(736574,119472,'_message_key','user_login_failed'),(736572,119472,'login','mentol'),(736573,119472,'server_http_user_agent','wp-windowsphone'),(736571,119472,'login_email','mentolnet@gmail.com'),(736570,119472,'login_id','1'),(736569,119471,'_server_http_x_forwarded_for_0','185.8.128.140'),(736568,119471,'_server_remote_addr','185.8.128.140'),(736567,119471,'_xmlrpc_request','true'),(736566,119471,'_message_key','user_login_failed'),(736564,119471,'login','mentol'),(736565,119471,'server_http_user_agent','Poster'),(736563,119471,'login_email','mentolnet@gmail.com'),(736562,119471,'login_id','1'),(736561,119470,'_server_http_x_forwarded_for_0','72.29.73.223'),(736560,119470,'_server_remote_addr','72.29.73.223'),(736559,119470,'_xmlrpc_request','true'),(736558,119470,'_message_key','user_unknown_login_failed'),(736557,119470,'server_http_user_agent','wp-iphone'),(736556,119470,'failed_username','luis-monteiro'),(736555,119469,'_server_http_x_forwarded_for_0','182.50.132.98'),(736554,119469,'_server_remote_addr','182.50.132.98'),(736553,119469,'_xmlrpc_request','true'),(736552,119469,'_message_key','user_login_failed'),(736551,119469,'server_http_user_agent','Windows Live Writer'),(736550,119469,'login','mentol'),(736549,119469,'login_email','mentolnet@gmail.com'),(736548,119469,'login_id','1'),(736547,119468,'_server_http_x_forwarded_for_0','209.124.66.25'),(736546,119468,'_server_remote_addr','209.124.66.25'),(736545,119468,'_xmlrpc_request','true'),(736544,119468,'_message_key','user_login_failed'),(736543,119468,'server_http_user_agent','Windows Live Writer'),(736542,119468,'login','mentol'),(736541,119468,'login_email','mentolnet@gmail.com'),(736540,119468,'login_id','1'),(736539,119467,'_server_http_x_forwarded_for_0','209.205.214.18'),(736538,119467,'_server_remote_addr','209.205.214.18'),(736537,119467,'_xmlrpc_request','true'),(736536,119467,'_message_key','user_unknown_login_failed'),(736535,119467,'server_http_user_agent','Windows Live Writer'),(736534,119467,'failed_username','luis-monteiro'),(736533,119466,'_server_http_x_forwarded_for_0','112.74.23.229'),(736532,119466,'_server_remote_addr','112.74.23.229'),(736531,119466,'_xmlrpc_request','true'),(736530,119466,'_message_key','user_login_failed'),(736529,119466,'server_http_user_agent','WordPress'),(736528,119466,'login','mentol'),(736527,119466,'login_email','mentolnet@gmail.com'),(736526,119466,'login_id','1'),(736525,119465,'_server_http_x_forwarded_for_0','112.74.23.229'),(736524,119465,'_server_remote_addr','112.74.23.229'),(736523,119465,'_xmlrpc_request','true'),(736522,119465,'_message_key','user_login_failed'),(736521,119465,'server_http_user_agent','WordPress'),(736520,119465,'login','mentol'),(736518,119465,'login_id','1'),(736519,119465,'login_email','mentolnet@gmail.com'),(736517,119464,'_server_http_x_forwarded_for_0','50.62.177.64'),(736516,119464,'_server_remote_addr','50.62.177.64'),(736515,119464,'_xmlrpc_request','true'),(736514,119464,'_message_key','user_login_failed'),(736513,119464,'server_http_user_agent','Poster'),(736512,119464,'login','mentol'),(736511,119464,'login_email','mentolnet@gmail.com'),(736510,119464,'login_id','1'),(736509,119463,'_server_http_x_forwarded_for_0','160.153.154.17'),(736508,119463,'_server_remote_addr','160.153.154.17'),(736507,119463,'_xmlrpc_request','true'),(736506,119463,'_message_key','user_unknown_login_failed'),(736505,119463,'server_http_user_agent','wp-windowsphone'),(736504,119463,'failed_username','luis-monteiro'),(736503,119462,'_server_http_x_forwarded_for_0','103.108.135.105'),(736502,119462,'_server_remote_addr','103.108.135.105'),(736501,119462,'_xmlrpc_request','true'),(736500,119462,'_message_key','user_login_failed'),(736498,119462,'login','mentol'),(736499,119462,'server_http_user_agent','Windows Live Writer'),(736497,119462,'login_email','mentolnet@gmail.com'),(736496,119462,'login_id','1'),(736495,119461,'_server_http_x_forwarded_for_0','148.251.77.55'),(736494,119461,'_server_remote_addr','148.251.77.55'),(736493,119461,'_xmlrpc_request','true'),(736492,119461,'_message_key','user_login_failed'),(736491,119461,'server_http_user_agent','Windows Live Writer'),(736490,119461,'login','mentol'),(736488,119461,'login_id','1'),(736489,119461,'login_email','mentolnet@gmail.com'),(736487,119460,'_server_http_x_forwarded_for_0','50.62.177.154'),(736486,119460,'_server_remote_addr','50.62.177.154'),(736485,119460,'_xmlrpc_request','true'),(736484,119460,'_message_key','user_unknown_login_failed'),(736483,119460,'server_http_user_agent','wp-android'),(736482,119460,'failed_username','luis-monteiro'),(736481,119459,'_server_http_x_forwarded_for_0','162.214.7.231'),(736480,119459,'_server_remote_addr','162.214.7.231'),(736479,119459,'_xmlrpc_request','true'),(736478,119459,'_message_key','user_login_failed'),(736477,119459,'server_http_user_agent','WordPress'),(736476,119459,'login','mentol'),(736475,119459,'login_email','mentolnet@gmail.com'),(736474,119459,'login_id','1'),(736473,119458,'_server_http_x_forwarded_for_0','192.130.146.156'),(736472,119458,'_server_remote_addr','192.130.146.156'),(736471,119458,'_xmlrpc_request','true'),(736470,119458,'_message_key','user_login_failed'),(736468,119458,'login','mentol'),(736469,119458,'server_http_user_agent','wp-iphone'),(736467,119458,'login_email','mentolnet@gmail.com'),(736466,119458,'login_id','1'),(736465,119457,'_server_http_x_forwarded_for_0','89.42.135.240'),(736464,119457,'_server_remote_addr','89.42.135.240'),(736463,119457,'_xmlrpc_request','true'),(736462,119457,'_message_key','user_login_failed'),(736461,119457,'server_http_user_agent','Windows Live Writer'),(736460,119457,'login','mentol'),(736459,119457,'login_email','mentolnet@gmail.com'),(736458,119457,'login_id','1'),(736457,119456,'_server_http_x_forwarded_for_0','182.50.135.52'),(736456,119456,'_server_remote_addr','182.50.135.52'),(736455,119456,'_xmlrpc_request','true'),(736454,119456,'_message_key','user_login_failed'),(736453,119456,'server_http_user_agent','WordPress'),(736452,119456,'login','mentol'),(736450,119456,'login_id','1'),(736451,119456,'login_email','mentolnet@gmail.com'),(736449,119455,'_server_http_x_forwarded_for_0','200.58.118.200'),(736448,119455,'_server_remote_addr','200.58.118.200'),(736447,119455,'_xmlrpc_request','true'),(736446,119455,'_message_key','user_unknown_login_failed'),(736445,119455,'server_http_user_agent','wp-iphone'),(736444,119455,'failed_username','luis-monteiro'),(736443,119454,'_server_http_x_forwarded_for_0','41.185.8.134'),(736442,119454,'_server_remote_addr','41.185.8.134'),(736441,119454,'_xmlrpc_request','true'),(736440,119454,'_message_key','user_login_failed'),(736439,119454,'server_http_user_agent','wp-windowsphone'),(736438,119454,'login','mentol'),(736436,119454,'login_id','1'),(736437,119454,'login_email','mentolnet@gmail.com'),(736435,119453,'_server_http_x_forwarded_for_0','88.99.99.176'),(736434,119453,'_server_remote_addr','88.99.99.176'),(736433,119453,'_xmlrpc_request','true'),(736432,119453,'_message_key','user_login_failed'),(736431,119453,'server_http_user_agent','wp-android'),(736430,119453,'login','mentol'),(736429,119453,'login_email','mentolnet@gmail.com'),(736428,119453,'login_id','1'),(736427,119452,'_server_http_x_forwarded_for_0','50.62.177.18'),(736426,119452,'_server_remote_addr','50.62.177.18'),(736425,119452,'_xmlrpc_request','true'),(736424,119452,'_message_key','user_unknown_login_failed'),(736423,119452,'server_http_user_agent','wp-iphone'),(736422,119452,'failed_username','luis-monteiro'),(736421,119451,'_server_http_x_forwarded_for_0','107.180.121.6'),(736419,119451,'_xmlrpc_request','true'),(736420,119451,'_server_remote_addr','107.180.121.6'),(736418,119451,'_message_key','user_unknown_login_failed'),(736417,119451,'server_http_user_agent','Poster'),(736416,119451,'failed_username','luis-monteiro'),(736415,119450,'_server_http_x_forwarded_for_0','35.192.220.212'),(736414,119450,'_server_remote_addr','35.192.220.212'),(736413,119450,'_xmlrpc_request','true'),(736412,119450,'_message_key','user_login_failed'),(736411,119450,'server_http_user_agent','wp-android'),(736410,119450,'login','mentol'),(736409,119450,'login_email','mentolnet@gmail.com'),(736408,119450,'login_id','1'),(736407,119449,'_server_http_x_forwarded_for_0','153.92.180.5'),(736406,119449,'_server_remote_addr','153.92.180.5'),(736405,119449,'_xmlrpc_request','true'),(736404,119449,'_message_key','user_unknown_login_failed'),(736403,119449,'server_http_user_agent','Windows Live Writer'),(736402,119449,'failed_username','luis-monteiro'),(736401,119448,'_server_http_x_forwarded_for_0','198.71.239.5'),(736400,119448,'_server_remote_addr','198.71.239.5'),(736399,119448,'_xmlrpc_request','true'),(736398,119448,'_message_key','user_login_failed'),(736396,119448,'login','mentol'),(736397,119448,'server_http_user_agent','wp-android'),(736395,119448,'login_email','mentolnet@gmail.com'),(736394,119448,'login_id','1'),(736393,119447,'_server_http_x_forwarded_for_0','23.235.192.166'),(736392,119447,'_server_remote_addr','23.235.192.166'),(736391,119447,'_xmlrpc_request','true'),(736390,119447,'_message_key','user_login_failed'),(736389,119447,'server_http_user_agent','WordPress'),(736388,119447,'login','mentol'),(736386,119447,'login_id','1'),(736387,119447,'login_email','mentolnet@gmail.com'),(736385,119446,'_server_http_x_forwarded_for_0','160.153.156.134'),(736384,119446,'_server_remote_addr','160.153.156.134'),(736383,119446,'_xmlrpc_request','true'),(736382,119446,'_message_key','user_unknown_login_failed'),(736381,119446,'server_http_user_agent','wp-iphone'),(736380,119446,'failed_username','luis-monteiro'),(736379,119445,'_server_http_x_forwarded_for_0','198.71.235.19'),(736378,119445,'_server_remote_addr','198.71.235.19'),(736377,119445,'_xmlrpc_request','true'),(736376,119445,'_message_key','user_login_failed'),(736375,119445,'server_http_user_agent','Windows Live Writer'),(736374,119445,'login','mentol'),(736373,119445,'login_email','mentolnet@gmail.com'),(736372,119445,'login_id','1'),(736371,119444,'_server_http_x_forwarded_for_0','195.62.12.212'),(736370,119444,'_server_remote_addr','195.62.12.212'),(736369,119444,'_xmlrpc_request','true'),(736368,119444,'_message_key','user_login_failed'),(736366,119444,'login','mentol'),(736367,119444,'server_http_user_agent','WordPress'),(736365,119444,'login_email','mentolnet@gmail.com'),(736364,119444,'login_id','1'),(736363,119443,'_server_http_x_forwarded_for_0','160.153.153.143'),(736362,119443,'_server_remote_addr','160.153.153.143'),(736361,119443,'_xmlrpc_request','true'),(736360,119443,'_message_key','user_login_failed'),(736359,119443,'server_http_user_agent','Poster'),(736358,119443,'login','mentol'),(736357,119443,'login_email','mentolnet@gmail.com'),(736356,119443,'login_id','1'),(736355,119442,'_server_http_x_forwarded_for_0','50.62.161.24'),(736354,119442,'_server_remote_addr','50.62.161.24'),(736353,119442,'_xmlrpc_request','true'),(736352,119442,'_message_key','user_login_failed'),(736351,119442,'server_http_user_agent','Windows Live Writer'),(736350,119442,'login','mentol'),(736348,119442,'login_id','1'),(736349,119442,'login_email','mentolnet@gmail.com'),(736347,119441,'_server_http_x_forwarded_for_0','198.20.68.146'),(736346,119441,'_server_remote_addr','198.20.68.146'),(736345,119441,'_xmlrpc_request','true'),(736344,119441,'_message_key','user_unknown_login_failed'),(736343,119441,'server_http_user_agent','Poster'),(736342,119441,'failed_username','luis-monteiro'),(736341,119440,'_server_http_x_forwarded_for_0','64.37.63.2'),(736340,119440,'_server_remote_addr','64.37.63.2'),(736339,119440,'_xmlrpc_request','true'),(736338,119440,'_message_key','user_login_failed'),(736336,119440,'login','mentol'),(736337,119440,'server_http_user_agent','Poster'),(736335,119440,'login_email','mentolnet@gmail.com'),(736334,119440,'login_id','1'),(736333,119439,'_server_http_x_forwarded_for_0','169.255.171.220'),(736332,119439,'_server_remote_addr','169.255.171.220'),(736331,119439,'_xmlrpc_request','true'),(736330,119439,'_message_key','user_login_failed'),(736328,119439,'login','mentol'),(736329,119439,'server_http_user_agent','wp-windowsphone'),(736327,119439,'login_email','mentolnet@gmail.com'),(736326,119439,'login_id','1'),(736325,119438,'_server_http_x_forwarded_for_0','84.16.72.138'),(736324,119438,'_server_remote_addr','84.16.72.138'),(736323,119438,'_xmlrpc_request','true'),(736322,119438,'_message_key','user_login_failed'),(736321,119438,'server_http_user_agent','wp-windowsphone'),(736320,119438,'login','mentol'),(736318,119438,'login_id','1'),(736319,119438,'login_email','mentolnet@gmail.com'),(736317,119437,'_server_http_x_forwarded_for_0','156.67.222.185'),(736316,119437,'_server_remote_addr','156.67.222.185'),(736315,119437,'_xmlrpc_request','true'),(736314,119437,'_message_key','user_unknown_login_failed'),(736313,119437,'server_http_user_agent','wp-android'),(736312,119437,'failed_username','luis-monteiro'),(736311,119436,'_server_http_x_forwarded_for_0','50.62.177.164'),(736310,119436,'_server_remote_addr','50.62.177.164'),(736309,119436,'_xmlrpc_request','true'),(736308,119436,'_message_key','user_login_failed'),(736306,119436,'login','mentol'),(736307,119436,'server_http_user_agent','wp-android'),(736305,119436,'login_email','mentolnet@gmail.com'),(736304,119436,'login_id','1'),(736303,119435,'_server_http_x_forwarded_for_0','8.36.44.135'),(736301,119435,'_xmlrpc_request','true'),(736302,119435,'_server_remote_addr','8.36.44.135'),(736300,119435,'_message_key','user_unknown_login_failed'),(736299,119435,'server_http_user_agent','wp-android'),(736298,119435,'failed_username','luis-monteiro'),(736297,119434,'_server_http_x_forwarded_for_0','160.153.154.31'),(736296,119434,'_server_remote_addr','160.153.154.31'),(736295,119434,'_xmlrpc_request','true'),(736294,119434,'_message_key','user_login_failed'),(736293,119434,'server_http_user_agent','wp-android'),(736292,119434,'login','mentol'),(736291,119434,'login_email','mentolnet@gmail.com'),(736290,119434,'login_id','1'),(736289,119433,'_server_http_x_forwarded_for_0','68.66.216.56'),(736288,119433,'_server_remote_addr','68.66.216.56'),(736287,119433,'_xmlrpc_request','true'),(736286,119433,'_message_key','user_unknown_login_failed'),(736285,119433,'server_http_user_agent','wp-iphone'),(736284,119433,'failed_username','luis-monteiro'),(736283,119432,'_server_http_x_forwarded_for_0','94.73.151.154'),(736282,119432,'_server_remote_addr','94.73.151.154'),(736281,119432,'_xmlrpc_request','true'),(736280,119432,'_message_key','user_login_failed'),(736279,119432,'server_http_user_agent','wp-android'),(736278,119432,'login','mentol'),(736277,119432,'login_email','mentolnet@gmail.com'),(736276,119432,'login_id','1'),(736275,119431,'_server_http_x_forwarded_for_0','148.66.146.7'),(736274,119431,'_server_remote_addr','148.66.146.7'),(736273,119431,'_xmlrpc_request','true'),(736272,119431,'_message_key','user_login_failed'),(736271,119431,'server_http_user_agent','Windows Live Writer'),(736270,119431,'login','mentol'),(736269,119431,'login_email','mentolnet@gmail.com'),(736268,119431,'login_id','1'),(736267,119430,'_server_http_x_forwarded_for_0','136.144.170.87'),(736266,119430,'_server_remote_addr','136.144.170.87'),(736265,119430,'_xmlrpc_request','true'),(736264,119430,'_message_key','user_unknown_login_failed'),(736263,119430,'server_http_user_agent','Windows Live Writer'),(736262,119430,'failed_username','luis-monteiro'),(736261,119429,'_server_http_x_forwarded_for_0','182.50.132.98'),(736260,119429,'_server_remote_addr','182.50.132.98'),(736259,119429,'_xmlrpc_request','true'),(736258,119429,'_message_key','user_login_failed'),(736257,119429,'server_http_user_agent','Poster'),(736256,119429,'login','mentol'),(736255,119429,'login_email','mentolnet@gmail.com'),(736254,119429,'login_id','1'),(736253,119428,'_server_http_x_forwarded_for_0','185.53.12.128'),(736252,119428,'_server_remote_addr','185.53.12.128'),(736251,119428,'_xmlrpc_request','true'),(736250,119428,'_message_key','user_login_failed'),(736248,119428,'login','mentol'),(736249,119428,'server_http_user_agent','wp-android'),(736247,119428,'login_email','mentolnet@gmail.com'),(736246,119428,'login_id','1'),(736245,119427,'_server_http_x_forwarded_for_0','35.225.54.73'),(736244,119427,'_server_remote_addr','35.225.54.73'),(736243,119427,'_xmlrpc_request','true'),(736242,119427,'_message_key','user_unknown_login_failed'),(736241,119427,'server_http_user_agent','Windows Live Writer'),(736240,119427,'failed_username','luis-monteiro'),(736239,119426,'_server_http_x_forwarded_for_0','160.153.154.134'),(736238,119426,'_server_remote_addr','160.153.154.134'),(736237,119426,'_xmlrpc_request','true'),(736236,119426,'_message_key','user_login_failed'),(736235,119426,'server_http_user_agent','Poster'),(736234,119426,'login','mentol'),(736233,119426,'login_email','mentolnet@gmail.com'),(736232,119426,'login_id','1'),(736231,119425,'_server_http_x_forwarded_for_0','69.89.31.179'),(736230,119425,'_server_remote_addr','69.89.31.179'),(736229,119425,'_xmlrpc_request','true'),(736228,119425,'_message_key','user_unknown_login_failed'),(736227,119425,'server_http_user_agent','wp-windowsphone'),(736226,119425,'failed_username','luis-monteiro'),(736225,119424,'_server_http_x_forwarded_for_0','146.66.97.136'),(736224,119424,'_server_remote_addr','146.66.97.136'),(736223,119424,'_xmlrpc_request','true'),(736222,119424,'_message_key','user_login_failed'),(736221,119424,'server_http_user_agent','wp-iphone'),(736220,119424,'login','mentol'),(736219,119424,'login_email','mentolnet@gmail.com'),(736218,119424,'login_id','1'),(736217,119423,'_server_http_x_forwarded_for_0','104.254.213.194'),(736216,119423,'_server_remote_addr','104.254.213.194'),(736215,119423,'_xmlrpc_request','true'),(736214,119423,'_message_key','user_login_failed'),(736213,119423,'server_http_user_agent','wp-windowsphone'),(736212,119423,'login','mentol'),(736211,119423,'login_email','mentolnet@gmail.com'),(736210,119423,'login_id','1'),(736209,119422,'_server_http_x_forwarded_for_0','72.167.190.204'),(736208,119422,'_server_remote_addr','72.167.190.204'),(736207,119422,'_xmlrpc_request','true'),(736206,119422,'_message_key','user_unknown_login_failed'),(736205,119422,'server_http_user_agent','wp-windowsphone'),(736204,119422,'failed_username','luis-monteiro'),(736203,119421,'_server_http_x_forwarded_for_0','209.182.205.96'),(736202,119421,'_server_remote_addr','209.182.205.96'),(736201,119421,'_xmlrpc_request','true'),(736200,119421,'_message_key','user_login_failed'),(736199,119421,'server_http_user_agent','wp-android'),(736198,119421,'login','mentol'),(736197,119421,'login_email','mentolnet@gmail.com'),(736196,119421,'login_id','1'),(736195,119420,'_server_http_x_forwarded_for_0','162.243.106.241'),(736194,119420,'_server_remote_addr','162.243.106.241'),(736193,119420,'_xmlrpc_request','true'),(736192,119420,'_message_key','user_unknown_login_failed'),(736191,119420,'server_http_user_agent','wp-windowsphone'),(736190,119420,'failed_username','luis-monteiro'),(736189,119419,'_server_http_x_forwarded_for_0','69.167.177.52'),(736188,119419,'_server_remote_addr','69.167.177.52'),(736187,119419,'_xmlrpc_request','true'),(736186,119419,'_message_key','user_login_failed'),(736185,119419,'server_http_user_agent','Poster'),(736184,119419,'login','mentol'),(736182,119419,'login_id','1'),(736183,119419,'login_email','mentolnet@gmail.com'),(736181,119418,'_server_http_x_forwarded_for_0','35.200.245.65'),(736180,119418,'_server_remote_addr','35.200.245.65'),(736179,119418,'_xmlrpc_request','true'),(736178,119418,'_message_key','user_unknown_login_failed'),(736177,119418,'server_http_user_agent','WordPress'),(736176,119418,'failed_username','luis-monteiro'),(736175,119417,'_server_http_x_forwarded_for_0','69.16.239.116'),(736174,119417,'_server_remote_addr','69.16.239.116'),(736173,119417,'_xmlrpc_request','true'),(736172,119417,'_message_key','user_login_failed'),(736170,119417,'login','mentol'),(736171,119417,'server_http_user_agent','Windows Live Writer'),(736169,119417,'login_email','mentolnet@gmail.com'),(736168,119417,'login_id','1'),(736167,119416,'_server_http_x_forwarded_for_0','185.50.196.123'),(736166,119416,'_server_remote_addr','185.50.196.123'),(736165,119416,'_xmlrpc_request','true'),(736164,119416,'_message_key','user_login_failed'),(736163,119416,'server_http_user_agent','Windows Live Writer'),(736162,119416,'login','mentol'),(736160,119416,'login_id','1'),(736161,119416,'login_email','mentolnet@gmail.com'),(736159,119415,'_server_http_x_forwarded_for_0','192.145.239.207'),(736158,119415,'_server_remote_addr','192.145.239.207'),(736157,119415,'_xmlrpc_request','true'),(736156,119415,'_message_key','user_unknown_login_failed'),(736155,119415,'server_http_user_agent','Poster'),(736154,119415,'failed_username','luis-monteiro'),(736153,119414,'_server_http_x_forwarded_for_0','50.62.176.99'),(736152,119414,'_server_remote_addr','50.62.176.99'),(736151,119414,'_xmlrpc_request','true'),(736150,119414,'_message_key','user_login_failed'),(736149,119414,'server_http_user_agent','WordPress'),(736148,119414,'login','mentol'),(736147,119414,'login_email','mentolnet@gmail.com'),(736146,119414,'login_id','1'),(736145,119413,'_server_http_x_forwarded_for_0','153.92.0.14'),(736144,119413,'_server_remote_addr','153.92.0.14'),(736143,119413,'_xmlrpc_request','true'),(736142,119413,'_message_key','user_login_failed'),(736141,119413,'server_http_user_agent','wp-windowsphone'),(736140,119413,'login','mentol'),(736139,119413,'login_email','mentolnet@gmail.com'),(736138,119413,'login_id','1'),(736137,119412,'_server_http_x_forwarded_for_0','67.225.224.35'),(736136,119412,'_server_remote_addr','67.225.224.35'),(736135,119412,'_xmlrpc_request','true'),(736134,119412,'_message_key','user_login_failed'),(736133,119412,'server_http_user_agent','wp-android'),(736132,119412,'login','mentol'),(736131,119412,'login_email','mentolnet@gmail.com'),(736130,119412,'login_id','1'),(736129,119411,'_server_http_x_forwarded_for_0','199.250.220.155'),(736128,119411,'_server_remote_addr','199.250.220.155'),(736127,119411,'_xmlrpc_request','true'),(736126,119411,'_message_key','user_login_failed'),(736125,119411,'server_http_user_agent','wp-iphone'),(736124,119411,'login','mentol'),(736123,119411,'login_email','mentolnet@gmail.com'),(736122,119411,'login_id','1'),(736121,119410,'_server_http_x_forwarded_for_0','35.225.54.73'),(736120,119410,'_server_remote_addr','35.225.54.73'),(736119,119410,'_xmlrpc_request','true'),(736118,119410,'_message_key','user_unknown_login_failed'),(736117,119410,'server_http_user_agent','Poster'),(736116,119410,'failed_username','luis-monteiro'),(736115,119409,'_server_http_x_forwarded_for_0','50.87.248.58'),(736114,119409,'_server_remote_addr','50.87.248.58'),(736113,119409,'_xmlrpc_request','true'),(736112,119409,'_message_key','user_login_failed'),(736111,119409,'server_http_user_agent','wp-android'),(736110,119409,'login','mentol'),(736109,119409,'login_email','mentolnet@gmail.com'),(736108,119409,'login_id','1'),(736107,119408,'_server_http_x_forwarded_for_0','72.167.190.210'),(736106,119408,'_server_remote_addr','72.167.190.210'),(736105,119408,'_xmlrpc_request','true'),(736104,119408,'_message_key','user_login_failed'),(736103,119408,'server_http_user_agent','Windows Live Writer'),(736102,119408,'login','mentol'),(736100,119408,'login_id','1'),(736101,119408,'login_email','mentolnet@gmail.com'),(736099,119407,'_server_http_x_forwarded_for_0','160.153.154.19'),(736098,119407,'_server_remote_addr','160.153.154.19'),(736097,119407,'_xmlrpc_request','true'),(736096,119407,'_message_key','user_unknown_login_failed'),(736095,119407,'server_http_user_agent','Poster'),(736094,119407,'failed_username','luis-monteiro'),(736093,119406,'_server_http_x_forwarded_for_0','50.62.208.122'),(736092,119406,'_server_remote_addr','50.62.208.122'),(736091,119406,'_xmlrpc_request','true'),(736090,119406,'_message_key','user_login_failed'),(736089,119406,'server_http_user_agent','Poster'),(736088,119406,'login','mentol'),(736086,119406,'login_id','1'),(736087,119406,'login_email','mentolnet@gmail.com'),(736085,119405,'_server_http_x_forwarded_for_0','123.207.85.43'),(736084,119405,'_server_remote_addr','123.207.85.43'),(736083,119405,'_xmlrpc_request','true'),(736082,119405,'_message_key','user_unknown_login_failed'),(736081,119405,'server_http_user_agent','WordPress'),(736080,119405,'failed_username','luis-monteiro'),(736079,119404,'_server_http_x_forwarded_for_0','37.97.171.32'),(736078,119404,'_server_remote_addr','37.97.171.32'),(736077,119404,'_xmlrpc_request','true'),(736076,119404,'_message_key','user_login_failed'),(736075,119404,'server_http_user_agent','wp-windowsphone'),(736074,119404,'login','mentol'),(736073,119404,'login_email','mentolnet@gmail.com'),(736072,119404,'login_id','1'),(736071,119403,'_server_http_x_forwarded_for_0','85.13.137.57'),(736070,119403,'_server_remote_addr','85.13.137.57'),(736069,119403,'_xmlrpc_request','true'),(736068,119403,'_message_key','user_login_failed'),(736067,119403,'server_http_user_agent','WordPress'),(736066,119403,'login','mentol'),(736065,119403,'login_email','mentolnet@gmail.com'),(736064,119403,'login_id','1'),(736063,119402,'_server_http_x_forwarded_for_0','50.62.177.158'),(736062,119402,'_server_remote_addr','50.62.177.158'),(736061,119402,'_xmlrpc_request','true'),(736060,119402,'_message_key','user_unknown_login_failed'),(736059,119402,'server_http_user_agent','Poster'),(736058,119402,'failed_username','luis-monteiro'),(736057,119401,'_server_http_x_forwarded_for_0','103.112.244.120'),(736056,119401,'_server_remote_addr','103.112.244.120'),(736055,119401,'_xmlrpc_request','true'),(736054,119401,'_message_key','user_login_failed'),(736053,119401,'server_http_user_agent','Poster'),(736052,119401,'login','mentol'),(736050,119401,'login_id','1'),(736051,119401,'login_email','mentolnet@gmail.com'),(736049,119400,'_server_http_x_forwarded_for_0','160.153.154.17'),(736048,119400,'_server_remote_addr','160.153.154.17'),(736047,119400,'_xmlrpc_request','true'),(736046,119400,'_message_key','user_unknown_login_failed'),(736045,119400,'server_http_user_agent','WordPress'),(736044,119400,'failed_username','luis-monteiro'),(736043,119399,'_server_http_x_forwarded_for_0','148.72.201.71'),(736042,119399,'_server_remote_addr','148.72.201.71'),(736041,119399,'_xmlrpc_request','true'),(736040,119399,'_message_key','user_login_failed'),(736038,119399,'login','mentol'),(736039,119399,'server_http_user_agent','wp-android'),(736037,119399,'login_email','mentolnet@gmail.com'),(736036,119399,'login_id','1'),(736035,119398,'_server_http_x_forwarded_for_0','182.50.151.12'),(736034,119398,'_server_remote_addr','182.50.151.12'),(736033,119398,'_xmlrpc_request','true'),(736032,119398,'_message_key','user_login_failed'),(736031,119398,'server_http_user_agent','wp-iphone'),(736030,119398,'login','mentol'),(736028,119398,'login_id','1'),(736029,119398,'login_email','mentolnet@gmail.com'),(736027,119397,'_server_http_x_forwarded_for_0','50.62.161.199'),(736026,119397,'_server_remote_addr','50.62.161.199'),(736025,119397,'_xmlrpc_request','true'),(736024,119397,'_message_key','user_unknown_login_failed'),(736023,119397,'server_http_user_agent','wp-iphone'),(736022,119397,'failed_username','luis-monteiro'),(736021,119396,'_server_http_x_forwarded_for_0','101.0.113.90'),(736020,119396,'_server_remote_addr','101.0.113.90'),(736019,119396,'_xmlrpc_request','true'),(736018,119396,'_message_key','user_login_failed'),(736017,119396,'server_http_user_agent','Poster'),(736016,119396,'login','mentol'),(736015,119396,'login_email','mentolnet@gmail.com'),(736014,119396,'login_id','1'),(736013,119395,'_server_http_x_forwarded_for_0','94.46.15.110'),(736012,119395,'_server_remote_addr','94.46.15.110'),(736011,119395,'_xmlrpc_request','true'),(736010,119395,'_message_key','user_unknown_login_failed'),(736009,119395,'server_http_user_agent','wp-android'),(736008,119395,'failed_username','luis-monteiro'),(736007,119394,'_server_http_x_forwarded_for_0','192.99.149.123'),(736006,119394,'_server_remote_addr','192.99.149.123'),(736005,119394,'_xmlrpc_request','true'),(736004,119394,'_message_key','user_login_failed'),(736003,119394,'server_http_user_agent','wp-iphone'),(736002,119394,'login','mentol'),(736001,119394,'login_email','mentolnet@gmail.com'),(736000,119394,'login_id','1'),(735999,119393,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1543515031.4601919651031494140625'),(735998,119393,'_server_http_x_forwarded_for_0','130.185.87.25'),(735997,119393,'_server_remote_addr','130.185.87.25'),(735996,119393,'_message_key','plugin_update_available'),(735995,119393,'plugin_new_version','2.8'),(735994,119393,'plugin_current_version','2.2'),(735993,119393,'plugin_name','WP SVG images'),(735992,119392,'_server_http_x_forwarded_for_0','50.62.176.92'),(735991,119392,'_server_remote_addr','50.62.176.92'),(735990,119392,'_xmlrpc_request','true'),(735989,119392,'_message_key','user_unknown_login_failed'),(735988,119392,'server_http_user_agent','WordPress'),(735987,119392,'failed_username','luis-monteiro'),(735986,119391,'_server_http_x_forwarded_for_0','66.147.244.216'),(735985,119391,'_server_remote_addr','66.147.244.216'),(735984,119391,'_xmlrpc_request','true'),(735983,119391,'_message_key','user_unknown_login_failed'),(735982,119391,'server_http_user_agent','wp-android'),(735981,119391,'failed_username','luis-monteiro'),(735980,119390,'_server_http_x_forwarded_for_0','207.246.240.123'),(735979,119390,'_server_remote_addr','207.246.240.123'),(735978,119390,'_xmlrpc_request','true'),(735977,119390,'_message_key','user_login_failed'),(735976,119390,'server_http_user_agent','wp-android'),(735975,119390,'login','mentol'),(735974,119390,'login_email','mentolnet@gmail.com'),(735973,119390,'login_id','1'),(735972,119389,'_server_http_x_forwarded_for_0','85.214.131.192'),(735971,119389,'_server_remote_addr','85.214.131.192'),(735970,119389,'_xmlrpc_request','true'),(735969,119389,'_message_key','user_login_failed'),(735968,119389,'server_http_user_agent','wp-iphone'),(735967,119389,'login','mentol'),(735966,119389,'login_email','mentolnet@gmail.com'),(735965,119389,'login_id','1'),(735964,119388,'_server_http_x_forwarded_for_0','182.50.132.92'),(735963,119388,'_server_remote_addr','182.50.132.92'),(735962,119388,'_xmlrpc_request','true'),(735961,119388,'_message_key','user_login_failed'),(735960,119388,'server_http_user_agent','wp-windowsphone'),(735959,119388,'login','mentol'),(735958,119388,'login_email','mentolnet@gmail.com'),(735957,119388,'login_id','1'),(735956,119387,'_server_http_x_forwarded_for_0','94.199.200.75'),(735955,119387,'_server_remote_addr','94.199.200.75'),(735954,119387,'_xmlrpc_request','true'),(735953,119387,'_message_key','user_unknown_login_failed'),(735952,119387,'server_http_user_agent','Windows Live Writer'),(735951,119387,'failed_username','luis-monteiro'),(735950,119386,'_server_http_x_forwarded_for_0','132.148.201.102'),(735949,119386,'_server_remote_addr','132.148.201.102'),(735948,119386,'_xmlrpc_request','true'),(735947,119386,'_message_key','user_login_failed'),(735946,119386,'server_http_user_agent','wp-iphone'),(735945,119386,'login','mentol'),(735943,119386,'login_id','1'),(735944,119386,'login_email','mentolnet@gmail.com'),(735942,119385,'_server_http_x_forwarded_for_0','107.180.123.21'),(735941,119385,'_server_remote_addr','107.180.123.21'),(735940,119385,'_xmlrpc_request','true'),(735939,119385,'_message_key','user_login_failed'),(735938,119385,'server_http_user_agent','Poster'),(735937,119385,'login','mentol'),(735936,119385,'login_email','mentolnet@gmail.com'),(735935,119385,'login_id','1'),(735934,119384,'_server_http_x_forwarded_for_0','160.153.153.148'),(735933,119384,'_server_remote_addr','160.153.153.148'),(735932,119384,'_xmlrpc_request','true'),(735931,119384,'_message_key','user_unknown_login_failed'),(735930,119384,'server_http_user_agent','wp-windowsphone'),(735929,119384,'failed_username','luis-monteiro'),(735928,119383,'_server_http_x_forwarded_for_0','213.251.182.113'),(735927,119383,'_server_remote_addr','213.251.182.113'),(735926,119383,'_xmlrpc_request','true'),(735925,119383,'_message_key','user_login_failed'),(735923,119383,'login','mentol'),(735924,119383,'server_http_user_agent','wp-windowsphone'),(735922,119383,'login_email','mentolnet@gmail.com'),(735921,119383,'login_id','1'),(735920,119382,'_server_http_x_forwarded_for_0','50.87.248.115'),(735919,119382,'_server_remote_addr','50.87.248.115'),(735918,119382,'_xmlrpc_request','true'),(735917,119382,'_message_key','user_unknown_login_failed'),(735916,119382,'server_http_user_agent','wp-android'),(735915,119382,'failed_username','luis-monteiro'),(735914,119381,'_server_http_x_forwarded_for_0','80.237.133.55'),(735913,119381,'_server_remote_addr','80.237.133.55'),(735912,119381,'_xmlrpc_request','true'),(735911,119381,'_message_key','user_login_failed'),(735910,119381,'server_http_user_agent','Windows Live Writer'),(735909,119381,'login','mentol'),(735908,119381,'login_email','mentolnet@gmail.com'),(735907,119381,'login_id','1'),(735906,119380,'_server_http_x_forwarded_for_0','176.9.91.107'),(735905,119380,'_server_remote_addr','176.9.91.107'),(735904,119380,'_xmlrpc_request','true'),(735903,119380,'_message_key','user_unknown_login_failed'),(735902,119380,'server_http_user_agent','wp-iphone'),(735901,119380,'failed_username','luis-monteiro'),(735900,119379,'_server_http_x_forwarded_for_0','107.180.111.32'),(735899,119379,'_server_remote_addr','107.180.111.32'),(735898,119379,'_xmlrpc_request','true'),(735897,119379,'_message_key','user_login_failed'),(735896,119379,'server_http_user_agent','wp-android'),(735895,119379,'login','mentol'),(735894,119379,'login_email','mentolnet@gmail.com'),(735893,119379,'login_id','1'),(735892,119378,'_server_http_x_forwarded_for_0','198.71.231.8'),(735891,119378,'_server_remote_addr','198.71.231.8'),(735890,119378,'_xmlrpc_request','true'),(735889,119378,'_message_key','user_login_failed'),(735888,119378,'server_http_user_agent','wp-android'),(735887,119378,'login','mentol'),(735885,119378,'login_id','1'),(735886,119378,'login_email','mentolnet@gmail.com'),(735884,119377,'_server_http_x_forwarded_for_0','37.61.232.130'),(735883,119377,'_server_remote_addr','37.61.232.130'),(735882,119377,'_xmlrpc_request','true'),(735881,119377,'_message_key','user_unknown_login_failed'),(735880,119377,'server_http_user_agent','wp-android'),(735879,119377,'failed_username','luis-monteiro'),(735878,119376,'_server_http_x_forwarded_for_0','47.52.0.236'),(735877,119376,'_server_remote_addr','47.52.0.236'),(735876,119376,'_xmlrpc_request','true'),(735875,119376,'_message_key','user_login_failed'),(735873,119376,'login','mentol'),(735874,119376,'server_http_user_agent','wp-windowsphone'),(735872,119376,'login_email','mentolnet@gmail.com'),(735871,119376,'login_id','1'),(735870,119375,'_server_http_x_forwarded_for_0','41.185.8.141'),(735869,119375,'_server_remote_addr','41.185.8.141'),(735868,119375,'_xmlrpc_request','true'),(735867,119375,'_message_key','user_login_failed'),(735865,119375,'login','mentol'),(735866,119375,'server_http_user_agent','wp-windowsphone'),(735864,119375,'login_email','mentolnet@gmail.com'),(735863,119375,'login_id','1'),(735862,119374,'_server_http_x_forwarded_for_0','198.71.230.53'),(735861,119374,'_server_remote_addr','198.71.230.53'),(735860,119374,'_xmlrpc_request','true'),(735859,119374,'_message_key','user_login_failed'),(735858,119374,'server_http_user_agent','WordPress'),(735857,119374,'login','mentol'),(735855,119374,'login_id','1'),(735856,119374,'login_email','mentolnet@gmail.com'),(735854,119373,'_server_http_x_forwarded_for_0','107.180.124.10'),(735853,119373,'_server_remote_addr','107.180.124.10'),(735852,119373,'_xmlrpc_request','true'),(735851,119373,'_message_key','user_unknown_login_failed'),(735850,119373,'server_http_user_agent','WordPress'),(735849,119373,'failed_username','luis-monteiro'),(735848,119372,'_server_http_x_forwarded_for_0','107.180.111.10'),(735847,119372,'_server_remote_addr','107.180.111.10'),(735846,119372,'_xmlrpc_request','true'),(735845,119372,'_message_key','user_login_failed'),(735844,119372,'server_http_user_agent','WordPress'),(735843,119372,'login','mentol'),(735842,119372,'login_email','mentolnet@gmail.com'),(735841,119372,'login_id','1'),(735840,119371,'_server_http_x_forwarded_for_0','75.98.173.161'),(735839,119371,'_server_remote_addr','75.98.173.161'),(735838,119371,'_xmlrpc_request','true'),(735837,119371,'_message_key','user_login_failed'),(735836,119371,'server_http_user_agent','wp-iphone'),(735835,119371,'login','mentol'),(735834,119371,'login_email','mentolnet@gmail.com'),(735833,119371,'login_id','1'),(735832,119370,'_server_http_x_forwarded_for_0','107.180.111.5'),(735831,119370,'_server_remote_addr','107.180.111.5'),(735830,119370,'_xmlrpc_request','true'),(735829,119370,'_message_key','user_unknown_login_failed'),(735828,119370,'server_http_user_agent','WordPress'),(735827,119370,'failed_username','luis-monteiro'),(735826,119369,'_server_http_x_forwarded_for_0','67.23.238.50'),(735825,119369,'_server_remote_addr','67.23.238.50'),(735824,119369,'_xmlrpc_request','true'),(735823,119369,'_message_key','user_login_failed'),(735822,119369,'server_http_user_agent','wp-android'),(735821,119369,'login','mentol'),(735819,119369,'login_id','1'),(735820,119369,'login_email','mentolnet@gmail.com'),(735818,119368,'_server_http_x_forwarded_for_0','185.136.234.44'),(735817,119368,'_server_remote_addr','185.136.234.44'),(735816,119368,'_xmlrpc_request','true'),(735815,119368,'_message_key','user_unknown_login_failed'),(735814,119368,'server_http_user_agent','wp-iphone'),(735813,119368,'failed_username','luis-monteiro'),(735812,119367,'_server_http_x_forwarded_for_0','104.238.120.63'),(735811,119367,'_server_remote_addr','104.238.120.63'),(735810,119367,'_xmlrpc_request','true'),(735809,119367,'_message_key','user_login_failed'),(735808,119367,'server_http_user_agent','wp-iphone'),(735807,119367,'login','mentol'),(735805,119367,'login_id','1'),(735806,119367,'login_email','mentolnet@gmail.com'),(735804,119366,'_server_http_x_forwarded_for_0','198.71.236.51'),(735803,119366,'_server_remote_addr','198.71.236.51'),(735802,119366,'_xmlrpc_request','true'),(735801,119366,'_message_key','user_login_failed'),(735800,119366,'server_http_user_agent','Poster'),(735799,119366,'login','mentol'),(735798,119366,'login_email','mentolnet@gmail.com'),(735797,119366,'login_id','1'),(735796,119365,'_server_http_x_forwarded_for_0','198.46.81.9'),(735795,119365,'_server_remote_addr','198.46.81.9'),(735794,119365,'_xmlrpc_request','true'),(735793,119365,'_message_key','user_unknown_login_failed'),(735792,119365,'server_http_user_agent','WordPress'),(735791,119365,'failed_username','luis-monteiro'),(735790,119364,'_server_http_x_forwarded_for_0','103.233.103.76'),(735789,119364,'_server_remote_addr','103.233.103.76'),(735788,119364,'_xmlrpc_request','true'),(735787,119364,'_message_key','user_login_failed'),(735786,119364,'server_http_user_agent','WordPress'),(735785,119364,'login','mentol'),(735784,119364,'login_email','mentolnet@gmail.com'),(735783,119364,'login_id','1'),(735782,119363,'_server_http_x_forwarded_for_0','198.15.81.218'),(735781,119363,'_server_remote_addr','198.15.81.218'),(735780,119363,'_xmlrpc_request','true'),(735779,119363,'_message_key','user_login_failed'),(735778,119363,'server_http_user_agent','wp-android'),(735777,119363,'login','mentol'),(735775,119363,'login_id','1'),(735776,119363,'login_email','mentolnet@gmail.com'),(735774,119362,'_server_http_x_forwarded_for_0','69.27.37.10'),(735773,119362,'_server_remote_addr','69.27.37.10'),(735772,119362,'_xmlrpc_request','true'),(735771,119362,'_message_key','user_unknown_login_failed'),(735770,119362,'server_http_user_agent','wp-android'),(735769,119362,'failed_username','luis-monteiro'),(735768,119361,'_server_http_x_forwarded_for_0','148.72.232.28'),(735767,119361,'_server_remote_addr','148.72.232.28'),(735766,119361,'_xmlrpc_request','true'),(735765,119361,'_message_key','user_login_failed'),(735763,119361,'login','mentol'),(735764,119361,'server_http_user_agent','wp-iphone'),(735762,119361,'login_email','mentolnet@gmail.com'),(735761,119361,'login_id','1'),(735760,119360,'_server_http_x_forwarded_for_0','148.72.55.28'),(735759,119360,'_server_remote_addr','148.72.55.28'),(735758,119360,'_xmlrpc_request','true'),(735757,119360,'_message_key','user_login_failed'),(735756,119360,'server_http_user_agent','wp-iphone'),(735755,119360,'login','mentol'),(735753,119360,'login_id','1'),(735754,119360,'login_email','mentolnet@gmail.com'),(735752,119359,'_server_http_x_forwarded_for_0','202.52.146.116'),(735751,119359,'_server_remote_addr','202.52.146.116'),(735750,119359,'_xmlrpc_request','true'),(735749,119359,'_message_key','user_unknown_login_failed'),(735748,119359,'server_http_user_agent','WordPress'),(735747,119359,'failed_username','luis-monteiro'),(735746,119358,'_server_http_x_forwarded_for_0','36.255.252.165'),(735745,119358,'_server_remote_addr','36.255.252.165'),(735744,119358,'_xmlrpc_request','true'),(735743,119358,'_message_key','user_login_failed'),(735742,119358,'server_http_user_agent','WordPress'),(735741,119358,'login','mentol'),(735740,119358,'login_email','mentolnet@gmail.com'),(735739,119358,'login_id','1'),(735738,119357,'_server_http_x_forwarded_for_0','199.26.87.180'),(735737,119357,'_server_remote_addr','199.26.87.180'),(735736,119357,'_xmlrpc_request','true'),(735735,119357,'_message_key','user_login_failed'),(735734,119357,'server_http_user_agent','Windows Live Writer'),(735733,119357,'login','mentol'),(735732,119357,'login_email','mentolnet@gmail.com'),(735731,119357,'login_id','1'),(735730,119356,'_server_http_x_forwarded_for_0','89.38.241.219'),(735729,119356,'_server_remote_addr','89.38.241.219'),(735728,119356,'_xmlrpc_request','true'),(735727,119356,'_message_key','user_unknown_login_failed'),(735726,119356,'server_http_user_agent','Windows Live Writer'),(735725,119356,'failed_username','luis-monteiro'),(735724,119355,'_server_http_x_forwarded_for_0','188.121.41.4'),(735723,119355,'_server_remote_addr','188.121.41.4'),(735722,119355,'_xmlrpc_request','true'),(735721,119355,'_message_key','user_login_failed'),(735720,119355,'server_http_user_agent','Poster'),(735719,119355,'login','mentol'),(735717,119355,'login_id','1'),(735718,119355,'login_email','mentolnet@gmail.com'),(735716,119354,'_server_http_x_forwarded_for_0','198.71.234.17'),(735715,119354,'_server_remote_addr','198.71.234.17'),(735714,119354,'_xmlrpc_request','true'),(735713,119354,'_message_key','user_login_failed'),(735712,119354,'server_http_user_agent','wp-windowsphone'),(735711,119354,'login','mentol'),(735710,119354,'login_email','mentolnet@gmail.com'),(735709,119354,'login_id','1'),(735708,119353,'_server_http_x_forwarded_for_0','72.167.190.8'),(735707,119353,'_server_remote_addr','72.167.190.8'),(735706,119353,'_xmlrpc_request','true'),(735705,119353,'_message_key','user_unknown_login_failed'),(735704,119353,'server_http_user_agent','wp-windowsphone'),(735703,119353,'failed_username','luis-monteiro'),(735702,119352,'_server_http_x_forwarded_for_0','176.9.96.202'),(735701,119352,'_server_remote_addr','176.9.96.202'),(735700,119352,'_xmlrpc_request','true'),(735699,119352,'_message_key','user_login_failed'),(735697,119352,'login','mentol'),(735698,119352,'server_http_user_agent','WordPress'),(735696,119352,'login_email','mentolnet@gmail.com'),(735695,119352,'login_id','1'),(735694,119351,'_server_http_x_forwarded_for_0','50.62.177.42'),(735693,119351,'_server_remote_addr','50.62.177.42'),(735692,119351,'_xmlrpc_request','true'),(735691,119351,'_message_key','user_login_failed'),(735690,119351,'server_http_user_agent','wp-iphone'),(735689,119351,'login','mentol'),(735687,119351,'login_id','1'),(735688,119351,'login_email','mentolnet@gmail.com'),(735686,119350,'_server_http_x_forwarded_for_0','50.62.177.204'),(735685,119350,'_server_remote_addr','50.62.177.204'),(735684,119350,'_xmlrpc_request','true'),(735683,119350,'_message_key','user_unknown_login_failed'),(735682,119350,'server_http_user_agent','wp-iphone'),(735681,119350,'failed_username','luis-monteiro'),(735680,119349,'_server_http_x_forwarded_for_0','50.62.208.189'),(735679,119349,'_server_remote_addr','50.62.208.189'),(735678,119349,'_xmlrpc_request','true'),(735677,119349,'_message_key','user_login_failed'),(735676,119349,'server_http_user_agent','Poster'),(735675,119349,'login','mentol'),(735674,119349,'login_email','mentolnet@gmail.com'),(735673,119349,'login_id','1'),(735672,119348,'_server_http_x_forwarded_for_0','67.225.139.87'),(735671,119348,'_server_remote_addr','67.225.139.87'),(735670,119348,'_xmlrpc_request','true'),(735669,119348,'_message_key','user_login_failed'),(735667,119348,'login','mentol'),(735668,119348,'server_http_user_agent','wp-windowsphone'),(735666,119348,'login_email','mentolnet@gmail.com'),(735665,119348,'login_id','1'),(735664,119347,'_server_http_x_forwarded_for_0','89.252.186.201'),(735662,119347,'_xmlrpc_request','true'),(735663,119347,'_server_remote_addr','89.252.186.201'),(735661,119347,'_message_key','user_unknown_login_failed'),(735660,119347,'server_http_user_agent','WordPress'),(735659,119347,'failed_username','luis-monteiro'),(735658,119346,'_server_http_x_forwarded_for_0','213.168.251.90'),(735657,119346,'_server_remote_addr','213.168.251.90'),(735656,119346,'_xmlrpc_request','true'),(735655,119346,'_message_key','user_login_failed'),(735654,119346,'server_http_user_agent','Windows Live Writer'),(735653,119346,'login','mentol'),(735652,119346,'login_email','mentolnet@gmail.com'),(735651,119346,'login_id','1'),(735650,119345,'_server_http_x_forwarded_for_0','37.48.118.232'),(735649,119345,'_server_remote_addr','37.48.118.232'),(735648,119345,'_xmlrpc_request','true'),(735647,119345,'_message_key','user_unknown_login_failed'),(735646,119345,'server_http_user_agent','wp-windowsphone'),(735645,119345,'failed_username','luis-monteiro'),(735644,119344,'_server_http_x_forwarded_for_0','72.167.190.76'),(735643,119344,'_server_remote_addr','72.167.190.76'),(735642,119344,'_xmlrpc_request','true'),(735641,119344,'_message_key','user_login_failed'),(735639,119344,'login','mentol'),(735640,119344,'server_http_user_agent','wp-windowsphone'),(735638,119344,'login_email','mentolnet@gmail.com'),(735637,119344,'login_id','1'),(735636,119343,'_server_http_x_forwarded_for_0','66.96.183.11'),(735635,119343,'_server_remote_addr','66.96.183.11'),(735634,119343,'_xmlrpc_request','true'),(735633,119343,'_message_key','user_login_failed'),(735632,119343,'server_http_user_agent','Windows Live Writer'),(735631,119343,'login','mentol'),(735629,119343,'login_id','1'),(735630,119343,'login_email','mentolnet@gmail.com'),(735628,119342,'_server_http_x_forwarded_for_0','103.18.6.161'),(735627,119342,'_server_remote_addr','103.18.6.161'),(735626,119342,'_xmlrpc_request','true'),(735625,119342,'_message_key','user_unknown_login_failed'),(735624,119342,'server_http_user_agent','wp-android'),(735623,119342,'failed_username','luis-monteiro'),(735622,119341,'_server_http_x_forwarded_for_0','188.121.57.15'),(735621,119341,'_server_remote_addr','188.121.57.15'),(735620,119341,'_xmlrpc_request','true'),(735619,119341,'_message_key','user_login_failed'),(735618,119341,'server_http_user_agent','Windows Live Writer'),(735617,119341,'login','mentol'),(735616,119341,'login_email','mentolnet@gmail.com'),(735615,119341,'login_id','1'),(735614,119340,'_server_http_x_forwarded_for_0','104.238.120.34'),(735613,119340,'_server_remote_addr','104.238.120.34'),(735612,119340,'_xmlrpc_request','true'),(735611,119340,'_message_key','user_login_failed'),(735609,119340,'login','mentol'),(735610,119340,'server_http_user_agent','Windows Live Writer'),(735608,119340,'login_email','mentolnet@gmail.com'),(735607,119340,'login_id','1'),(735606,119339,'_server_http_x_forwarded_for_0','198.71.230.19'),(735604,119339,'_xmlrpc_request','true'),(735605,119339,'_server_remote_addr','198.71.230.19'),(735603,119339,'_message_key','user_unknown_login_failed'),(735602,119339,'server_http_user_agent','Poster'),(735601,119339,'failed_username','luis-monteiro'),(735600,119338,'_server_http_x_forwarded_for_0','185.37.228.16'),(735599,119338,'_server_remote_addr','185.37.228.16'),(735598,119338,'_xmlrpc_request','true'),(735597,119338,'_message_key','user_login_failed'),(735596,119338,'server_http_user_agent','wp-android'),(735595,119338,'login','mentol'),(735594,119338,'login_email','mentolnet@gmail.com'),(735593,119338,'login_id','1'),(735592,119337,'_server_http_x_forwarded_for_0','192.145.239.205'),(735591,119337,'_server_remote_addr','192.145.239.205'),(735590,119337,'_xmlrpc_request','true'),(735589,119337,'_message_key','user_unknown_login_failed'),(735588,119337,'server_http_user_agent','wp-windowsphone'),(735587,119337,'failed_username','luis-monteiro'),(735586,119336,'_server_http_x_forwarded_for_0','87.242.64.157'),(735585,119336,'_server_remote_addr','87.242.64.157'),(735584,119336,'_xmlrpc_request','true'),(735583,119336,'_message_key','user_login_failed'),(735581,119336,'login','mentol'),(735582,119336,'server_http_user_agent','WordPress'),(735580,119336,'login_email','mentolnet@gmail.com'),(735579,119336,'login_id','1'),(735578,119335,'_server_http_x_forwarded_for_0','50.62.177.42'),(735577,119335,'_server_remote_addr','50.62.177.42'),(735576,119335,'_xmlrpc_request','true'),(735575,119335,'_message_key','user_login_failed'),(735574,119335,'server_http_user_agent','Poster'),(735573,119335,'login','mentol'),(735571,119335,'login_id','1'),(735572,119335,'login_email','mentolnet@gmail.com'),(735570,119334,'_server_http_x_forwarded_for_0','60.205.0.64'),(735569,119334,'_server_remote_addr','60.205.0.64'),(735568,119334,'_xmlrpc_request','true'),(735567,119334,'_message_key','user_unknown_login_failed'),(735566,119334,'server_http_user_agent','WordPress'),(735565,119334,'failed_username','luis-monteiro'),(735564,119333,'_server_http_x_forwarded_for_0','107.180.120.53'),(735563,119333,'_server_remote_addr','107.180.120.53'),(735562,119333,'_xmlrpc_request','true'),(735561,119333,'_message_key','user_login_failed'),(735560,119333,'server_http_user_agent','wp-iphone'),(735559,119333,'login','mentol'),(735558,119333,'login_email','mentolnet@gmail.com'),(735557,119333,'login_id','1'),(735556,119332,'_server_http_x_forwarded_for_0','50.62.208.53'),(735555,119332,'_server_remote_addr','50.62.208.53'),(735554,119332,'_xmlrpc_request','true'),(735553,119332,'_message_key','user_login_failed'),(735552,119332,'server_http_user_agent','wp-android'),(735551,119332,'login','mentol'),(735550,119332,'login_email','mentolnet@gmail.com'),(735549,119332,'login_id','1'),(735548,119331,'_server_http_x_forwarded_for_0','91.134.248.211'),(735547,119331,'_server_remote_addr','91.134.248.211'),(735546,119331,'_xmlrpc_request','true'),(735545,119331,'_message_key','user_login_failed'),(735543,119331,'login','mentol'),(735544,119331,'server_http_user_agent','wp-iphone'),(735542,119331,'login_email','mentolnet@gmail.com'),(735541,119331,'login_id','1'),(735540,119330,'_server_http_x_forwarded_for_0','104.254.213.194'),(735539,119330,'_server_remote_addr','104.254.213.194'),(735538,119330,'_xmlrpc_request','true'),(735537,119330,'_message_key','user_login_failed'),(735536,119330,'server_http_user_agent','wp-android'),(735535,119330,'login','mentol'),(735534,119330,'login_email','mentolnet@gmail.com'),(735533,119330,'login_id','1'),(735532,119329,'_server_http_x_forwarded_for_0','158.69.124.10'),(735531,119329,'_server_remote_addr','158.69.124.10'),(735530,119329,'_xmlrpc_request','true'),(735529,119329,'_message_key','user_login_failed'),(735528,119329,'server_http_user_agent','Windows Live Writer'),(735527,119329,'login','mentol'),(735525,119329,'login_id','1'),(735526,119329,'login_email','mentolnet@gmail.com'),(735524,119328,'_server_http_x_forwarded_for_0','160.153.154.29'),(735523,119328,'_server_remote_addr','160.153.154.29'),(735522,119328,'_xmlrpc_request','true'),(735521,119328,'_message_key','user_unknown_login_failed'),(735520,119328,'server_http_user_agent','Poster'),(735519,119328,'failed_username','luis-monteiro'),(735518,119327,'_server_http_x_forwarded_for_0','66.7.198.125'),(735517,119327,'_server_remote_addr','66.7.198.125'),(735516,119327,'_xmlrpc_request','true'),(735515,119327,'_message_key','user_login_failed'),(735513,119327,'login','mentol'),(735514,119327,'server_http_user_agent','WordPress'),(735512,119327,'login_email','mentolnet@gmail.com'),(735511,119327,'login_id','1'),(735510,119326,'_server_http_x_forwarded_for_0','198.71.230.53'),(735509,119326,'_server_remote_addr','198.71.230.53'),(735508,119326,'_xmlrpc_request','true'),(735507,119326,'_message_key','user_login_failed'),(735506,119326,'server_http_user_agent','Windows Live Writer'),(735505,119326,'login','mentol'),(735503,119326,'login_id','1'),(735504,119326,'login_email','mentolnet@gmail.com'),(735502,119325,'_server_http_x_forwarded_for_0','134.0.14.83'),(735501,119325,'_server_remote_addr','134.0.14.83'),(735500,119325,'_xmlrpc_request','true'),(735499,119325,'_message_key','user_unknown_login_failed'),(735498,119325,'server_http_user_agent','Poster'),(735497,119325,'failed_username','luis-monteiro'),(735496,119324,'_server_http_x_forwarded_for_0','184.168.46.159'),(735495,119324,'_server_remote_addr','184.168.46.159'),(735494,119324,'_xmlrpc_request','true'),(735493,119324,'_message_key','user_login_failed'),(735492,119324,'server_http_user_agent','wp-windowsphone'),(735491,119324,'login','mentol'),(735490,119324,'login_email','mentolnet@gmail.com'),(735489,119324,'login_id','1'),(735488,119323,'_server_http_x_forwarded_for_0','72.167.190.239'),(735487,119323,'_server_remote_addr','72.167.190.239'),(735486,119323,'_xmlrpc_request','true'),(735485,119323,'_message_key','user_login_failed'),(735484,119323,'server_http_user_agent','WordPress'),(735483,119323,'login','mentol'),(735482,119323,'login_email','mentolnet@gmail.com'),(735481,119323,'login_id','1'),(735480,119322,'_server_http_x_forwarded_for_0','182.50.132.25'),(735479,119322,'_server_remote_addr','182.50.132.25'),(735478,119322,'_xmlrpc_request','true'),(735477,119322,'_message_key','user_unknown_login_failed'),(735476,119322,'server_http_user_agent','Windows Live Writer'),(735475,119322,'failed_username','luis-monteiro'),(735474,119321,'_server_http_x_forwarded_for_0','198.71.230.10'),(735473,119321,'_server_remote_addr','198.71.230.10'),(735472,119321,'_xmlrpc_request','true'),(735471,119321,'_message_key','user_login_failed'),(735470,119321,'server_http_user_agent','Poster'),(735469,119321,'login','mentol'),(735467,119321,'login_id','1'),(735468,119321,'login_email','mentolnet@gmail.com'),(735466,119320,'_server_http_x_forwarded_for_0','46.4.79.229'),(735465,119320,'_server_remote_addr','46.4.79.229'),(735464,119320,'_xmlrpc_request','true'),(735463,119320,'_message_key','user_login_failed'),(735462,119320,'server_http_user_agent','Poster'),(735461,119320,'login','mentol'),(735460,119320,'login_email','mentolnet@gmail.com'),(735459,119320,'login_id','1'),(735458,119319,'_server_http_x_forwarded_for_0','209.59.186.242'),(735457,119319,'_server_remote_addr','209.59.186.242'),(735456,119319,'_xmlrpc_request','true'),(735455,119319,'_message_key','user_unknown_login_failed'),(735454,119319,'server_http_user_agent','wp-android'),(735453,119319,'failed_username','luis-monteiro'),(735452,119318,'_server_http_x_forwarded_for_0','82.194.77.172'),(735451,119318,'_server_remote_addr','82.194.77.172'),(735450,119318,'_xmlrpc_request','true'),(735449,119318,'_message_key','user_login_failed'),(735448,119318,'server_http_user_agent','wp-android'),(735447,119318,'login','mentol'),(735446,119318,'login_email','mentolnet@gmail.com'),(735445,119318,'login_id','1'),(735444,119317,'_server_http_x_forwarded_for_0','94.73.147.29'),(735443,119317,'_server_remote_addr','94.73.147.29'),(735442,119317,'_xmlrpc_request','true'),(735441,119317,'_message_key','user_login_failed'),(735440,119317,'server_http_user_agent','Windows Live Writer'),(735439,119317,'login','mentol'),(735438,119317,'login_email','mentolnet@gmail.com'),(735437,119317,'login_id','1'),(735436,119316,'_server_http_x_forwarded_for_0','104.238.120.63'),(735435,119316,'_server_remote_addr','104.238.120.63'),(735434,119316,'_xmlrpc_request','true'),(735433,119316,'_message_key','user_unknown_login_failed'),(735432,119316,'server_http_user_agent','wp-windowsphone'),(735431,119316,'failed_username','luis-monteiro'),(735430,119315,'_server_http_x_forwarded_for_0','199.168.102.74'),(735429,119315,'_server_remote_addr','199.168.102.74'),(735428,119315,'_xmlrpc_request','true'),(735427,119315,'_message_key','user_login_failed'),(735426,119315,'server_http_user_agent','wp-android'),(735425,119315,'login','mentol'),(735424,119315,'login_email','mentolnet@gmail.com'),(735423,119315,'login_id','1'),(735422,119314,'_server_http_x_forwarded_for_0','72.167.190.204'),(735421,119314,'_server_remote_addr','72.167.190.204'),(735420,119314,'_xmlrpc_request','true'),(735419,119314,'_message_key','user_login_failed'),(735418,119314,'server_http_user_agent','wp-iphone'),(735417,119314,'login','mentol'),(735416,119314,'login_email','mentolnet@gmail.com'),(735415,119314,'login_id','1'),(735414,119313,'_server_http_x_forwarded_for_0','124.158.4.239'),(735413,119313,'_server_remote_addr','124.158.4.239'),(735412,119313,'_xmlrpc_request','true'),(735411,119313,'_message_key','user_unknown_login_failed'),(735410,119313,'server_http_user_agent','Poster'),(735409,119313,'failed_username','luis-monteiro'),(735408,119312,'_server_http_x_forwarded_for_0','107.180.123.26'),(735407,119312,'_server_remote_addr','107.180.123.26'),(735406,119312,'_xmlrpc_request','true'),(735405,119312,'_message_key','user_login_failed'),(735404,119312,'server_http_user_agent','Windows Live Writer'),(735403,119312,'login','mentol'),(735401,119312,'login_id','1'),(735402,119312,'login_email','mentolnet@gmail.com'),(735400,119311,'_server_http_x_forwarded_for_0','103.6.196.75'),(735399,119311,'_server_remote_addr','103.6.196.75'),(735398,119311,'_xmlrpc_request','true'),(735397,119311,'_message_key','user_unknown_login_failed'),(735396,119311,'server_http_user_agent','WordPress'),(735395,119311,'failed_username','luis-monteiro'),(735394,119310,'_server_http_x_forwarded_for_0','182.50.132.98'),(735393,119310,'_server_remote_addr','182.50.132.98'),(735392,119310,'_xmlrpc_request','true'),(735391,119310,'_message_key','user_login_failed'),(735390,119310,'server_http_user_agent','WordPress'),(735389,119310,'login','mentol'),(735387,119310,'login_id','1'),(735388,119310,'login_email','mentolnet@gmail.com'),(735386,119309,'_server_http_x_forwarded_for_0','198.71.236.69'),(735385,119309,'_server_remote_addr','198.71.236.69'),(735384,119309,'_xmlrpc_request','true'),(735383,119309,'_message_key','user_login_failed'),(735382,119309,'server_http_user_agent','WordPress'),(735381,119309,'login','mentol'),(735380,119309,'login_email','mentolnet@gmail.com'),(735379,119309,'login_id','1'),(735378,119308,'_server_http_x_forwarded_for_0','67.43.4.252'),(735377,119308,'_server_remote_addr','67.43.4.252'),(735376,119308,'_xmlrpc_request','true'),(735375,119308,'_message_key','user_unknown_login_failed'),(735374,119308,'server_http_user_agent','wp-iphone'),(735373,119308,'failed_username','luis-monteiro'),(735372,119307,'_server_http_x_forwarded_for_0','67.220.185.18'),(735371,119307,'_server_remote_addr','67.220.185.18'),(735370,119307,'_xmlrpc_request','true'),(735369,119307,'_message_key','user_login_failed'),(735368,119307,'server_http_user_agent','Windows Live Writer'),(735367,119307,'login','mentol'),(735366,119307,'login_email','mentolnet@gmail.com'),(735365,119307,'login_id','1'),(735364,119306,'_server_http_x_forwarded_for_0','50.62.177.217'),(735363,119306,'_server_remote_addr','50.62.177.217'),(735362,119306,'_xmlrpc_request','true'),(735361,119306,'_message_key','user_login_failed'),(735360,119306,'server_http_user_agent','WordPress'),(735359,119306,'login','mentol'),(735357,119306,'login_id','1'),(735358,119306,'login_email','mentolnet@gmail.com'),(735356,119305,'_server_http_x_forwarded_for_0','192.145.239.54'),(735355,119305,'_server_remote_addr','192.145.239.54'),(735354,119305,'_xmlrpc_request','true'),(735353,119305,'_message_key','user_unknown_login_failed'),(735352,119305,'server_http_user_agent','WordPress'),(735351,119305,'failed_username','luis-monteiro'),(735350,119304,'_server_http_x_forwarded_for_0','198.15.81.218'),(735349,119304,'_server_remote_addr','198.15.81.218'),(735348,119304,'_xmlrpc_request','true'),(735347,119304,'_message_key','user_login_failed'),(735345,119304,'login','mentol'),(735346,119304,'server_http_user_agent','WordPress'),(735344,119304,'login_email','mentolnet@gmail.com'),(735343,119304,'login_id','1'),(735342,119303,'_server_http_x_forwarded_for_0','72.167.190.210'),(735341,119303,'_server_remote_addr','72.167.190.210'),(735340,119303,'_xmlrpc_request','true'),(735339,119303,'_message_key','user_login_failed'),(735338,119303,'server_http_user_agent','Windows Live Writer'),(735337,119303,'login','mentol'),(735335,119303,'login_id','1'),(735336,119303,'login_email','mentolnet@gmail.com'),(735334,119302,'_server_http_x_forwarded_for_0','166.62.127.211'),(735333,119302,'_server_remote_addr','166.62.127.211'),(735332,119302,'_xmlrpc_request','true'),(735331,119302,'_message_key','user_unknown_login_failed'),(735330,119302,'server_http_user_agent','wp-android'),(735329,119302,'failed_username','luis-monteiro'),(735328,119301,'_server_http_x_forwarded_for_0','173.201.196.130'),(735327,119301,'_server_remote_addr','173.201.196.130'),(735326,119301,'_xmlrpc_request','true'),(735325,119301,'_message_key','user_login_failed'),(735324,119301,'server_http_user_agent','Windows Live Writer'),(735323,119301,'login','mentol'),(735322,119301,'login_email','mentolnet@gmail.com'),(735321,119301,'login_id','1'),(735320,119300,'_server_http_x_forwarded_for_0','5.45.125.45'),(735319,119300,'_server_remote_addr','5.45.125.45'),(735318,119300,'_xmlrpc_request','true'),(735317,119300,'_message_key','user_login_failed'),(735316,119300,'server_http_user_agent','wp-windowsphone'),(735315,119300,'login','mentol'),(735314,119300,'login_email','mentolnet@gmail.com'),(735313,119300,'login_id','1'),(735312,119299,'_server_http_x_forwarded_for_0','138.204.228.96'),(735311,119299,'_server_remote_addr','138.204.228.96'),(735310,119299,'_xmlrpc_request','true'),(735309,119299,'_message_key','user_unknown_login_failed'),(735308,119299,'server_http_user_agent','WordPress'),(735307,119299,'failed_username','luis-monteiro'),(735306,119298,'_server_http_x_forwarded_for_0','89.252.179.121'),(735305,119298,'_server_remote_addr','89.252.179.121'),(735304,119298,'_xmlrpc_request','true'),(735303,119298,'_message_key','user_login_failed'),(735302,119298,'server_http_user_agent','wp-windowsphone'),(735301,119298,'login','mentol'),(735299,119298,'login_id','1'),(735300,119298,'login_email','mentolnet@gmail.com'),(735298,119297,'_server_http_x_forwarded_for_0','107.180.111.60'),(735297,119297,'_server_remote_addr','107.180.111.60'),(735296,119297,'_xmlrpc_request','true'),(735295,119297,'_message_key','user_unknown_login_failed'),(735294,119297,'server_http_user_agent','Poster'),(735293,119297,'failed_username','luis-monteiro'),(735292,119296,'_server_http_x_forwarded_for_0','104.152.168.34'),(735291,119296,'_server_remote_addr','104.152.168.34'),(735290,119296,'_xmlrpc_request','true'),(735289,119296,'_message_key','user_login_failed'),(735288,119296,'server_http_user_agent','Poster'),(735287,119296,'login','mentol'),(735285,119296,'login_id','1'),(735286,119296,'login_email','mentolnet@gmail.com'),(735284,119295,'_server_http_x_forwarded_for_0','184.168.200.40'),(735283,119295,'_server_remote_addr','184.168.200.40'),(735282,119295,'_xmlrpc_request','true'),(735281,119295,'_message_key','user_unknown_login_failed'),(735280,119295,'server_http_user_agent','WordPress'),(735279,119295,'failed_username','luis-monteiro'),(735278,119294,'_server_http_x_forwarded_for_0','103.18.6.33'),(735277,119294,'_server_remote_addr','103.18.6.33'),(735276,119294,'_xmlrpc_request','true'),(735275,119294,'_message_key','user_login_failed'),(735274,119294,'server_http_user_agent','Windows Live Writer'),(735273,119294,'login','mentol'),(735272,119294,'login_email','mentolnet@gmail.com'),(735271,119294,'login_id','1'),(735270,119293,'_server_http_x_forwarded_for_0','104.238.120.56'),(735269,119293,'_server_remote_addr','104.238.120.56'),(735268,119293,'_xmlrpc_request','true'),(735267,119293,'_message_key','user_login_failed'),(735266,119293,'server_http_user_agent','WordPress'),(735265,119293,'login','mentol'),(735264,119293,'login_email','mentolnet@gmail.com'),(735263,119293,'login_id','1'),(735262,119292,'_server_http_x_forwarded_for_0','192.138.189.160'),(735261,119292,'_server_remote_addr','192.138.189.160'),(735260,119292,'_xmlrpc_request','true'),(735259,119292,'_message_key','user_login_failed'),(735257,119292,'login','mentol'),(735258,119292,'server_http_user_agent','wp-windowsphone'),(735256,119292,'login_email','mentolnet@gmail.com'),(735255,119292,'login_id','1'),(735254,119291,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1543428583.0044939517974853515625'),(735253,119291,'_server_http_x_forwarded_for_0','130.185.87.25'),(735252,119291,'_server_remote_addr','130.185.87.25'),(735251,119291,'_message_key','plugin_update_available'),(735250,119291,'plugin_new_version','3.6.6'),(735249,119291,'plugin_current_version','3.6.0'),(735248,119291,'plugin_name','BackWPup'),(735247,119290,'_server_http_x_forwarded_for_0','43.241.73.129'),(735246,119290,'_server_remote_addr','43.241.73.129'),(735245,119290,'_xmlrpc_request','true'),(735244,119290,'_message_key','user_login_failed'),(735243,119290,'server_http_user_agent','wp-android'),(735242,119290,'login','mentol'),(735241,119290,'login_email','mentolnet@gmail.com'),(735240,119290,'login_id','1'),(735239,119289,'_server_http_x_forwarded_for_0','75.98.173.161'),(735238,119289,'_server_remote_addr','75.98.173.161'),(735237,119289,'_xmlrpc_request','true'),(735236,119289,'_message_key','user_login_failed'),(735235,119289,'server_http_user_agent','wp-android'),(735234,119289,'login','mentol'),(735232,119289,'login_id','1'),(735233,119289,'login_email','mentolnet@gmail.com'),(735231,119288,'_server_http_x_forwarded_for_0','108.179.216.62'),(735230,119288,'_server_remote_addr','108.179.216.62'),(735229,119288,'_xmlrpc_request','true'),(735228,119288,'_message_key','user_login_failed'),(735227,119288,'server_http_user_agent','wp-android'),(735226,119288,'login','mentol'),(735225,119288,'login_email','mentolnet@gmail.com'),(735224,119288,'login_id','1'),(735223,119287,'_server_http_x_forwarded_for_0','156.67.222.185'),(735222,119287,'_server_remote_addr','156.67.222.185'),(735221,119287,'_xmlrpc_request','true'),(735220,119287,'_message_key','user_unknown_login_failed'),(735219,119287,'server_http_user_agent','wp-android'),(735218,119287,'failed_username','luis-monteiro'),(735217,119286,'_server_http_x_forwarded_for_0','52.64.144.47'),(735216,119286,'_server_remote_addr','52.64.144.47'),(735215,119286,'_xmlrpc_request','true'),(735214,119286,'_message_key','user_unknown_login_failed'),(735213,119286,'server_http_user_agent','wp-android'),(735212,119286,'failed_username','luis-monteiro'),(735211,119285,'_server_http_x_forwarded_for_0','212.129.10.52'),(735210,119285,'_server_remote_addr','212.129.10.52'),(735209,119285,'_xmlrpc_request','true'),(735208,119285,'_message_key','user_login_failed'),(735206,119285,'login','mentol'),(735207,119285,'server_http_user_agent','Windows Live Writer'),(735205,119285,'login_email','mentolnet@gmail.com'),(735204,119285,'login_id','1'),(735203,119284,'_server_http_x_forwarded_for_0','107.161.185.247'),(735202,119284,'_server_remote_addr','107.161.185.247'),(735201,119284,'_xmlrpc_request','true'),(735200,119284,'_message_key','user_login_failed'),(735199,119284,'server_http_user_agent','wp-windowsphone'),(735198,119284,'login','mentol'),(735197,119284,'login_email','mentolnet@gmail.com'),(735196,119284,'login_id','1'),(735195,119283,'_server_http_x_forwarded_for_0','69.89.31.157'),(735194,119283,'_server_remote_addr','69.89.31.157'),(735193,119283,'_xmlrpc_request','true'),(735192,119283,'_message_key','user_login_failed'),(735191,119283,'server_http_user_agent','Windows Live Writer'),(735190,119283,'login','mentol'),(735189,119283,'login_email','mentolnet@gmail.com'),(735188,119283,'login_id','1'),(735187,119282,'_server_http_x_forwarded_for_0','160.153.153.162'),(735186,119282,'_server_remote_addr','160.153.153.162'),(735185,119282,'_xmlrpc_request','true'),(735184,119282,'_message_key','user_login_failed'),(735183,119282,'server_http_user_agent','WordPress'),(735182,119282,'login','mentol'),(735180,119282,'login_id','1'),(735181,119282,'login_email','mentolnet@gmail.com'),(735179,119281,'_server_http_x_forwarded_for_0','103.67.235.34'),(735178,119281,'_server_remote_addr','103.67.235.34'),(735177,119281,'_xmlrpc_request','true'),(735176,119281,'_message_key','user_unknown_login_failed'),(735175,119281,'server_http_user_agent','WordPress'),(735174,119281,'failed_username','luis-monteiro'),(735173,119280,'_server_http_x_forwarded_for_0','50.62.176.179'),(735172,119280,'_server_remote_addr','50.62.176.179'),(735171,119280,'_xmlrpc_request','true'),(735170,119280,'_message_key','user_login_failed'),(735169,119280,'server_http_user_agent','Poster'),(735168,119280,'login','mentol'),(735166,119280,'login_id','1'),(735167,119280,'login_email','mentolnet@gmail.com'),(735165,119279,'_server_http_x_forwarded_for_0','164.132.197.142'),(735164,119279,'_server_remote_addr','164.132.197.142'),(735163,119279,'_xmlrpc_request','true'),(735162,119279,'_message_key','user_login_failed'),(735161,119279,'server_http_user_agent','wp-iphone'),(735160,119279,'login','mentol'),(735159,119279,'login_email','mentolnet@gmail.com'),(735158,119279,'login_id','1'),(735157,119278,'_server_http_x_forwarded_for_0','198.71.235.85'),(735156,119278,'_server_remote_addr','198.71.235.85'),(735155,119278,'_xmlrpc_request','true'),(735154,119278,'_message_key','user_unknown_login_failed'),(735153,119278,'server_http_user_agent','Poster'),(735152,119278,'failed_username','luis-monteiro'),(735151,119277,'_server_http_x_forwarded_for_0','198.12.157.9'),(735150,119277,'_server_remote_addr','198.12.157.9'),(735149,119277,'_xmlrpc_request','true'),(735148,119277,'_message_key','user_login_failed'),(735147,119277,'server_http_user_agent','Windows Live Writer'),(735146,119277,'login','mentol'),(735145,119277,'login_email','mentolnet@gmail.com'),(735144,119277,'login_id','1'),(735143,119276,'_server_http_x_forwarded_for_0','148.66.146.22'),(735142,119276,'_server_remote_addr','148.66.146.22'),(735141,119276,'_xmlrpc_request','true'),(735140,119276,'_message_key','user_login_failed'),(735139,119276,'server_http_user_agent','wp-windowsphone'),(735138,119276,'login','mentol'),(735136,119276,'login_id','1'),(735137,119276,'login_email','mentolnet@gmail.com'),(735135,119275,'_server_http_x_forwarded_for_0','50.62.176.179'),(735134,119275,'_server_remote_addr','50.62.176.179'),(735133,119275,'_xmlrpc_request','true'),(735132,119275,'_message_key','user_unknown_login_failed'),(735131,119275,'server_http_user_agent','Poster'),(735130,119275,'failed_username','luis-monteiro'),(735129,119274,'_server_http_x_forwarded_for_0','103.227.176.16'),(735128,119274,'_server_remote_addr','103.227.176.16'),(735127,119274,'_xmlrpc_request','true'),(735126,119274,'_message_key','user_login_failed'),(735125,119274,'server_http_user_agent','Windows Live Writer'),(735124,119274,'login','mentol'),(735122,119274,'login_id','1'),(735123,119274,'login_email','mentolnet@gmail.com'),(735121,119273,'_server_http_x_forwarded_for_0','198.15.81.218'),(735120,119273,'_server_remote_addr','198.15.81.218'),(735119,119273,'_xmlrpc_request','true'),(735118,119273,'_message_key','user_unknown_login_failed'),(735117,119273,'server_http_user_agent','wp-iphone'),(735116,119273,'failed_username','luis-monteiro'),(735115,119272,'_server_http_x_forwarded_for_0','98.142.110.138'),(735114,119272,'_server_remote_addr','98.142.110.138'),(735113,119272,'_xmlrpc_request','true'),(735112,119272,'_message_key','user_login_failed'),(735111,119272,'server_http_user_agent','wp-windowsphone'),(735110,119272,'login','mentol'),(735109,119272,'login_email','mentolnet@gmail.com'),(735108,119272,'login_id','1'),(735107,119271,'_server_http_x_forwarded_for_0','69.162.67.194'),(735106,119271,'_server_remote_addr','69.162.67.194'),(735105,119271,'_xmlrpc_request','true'),(735104,119271,'_message_key','user_unknown_login_failed'),(735103,119271,'server_http_user_agent','Windows Live Writer'),(735102,119271,'failed_username','luis-monteiro'),(735101,119270,'_server_http_x_forwarded_for_0','23.20.157.202'),(735100,119270,'_server_remote_addr','23.20.157.202'),(735099,119270,'_xmlrpc_request','true'),(735098,119270,'_message_key','user_login_failed'),(735097,119270,'server_http_user_agent','Poster'),(735096,119270,'login','mentol'),(735095,119270,'login_email','mentolnet@gmail.com'),(735094,119270,'login_id','1'),(735093,119269,'_server_http_x_forwarded_for_0','107.180.108.18'),(735092,119269,'_server_remote_addr','107.180.108.18'),(735091,119269,'_xmlrpc_request','true'),(735090,119269,'_message_key','user_login_failed'),(735089,119269,'server_http_user_agent','wp-windowsphone'),(735088,119269,'login','mentol'),(735086,119269,'login_id','1'),(735087,119269,'login_email','mentolnet@gmail.com'),(735085,119268,'_server_http_x_forwarded_for_0','149.202.74.200'),(735084,119268,'_server_remote_addr','149.202.74.200'),(735083,119268,'_xmlrpc_request','true'),(735082,119268,'_message_key','user_unknown_login_failed'),(735081,119268,'server_http_user_agent','wp-android'),(735080,119268,'failed_username','luis-monteiro'),(735079,119267,'_server_http_x_forwarded_for_0','121.42.52.72'),(735078,119267,'_server_remote_addr','121.42.52.72'),(735077,119267,'_xmlrpc_request','true'),(735076,119267,'_message_key','user_login_failed'),(735074,119267,'login','mentol'),(735075,119267,'server_http_user_agent','wp-iphone'),(735073,119267,'login_email','mentolnet@gmail.com'),(735072,119267,'login_id','1'),(735071,119266,'_server_http_x_forwarded_for_0','148.66.145.139'),(735070,119266,'_server_remote_addr','148.66.145.139'),(735069,119266,'_xmlrpc_request','true'),(735068,119266,'_message_key','user_login_failed'),(735067,119266,'server_http_user_agent','wp-android'),(735066,119266,'login','mentol'),(735064,119266,'login_id','1'),(735065,119266,'login_email','mentolnet@gmail.com'),(735063,119265,'_server_http_x_forwarded_for_0','107.180.108.30'),(735062,119265,'_server_remote_addr','107.180.108.30'),(735061,119265,'_xmlrpc_request','true'),(735060,119265,'_message_key','user_unknown_login_failed'),(735059,119265,'server_http_user_agent','Poster'),(735058,119265,'failed_username','luis-monteiro'),(735057,119264,'_server_http_x_forwarded_for_0','173.249.5.110'),(735056,119264,'_server_remote_addr','173.249.5.110'),(735055,119264,'_xmlrpc_request','true'),(735054,119264,'_message_key','user_login_failed'),(735053,119264,'server_http_user_agent','WordPress'),(735052,119264,'login','mentol'),(735051,119264,'login_email','mentolnet@gmail.com'),(735050,119264,'login_id','1'),(735049,119263,'_server_http_x_forwarded_for_0','67.225.224.35'),(735048,119263,'_server_remote_addr','67.225.224.35'),(735047,119263,'_xmlrpc_request','true'),(735046,119263,'_message_key','user_unknown_login_failed'),(735045,119263,'server_http_user_agent','Windows Live Writer'),(735044,119263,'failed_username','luis-monteiro'),(735043,119262,'_server_http_x_forwarded_for_0','153.92.0.20'),(735042,119262,'_server_remote_addr','153.92.0.20'),(735041,119262,'_xmlrpc_request','true'),(735040,119262,'_message_key','user_login_failed'),(735039,119262,'server_http_user_agent','wp-windowsphone'),(735038,119262,'login','mentol'),(735036,119262,'login_id','1'),(735037,119262,'login_email','mentolnet@gmail.com'),(735035,119261,'_server_http_x_forwarded_for_0','139.198.14.60'),(735034,119261,'_server_remote_addr','139.198.14.60'),(735033,119261,'_xmlrpc_request','true'),(735032,119261,'_message_key','user_unknown_login_failed'),(735031,119261,'server_http_user_agent','WordPress'),(735030,119261,'failed_username','luis-monteiro'),(735029,119260,'_server_http_x_forwarded_for_0','198.71.235.45'),(735028,119260,'_server_remote_addr','198.71.235.45'),(735027,119260,'_xmlrpc_request','true'),(735026,119260,'_message_key','user_login_failed'),(735024,119260,'login','mentol'),(735025,119260,'server_http_user_agent','Windows Live Writer'),(735023,119260,'login_email','mentolnet@gmail.com'),(735022,119260,'login_id','1'),(735021,119259,'_server_http_x_forwarded_for_0','162.243.91.192'),(735020,119259,'_server_remote_addr','162.243.91.192'),(735019,119259,'_xmlrpc_request','true'),(735018,119259,'_message_key','user_login_failed'),(735016,119259,'login','mentol'),(735017,119259,'server_http_user_agent','Poster'),(735015,119259,'login_email','mentolnet@gmail.com'),(735014,119259,'login_id','1'),(735013,119258,'_server_http_x_forwarded_for_0','198.71.224.81'),(735012,119258,'_server_remote_addr','198.71.224.81'),(735011,119258,'_xmlrpc_request','true'),(735010,119258,'_message_key','user_login_failed'),(735008,119258,'login','mentol'),(735009,119258,'server_http_user_agent','wp-windowsphone'),(735007,119258,'login_email','mentolnet@gmail.com'),(735006,119258,'login_id','1'),(735005,119257,'_server_http_x_forwarded_for_0','89.252.180.206'),(735004,119257,'_server_remote_addr','89.252.180.206'),(735003,119257,'_xmlrpc_request','true'),(735002,119257,'_message_key','user_login_failed'),(735001,119257,'server_http_user_agent','wp-windowsphone'),(735000,119257,'login','mentol'),(734998,119257,'login_id','1'),(734999,119257,'login_email','mentolnet@gmail.com'),(734997,119256,'_server_http_x_forwarded_for_0','213.133.104.80'),(734996,119256,'_server_remote_addr','213.133.104.80'),(734995,119256,'_xmlrpc_request','true'),(734994,119256,'_message_key','user_unknown_login_failed'),(734993,119256,'server_http_user_agent','WordPress'),(734992,119256,'failed_username','luis-monteiro'),(734991,119255,'_server_http_x_forwarded_for_0','173.249.48.132'),(734990,119255,'_server_remote_addr','173.249.48.132'),(734989,119255,'_xmlrpc_request','true'),(734988,119255,'_message_key','user_login_failed'),(734987,119255,'server_http_user_agent','wp-windowsphone'),(734986,119255,'login','mentol'),(734985,119255,'login_email','mentolnet@gmail.com'),(734984,119255,'login_id','1'),(734983,119254,'_server_http_x_forwarded_for_0','162.211.125.86'),(734982,119254,'_server_remote_addr','162.211.125.86'),(734981,119254,'_xmlrpc_request','true'),(734980,119254,'_message_key','user_login_failed'),(734979,119254,'server_http_user_agent','wp-android'),(734978,119254,'login','mentol'),(734977,119254,'login_email','mentolnet@gmail.com'),(734976,119254,'login_id','1'),(734975,119253,'_server_http_x_forwarded_for_0','148.66.153.186'),(734974,119253,'_server_remote_addr','148.66.153.186'),(734973,119253,'_xmlrpc_request','true'),(734972,119253,'_message_key','user_unknown_login_failed'),(734971,119253,'server_http_user_agent','wp-android'),(734970,119253,'failed_username','luis-monteiro'),(734969,119252,'_server_http_x_forwarded_for_0','162.243.91.192'),(734968,119252,'_server_remote_addr','162.243.91.192'),(734967,119252,'_xmlrpc_request','true'),(734966,119252,'_message_key','user_login_failed'),(734965,119252,'server_http_user_agent','WordPress'),(734964,119252,'login','mentol'),(734962,119252,'login_id','1'),(734963,119252,'login_email','mentolnet@gmail.com'),(734961,119251,'_server_http_x_forwarded_for_0','198.71.235.29'),(734960,119251,'_server_remote_addr','198.71.235.29'),(734959,119251,'_xmlrpc_request','true'),(734958,119251,'_message_key','user_unknown_login_failed'),(734957,119251,'server_http_user_agent','wp-android'),(734956,119251,'failed_username','luis-monteiro'),(734955,119250,'_server_http_x_forwarded_for_0','50.62.176.92'),(734954,119250,'_server_remote_addr','50.62.176.92'),(734953,119250,'_xmlrpc_request','true'),(734952,119250,'_message_key','user_login_failed'),(734950,119250,'login','mentol'),(734951,119250,'server_http_user_agent','Poster'),(734949,119250,'login_email','mentolnet@gmail.com'),(734948,119250,'login_id','1'),(734947,119249,'_server_http_x_forwarded_for_0','148.66.145.26'),(734946,119249,'_server_remote_addr','148.66.145.26'),(734945,119249,'_xmlrpc_request','true'),(734944,119249,'_message_key','user_login_failed'),(734942,119249,'login','mentol'),(734943,119249,'server_http_user_agent','wp-android'),(734941,119249,'login_email','mentolnet@gmail.com'),(734940,119249,'login_id','1'),(734939,119248,'_server_http_x_forwarded_for_0','209.159.148.185'),(734938,119248,'_server_remote_addr','209.159.148.185'),(734937,119248,'_xmlrpc_request','true'),(734936,119248,'_message_key','user_login_failed'),(734934,119248,'login','mentol'),(734935,119248,'server_http_user_agent','wp-iphone'),(734933,119248,'login_email','mentolnet@gmail.com'),(734932,119248,'login_id','1'),(734931,119247,'_server_http_x_forwarded_for_0','178.210.79.144'),(734930,119247,'_server_remote_addr','178.210.79.144'),(734929,119247,'_xmlrpc_request','true'),(734928,119247,'_message_key','user_login_failed'),(734926,119247,'login','mentol'),(734927,119247,'server_http_user_agent','WordPress'),(734925,119247,'login_email','mentolnet@gmail.com'),(734924,119247,'login_id','1'),(734923,119246,'_server_http_x_forwarded_for_0','85.13.141.58'),(734922,119246,'_server_remote_addr','85.13.141.58'),(734921,119246,'_xmlrpc_request','true'),(734920,119246,'_message_key','user_unknown_login_failed'),(734919,119246,'server_http_user_agent','Windows Live Writer'),(734918,119246,'failed_username','luis-monteiro'),(734917,119245,'_server_http_x_forwarded_for_0','178.33.106.80'),(734916,119245,'_server_remote_addr','178.33.106.80'),(734915,119245,'_xmlrpc_request','true'),(734914,119245,'_message_key','user_login_failed'),(734913,119245,'server_http_user_agent','wp-iphone'),(734912,119245,'login','mentol'),(734911,119245,'login_email','mentolnet@gmail.com'),(734910,119245,'login_id','1'),(734909,119244,'_server_http_x_forwarded_for_0','85.13.157.134'),(734908,119244,'_server_remote_addr','85.13.157.134'),(734907,119244,'_xmlrpc_request','true'),(734906,119244,'_message_key','user_unknown_login_failed'),(734905,119244,'server_http_user_agent','Windows Live Writer'),(734904,119244,'failed_username','luis-monteiro'),(734903,119243,'_server_http_x_forwarded_for_0','148.72.232.130'),(734902,119243,'_server_remote_addr','148.72.232.130'),(734901,119243,'_xmlrpc_request','true'),(734900,119243,'_message_key','user_login_failed'),(734899,119243,'server_http_user_agent','WordPress'),(734898,119243,'login','mentol'),(734897,119243,'login_email','mentolnet@gmail.com'),(734896,119243,'login_id','1'),(734895,119242,'_server_http_x_forwarded_for_0','50.62.177.214'),(734894,119242,'_server_remote_addr','50.62.177.214'),(734893,119242,'_xmlrpc_request','true'),(734892,119242,'_message_key','user_unknown_login_failed'),(734891,119242,'server_http_user_agent','WordPress'),(734890,119242,'failed_username','luis-monteiro'),(734889,119241,'_server_http_x_forwarded_for_0','209.182.213.119'),(734888,119241,'_server_remote_addr','209.182.213.119'),(734887,119241,'_xmlrpc_request','true'),(734886,119241,'_message_key','user_login_failed'),(734885,119241,'server_http_user_agent','wp-windowsphone'),(734884,119241,'login','mentol'),(734883,119241,'login_email','mentolnet@gmail.com'),(734882,119241,'login_id','1'),(734881,119240,'_server_http_x_forwarded_for_0','160.153.153.168'),(734880,119240,'_server_remote_addr','160.153.153.168'),(734879,119240,'_xmlrpc_request','true'),(734878,119240,'_message_key','user_login_failed'),(734876,119240,'login','mentol'),(734877,119240,'server_http_user_agent','wp-android'),(734875,119240,'login_email','mentolnet@gmail.com'),(734874,119240,'login_id','1'),(734873,119239,'_server_http_x_forwarded_for_0','52.64.144.47'),(734872,119239,'_server_remote_addr','52.64.144.47'),(734871,119239,'_xmlrpc_request','true'),(734870,119239,'_message_key','user_login_failed'),(734868,119239,'login','mentol'),(734869,119239,'server_http_user_agent','wp-android'),(734866,119239,'login_id','1'),(734867,119239,'login_email','mentolnet@gmail.com'),(734865,119238,'_server_http_x_forwarded_for_0','173.236.224.144'),(734864,119238,'_server_remote_addr','173.236.224.144'),(734863,119238,'_xmlrpc_request','true'),(734862,119238,'_message_key','user_login_failed'),(734861,119238,'server_http_user_agent','Poster'),(734860,119238,'login','mentol'),(734859,119238,'login_email','mentolnet@gmail.com'),(734858,119238,'login_id','1'),(734857,119237,'_server_http_x_forwarded_for_0','198.15.109.146'),(734856,119237,'_server_remote_addr','198.15.109.146'),(734855,119237,'_xmlrpc_request','true'),(734854,119237,'_message_key','user_login_failed'),(734852,119237,'login','mentol'),(734853,119237,'server_http_user_agent','wp-iphone'),(734851,119237,'login_email','mentolnet@gmail.com'),(734850,119237,'login_id','1'),(734849,119236,'_server_http_x_forwarded_for_0','46.28.106.57'),(734847,119236,'_xmlrpc_request','true'),(734848,119236,'_server_remote_addr','46.28.106.57'),(734846,119236,'_message_key','user_login_failed'),(734845,119236,'server_http_user_agent','wp-iphone'),(734844,119236,'login','mentol'),(734843,119236,'login_email','mentolnet@gmail.com'),(734842,119236,'login_id','1'),(734841,119235,'_server_http_x_forwarded_for_0','68.66.216.5'),(734840,119235,'_server_remote_addr','68.66.216.5'),(734839,119235,'_xmlrpc_request','true'),(734838,119235,'_message_key','user_unknown_login_failed'),(734837,119235,'server_http_user_agent','wp-windowsphone'),(734836,119235,'failed_username','luis-monteiro'),(734835,119234,'_server_http_x_forwarded_for_0','196.44.176.39'),(734834,119234,'_server_remote_addr','196.44.176.39'),(734833,119234,'_xmlrpc_request','true'),(734832,119234,'_message_key','user_login_failed'),(734831,119234,'server_http_user_agent','wp-iphone'),(734830,119234,'login','mentol'),(734828,119234,'login_id','1'),(734829,119234,'login_email','mentolnet@gmail.com'),(734827,119233,'_server_http_x_forwarded_for_0','47.105.173.131'),(734826,119233,'_server_remote_addr','47.105.173.131'),(734825,119233,'_xmlrpc_request','true'),(734824,119233,'_message_key','user_unknown_login_failed'),(734823,119233,'server_http_user_agent','WordPress'),(734822,119233,'failed_username','luis-monteiro'),(734821,119232,'_server_http_x_forwarded_for_0','49.51.38.105'),(734820,119232,'_server_remote_addr','49.51.38.105'),(734819,119232,'_xmlrpc_request','true'),(734818,119232,'_message_key','user_login_failed'),(734817,119232,'server_http_user_agent','Windows Live Writer'),(734816,119232,'login','mentol'),(734814,119232,'login_id','1'),(734815,119232,'login_email','mentolnet@gmail.com'),(734813,119231,'_server_http_x_forwarded_for_0','101.0.119.4'),(734812,119231,'_server_remote_addr','101.0.119.4'),(734811,119231,'_xmlrpc_request','true'),(734810,119231,'_message_key','user_unknown_login_failed'),(734809,119231,'server_http_user_agent','WordPress'),(734808,119231,'failed_username','luis-monteiro'),(734807,119230,'_server_http_x_forwarded_for_0','64.111.110.241'),(734806,119230,'_server_remote_addr','64.111.110.241'),(734805,119230,'_xmlrpc_request','true'),(734804,119230,'_message_key','user_login_failed'),(734803,119230,'server_http_user_agent','Windows Live Writer'),(734802,119230,'login','mentol'),(734801,119230,'login_email','mentolnet@gmail.com'),(734800,119230,'login_id','1'),(734799,119229,'_server_http_x_forwarded_for_0','208.113.220.49'),(734798,119229,'_server_remote_addr','208.113.220.49'),(734797,119229,'_xmlrpc_request','true'),(734796,119229,'_message_key','user_unknown_login_failed'),(734795,119229,'server_http_user_agent','Poster'),(734794,119229,'failed_username','luis-monteiro'),(734793,119228,'_server_http_x_forwarded_for_0','74.208.192.131'),(734792,119228,'_server_remote_addr','74.208.192.131'),(734791,119228,'_xmlrpc_request','true'),(734790,119228,'_message_key','user_login_failed'),(734788,119228,'login','mentol'),(734789,119228,'server_http_user_agent','wp-iphone'),(734787,119228,'login_email','mentolnet@gmail.com'),(734786,119228,'login_id','1'),(734785,119227,'_server_http_x_forwarded_for_0','173.208.204.26'),(734784,119227,'_server_remote_addr','173.208.204.26'),(734783,119227,'_xmlrpc_request','true'),(734782,119227,'_message_key','user_login_failed'),(734780,119227,'login','mentol'),(734781,119227,'server_http_user_agent','wp-android'),(734778,119227,'login_id','1'),(734779,119227,'login_email','mentolnet@gmail.com'),(734777,119226,'_server_http_x_forwarded_for_0','66.198.240.4'),(734776,119226,'_server_remote_addr','66.198.240.4'),(734775,119226,'_xmlrpc_request','true'),(734774,119226,'_message_key','user_login_failed'),(734773,119226,'server_http_user_agent','wp-iphone'),(734772,119226,'login','mentol'),(734771,119226,'login_email','mentolnet@gmail.com'),(734770,119226,'login_id','1'),(734769,119225,'_server_http_x_forwarded_for_0','158.69.52.38'),(734768,119225,'_server_remote_addr','158.69.52.38'),(734767,119225,'_xmlrpc_request','true'),(734766,119225,'_message_key','user_unknown_login_failed'),(734765,119225,'server_http_user_agent','wp-android'),(734764,119225,'failed_username','luis-monteiro'),(734763,119224,'_server_http_x_forwarded_for_0','94.130.151.211'),(734762,119224,'_server_remote_addr','94.130.151.211'),(734761,119224,'_xmlrpc_request','true'),(734760,119224,'_message_key','user_login_failed'),(734758,119224,'login','mentol'),(734759,119224,'server_http_user_agent','WordPress'),(734757,119224,'login_email','mentolnet@gmail.com'),(734756,119224,'login_id','1'),(734755,119223,'_server_http_x_forwarded_for_0','185.2.4.36'),(734753,119223,'_xmlrpc_request','true'),(734754,119223,'_server_remote_addr','185.2.4.36'),(734752,119223,'_message_key','user_login_failed'),(734751,119223,'server_http_user_agent','wp-iphone'),(734750,119223,'login','mentol'),(734749,119223,'login_email','mentolnet@gmail.com'),(734748,119223,'login_id','1'),(734747,119222,'_server_http_x_forwarded_for_0','107.180.120.46'),(734746,119222,'_server_remote_addr','107.180.120.46'),(734745,119222,'_xmlrpc_request','true'),(734744,119222,'_message_key','user_unknown_login_failed'),(734743,119222,'server_http_user_agent','wp-windowsphone'),(734742,119222,'failed_username','luis-monteiro'),(734741,119221,'_server_http_x_forwarded_for_0','103.21.180.44'),(734740,119221,'_server_remote_addr','103.21.180.44'),(734739,119221,'_xmlrpc_request','true'),(734738,119221,'_message_key','user_login_failed'),(734737,119221,'server_http_user_agent','WordPress'),(734736,119221,'login','mentol'),(734734,119221,'login_id','1'),(734735,119221,'login_email','mentolnet@gmail.com'),(734733,119220,'_server_http_x_forwarded_for_0','87.230.46.40'),(734732,119220,'_server_remote_addr','87.230.46.40'),(734731,119220,'_xmlrpc_request','true'),(734730,119220,'_message_key','user_login_failed'),(734729,119220,'server_http_user_agent','wp-android'),(734728,119220,'login','mentol'),(734727,119220,'login_email','mentolnet@gmail.com'),(734726,119220,'login_id','1'),(734725,119219,'_server_http_x_forwarded_for_0','103.6.196.75'),(734724,119219,'_server_remote_addr','103.6.196.75'),(734723,119219,'_xmlrpc_request','true'),(734722,119219,'_message_key','user_login_failed'),(734720,119219,'login','mentol'),(734721,119219,'server_http_user_agent','wp-iphone'),(734719,119219,'login_email','mentolnet@gmail.com'),(734718,119219,'login_id','1'),(734717,119218,'_server_http_x_forwarded_for_0','184.164.158.10'),(734716,119218,'_server_remote_addr','184.164.158.10'),(734715,119218,'_xmlrpc_request','true'),(734714,119218,'_message_key','user_login_failed'),(734712,119218,'login','mentol'),(734713,119218,'server_http_user_agent','Poster'),(734710,119218,'login_id','1'),(734711,119218,'login_email','mentolnet@gmail.com'),(734709,119217,'_server_http_x_forwarded_for_0','164.160.91.27'),(734708,119217,'_server_remote_addr','164.160.91.27'),(734707,119217,'_xmlrpc_request','true'),(734706,119217,'_message_key','user_unknown_login_failed'),(734705,119217,'server_http_user_agent','WordPress'),(734704,119217,'failed_username','luis-monteiro'),(734703,119216,'_server_http_x_forwarded_for_0','67.225.224.35'),(734702,119216,'_server_remote_addr','67.225.224.35'),(734701,119216,'_xmlrpc_request','true'),(734700,119216,'_message_key','user_login_failed'),(734698,119216,'login','mentol'),(734699,119216,'server_http_user_agent','Poster'),(734696,119216,'login_id','1'),(734697,119216,'login_email','mentolnet@gmail.com'),(734695,119215,'_server_http_x_forwarded_for_0','194.63.248.99'),(734694,119215,'_server_remote_addr','194.63.248.99'),(734693,119215,'_xmlrpc_request','true'),(734692,119215,'_message_key','user_login_failed'),(734691,119215,'server_http_user_agent','wp-android'),(734690,119215,'login','mentol'),(734689,119215,'login_email','mentolnet@gmail.com'),(734688,119215,'login_id','1'),(734687,119214,'_server_http_x_forwarded_for_0','185.201.11.158'),(734686,119214,'_server_remote_addr','185.201.11.158'),(734685,119214,'_xmlrpc_request','true'),(734684,119214,'_message_key','user_login_failed'),(734682,119214,'login','mentol'),(734683,119214,'server_http_user_agent','WordPress'),(734681,119214,'login_email','mentolnet@gmail.com'),(734680,119214,'login_id','1'),(734679,119213,'_server_http_x_forwarded_for_0','67.220.184.130'),(734677,119213,'_xmlrpc_request','true'),(734678,119213,'_server_remote_addr','67.220.184.130'),(734676,119213,'_message_key','user_login_failed'),(734675,119213,'server_http_user_agent','wp-iphone'),(734674,119213,'login','mentol'),(734673,119213,'login_email','mentolnet@gmail.com'),(734672,119213,'login_id','1'),(734671,119212,'_server_http_x_forwarded_for_0','107.161.185.247'),(734670,119212,'_server_remote_addr','107.161.185.247'),(734669,119212,'_xmlrpc_request','true'),(734668,119212,'_message_key','user_unknown_login_failed'),(734667,119212,'server_http_user_agent','wp-windowsphone'),(734666,119212,'failed_username','luis-monteiro'),(734665,119211,'_server_http_x_forwarded_for_0','50.62.208.97'),(734663,119211,'_xmlrpc_request','true'),(734664,119211,'_server_remote_addr','50.62.208.97'),(734662,119211,'_message_key','user_login_failed'),(734661,119211,'server_http_user_agent','wp-android'),(734660,119211,'login','mentol'),(734659,119211,'login_email','mentolnet@gmail.com'),(734658,119211,'login_id','1'),(734657,119210,'_server_http_x_forwarded_for_0','185.2.4.104'),(734656,119210,'_server_remote_addr','185.2.4.104'),(734655,119210,'_xmlrpc_request','true'),(734654,119210,'_message_key','user_login_failed'),(734653,119210,'server_http_user_agent','wp-android'),(734652,119210,'login','mentol'),(734650,119210,'login_id','1'),(734651,119210,'login_email','mentolnet@gmail.com'),(734649,119209,'_server_http_x_forwarded_for_0','160.153.147.140'),(734648,119209,'_server_remote_addr','160.153.147.140'),(734647,119209,'_xmlrpc_request','true'),(734646,119209,'_message_key','user_unknown_login_failed'),(734645,119209,'server_http_user_agent','wp-iphone'),(734644,119209,'failed_username','luis-monteiro'),(734643,119208,'_server_http_x_forwarded_for_0','216.120.247.67'),(734642,119208,'_server_remote_addr','216.120.247.67'),(734641,119208,'_xmlrpc_request','true'),(734640,119208,'_message_key','user_login_failed'),(734639,119208,'server_http_user_agent','WordPress'),(734638,119208,'login','mentol'),(734636,119208,'login_id','1'),(734637,119208,'login_email','mentolnet@gmail.com'),(734635,119207,'_server_http_x_forwarded_for_0','69.162.67.194'),(734634,119207,'_server_remote_addr','69.162.67.194'),(734633,119207,'_xmlrpc_request','true'),(734632,119207,'_message_key','user_login_failed'),(734631,119207,'server_http_user_agent','wp-android'),(734630,119207,'login','mentol'),(734629,119207,'login_email','mentolnet@gmail.com'),(734628,119207,'login_id','1'),(734627,119206,'_server_http_x_forwarded_for_0','46.101.87.32'),(734626,119206,'_server_remote_addr','46.101.87.32'),(734625,119206,'_xmlrpc_request','true'),(734624,119206,'_message_key','user_unknown_login_failed'),(734623,119206,'server_http_user_agent','WordPress'),(734622,119206,'failed_username','luis-monteiro'),(734621,119205,'_server_http_x_forwarded_for_0','192.254.140.246'),(734620,119205,'_server_remote_addr','192.254.140.246'),(734619,119205,'_xmlrpc_request','true'),(734618,119205,'_message_key','user_login_failed'),(734617,119205,'server_http_user_agent','Poster'),(734616,119205,'login','mentol'),(734615,119205,'login_email','mentolnet@gmail.com'),(734614,119205,'login_id','1'),(734613,119204,'_server_http_x_forwarded_for_0','69.162.67.194'),(734612,119204,'_server_remote_addr','69.162.67.194'),(734611,119204,'_xmlrpc_request','true'),(734610,119204,'_message_key','user_login_failed'),(734608,119204,'login','mentol'),(734609,119204,'server_http_user_agent','wp-iphone'),(734607,119204,'login_email','mentolnet@gmail.com'),(734606,119204,'login_id','1'),(734605,119203,'_server_http_x_forwarded_for_0','67.225.224.35'),(734604,119203,'_server_remote_addr','67.225.224.35'),(734603,119203,'_xmlrpc_request','true'),(734602,119203,'_message_key','user_unknown_login_failed'),(734601,119203,'server_http_user_agent','Poster'),(734600,119203,'failed_username','luis-monteiro'),(734599,119202,'_server_http_x_forwarded_for_0','188.121.57.41'),(734598,119202,'_server_remote_addr','188.121.57.41'),(734597,119202,'_xmlrpc_request','true'),(734596,119202,'_message_key','user_login_failed'),(734595,119202,'server_http_user_agent','Windows Live Writer'),(734594,119202,'login','mentol'),(734592,119202,'login_id','1'),(734593,119202,'login_email','mentolnet@gmail.com'),(734591,119201,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1543345346.2770600318908691406250'),(734590,119201,'_server_http_x_forwarded_for_0','130.185.87.25'),(734589,119201,'_server_remote_addr','130.185.87.25'),(734588,119201,'_message_key','plugin_update_available'),(734587,119201,'plugin_new_version','2.2.2'),(734586,119201,'plugin_current_version','2.2.1'),(734585,119201,'plugin_name','WP Maintenance Mode'),(734584,119200,'_server_http_x_forwarded_for_0','37.97.171.32'),(734583,119200,'_server_remote_addr','37.97.171.32'),(734582,119200,'_xmlrpc_request','true'),(734581,119200,'_message_key','user_login_failed'),(734579,119200,'login','mentol'),(734580,119200,'server_http_user_agent','wp-iphone'),(734577,119200,'login_id','1'),(734578,119200,'login_email','mentolnet@gmail.com'),(734576,119199,'_server_http_x_forwarded_for_0','79.124.76.228'),(734575,119199,'_server_remote_addr','79.124.76.228'),(734574,119199,'_xmlrpc_request','true'),(734573,119199,'_message_key','user_unknown_login_failed'),(734572,119199,'server_http_user_agent','wp-windowsphone'),(734571,119199,'failed_username','luis-monteiro'),(734570,119198,'_server_http_x_forwarded_for_0','5.9.85.101'),(734569,119198,'_server_remote_addr','5.9.85.101'),(734568,119198,'_xmlrpc_request','true'),(734567,119198,'_message_key','user_login_failed'),(734565,119198,'login','mentol'),(734566,119198,'server_http_user_agent','wp-android'),(734563,119198,'login_id','1'),(734564,119198,'login_email','mentolnet@gmail.com'),(734562,119197,'_server_http_x_forwarded_for_0','198.71.239.27'),(734561,119197,'_server_remote_addr','198.71.239.27'),(734560,119197,'_xmlrpc_request','true'),(734559,119197,'_message_key','user_login_failed'),(734558,119197,'server_http_user_agent','wp-iphone'),(734557,119197,'login','mentol'),(734556,119197,'login_email','mentolnet@gmail.com'),(734555,119197,'login_id','1'),(734554,119196,'_server_http_x_forwarded_for_0','185.12.108.124'),(734553,119196,'_server_remote_addr','185.12.108.124'),(734552,119196,'_xmlrpc_request','true'),(734551,119196,'_message_key','user_unknown_login_failed'),(734550,119196,'server_http_user_agent','Poster'),(734549,119196,'failed_username','luis-monteiro'),(734548,119195,'_server_http_x_forwarded_for_0','45.32.106.179'),(734547,119195,'_server_remote_addr','45.32.106.179'),(734546,119195,'_xmlrpc_request','true'),(734545,119195,'_message_key','user_login_failed'),(734543,119195,'login','mentol'),(734544,119195,'server_http_user_agent','wp-android'),(734542,119195,'login_email','mentolnet@gmail.com'),(734541,119195,'login_id','1'),(734540,119194,'_server_http_x_forwarded_for_0','198.71.227.44'),(734538,119194,'_xmlrpc_request','true'),(734539,119194,'_server_remote_addr','198.71.227.44'),(734537,119194,'_message_key','user_login_failed'),(734536,119194,'server_http_user_agent','WordPress'),(734535,119194,'login','mentol'),(734534,119194,'login_email','mentolnet@gmail.com'),(734533,119194,'login_id','1'),(734532,119193,'_server_http_x_forwarded_for_0','41.203.18.3'),(734531,119193,'_server_remote_addr','41.203.18.3'),(734530,119193,'_xmlrpc_request','true'),(734529,119193,'_message_key','user_unknown_login_failed'),(734528,119193,'server_http_user_agent','WordPress'),(734527,119193,'failed_username','luis-monteiro'),(734526,119192,'_server_http_x_forwarded_for_0','45.64.130.225'),(734524,119192,'_xmlrpc_request','true'),(734525,119192,'_server_remote_addr','45.64.130.225'),(734523,119192,'_message_key','user_login_failed'),(734522,119192,'server_http_user_agent','Poster'),(734521,119192,'login','mentol'),(734520,119192,'login_email','mentolnet@gmail.com'),(734519,119192,'login_id','1'),(734518,119191,'_server_http_x_forwarded_for_0','185.68.111.122'),(734517,119191,'_server_remote_addr','185.68.111.122'),(734516,119191,'_xmlrpc_request','true'),(734515,119191,'_message_key','user_unknown_login_failed'),(734514,119191,'server_http_user_agent','wp-windowsphone'),(734513,119191,'failed_username','luis-monteiro'),(734512,119190,'_server_http_x_forwarded_for_0','37.187.244.2'),(734511,119190,'_server_remote_addr','37.187.244.2'),(734510,119190,'_xmlrpc_request','true'),(734509,119190,'_message_key','user_login_failed'),(734508,119190,'server_http_user_agent','Windows Live Writer'),(734507,119190,'login','mentol'),(734506,119190,'login_email','mentolnet@gmail.com'),(734505,119190,'login_id','1'),(734504,119189,'_server_http_x_forwarded_for_0','134.0.10.189'),(734503,119189,'_server_remote_addr','134.0.10.189'),(734502,119189,'_xmlrpc_request','true'),(734501,119189,'_message_key','user_login_failed'),(734499,119189,'login','mentol'),(734500,119189,'server_http_user_agent','WordPress'),(734498,119189,'login_email','mentolnet@gmail.com'),(734497,119189,'login_id','1'),(734496,119188,'_server_http_x_forwarded_for_0','67.225.165.16'),(734495,119188,'_server_remote_addr','67.225.165.16'),(734494,119188,'_xmlrpc_request','true'),(734493,119188,'_message_key','user_login_failed'),(734491,119188,'login','mentol'),(734492,119188,'server_http_user_agent','wp-windowsphone'),(734489,119188,'login_id','1'),(734490,119188,'login_email','mentolnet@gmail.com'),(734488,119187,'_server_http_x_forwarded_for_0','107.190.141.58'),(734487,119187,'_server_remote_addr','107.190.141.58'),(734486,119187,'_xmlrpc_request','true'),(734485,119187,'_message_key','user_unknown_login_failed'),(734484,119187,'server_http_user_agent','wp-iphone'),(734483,119187,'failed_username','luis-monteiro'),(734482,119186,'_server_http_x_forwarded_for_0','120.78.175.241'),(734481,119186,'_server_remote_addr','120.78.175.241'),(734480,119186,'_xmlrpc_request','true'),(734479,119186,'_message_key','user_login_failed'),(734477,119186,'login','mentol'),(734478,119186,'server_http_user_agent','wp-windowsphone'),(734475,119186,'login_id','1'),(734476,119186,'login_email','mentolnet@gmail.com'),(734474,119185,'_server_http_x_forwarded_for_0','148.66.145.139'),(734473,119185,'_server_remote_addr','148.66.145.139'),(734472,119185,'_xmlrpc_request','true'),(734471,119185,'_message_key','user_login_failed'),(734470,119185,'server_http_user_agent','Poster'),(734469,119185,'login','mentol'),(734468,119185,'login_email','mentolnet@gmail.com'),(734467,119185,'login_id','1'),(734466,119184,'_server_http_x_forwarded_for_0','136.243.50.168'),(734465,119184,'_server_remote_addr','136.243.50.168'),(734464,119184,'_xmlrpc_request','true'),(734463,119184,'_message_key','user_unknown_login_failed'),(734462,119184,'server_http_user_agent','wp-windowsphone'),(734461,119184,'failed_username','luis-monteiro'),(734460,119183,'_server_http_x_forwarded_for_0','107.180.122.2'),(734459,119183,'_server_remote_addr','107.180.122.2'),(734458,119183,'_xmlrpc_request','true'),(734457,119183,'_message_key','user_login_failed'),(734455,119183,'login','mentol'),(734456,119183,'server_http_user_agent','wp-iphone'),(734454,119183,'login_email','mentolnet@gmail.com'),(734453,119183,'login_id','1'),(734452,119182,'_server_http_x_forwarded_for_0','216.37.42.60'),(734450,119182,'_xmlrpc_request','true'),(734451,119182,'_server_remote_addr','216.37.42.60'),(734449,119182,'_message_key','user_login_failed'),(734448,119182,'server_http_user_agent','wp-windowsphone'),(734447,119182,'login','mentol'),(734446,119182,'login_email','mentolnet@gmail.com'),(734445,119182,'login_id','1'),(734444,119181,'_server_http_x_forwarded_for_0','164.160.91.20'),(734443,119181,'_server_remote_addr','164.160.91.20'),(734442,119181,'_xmlrpc_request','true'),(734441,119181,'_message_key','user_unknown_login_failed'),(734440,119181,'server_http_user_agent','wp-iphone'),(734439,119181,'failed_username','luis-monteiro'),(734438,119180,'_server_http_x_forwarded_for_0','185.18.198.135'),(734436,119180,'_xmlrpc_request','true'),(734437,119180,'_server_remote_addr','185.18.198.135'),(734435,119180,'_message_key','user_login_failed'),(734434,119180,'server_http_user_agent','WordPress'),(734433,119180,'login','mentol'),(734432,119180,'login_email','mentolnet@gmail.com'),(734431,119180,'login_id','1'),(734430,119179,'_server_http_x_forwarded_for_0','148.66.146.22'),(734429,119179,'_server_remote_addr','148.66.146.22'),(734428,119179,'_xmlrpc_request','true'),(734427,119179,'_message_key','user_login_failed'),(734426,119179,'server_http_user_agent','Windows Live Writer'),(734425,119179,'login','mentol'),(734423,119179,'login_id','1'),(734424,119179,'login_email','mentolnet@gmail.com'),(734422,119178,'_server_http_x_forwarded_for_0','196.41.130.162'),(734421,119178,'_server_remote_addr','196.41.130.162'),(734420,119178,'_xmlrpc_request','true'),(734419,119178,'_message_key','user_unknown_login_failed'),(734418,119178,'server_http_user_agent','wp-android'),(734417,119178,'failed_username','luis-monteiro'),(734416,119177,'_server_http_x_forwarded_for_0','107.180.124.10'),(734415,119177,'_server_remote_addr','107.180.124.10'),(734414,119177,'_xmlrpc_request','true'),(734413,119177,'_message_key','user_login_failed'),(734412,119177,'server_http_user_agent','wp-windowsphone'),(734411,119177,'login','mentol'),(734409,119177,'login_id','1'),(734410,119177,'login_email','mentolnet@gmail.com'),(734408,119176,'_server_http_x_forwarded_for_0','68.66.240.122'),(734407,119176,'_server_remote_addr','68.66.240.122'),(734406,119176,'_xmlrpc_request','true'),(734405,119176,'_message_key','user_login_failed'),(734404,119176,'server_http_user_agent','wp-windowsphone'),(734403,119176,'login','mentol'),(734402,119176,'login_email','mentolnet@gmail.com'),(734401,119176,'login_id','1'),(734400,119175,'_server_http_x_forwarded_for_0','185.56.218.12'),(734399,119175,'_server_remote_addr','185.56.218.12'),(734398,119175,'_xmlrpc_request','true'),(734397,119175,'_message_key','user_login_failed'),(734395,119175,'login','mentol'),(734396,119175,'server_http_user_agent','Windows Live Writer'),(734394,119175,'login_email','mentolnet@gmail.com'),(734393,119175,'login_id','1'),(734392,119174,'_server_http_x_forwarded_for_0','50.62.176.52'),(734391,119174,'_server_remote_addr','50.62.176.52'),(734390,119174,'_xmlrpc_request','true'),(734389,119174,'_message_key','user_unknown_login_failed'),(734388,119174,'server_http_user_agent','wp-android'),(734387,119174,'failed_username','luis-monteiro'),(734386,119173,'_server_http_x_forwarded_for_0','50.62.177.84'),(734385,119173,'_server_remote_addr','50.62.177.84'),(734384,119173,'_xmlrpc_request','true'),(734383,119173,'_message_key','user_login_failed'),(734381,119173,'login','mentol'),(734382,119173,'server_http_user_agent','wp-windowsphone'),(734380,119173,'login_email','mentolnet@gmail.com'),(734379,119173,'login_id','1'),(734378,119172,'_server_http_x_forwarded_for_0','142.4.200.17'),(734377,119172,'_server_remote_addr','142.4.200.17'),(734376,119172,'_xmlrpc_request','true'),(734375,119172,'_message_key','user_unknown_login_failed'),(734374,119172,'server_http_user_agent','Poster'),(734373,119172,'failed_username','luis-monteiro'),(734372,119171,'_server_http_x_forwarded_for_0','37.9.169.14'),(734371,119171,'_server_remote_addr','37.9.169.14'),(734370,119171,'_xmlrpc_request','true'),(734369,119171,'_message_key','user_login_failed'),(734367,119171,'login','mentol'),(734368,119171,'server_http_user_agent','wp-windowsphone'),(734366,119171,'login_email','mentolnet@gmail.com'),(734365,119171,'login_id','1'),(734364,119170,'_server_http_x_forwarded_for_0','148.72.232.142'),(734363,119170,'_server_remote_addr','148.72.232.142'),(734362,119170,'_xmlrpc_request','true'),(734361,119170,'_message_key','user_login_failed'),(734359,119170,'login','mentol'),(734360,119170,'server_http_user_agent','Windows Live Writer'),(734357,119170,'login_id','1'),(734358,119170,'login_email','mentolnet@gmail.com'),(734356,119169,'_server_http_x_forwarded_for_0','198.71.243.6'),(734355,119169,'_server_remote_addr','198.71.243.6'),(734354,119169,'_xmlrpc_request','true'),(734353,119169,'_message_key','user_unknown_login_failed'),(734352,119169,'server_http_user_agent','wp-windowsphone'),(734351,119169,'failed_username','luis-monteiro'),(734350,119168,'_server_http_x_forwarded_for_0','107.180.122.1'),(734349,119168,'_server_remote_addr','107.180.122.1'),(734348,119168,'_xmlrpc_request','true'),(734347,119168,'_message_key','user_login_failed'),(734345,119168,'login','mentol'),(734346,119168,'server_http_user_agent','WordPress'),(734343,119168,'login_id','1'),(734344,119168,'login_email','mentolnet@gmail.com'),(734342,119167,'_server_http_x_forwarded_for_0','107.180.109.7'),(734341,119167,'_server_remote_addr','107.180.109.7'),(734340,119167,'_xmlrpc_request','true'),(734339,119167,'_message_key','user_login_failed'),(734338,119167,'server_http_user_agent','wp-windowsphone'),(734337,119167,'login','mentol'),(734336,119167,'login_email','mentolnet@gmail.com'),(734335,119167,'login_id','1'),(734334,119166,'_server_http_x_forwarded_for_0','167.250.5.19'),(734333,119166,'_server_remote_addr','167.250.5.19'),(734332,119166,'_xmlrpc_request','true'),(734331,119166,'_message_key','user_unknown_login_failed'),(734330,119166,'server_http_user_agent','wp-windowsphone'),(734329,119166,'failed_username','luis-monteiro'),(734328,119165,'_server_http_x_forwarded_for_0','75.98.175.117'),(734327,119165,'_server_remote_addr','75.98.175.117'),(734326,119165,'_xmlrpc_request','true'),(734325,119165,'_message_key','user_login_failed'),(734323,119165,'login','mentol'),(734324,119165,'server_http_user_agent','Poster'),(734322,119165,'login_email','mentolnet@gmail.com'),(734321,119165,'login_id','1'),(734320,119164,'_server_http_x_forwarded_for_0','46.252.205.183'),(734318,119164,'_xmlrpc_request','true'),(734319,119164,'_server_remote_addr','46.252.205.183'),(734317,119164,'_message_key','user_login_failed'),(734316,119164,'server_http_user_agent','WordPress'),(734315,119164,'login','mentol'),(734314,119164,'login_email','mentolnet@gmail.com'),(734313,119164,'login_id','1'),(734312,119163,'_server_http_x_forwarded_for_0','144.217.180.188'),(734311,119163,'_server_remote_addr','144.217.180.188'),(734310,119163,'_xmlrpc_request','true'),(734309,119163,'_message_key','user_unknown_login_failed'),(734308,119163,'server_http_user_agent','wp-iphone'),(734307,119163,'failed_username','luis-monteiro'),(734306,119162,'_server_http_x_forwarded_for_0','198.71.235.37'),(734304,119162,'_xmlrpc_request','true'),(734305,119162,'_server_remote_addr','198.71.235.37'),(734303,119162,'_message_key','user_login_failed'),(734302,119162,'server_http_user_agent','WordPress'),(734301,119162,'login','mentol'),(734300,119162,'login_email','mentolnet@gmail.com'),(734299,119162,'login_id','1'),(734298,119161,'_server_http_x_forwarded_for_0','85.93.88.112'),(734297,119161,'_server_remote_addr','85.93.88.112'),(734296,119161,'_xmlrpc_request','true'),(734295,119161,'_message_key','user_unknown_login_failed'),(734294,119161,'server_http_user_agent','wp-windowsphone'),(734293,119161,'failed_username','luis-monteiro'),(734292,119160,'_server_http_x_forwarded_for_0','81.89.61.188'),(734291,119160,'_server_remote_addr','81.89.61.188'),(734290,119160,'_xmlrpc_request','true'),(734289,119160,'_message_key','user_login_failed'),(734288,119160,'server_http_user_agent','wp-android'),(734287,119160,'login','mentol'),(734285,119160,'login_id','1'),(734286,119160,'login_email','mentolnet@gmail.com'),(734284,119159,'_server_http_x_forwarded_for_0','198.46.81.9'),(734283,119159,'_server_remote_addr','198.46.81.9'),(734282,119159,'_xmlrpc_request','true'),(734281,119159,'_message_key','user_unknown_login_failed'),(734280,119159,'server_http_user_agent','wp-iphone'),(734279,119159,'failed_username','luis-monteiro'),(734278,119158,'_server_http_x_forwarded_for_0','74.86.46.213'),(734277,119158,'_server_remote_addr','74.86.46.213'),(734276,119158,'_xmlrpc_request','true'),(734275,119158,'_message_key','user_login_failed'),(734274,119158,'server_http_user_agent','WordPress'),(734273,119158,'login','mentol'),(734271,119158,'login_id','1'),(734272,119158,'login_email','mentolnet@gmail.com'),(734270,119157,'_server_http_x_forwarded_for_0','77.235.58.236'),(734269,119157,'_server_remote_addr','77.235.58.236'),(734268,119157,'_xmlrpc_request','true'),(734267,119157,'_message_key','user_login_failed'),(734266,119157,'server_http_user_agent','wp-windowsphone'),(734265,119157,'login','mentol'),(734264,119157,'login_email','mentolnet@gmail.com'),(734263,119157,'login_id','1'),(734262,119156,'_server_http_x_forwarded_for_0','156.67.211.177'),(734261,119156,'_server_remote_addr','156.67.211.177'),(734260,119156,'_xmlrpc_request','true'),(734259,119156,'_message_key','user_unknown_login_failed'),(734258,119156,'server_http_user_agent','Poster'),(734257,119156,'failed_username','luis-monteiro'),(734256,119155,'_server_http_x_forwarded_for_0','107.178.115.226'),(734255,119155,'_server_remote_addr','107.178.115.226'),(734254,119155,'_xmlrpc_request','true'),(734253,119155,'_message_key','user_login_failed'),(734251,119155,'login','mentol'),(734252,119155,'server_http_user_agent','Windows Live Writer'),(734250,119155,'login_email','mentolnet@gmail.com'),(734249,119155,'login_id','1'),(734248,119154,'_server_http_x_forwarded_for_0','8.29.152.98'),(734247,119154,'_server_remote_addr','8.29.152.98'),(734246,119154,'_xmlrpc_request','true'),(734245,119154,'_message_key','user_login_failed'),(734243,119154,'login','mentol'),(734244,119154,'server_http_user_agent','Poster'),(734241,119154,'login_id','1'),(734242,119154,'login_email','mentolnet@gmail.com'),(734240,119153,'_server_http_x_forwarded_for_0','198.23.62.64'),(734239,119153,'_server_remote_addr','198.23.62.64'),(734238,119153,'_xmlrpc_request','true'),(734237,119153,'_message_key','user_unknown_login_failed'),(734236,119153,'server_http_user_agent','WordPress'),(734235,119153,'failed_username','luis-monteiro'),(734234,119152,'_server_http_x_forwarded_for_0','107.180.121.26'),(734233,119152,'_server_remote_addr','107.180.121.26'),(734232,119152,'_xmlrpc_request','true'),(734231,119152,'_message_key','user_login_failed'),(734229,119152,'login','mentol'),(734230,119152,'server_http_user_agent','WordPress'),(734227,119152,'login_id','1'),(734228,119152,'login_email','mentolnet@gmail.com'),(734226,119151,'_server_http_x_forwarded_for_0','144.202.69.198'),(734225,119151,'_server_remote_addr','144.202.69.198'),(734224,119151,'_xmlrpc_request','true'),(734223,119151,'_message_key','user_unknown_login_failed'),(734222,119151,'server_http_user_agent','WordPress'),(734221,119151,'failed_username','luis-monteiro'),(734220,119150,'_server_http_x_forwarded_for_0','83.166.138.64'),(734219,119150,'_server_remote_addr','83.166.138.64'),(734218,119150,'_xmlrpc_request','true'),(734217,119150,'_message_key','user_login_failed'),(734215,119150,'login','mentol'),(734216,119150,'server_http_user_agent','wp-windowsphone'),(734213,119150,'login_id','1'),(734214,119150,'login_email','mentolnet@gmail.com'),(734212,119149,'_server_http_x_forwarded_for_0','83.166.138.58'),(734211,119149,'_server_remote_addr','83.166.138.58'),(734210,119149,'_xmlrpc_request','true'),(734209,119149,'_message_key','user_login_failed'),(734208,119149,'server_http_user_agent','Poster'),(734207,119149,'login','mentol'),(734206,119149,'login_email','mentolnet@gmail.com'),(734205,119149,'login_id','1'),(734204,119148,'_server_http_x_forwarded_for_0','217.107.34.41'),(734203,119148,'_server_remote_addr','217.107.34.41'),(734202,119148,'_xmlrpc_request','true'),(734201,119148,'_message_key','user_unknown_login_failed'),(734200,119148,'server_http_user_agent','wp-windowsphone'),(734199,119148,'failed_username','luis-monteiro'),(734198,119147,'_server_http_x_forwarded_for_0','107.180.122.9'),(734197,119147,'_server_remote_addr','107.180.122.9'),(734196,119147,'_xmlrpc_request','true'),(734195,119147,'_message_key','user_login_failed'),(734193,119147,'login','mentol'),(734194,119147,'server_http_user_agent','Poster'),(734192,119147,'login_email','mentolnet@gmail.com'),(734191,119147,'login_id','1'),(734190,119146,'_server_http_x_forwarded_for_0','182.50.135.82'),(734188,119146,'_xmlrpc_request','true'),(734189,119146,'_server_remote_addr','182.50.135.82'),(734187,119146,'_message_key','user_login_failed'),(734186,119146,'server_http_user_agent','Windows Live Writer'),(734185,119146,'login','mentol'),(734184,119146,'login_email','mentolnet@gmail.com'),(734183,119146,'login_id','1'),(734182,119145,'_server_http_x_forwarded_for_0','101.0.98.206'),(734181,119145,'_server_remote_addr','101.0.98.206'),(734180,119145,'_xmlrpc_request','true'),(734179,119145,'_message_key','user_unknown_login_failed'),(734178,119145,'server_http_user_agent','wp-android'),(734177,119145,'failed_username','luis-monteiro'),(734176,119144,'_server_http_x_forwarded_for_0','185.2.4.36'),(734174,119144,'_xmlrpc_request','true'),(734175,119144,'_server_remote_addr','185.2.4.36'),(734173,119144,'_message_key','user_login_failed'),(734172,119144,'server_http_user_agent','wp-android'),(734171,119144,'login','mentol'),(734170,119144,'login_email','mentolnet@gmail.com'),(734169,119144,'login_id','1'),(734168,119143,'_server_http_x_forwarded_for_0','74.63.214.210'),(734167,119143,'_server_remote_addr','74.63.214.210'),(734166,119143,'_xmlrpc_request','true'),(734165,119143,'_message_key','user_login_failed'),(734164,119143,'server_http_user_agent','Poster'),(734163,119143,'login','mentol'),(734161,119143,'login_id','1'),(734162,119143,'login_email','mentolnet@gmail.com'),(734160,119142,'_server_http_x_forwarded_for_0','74.63.214.210'),(734159,119142,'_server_remote_addr','74.63.214.210'),(734158,119142,'_xmlrpc_request','true'),(734157,119142,'_message_key','user_login_failed'),(734156,119142,'server_http_user_agent','wp-iphone'),(734155,119142,'login','mentol'),(734154,119142,'login_email','mentolnet@gmail.com'),(734153,119142,'login_id','1'),(734152,119141,'_server_http_x_forwarded_for_0','182.50.130.195'),(734151,119141,'_server_remote_addr','182.50.130.195'),(734150,119141,'_xmlrpc_request','true'),(734149,119141,'_message_key','user_unknown_login_failed'),(734148,119141,'server_http_user_agent','wp-windowsphone'),(734147,119141,'failed_username','luis-monteiro'),(734146,119140,'_server_http_x_forwarded_for_0','192.145.239.28'),(734145,119140,'_server_remote_addr','192.145.239.28'),(734144,119140,'_xmlrpc_request','true'),(734143,119140,'_message_key','user_login_failed'),(734141,119140,'login','mentol'),(734142,119140,'server_http_user_agent','Windows Live Writer'),(734140,119140,'login_email','mentolnet@gmail.com'),(734139,119140,'login_id','1'),(734138,119139,'_server_http_x_forwarded_for_0','18.221.182.185'),(734137,119139,'_server_remote_addr','18.221.182.185'),(734136,119139,'_xmlrpc_request','true'),(734135,119139,'_message_key','user_login_failed'),(734133,119139,'login','mentol'),(734134,119139,'server_http_user_agent','Poster'),(734131,119139,'login_id','1'),(734132,119139,'login_email','mentolnet@gmail.com'),(734130,119138,'_server_http_x_forwarded_for_0','23.227.129.202'),(734129,119138,'_server_remote_addr','23.227.129.202'),(734128,119138,'_xmlrpc_request','true'),(734127,119138,'_message_key','user_unknown_login_failed'),(734126,119138,'server_http_user_agent','wp-windowsphone'),(734125,119138,'failed_username','luis-monteiro'),(734124,119137,'_server_http_x_forwarded_for_0','87.242.64.154'),(734123,119137,'_server_remote_addr','87.242.64.154'),(734122,119137,'_xmlrpc_request','true'),(734121,119137,'_message_key','user_login_failed'),(734119,119137,'login','mentol'),(734120,119137,'server_http_user_agent','WordPress'),(734117,119137,'login_id','1'),(734118,119137,'login_email','mentolnet@gmail.com'),(734116,119136,'_server_http_x_forwarded_for_0','104.238.120.42'),(734115,119136,'_server_remote_addr','104.238.120.42'),(734114,119136,'_xmlrpc_request','true'),(734113,119136,'_message_key','user_login_failed'),(734112,119136,'server_http_user_agent','wp-iphone'),(734111,119136,'login','mentol'),(734110,119136,'login_email','mentolnet@gmail.com'),(734109,119136,'login_id','1'),(734108,119135,'_server_http_x_forwarded_for_0','91.126.176.53'),(734107,119135,'_server_remote_addr','91.126.176.53'),(734106,119135,'_xmlrpc_request','true'),(734105,119135,'_message_key','user_unknown_login_failed'),(734104,119135,'server_http_user_agent','wp-iphone'),(734103,119135,'failed_username','luis-monteiro'),(734102,119134,'_server_http_x_forwarded_for_0','46.32.240.39'),(734101,119134,'_server_remote_addr','46.32.240.39'),(734100,119134,'_xmlrpc_request','true'),(734099,119134,'_message_key','user_login_failed'),(734097,119134,'login','mentol'),(734098,119134,'server_http_user_agent','wp-iphone'),(734096,119134,'login_email','mentolnet@gmail.com'),(734095,119134,'login_id','1'),(734094,119133,'_server_http_x_forwarded_for_0','103.233.102.2'),(734092,119133,'_xmlrpc_request','true'),(734093,119133,'_server_remote_addr','103.233.102.2'),(734091,119133,'_message_key','user_login_failed'),(734090,119133,'server_http_user_agent','Poster'),(734089,119133,'login','mentol'),(734088,119133,'login_email','mentolnet@gmail.com'),(734087,119133,'login_id','1'),(734086,119132,'_server_http_x_forwarded_for_0','198.71.228.49'),(734085,119132,'_server_remote_addr','198.71.228.49'),(734084,119132,'_xmlrpc_request','true'),(734083,119132,'_message_key','user_unknown_login_failed'),(734082,119132,'server_http_user_agent','Windows Live Writer'),(734081,119132,'failed_username','luis-monteiro'),(734080,119131,'_server_http_x_forwarded_for_0','46.4.84.154'),(734079,119131,'_server_remote_addr','46.4.84.154'),(734078,119131,'_xmlrpc_request','true'),(734077,119131,'_message_key','user_login_failed'),(734076,119131,'server_http_user_agent','Windows Live Writer'),(734075,119131,'login','mentol'),(734073,119131,'login_id','1'),(734074,119131,'login_email','mentolnet@gmail.com'),(734072,119130,'_server_http_x_forwarded_for_0','107.180.108.29'),(734071,119130,'_server_remote_addr','107.180.108.29'),(734070,119130,'_xmlrpc_request','true'),(734069,119130,'_message_key','user_login_failed'),(734068,119130,'server_http_user_agent','WordPress'),(734067,119130,'login','mentol'),(734066,119130,'login_email','mentolnet@gmail.com'),(734065,119130,'login_id','1'),(734064,119129,'_server_http_x_forwarded_for_0','69.167.136.4'),(734063,119129,'_server_remote_addr','69.167.136.4'),(734062,119129,'_xmlrpc_request','true'),(734061,119129,'_message_key','user_unknown_login_failed'),(734060,119129,'server_http_user_agent','wp-windowsphone'),(734059,119129,'failed_username','luis-monteiro'),(734058,119128,'_server_http_x_forwarded_for_0','182.50.132.105'),(734057,119128,'_server_remote_addr','182.50.132.105'),(734056,119128,'_xmlrpc_request','true'),(734055,119128,'_message_key','user_login_failed'),(734054,119128,'server_http_user_agent','wp-android'),(734053,119128,'login','mentol'),(734052,119128,'login_email','mentolnet@gmail.com'),(734051,119128,'login_id','1'),(734050,119127,'_server_http_x_forwarded_for_0','158.69.98.140'),(734049,119127,'_server_remote_addr','158.69.98.140'),(734048,119127,'_xmlrpc_request','true'),(734047,119127,'_message_key','user_unknown_login_failed'),(734046,119127,'server_http_user_agent','WordPress'),(734045,119127,'failed_username','luis-monteiro'),(734044,119126,'_server_http_x_forwarded_for_0','173.205.127.98'),(734043,119126,'_server_remote_addr','173.205.127.98'),(734042,119126,'_xmlrpc_request','true'),(734041,119126,'_message_key','user_login_failed'),(734040,119126,'server_http_user_agent','wp-windowsphone'),(734039,119126,'login','mentol'),(734038,119126,'login_email','mentolnet@gmail.com'),(734037,119126,'login_id','1'),(734036,119125,'_server_http_x_forwarded_for_0','109.199.113.132'),(734035,119125,'_server_remote_addr','109.199.113.132'),(734034,119125,'_xmlrpc_request','true'),(734033,119125,'_message_key','user_unknown_login_failed'),(734032,119125,'server_http_user_agent','WordPress'),(734031,119125,'failed_username','luis-monteiro'),(734030,119124,'_server_http_x_forwarded_for_0','107.180.122.4'),(734029,119124,'_server_remote_addr','107.180.122.4'),(734028,119124,'_xmlrpc_request','true'),(734027,119124,'_message_key','user_login_failed'),(734026,119124,'server_http_user_agent','WordPress'),(734025,119124,'login','mentol'),(734024,119124,'login_email','mentolnet@gmail.com'),(734023,119124,'login_id','1'),(734022,119123,'_server_http_x_forwarded_for_0','185.244.193.2'),(734021,119123,'_server_remote_addr','185.244.193.2'),(734020,119123,'_xmlrpc_request','true'),(734019,119123,'_message_key','user_unknown_login_failed'),(734018,119123,'server_http_user_agent','Poster'),(734017,119123,'failed_username','luis-monteiro'),(734016,119122,'_server_http_x_forwarded_for_0','107.178.115.226'),(734015,119122,'_server_remote_addr','107.178.115.226'),(734014,119122,'_xmlrpc_request','true'),(734013,119122,'_message_key','user_unknown_login_failed'),(734012,119122,'server_http_user_agent','Windows Live Writer'),(734011,119122,'failed_username','luis-monteiro'),(734010,119121,'_server_http_x_forwarded_for_0','104.238.120.53'),(734009,119121,'_server_remote_addr','104.238.120.53'),(734008,119121,'_xmlrpc_request','true'),(734007,119121,'_message_key','user_login_failed'),(734005,119121,'login','mentol'),(734006,119121,'server_http_user_agent','WordPress'),(734004,119121,'login_email','mentolnet@gmail.com'),(734003,119121,'login_id','1'),(734002,119120,'_server_http_x_forwarded_for_0','85.13.154.178'),(734001,119120,'_server_remote_addr','85.13.154.178'),(734000,119120,'_xmlrpc_request','true'),(733999,119120,'_message_key','user_login_failed'),(733997,119120,'login','mentol'),(733998,119120,'server_http_user_agent','Windows Live Writer'),(733995,119120,'login_id','1'),(733996,119120,'login_email','mentolnet@gmail.com'),(733994,119119,'_server_http_x_forwarded_for_0','198.71.235.16'),(733993,119119,'_server_remote_addr','198.71.235.16'),(733992,119119,'_xmlrpc_request','true'),(733991,119119,'_message_key','user_unknown_login_failed'),(733990,119119,'server_http_user_agent','Poster'),(733989,119119,'failed_username','luis-monteiro'),(733988,119118,'_server_http_x_forwarded_for_0','185.2.4.104'),(733987,119118,'_server_remote_addr','185.2.4.104'),(733986,119118,'_xmlrpc_request','true'),(733985,119118,'_message_key','user_login_failed'),(733983,119118,'login','mentol'),(733984,119118,'server_http_user_agent','WordPress'),(733981,119118,'login_id','1'),(733982,119118,'login_email','mentolnet@gmail.com'),(733980,119117,'_server_http_x_forwarded_for_0','46.28.105.88'),(733979,119117,'_server_remote_addr','46.28.105.88'),(733978,119117,'_xmlrpc_request','true'),(733977,119117,'_message_key','user_login_failed'),(733976,119117,'server_http_user_agent','wp-windowsphone'),(733975,119117,'login','mentol'),(733974,119117,'login_email','mentolnet@gmail.com'),(733973,119117,'login_id','1'),(733972,119116,'_server_http_x_forwarded_for_0','92.222.91.39'),(733971,119116,'_server_remote_addr','92.222.91.39'),(733970,119116,'_xmlrpc_request','true'),(733969,119116,'_message_key','user_unknown_login_failed'),(733968,119116,'server_http_user_agent','Windows Live Writer'),(733967,119116,'failed_username','luis-monteiro'),(733966,119115,'_server_http_x_forwarded_for_0','107.180.109.18'),(733965,119115,'_server_remote_addr','107.180.109.18'),(733964,119115,'_xmlrpc_request','true'),(733963,119115,'_message_key','user_login_failed'),(733961,119115,'login','mentol'),(733962,119115,'server_http_user_agent','wp-windowsphone'),(733960,119115,'login_email','mentolnet@gmail.com'),(733959,119115,'login_id','1'),(733958,119114,'_server_http_x_forwarded_for_0','72.167.190.185'),(733956,119114,'_xmlrpc_request','true'),(733957,119114,'_server_remote_addr','72.167.190.185'),(733955,119114,'_message_key','user_login_failed'),(733954,119114,'server_http_user_agent','Windows Live Writer'),(733953,119114,'login','mentol'),(733952,119114,'login_email','mentolnet@gmail.com'),(733951,119114,'login_id','1'),(733950,119113,'_server_http_x_forwarded_for_0','182.50.132.111'),(733949,119113,'_server_remote_addr','182.50.132.111'),(733948,119113,'_xmlrpc_request','true'),(733947,119113,'_message_key','user_unknown_login_failed'),(733946,119113,'server_http_user_agent','Windows Live Writer'),(733945,119113,'failed_username','luis-monteiro'),(733944,119112,'_server_http_x_forwarded_for_0','192.169.197.81'),(733943,119112,'_server_remote_addr','192.169.197.81'),(733942,119112,'_xmlrpc_request','true'),(733941,119112,'_message_key','user_unknown_login_failed'),(733940,119112,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),(733939,119112,'failed_username','supportuuser'),(733938,119111,'_server_http_x_forwarded_for_0','43.242.215.197'),(733937,119111,'_server_remote_addr','43.242.215.197'),(733936,119111,'_xmlrpc_request','true'),(733935,119111,'_message_key','user_login_failed'),(733934,119111,'server_http_user_agent','WordPress'),(733933,119111,'login','mentol'),(733932,119111,'login_email','mentolnet@gmail.com'),(733931,119111,'login_id','1'),(733930,119110,'_server_http_x_forwarded_for_0','50.62.177.66'),(733929,119110,'_server_remote_addr','50.62.177.66'),(733928,119110,'_xmlrpc_request','true'),(733927,119110,'_message_key','user_login_failed'),(733925,119110,'login','mentol'),(733926,119110,'server_http_user_agent','wp-iphone'),(733924,119110,'login_email','mentolnet@gmail.com'),(733923,119110,'login_id','1'),(733922,119109,'_server_http_x_forwarded_for_0','185.126.202.124'),(733921,119109,'_server_remote_addr','185.126.202.124'),(733920,119109,'_xmlrpc_request','true'),(733919,119109,'_message_key','user_login_failed'),(733917,119109,'login','mentol'),(733918,119109,'server_http_user_agent','wp-android'),(733915,119109,'login_id','1'),(733916,119109,'login_email','mentolnet@gmail.com'),(733914,119108,'_server_http_x_forwarded_for_0','116.90.60.63'),(733913,119108,'_server_remote_addr','116.90.60.63'),(733912,119108,'_xmlrpc_request','true'),(733911,119108,'_message_key','user_login_failed'),(733910,119108,'server_http_user_agent','Windows Live Writer'),(733909,119108,'login','mentol'),(733908,119108,'login_email','mentolnet@gmail.com'),(733907,119108,'login_id','1'),(733906,119107,'_server_http_x_forwarded_for_0','50.62.176.50'),(733905,119107,'_server_remote_addr','50.62.176.50'),(733904,119107,'_xmlrpc_request','true'),(733903,119107,'_message_key','user_unknown_login_failed'),(733902,119107,'server_http_user_agent','wp-windowsphone'),(733901,119107,'failed_username','luis-monteiro'),(733900,119106,'_server_http_x_forwarded_for_0','51.255.175.95'),(733899,119106,'_server_remote_addr','51.255.175.95'),(733898,119106,'_xmlrpc_request','true'),(733897,119106,'_message_key','user_login_failed'),(733896,119106,'server_http_user_agent','Windows Live Writer'),(733895,119106,'login','mentol'),(733894,119106,'login_email','mentolnet@gmail.com'),(733893,119106,'login_id','1'),(733892,119105,'_server_http_x_forwarded_for_0','50.62.176.229'),(733891,119105,'_server_remote_addr','50.62.176.229'),(733890,119105,'_xmlrpc_request','true'),(733889,119105,'_message_key','user_login_failed'),(733887,119105,'login','mentol'),(733888,119105,'server_http_user_agent','Poster'),(733886,119105,'login_email','mentolnet@gmail.com'),(733885,119105,'login_id','1'),(733884,119104,'_server_http_x_forwarded_for_0','37.187.134.89'),(733882,119104,'_xmlrpc_request','true'),(733883,119104,'_server_remote_addr','37.187.134.89'),(733881,119104,'_message_key','user_login_failed'),(733880,119104,'server_http_user_agent','wp-iphone'),(733879,119104,'login','mentol'),(733878,119104,'login_email','mentolnet@gmail.com'),(733877,119104,'login_id','1'),(733876,119103,'_server_http_x_forwarded_for_0','103.18.6.161'),(733875,119103,'_server_remote_addr','103.18.6.161'),(733874,119103,'_xmlrpc_request','true'),(733873,119103,'_message_key','user_unknown_login_failed'),(733872,119103,'server_http_user_agent','wp-iphone'),(733871,119103,'failed_username','luis-monteiro'),(733870,119102,'_server_http_x_forwarded_for_0','104.248.161.82'),(733868,119102,'_xmlrpc_request','true'),(733869,119102,'_server_remote_addr','104.248.161.82'),(733867,119102,'_message_key','user_login_failed'),(733866,119102,'server_http_user_agent','wp-android'),(733865,119102,'login','mentol'),(733864,119102,'login_email','mentolnet@gmail.com'),(733863,119102,'login_id','1'),(733862,119101,'_server_http_x_forwarded_for_0','148.66.145.5'),(733861,119101,'_server_remote_addr','148.66.145.5'),(733860,119101,'_xmlrpc_request','true'),(733859,119101,'_message_key','user_unknown_login_failed'),(733858,119101,'server_http_user_agent','Windows Live Writer'),(733857,119101,'failed_username','luis-monteiro'),(733856,119100,'_server_http_x_forwarded_for_0','213.251.182.107'),(733855,119100,'_server_remote_addr','213.251.182.107'),(733854,119100,'_xmlrpc_request','true'),(733853,119100,'_message_key','user_login_failed'),(733852,119100,'server_http_user_agent','wp-windowsphone'),(733851,119100,'login','mentol'),(733849,119100,'login_id','1'),(733850,119100,'login_email','mentolnet@gmail.com'),(733848,119099,'_server_http_x_forwarded_for_0','50.116.66.11'),(733847,119099,'_server_remote_addr','50.116.66.11'),(733846,119099,'_xmlrpc_request','true'),(733845,119099,'_message_key','user_login_failed'),(733844,119099,'server_http_user_agent','wp-android'),(733843,119099,'login','mentol'),(733842,119099,'login_email','mentolnet@gmail.com'),(733841,119099,'login_id','1'),(733840,119098,'_server_http_x_forwarded_for_0','50.62.176.149'),(733839,119098,'_server_remote_addr','50.62.176.149'),(733838,119098,'_xmlrpc_request','true'),(733837,119098,'_message_key','user_unknown_login_failed'),(733836,119098,'server_http_user_agent','wp-windowsphone'),(733835,119098,'failed_username','luis-monteiro'),(733834,119097,'_server_http_x_forwarded_for_0','185.11.240.178'),(733833,119097,'_server_remote_addr','185.11.240.178'),(733832,119097,'_xmlrpc_request','true'),(733831,119097,'_message_key','user_login_failed'),(733829,119097,'login','mentol'),(733830,119097,'server_http_user_agent','WordPress'),(733828,119097,'login_email','mentolnet@gmail.com'),(733827,119097,'login_id','1'),(733826,119096,'_server_http_x_forwarded_for_0','198.71.239.6'),(733825,119096,'_server_remote_addr','198.71.239.6'),(733824,119096,'_xmlrpc_request','true'),(733823,119096,'_message_key','user_login_failed'),(733821,119096,'login','mentol'),(733822,119096,'server_http_user_agent','wp-windowsphone'),(733819,119096,'login_id','1'),(733820,119096,'login_email','mentolnet@gmail.com'),(733818,119095,'_server_http_x_forwarded_for_0','82.166.213.108'),(733817,119095,'_server_remote_addr','82.166.213.108'),(733816,119095,'_xmlrpc_request','true'),(733815,119095,'_message_key','user_unknown_login_failed'),(733814,119095,'server_http_user_agent','WordPress'),(733813,119095,'failed_username','luis-monteiro'),(733812,119094,'_server_http_x_forwarded_for_0','47.98.200.250'),(733811,119094,'_server_remote_addr','47.98.200.250'),(733810,119094,'_xmlrpc_request','true'),(733809,119094,'_message_key','user_login_failed'),(733807,119094,'login','mentol'),(733808,119094,'server_http_user_agent','Windows Live Writer'),(733805,119094,'login_id','1'),(733806,119094,'login_email','mentolnet@gmail.com'),(733804,119093,'_server_http_x_forwarded_for_0','182.92.126.32'),(733803,119093,'_server_remote_addr','182.92.126.32'),(733802,119093,'_xmlrpc_request','true'),(733801,119093,'_message_key','user_unknown_login_failed'),(733800,119093,'server_http_user_agent','wp-windowsphone'),(733799,119093,'failed_username','luis-monteiro'),(733798,119092,'_server_http_x_forwarded_for_0','78.140.191.25'),(733797,119092,'_server_remote_addr','78.140.191.25'),(733796,119092,'_xmlrpc_request','true'),(733795,119092,'_message_key','user_login_failed'),(733793,119092,'login','mentol'),(733794,119092,'server_http_user_agent','Poster'),(733791,119092,'login_id','1'),(733792,119092,'login_email','mentolnet@gmail.com'),(733790,119091,'_server_http_x_forwarded_for_0','118.193.216.34'),(733789,119091,'_server_remote_addr','118.193.216.34'),(733788,119091,'_xmlrpc_request','true'),(733787,119091,'_message_key','user_unknown_login_failed'),(733786,119091,'server_http_user_agent','Poster'),(733785,119091,'failed_username','luis-monteiro'),(733784,119090,'_server_http_x_forwarded_for_0','103.28.148.100'),(733783,119090,'_server_remote_addr','103.28.148.100'),(733782,119090,'_xmlrpc_request','true'),(733781,119090,'_message_key','user_login_failed'),(733779,119090,'login','mentol'),(733780,119090,'server_http_user_agent','Poster'),(733777,119090,'login_id','1'),(733778,119090,'login_email','mentolnet@gmail.com'),(733776,119089,'_server_http_x_forwarded_for_0','101.50.1.18'),(733775,119089,'_server_remote_addr','101.50.1.18'),(733774,119089,'_xmlrpc_request','true'),(733773,119089,'_message_key','user_unknown_login_failed'),(733772,119089,'server_http_user_agent','WordPress'),(733771,119089,'failed_username','luis-monteiro'),(733770,119088,'_server_http_x_forwarded_for_0','91.222.9.75'),(733769,119088,'_server_remote_addr','91.222.9.75'),(733768,119088,'_xmlrpc_request','true'),(733767,119088,'_message_key','user_login_failed'),(733765,119088,'login','mentol'),(733766,119088,'server_http_user_agent','WordPress'),(733763,119088,'login_id','1'),(733764,119088,'login_email','mentolnet@gmail.com'),(733762,119087,'_server_http_x_forwarded_for_0','41.185.8.63'),(733761,119087,'_server_remote_addr','41.185.8.63'),(733760,119087,'_xmlrpc_request','true'),(733759,119087,'_message_key','user_unknown_login_failed'),(733758,119087,'server_http_user_agent','WordPress'),(733757,119087,'failed_username','luis-monteiro'),(733756,119086,'_server_http_x_forwarded_for_0','75.98.175.110'),(733755,119086,'_server_remote_addr','75.98.175.110'),(733754,119086,'_xmlrpc_request','true'),(733753,119086,'_message_key','user_login_failed'),(733751,119086,'login','mentol'),(733752,119086,'server_http_user_agent','wp-iphone'),(733749,119086,'login_id','1'),(733750,119086,'login_email','mentolnet@gmail.com'),(733748,119085,'_server_http_x_forwarded_for_0','198.71.236.83'),(733747,119085,'_server_remote_addr','198.71.236.83'),(733746,119085,'_xmlrpc_request','true'),(733745,119085,'_message_key','user_login_failed'),(733744,119085,'server_http_user_agent','WordPress'),(733743,119085,'login','mentol'),(733742,119085,'login_email','mentolnet@gmail.com'),(733741,119085,'login_id','1'),(733740,119084,'_server_http_x_forwarded_for_0','5.2.87.110'),(733739,119084,'_server_remote_addr','5.2.87.110'),(733738,119084,'_xmlrpc_request','true'),(733737,119084,'_message_key','user_login_failed'),(733735,119084,'login','mentol'),(733736,119084,'server_http_user_agent','wp-windowsphone'),(733734,119084,'login_email','mentolnet@gmail.com'),(733733,119084,'login_id','1'),(733732,119083,'_server_http_x_forwarded_for_0','52.13.238.151'),(733730,119083,'_xmlrpc_request','true'),(733731,119083,'_server_remote_addr','52.13.238.151'),(733729,119083,'_message_key','user_login_failed'),(733728,119083,'server_http_user_agent','wp-iphone'),(733727,119083,'login','mentol'),(733726,119083,'login_email','mentolnet@gmail.com'),(733725,119083,'login_id','1'),(733724,119082,'_server_http_x_forwarded_for_0','72.167.190.8'),(733723,119082,'_server_remote_addr','72.167.190.8'),(733722,119082,'_xmlrpc_request','true'),(733721,119082,'_message_key','user_unknown_login_failed'),(733720,119082,'server_http_user_agent','Poster'),(733719,119082,'failed_username','luis-monteiro'),(733718,119081,'_server_http_x_forwarded_for_0','198.71.230.34'),(733716,119081,'_xmlrpc_request','true'),(733717,119081,'_server_remote_addr','198.71.230.34'),(733715,119081,'_message_key','user_login_failed'),(733714,119081,'server_http_user_agent','Poster'),(733713,119081,'login','mentol'),(733712,119081,'login_email','mentolnet@gmail.com'),(733711,119081,'login_id','1'),(733710,119080,'_server_http_x_forwarded_for_0','120.25.95.177'),(733709,119080,'_server_remote_addr','120.25.95.177'),(733708,119080,'_xmlrpc_request','true'),(733707,119080,'_message_key','user_login_failed'),(733706,119080,'server_http_user_agent','wp-iphone'),(733705,119080,'login','mentol'),(733703,119080,'login_id','1'),(733704,119080,'login_email','mentolnet@gmail.com'),(733702,119079,'_server_http_x_forwarded_for_0','120.25.95.177'),(733701,119079,'_server_remote_addr','120.25.95.177'),(733700,119079,'_xmlrpc_request','true'),(733699,119079,'_message_key','user_login_failed'),(733698,119079,'server_http_user_agent','wp-windowsphone'),(733697,119079,'login','mentol'),(733696,119079,'login_email','mentolnet@gmail.com'),(733695,119079,'login_id','1'),(733694,119078,'_server_http_x_forwarded_for_0','160.153.154.140'),(733693,119078,'_server_remote_addr','160.153.154.140'),(733692,119078,'_xmlrpc_request','true'),(733691,119078,'_message_key','user_login_failed'),(733689,119078,'login','mentol'),(733690,119078,'server_http_user_agent','WordPress'),(733688,119078,'login_email','mentolnet@gmail.com'),(733687,119078,'login_id','1'),(733686,119077,'_server_http_x_forwarded_for_0','196.22.142.215'),(733685,119077,'_server_remote_addr','196.22.142.215'),(733684,119077,'_xmlrpc_request','true'),(733683,119077,'_message_key','user_unknown_login_failed'),(733682,119077,'server_http_user_agent','WordPress'),(733681,119077,'failed_username','luis-monteiro'),(733680,119076,'_server_http_x_forwarded_for_0','101.50.1.68'),(733679,119076,'_server_remote_addr','101.50.1.68'),(733678,119076,'_xmlrpc_request','true'),(733677,119076,'_message_key','user_login_failed'),(733675,119076,'login','mentol'),(733676,119076,'server_http_user_agent','Windows Live Writer'),(733674,119076,'login_email','mentolnet@gmail.com'),(733673,119076,'login_id','1'),(733672,119075,'_server_http_x_forwarded_for_0','149.202.191.50'),(733671,119075,'_server_remote_addr','149.202.191.50'),(733670,119075,'_xmlrpc_request','true'),(733669,119075,'_message_key','user_login_failed'),(733667,119075,'login','mentol'),(733668,119075,'server_http_user_agent','wp-windowsphone'),(733665,119075,'login_id','1'),(733666,119075,'login_email','mentolnet@gmail.com'),(733664,119074,'_server_http_x_forwarded_for_0','184.168.200.40'),(733663,119074,'_server_remote_addr','184.168.200.40'),(733662,119074,'_xmlrpc_request','true'),(733661,119074,'_message_key','user_unknown_login_failed'),(733660,119074,'server_http_user_agent','wp-iphone'),(733659,119074,'failed_username','luis-monteiro'),(733658,119073,'_server_http_x_forwarded_for_0','198.71.239.51'),(733657,119073,'_server_remote_addr','198.71.239.51'),(733656,119073,'_xmlrpc_request','true'),(733655,119073,'_message_key','user_login_failed'),(733653,119073,'login','mentol'),(733654,119073,'server_http_user_agent','Windows Live Writer'),(733651,119073,'login_id','1'),(733652,119073,'login_email','mentolnet@gmail.com'),(733650,119072,'_server_http_x_forwarded_for_0','209.59.167.92'),(733649,119072,'_server_remote_addr','209.59.167.92'),(733648,119072,'_xmlrpc_request','true'),(733647,119072,'_message_key','user_unknown_login_failed'),(733646,119072,'server_http_user_agent','wp-iphone'),(733645,119072,'failed_username','luis-monteiro'),(733644,119071,'_server_http_x_forwarded_for_0','174.142.221.65'),(733643,119071,'_server_remote_addr','174.142.221.65'),(733642,119071,'_xmlrpc_request','true'),(733641,119071,'_message_key','user_login_failed'),(733639,119071,'login','mentol'),(733640,119071,'server_http_user_agent','Poster'),(733637,119071,'login_id','1'),(733638,119071,'login_email','mentolnet@gmail.com'),(733636,119070,'_server_http_x_forwarded_for_0','160.153.154.17'),(733635,119070,'_server_remote_addr','160.153.154.17'),(733634,119070,'_xmlrpc_request','true'),(733633,119070,'_message_key','user_login_failed'),(733632,119070,'server_http_user_agent','Windows Live Writer'),(733631,119070,'login','mentol'),(733630,119070,'login_email','mentolnet@gmail.com'),(733629,119070,'login_id','1'),(733628,119069,'_server_http_x_forwarded_for_0','107.161.178.70'),(733627,119069,'_server_remote_addr','107.161.178.70'),(733626,119069,'_xmlrpc_request','true'),(733625,119069,'_message_key','user_unknown_login_failed'),(733624,119069,'server_http_user_agent','WordPress'),(733623,119069,'failed_username','luis-monteiro'),(733622,119068,'_server_http_x_forwarded_for_0','182.50.130.192'),(733621,119068,'_server_remote_addr','182.50.130.192'),(733620,119068,'_xmlrpc_request','true'),(733619,119068,'_message_key','user_login_failed'),(733617,119068,'login','mentol'),(733618,119068,'server_http_user_agent','WordPress'),(733616,119068,'login_email','mentolnet@gmail.com'),(733615,119068,'login_id','1'),(733614,119067,'_server_http_x_forwarded_for_0','78.46.56.130'),(733612,119067,'_xmlrpc_request','true'),(733613,119067,'_server_remote_addr','78.46.56.130'),(733611,119067,'_message_key','user_login_failed'),(733610,119067,'server_http_user_agent','Windows Live Writer'),(733609,119067,'login','mentol'),(733608,119067,'login_email','mentolnet@gmail.com'),(733607,119067,'login_id','1'),(733606,119066,'_server_http_x_forwarded_for_0','192.227.113.84'),(733605,119066,'_server_remote_addr','192.227.113.84'),(733604,119066,'_xmlrpc_request','true'),(733603,119066,'_message_key','user_login_failed'),(733602,119066,'server_http_user_agent','wp-windowsphone'),(733601,119066,'login','mentol'),(733599,119066,'login_id','1'),(733600,119066,'login_email','mentolnet@gmail.com'),(733598,119065,'_server_http_x_forwarded_for_0','198.71.236.74'),(733597,119065,'_server_remote_addr','198.71.236.74'),(733596,119065,'_xmlrpc_request','true'),(733595,119065,'_message_key','user_login_failed'),(733594,119065,'server_http_user_agent','wp-android'),(733593,119065,'login','mentol'),(733592,119065,'login_email','mentolnet@gmail.com'),(733591,119065,'login_id','1'),(733590,119064,'_server_http_x_forwarded_for_0','47.105.173.131'),(733589,119064,'_server_remote_addr','47.105.173.131'),(733588,119064,'_xmlrpc_request','true'),(733587,119064,'_message_key','user_unknown_login_failed'),(733586,119064,'server_http_user_agent','wp-android'),(733585,119064,'failed_username','luis-monteiro'),(733584,119063,'_server_http_x_forwarded_for_0','184.154.228.7'),(733583,119063,'_server_remote_addr','184.154.228.7'),(733582,119063,'_xmlrpc_request','true'),(733581,119063,'_message_key','user_login_failed'),(733580,119063,'server_http_user_agent','wp-windowsphone'),(733579,119063,'login','mentol'),(733578,119063,'login_email','mentolnet@gmail.com'),(733577,119063,'login_id','1'),(733576,119062,'_server_http_x_forwarded_for_0','153.92.0.24'),(733575,119062,'_server_remote_addr','153.92.0.24'),(733574,119062,'_xmlrpc_request','true'),(733573,119062,'_message_key','user_login_failed'),(733571,119062,'login','mentol'),(733572,119062,'server_http_user_agent','wp-android'),(733570,119062,'login_email','mentolnet@gmail.com'),(733569,119062,'login_id','1'),(733568,119061,'_server_http_x_forwarded_for_0','148.66.146.27'),(733567,119061,'_server_remote_addr','148.66.146.27'),(733566,119061,'_xmlrpc_request','true'),(733565,119061,'_message_key','user_unknown_login_failed'),(733564,119061,'server_http_user_agent','WordPress'),(733563,119061,'failed_username','luis-monteiro'),(733562,119060,'_server_http_x_forwarded_for_0','185.25.23.45'),(733561,119060,'_server_remote_addr','185.25.23.45'),(733560,119060,'_xmlrpc_request','true'),(733559,119060,'_message_key','user_login_failed'),(733557,119060,'login','mentol'),(733558,119060,'server_http_user_agent','Poster'),(733556,119060,'login_email','mentolnet@gmail.com'),(733555,119060,'login_id','1'),(733554,119059,'_server_http_x_forwarded_for_0','153.92.0.8'),(733553,119059,'_server_remote_addr','153.92.0.8'),(733552,119059,'_xmlrpc_request','true'),(733551,119059,'_message_key','user_login_failed'),(733549,119059,'login','mentol'),(733550,119059,'server_http_user_agent','wp-iphone'),(733547,119059,'login_id','1'),(733548,119059,'login_email','mentolnet@gmail.com'),(733546,119058,'_server_http_x_forwarded_for_0','37.61.238.8'),(733545,119058,'_server_remote_addr','37.61.238.8'),(733544,119058,'_xmlrpc_request','true'),(733543,119058,'_message_key','user_unknown_login_failed'),(733542,119058,'server_http_user_agent','wp-windowsphone'),(733541,119058,'failed_username','luis-monteiro'),(733540,119057,'_server_http_x_forwarded_for_0','94.130.218.6'),(733539,119057,'_server_remote_addr','94.130.218.6'),(733538,119057,'_xmlrpc_request','true'),(733537,119057,'_message_key','user_login_failed'),(733535,119057,'login','mentol'),(733536,119057,'server_http_user_agent','WordPress'),(733533,119057,'login_id','1'),(733534,119057,'login_email','mentolnet@gmail.com'),(733532,119056,'_server_http_x_forwarded_for_0','160.153.156.130'),(733531,119056,'_server_remote_addr','160.153.156.130'),(733530,119056,'_xmlrpc_request','true'),(733529,119056,'_message_key','user_unknown_login_failed'),(733528,119056,'server_http_user_agent','wp-windowsphone'),(733527,119056,'failed_username','luis-monteiro'),(733526,119055,'_server_http_x_forwarded_for_0','185.22.108.184'),(733525,119055,'_server_remote_addr','185.22.108.184'),(733524,119055,'_xmlrpc_request','true'),(733523,119055,'_message_key','user_login_failed'),(733521,119055,'login','mentol'),(733522,119055,'server_http_user_agent','wp-windowsphone'),(733519,119055,'login_id','1'),(733520,119055,'login_email','mentolnet@gmail.com'),(733518,119054,'_server_http_x_forwarded_for_0','79.172.252.11'),(733517,119054,'_server_remote_addr','79.172.252.11'),(733516,119054,'_xmlrpc_request','true'),(733515,119054,'_message_key','user_login_failed'),(733514,119054,'server_http_user_agent','wp-windowsphone'),(733513,119054,'login','mentol'),(733512,119054,'login_email','mentolnet@gmail.com'),(733511,119054,'login_id','1'),(733510,119053,'_server_http_x_forwarded_for_0','177.52.160.74'),(733509,119053,'_server_remote_addr','177.52.160.74'),(733508,119053,'_xmlrpc_request','true'),(733507,119053,'_message_key','user_unknown_login_failed'),(733506,119053,'server_http_user_agent','wp-windowsphone'),(733505,119053,'failed_username','luis-monteiro'),(733504,119052,'_server_http_x_forwarded_for_0','47.98.200.250'),(733503,119052,'_server_remote_addr','47.98.200.250'),(733502,119052,'_xmlrpc_request','true'),(733501,119052,'_message_key','user_login_failed'),(733500,119052,'server_http_user_agent','WordPress'),(733499,119052,'login','mentol'),(733498,119052,'login_email','mentolnet@gmail.com'),(733497,119052,'login_id','1'),(733496,119051,'_server_http_x_forwarded_for_0','103.8.238.30'),(733495,119051,'_server_remote_addr','103.8.238.30'),(733494,119051,'_xmlrpc_request','true'),(733493,119051,'_message_key','user_unknown_login_failed'),(733492,119051,'server_http_user_agent','wp-windowsphone'),(733491,119051,'failed_username','luis-monteiro'),(733490,119050,'_server_http_x_forwarded_for_0','160.153.153.145'),(733489,119050,'_server_remote_addr','160.153.153.145'),(733488,119050,'_xmlrpc_request','true'),(733487,119050,'_message_key','user_login_failed'),(733486,119050,'server_http_user_agent','wp-iphone'),(733485,119050,'login','mentol'),(733484,119050,'login_email','mentolnet@gmail.com'),(733483,119050,'login_id','1'),(733482,119049,'_server_http_x_forwarded_for_0','213.251.182.106'),(733481,119049,'_server_remote_addr','213.251.182.106'),(733480,119049,'_xmlrpc_request','true'),(733479,119049,'_message_key','user_unknown_login_failed'),(733478,119049,'server_http_user_agent','WordPress'),(733477,119049,'failed_username','luis-monteiro'),(733476,119048,'_server_http_x_forwarded_for_0','198.1.66.35'),(733475,119048,'_server_remote_addr','198.1.66.35'),(733474,119048,'_xmlrpc_request','true'),(733473,119048,'_message_key','user_login_failed'),(733471,119048,'login','mentol'),(733472,119048,'server_http_user_agent','WordPress'),(733470,119048,'login_email','mentolnet@gmail.com'),(733469,119048,'login_id','1'),(733468,119047,'_server_http_x_forwarded_for_0','158.69.207.155'),(733466,119047,'_xmlrpc_request','true'),(733467,119047,'_server_remote_addr','158.69.207.155'),(733465,119047,'_message_key','user_login_failed'),(733464,119047,'server_http_user_agent','wp-windowsphone'),(733463,119047,'login','mentol'),(733462,119047,'login_email','mentolnet@gmail.com'),(733461,119047,'login_id','1'),(733460,119046,'_server_http_x_forwarded_for_0','74.63.214.210'),(733459,119046,'_server_remote_addr','74.63.214.210'),(733458,119046,'_xmlrpc_request','true'),(733457,119046,'_message_key','user_unknown_login_failed'),(733456,119046,'server_http_user_agent','wp-windowsphone'),(733455,119046,'failed_username','luis-monteiro'),(733454,119045,'_server_http_x_forwarded_for_0','66.147.244.59'),(733452,119045,'_xmlrpc_request','true'),(733453,119045,'_server_remote_addr','66.147.244.59'),(733451,119045,'_message_key','user_login_failed'),(733450,119045,'server_http_user_agent','Windows Live Writer'),(733449,119045,'login','mentol'),(733448,119045,'login_email','mentolnet@gmail.com'),(733447,119045,'login_id','1'),(733446,119044,'_server_http_x_forwarded_for_0','148.163.124.2'),(733445,119044,'_server_remote_addr','148.163.124.2'),(733444,119044,'_xmlrpc_request','true'),(733443,119044,'_message_key','user_login_failed'),(733442,119044,'server_http_user_agent','Windows Live Writer'),(733441,119044,'login','mentol'),(733440,119044,'login_email','mentolnet@gmail.com'),(733439,119044,'login_id','1'),(733438,119043,'_server_http_x_forwarded_for_0','74.208.94.27'),(733437,119043,'_server_remote_addr','74.208.94.27'),(733436,119043,'_xmlrpc_request','true'),(733435,119043,'_message_key','user_unknown_login_failed'),(733434,119043,'server_http_user_agent','Windows Live Writer'),(733433,119043,'failed_username','luis-monteiro'),(733432,119042,'_server_http_x_forwarded_for_0','184.154.228.16'),(733431,119042,'_server_remote_addr','184.154.228.16'),(733430,119042,'_xmlrpc_request','true'),(733429,119042,'_message_key','user_login_failed'),(733428,119042,'server_http_user_agent','WordPress'),(733427,119042,'login','mentol'),(733426,119042,'login_email','mentolnet@gmail.com'),(733425,119042,'login_id','1'),(733424,119041,'_server_http_x_forwarded_for_0','72.167.190.29'),(733423,119041,'_server_remote_addr','72.167.190.29'),(733422,119041,'_xmlrpc_request','true'),(733421,119041,'_message_key','user_login_failed'),(733419,119041,'login','mentol'),(733420,119041,'server_http_user_agent','Poster'),(733418,119041,'login_email','mentolnet@gmail.com'),(733417,119041,'login_id','1'),(733416,119040,'_server_http_x_forwarded_for_0','85.93.88.112'),(733415,119040,'_server_remote_addr','85.93.88.112'),(733414,119040,'_xmlrpc_request','true'),(733413,119040,'_message_key','user_unknown_login_failed'),(733412,119040,'server_http_user_agent','wp-iphone'),(733411,119040,'failed_username','luis-monteiro'),(733410,119039,'_server_http_x_forwarded_for_0','67.225.165.16'),(733409,119039,'_server_remote_addr','67.225.165.16'),(733408,119039,'_xmlrpc_request','true'),(733407,119039,'_message_key','user_login_failed'),(733405,119039,'login','mentol'),(733406,119039,'server_http_user_agent','wp-android'),(733404,119039,'login_email','mentolnet@gmail.com'),(733403,119039,'login_id','1'),(733402,119038,'_server_http_x_forwarded_for_0','101.0.119.4'),(733401,119038,'_server_remote_addr','101.0.119.4'),(733400,119038,'_xmlrpc_request','true'),(733399,119038,'_message_key','user_login_failed'),(733397,119038,'login','mentol'),(733398,119038,'server_http_user_agent','wp-android'),(733395,119038,'login_id','1'),(733396,119038,'login_email','mentolnet@gmail.com'),(733394,119037,'_server_http_x_forwarded_for_0','209.59.161.215'),(733393,119037,'_server_remote_addr','209.59.161.215'),(733392,119037,'_xmlrpc_request','true'),(733391,119037,'_message_key','user_unknown_login_failed'),(733390,119037,'server_http_user_agent','wp-windowsphone'),(733389,119037,'failed_username','luis-monteiro'),(733388,119036,'_server_http_x_forwarded_for_0','132.148.83.203'),(733387,119036,'_server_remote_addr','132.148.83.203'),(733386,119036,'_xmlrpc_request','true'),(733385,119036,'_message_key','user_login_failed'),(733383,119036,'login','mentol'),(733384,119036,'server_http_user_agent','wp-windowsphone'),(733381,119036,'login_id','1'),(733382,119036,'login_email','mentolnet@gmail.com'),(733380,119035,'_server_http_x_forwarded_for_0','153.92.6.33'),(733379,119035,'_server_remote_addr','153.92.6.33'),(733378,119035,'_xmlrpc_request','true'),(733377,119035,'_message_key','user_login_failed'),(733376,119035,'server_http_user_agent','wp-windowsphone'),(733375,119035,'login','mentol'),(733374,119035,'login_email','mentolnet@gmail.com'),(733373,119035,'login_id','1'),(733372,119034,'_server_http_x_forwarded_for_0','66.165.236.154'),(733371,119034,'_server_remote_addr','66.165.236.154'),(733370,119034,'_xmlrpc_request','true'),(733369,119034,'_message_key','user_unknown_login_failed'),(733368,119034,'server_http_user_agent','wp-android'),(733367,119034,'failed_username','luis-monteiro'),(733366,119033,'_server_http_x_forwarded_for_0','182.50.132.98'),(733365,119033,'_server_remote_addr','182.50.132.98'),(733364,119033,'_xmlrpc_request','true'),(733363,119033,'_message_key','user_login_failed'),(733362,119033,'server_http_user_agent','wp-iphone'),(733361,119033,'login','mentol'),(733360,119033,'login_email','mentolnet@gmail.com'),(733359,119033,'login_id','1'),(733358,119032,'_server_http_x_forwarded_for_0','46.101.57.196'),(733357,119032,'_server_remote_addr','46.101.57.196'),(733356,119032,'_xmlrpc_request','true'),(733355,119032,'_message_key','user_unknown_login_failed'),(733354,119032,'server_http_user_agent','wp-windowsphone'),(733353,119032,'failed_username','luis-monteiro'),(733352,119031,'_server_http_x_forwarded_for_0','65.74.177.84'),(733351,119031,'_server_remote_addr','65.74.177.84'),(733350,119031,'_xmlrpc_request','true'),(733349,119031,'_message_key','user_login_failed'),(733347,119031,'login','mentol'),(733348,119031,'server_http_user_agent','Windows Live Writer'),(733346,119031,'login_email','mentolnet@gmail.com'),(733345,119031,'login_id','1'),(733344,119030,'_server_http_x_forwarded_for_0','209.58.183.55'),(733342,119030,'_xmlrpc_request','true'),(733343,119030,'_server_remote_addr','209.58.183.55'),(733341,119030,'_message_key','user_login_failed'),(733340,119030,'server_http_user_agent','WordPress'),(733339,119030,'login','mentol'),(733338,119030,'login_email','mentolnet@gmail.com'),(733337,119030,'login_id','1'),(733336,119029,'_server_http_x_forwarded_for_0','198.71.239.4'),(733335,119029,'_server_remote_addr','198.71.239.4'),(733334,119029,'_xmlrpc_request','true'),(733333,119029,'_message_key','user_unknown_login_failed'),(733332,119029,'server_http_user_agent','wp-windowsphone'),(733331,119029,'failed_username','luis-monteiro'),(733330,119028,'_server_http_x_forwarded_for_0','81.177.140.245'),(733329,119028,'_server_remote_addr','81.177.140.245'),(733328,119028,'_xmlrpc_request','true'),(733327,119028,'_message_key','user_login_failed'),(733326,119028,'server_http_user_agent','wp-windowsphone'),(733325,119028,'login','mentol'),(733323,119028,'login_id','1'),(733324,119028,'login_email','mentolnet@gmail.com'),(733322,119027,'_server_http_x_forwarded_for_0','46.252.153.21'),(733321,119027,'_server_remote_addr','46.252.153.21'),(733320,119027,'_xmlrpc_request','true'),(733319,119027,'_message_key','user_login_failed'),(733318,119027,'server_http_user_agent','wp-android'),(733317,119027,'login','mentol'),(733316,119027,'login_email','mentolnet@gmail.com'),(733315,119027,'login_id','1'),(733314,119026,'_server_http_x_forwarded_for_0','178.33.236.165'),(733313,119026,'_server_remote_addr','178.33.236.165'),(733312,119026,'_xmlrpc_request','true'),(733311,119026,'_message_key','user_login_failed'),(733309,119026,'login','mentol'),(733310,119026,'server_http_user_agent','Windows Live Writer'),(733308,119026,'login_email','mentolnet@gmail.com'),(733307,119026,'login_id','1'),(733306,119025,'_server_http_x_forwarded_for_0','41.208.71.18'),(733305,119025,'_server_remote_addr','41.208.71.18'),(733304,119025,'_xmlrpc_request','true'),(733303,119025,'_message_key','user_login_failed'),(733301,119025,'login','mentol'),(733302,119025,'server_http_user_agent','Poster'),(733299,119025,'login_id','1'),(733300,119025,'login_email','mentolnet@gmail.com'),(733298,119024,'_server_http_x_forwarded_for_0','144.217.67.14'),(733297,119024,'_server_remote_addr','144.217.67.14'),(733296,119024,'_xmlrpc_request','true'),(733295,119024,'_message_key','user_unknown_login_failed'),(733294,119024,'server_http_user_agent','wp-iphone'),(733293,119024,'failed_username','luis-monteiro'),(733292,119023,'_server_http_x_forwarded_for_0','202.52.146.116'),(733291,119023,'_server_remote_addr','202.52.146.116'),(733290,119023,'_xmlrpc_request','true'),(733289,119023,'_message_key','user_login_failed'),(733287,119023,'login','mentol'),(733288,119023,'server_http_user_agent','wp-iphone'),(733285,119023,'login_id','1'),(733286,119023,'login_email','mentolnet@gmail.com'),(733284,119022,'_server_http_x_forwarded_for_0','160.153.154.21'),(733283,119022,'_server_remote_addr','160.153.154.21'),(733282,119022,'_xmlrpc_request','true'),(733281,119022,'_message_key','user_login_failed'),(733280,119022,'server_http_user_agent','wp-windowsphone'),(733279,119022,'login','mentol'),(733278,119022,'login_email','mentolnet@gmail.com'),(733277,119022,'login_id','1'),(733276,119021,'_server_http_x_forwarded_for_0','50.87.249.174'),(733275,119021,'_server_remote_addr','50.87.249.174'),(733274,119021,'_xmlrpc_request','true'),(733273,119021,'_message_key','user_login_failed'),(733271,119021,'login','mentol'),(733272,119021,'server_http_user_agent','Poster'),(733270,119021,'login_email','mentolnet@gmail.com'),(733269,119021,'login_id','1'),(733268,119020,'_server_http_x_forwarded_for_0','37.61.238.8'),(733266,119020,'_xmlrpc_request','true'),(733267,119020,'_server_remote_addr','37.61.238.8'),(733265,119020,'_message_key','user_login_failed'),(733264,119020,'server_http_user_agent','wp-windowsphone'),(733263,119020,'login','mentol'),(733262,119020,'login_email','mentolnet@gmail.com'),(733261,119020,'login_id','1'),(733260,119019,'_server_http_x_forwarded_for_0','50.62.176.209'),(733259,119019,'_server_remote_addr','50.62.176.209'),(733258,119019,'_xmlrpc_request','true'),(733257,119019,'_message_key','user_unknown_login_failed'),(733256,119019,'server_http_user_agent','wp-android'),(733255,119019,'failed_username','luis-monteiro'),(733254,119018,'_server_http_x_forwarded_for_0','50.62.161.96'),(733252,119018,'_xmlrpc_request','true'),(733253,119018,'_server_remote_addr','50.62.161.96'),(733251,119018,'_message_key','user_login_failed'),(733250,119018,'server_http_user_agent','wp-android'),(733249,119018,'login','mentol'),(733248,119018,'login_email','mentolnet@gmail.com'),(733247,119018,'login_id','1'),(733246,119017,'_server_http_x_forwarded_for_0','50.28.49.5'),(733245,119017,'_server_remote_addr','50.28.49.5'),(733244,119017,'_xmlrpc_request','true'),(733243,119017,'_message_key','user_login_failed'),(733242,119017,'server_http_user_agent','WordPress'),(733241,119017,'login','mentol'),(733239,119017,'login_id','1'),(733240,119017,'login_email','mentolnet@gmail.com'),(733238,119016,'_server_http_x_forwarded_for_0','120.55.46.194'),(733237,119016,'_server_remote_addr','120.55.46.194'),(733236,119016,'_xmlrpc_request','true'),(733235,119016,'_message_key','user_unknown_login_failed'),(733234,119016,'server_http_user_agent','wp-iphone'),(733233,119016,'failed_username','luis-monteiro'),(733232,119015,'_server_http_x_forwarded_for_0','120.55.46.194'),(733231,119015,'_server_remote_addr','120.55.46.194'),(733230,119015,'_xmlrpc_request','true'),(733229,119015,'_message_key','user_unknown_login_failed'),(733228,119015,'server_http_user_agent','Poster'),(733227,119015,'failed_username','luis-monteiro'),(733226,119014,'_server_http_x_forwarded_for_0','107.180.124.10'),(733224,119014,'_xmlrpc_request','true'),(733225,119014,'_server_remote_addr','107.180.124.10'),(733223,119014,'_message_key','user_login_failed'),(733222,119014,'server_http_user_agent','WordPress'),(733221,119014,'login','mentol'),(733220,119014,'login_email','mentolnet@gmail.com'),(733219,119014,'login_id','1'),(733218,119013,'_server_http_x_forwarded_for_0','50.62.177.119'),(733217,119013,'_server_remote_addr','50.62.177.119'),(733216,119013,'_xmlrpc_request','true'),(733215,119013,'_message_key','user_unknown_login_failed'),(733214,119013,'server_http_user_agent','Windows Live Writer'),(733213,119013,'failed_username','luis-monteiro'),(733212,119012,'_server_http_x_forwarded_for_0','148.72.232.109'),(733211,119012,'_server_remote_addr','148.72.232.109'),(733210,119012,'_xmlrpc_request','true'),(733209,119012,'_message_key','user_unknown_login_failed'),(733208,119012,'server_http_user_agent','wp-android'),(733207,119012,'failed_username','luis-monteiro'),(733206,119011,'_server_http_x_forwarded_for_0','173.249.7.172'),(733204,119011,'_xmlrpc_request','true'),(733205,119011,'_server_remote_addr','173.249.7.172'),(733203,119011,'_message_key','user_login_failed'),(733202,119011,'server_http_user_agent','wp-iphone'),(733201,119011,'login','mentol'),(733200,119011,'login_email','mentolnet@gmail.com'),(733199,119011,'login_id','1'),(733198,119010,'_server_http_x_forwarded_for_0','216.172.171.10'),(733197,119010,'_server_remote_addr','216.172.171.10'),(733196,119010,'_xmlrpc_request','true'),(733195,119010,'_message_key','user_login_failed'),(733194,119010,'server_http_user_agent','Windows Live Writer'),(733193,119010,'login','mentol'),(733191,119010,'login_id','1'),(733192,119010,'login_email','mentolnet@gmail.com'),(733190,119009,'_server_http_x_forwarded_for_0','131.72.236.58'),(733189,119009,'_server_remote_addr','131.72.236.58'),(733188,119009,'_xmlrpc_request','true'),(733187,119009,'_message_key','user_login_failed'),(733186,119009,'server_http_user_agent','wp-windowsphone'),(733185,119009,'login','mentol'),(733184,119009,'login_email','mentolnet@gmail.com'),(733183,119009,'login_id','1'),(733182,119008,'_server_http_x_forwarded_for_0','182.50.135.82'),(733181,119008,'_server_remote_addr','182.50.135.82'),(733180,119008,'_xmlrpc_request','true'),(733179,119008,'_message_key','user_unknown_login_failed'),(733178,119008,'server_http_user_agent','wp-windowsphone'),(733177,119008,'failed_username','luis-monteiro'),(733176,119007,'_server_http_x_forwarded_for_0','103.27.206.196'),(733175,119007,'_server_remote_addr','103.27.206.196'),(733174,119007,'_xmlrpc_request','true'),(733173,119007,'_message_key','user_login_failed'),(733171,119007,'login','mentol'),(733172,119007,'server_http_user_agent','wp-android'),(733170,119007,'login_email','mentolnet@gmail.com'),(733169,119007,'login_id','1'),(733168,119006,'_server_http_x_forwarded_for_0','67.225.224.35'),(733167,119006,'_server_remote_addr','67.225.224.35'),(733166,119006,'_xmlrpc_request','true'),(733165,119006,'_message_key','user_unknown_login_failed'),(733164,119006,'server_http_user_agent','wp-android'),(733163,119006,'failed_username','luis-monteiro'),(733162,119005,'_server_http_x_forwarded_for_0','217.107.34.41'),(733161,119005,'_server_remote_addr','217.107.34.41'),(733160,119005,'_xmlrpc_request','true'),(733159,119005,'_message_key','user_login_failed'),(733157,119005,'login','mentol'),(733158,119005,'server_http_user_agent','wp-iphone'),(733156,119005,'login_email','mentolnet@gmail.com'),(733155,119005,'login_id','1'),(733154,119004,'_server_http_x_forwarded_for_0','43.242.215.197'),(733153,119004,'_server_remote_addr','43.242.215.197'),(733152,119004,'_xmlrpc_request','true'),(733151,119004,'_message_key','user_login_failed'),(733149,119004,'login','mentol'),(733150,119004,'server_http_user_agent','wp-windowsphone'),(733147,119004,'login_id','1'),(733148,119004,'login_email','mentolnet@gmail.com'),(733146,119003,'_server_http_x_forwarded_for_0','178.238.225.61'),(733145,119003,'_server_remote_addr','178.238.225.61'),(733144,119003,'_xmlrpc_request','true'),(733143,119003,'_message_key','user_unknown_login_failed'),(733142,119003,'server_http_user_agent','wp-android'),(733141,119003,'failed_username','luis-monteiro'),(733140,119002,'_server_http_x_forwarded_for_0','94.23.250.16'),(733139,119002,'_server_remote_addr','94.23.250.16'),(733138,119002,'_xmlrpc_request','true'),(733137,119002,'_message_key','user_login_failed'),(733135,119002,'login','mentol'),(733136,119002,'server_http_user_agent','Windows Live Writer'),(733133,119002,'login_id','1'),(733134,119002,'login_email','mentolnet@gmail.com'),(733132,119001,'_server_http_x_forwarded_for_0','158.69.124.10'),(733131,119001,'_server_remote_addr','158.69.124.10'),(733130,119001,'_xmlrpc_request','true'),(733129,119001,'_message_key','user_login_failed'),(733128,119001,'server_http_user_agent','wp-windowsphone'),(733127,119001,'login','mentol'),(733126,119001,'login_email','mentolnet@gmail.com'),(733125,119001,'login_id','1'),(733124,119000,'_server_http_x_forwarded_for_0','207.246.240.116'),(733123,119000,'_server_remote_addr','207.246.240.116'),(733122,119000,'_xmlrpc_request','true'),(733121,119000,'_message_key','user_unknown_login_failed'),(733120,119000,'server_http_user_agent','wp-windowsphone'),(733119,119000,'failed_username','luis-monteiro'),(733118,118999,'_server_http_x_forwarded_for_0','148.251.77.55'),(733117,118999,'_server_remote_addr','148.251.77.55'),(733116,118999,'_xmlrpc_request','true'),(733115,118999,'_message_key','user_login_failed'),(733113,118999,'login','mentol'),(733114,118999,'server_http_user_agent','wp-iphone'),(733112,118999,'login_email','mentolnet@gmail.com'),(733111,118999,'login_id','1'),(733110,118998,'_server_http_x_forwarded_for_0','101.0.113.90'),(733108,118998,'_xmlrpc_request','true'),(733109,118998,'_server_remote_addr','101.0.113.90'),(733107,118998,'_message_key','user_login_failed'),(733106,118998,'server_http_user_agent','Poster'),(733105,118998,'login','mentol'),(733104,118998,'login_email','mentolnet@gmail.com'),(733103,118998,'login_id','1'),(733102,118997,'_server_http_x_forwarded_for_0','31.22.4.91'),(733101,118997,'_server_remote_addr','31.22.4.91'),(733100,118997,'_xmlrpc_request','true'),(733099,118997,'_message_key','user_unknown_login_failed'),(733098,118997,'server_http_user_agent','wp-windowsphone'),(733097,118997,'failed_username','luis-monteiro'),(733096,118996,'_server_http_x_forwarded_for_0','89.252.187.71'),(733095,118996,'_server_remote_addr','89.252.187.71'),(733094,118996,'_xmlrpc_request','true'),(733093,118996,'_message_key','user_login_failed'),(733092,118996,'server_http_user_agent','Windows Live Writer'),(733091,118996,'login','mentol'),(733089,118996,'login_id','1'),(733090,118996,'login_email','mentolnet@gmail.com'),(733088,118995,'_server_http_x_forwarded_for_0','107.180.120.45'),(733087,118995,'_server_remote_addr','107.180.120.45'),(733086,118995,'_xmlrpc_request','true'),(733085,118995,'_message_key','user_login_failed'),(733084,118995,'server_http_user_agent','WordPress'),(733083,118995,'login','mentol'),(733082,118995,'login_email','mentolnet@gmail.com'),(733081,118995,'login_id','1'),(733080,118994,'_server_http_x_forwarded_for_0','213.32.82.5'),(733079,118994,'_server_remote_addr','213.32.82.5'),(733078,118994,'_xmlrpc_request','true'),(733077,118994,'_message_key','user_unknown_login_failed'),(733076,118994,'server_http_user_agent','wp-iphone'),(733075,118994,'failed_username','luis-monteiro'),(733074,118993,'_server_http_x_forwarded_for_0','199.168.102.74'),(733073,118993,'_server_remote_addr','199.168.102.74'),(733072,118993,'_xmlrpc_request','true'),(733071,118993,'_message_key','user_login_failed'),(733070,118993,'server_http_user_agent','wp-windowsphone'),(733069,118993,'login','mentol'),(733068,118993,'login_email','mentolnet@gmail.com'),(733067,118993,'login_id','1'),(733066,118992,'_server_http_x_forwarded_for_0','188.121.57.15'),(733065,118992,'_server_remote_addr','188.121.57.15'),(733064,118992,'_xmlrpc_request','true'),(733063,118992,'_message_key','user_login_failed'),(733061,118992,'login','mentol'),(733062,118992,'server_http_user_agent','wp-iphone'),(733060,118992,'login_email','mentolnet@gmail.com'),(733059,118992,'login_id','1'),(733058,118991,'_server_http_x_forwarded_for_0','50.62.208.198'),(733057,118991,'_server_remote_addr','50.62.208.198'),(733056,118991,'_xmlrpc_request','true'),(733055,118991,'_message_key','user_unknown_login_failed'),(733054,118991,'server_http_user_agent','Windows Live Writer'),(733053,118991,'failed_username','luis-monteiro'),(733052,118990,'_server_http_x_forwarded_for_0','198.71.235.37'),(733051,118990,'_server_remote_addr','198.71.235.37'),(733050,118990,'_xmlrpc_request','true'),(733049,118990,'_message_key','user_login_failed'),(733047,118990,'login','mentol'),(733048,118990,'server_http_user_agent','wp-android'),(733046,118990,'login_email','mentolnet@gmail.com'),(733045,118990,'login_id','1'),(733044,118989,'_server_http_x_forwarded_for_0','43.252.212.35'),(733043,118989,'_server_remote_addr','43.252.212.35'),(733042,118989,'_xmlrpc_request','true'),(733041,118989,'_message_key','user_login_failed'),(733039,118989,'login','mentol'),(733040,118989,'server_http_user_agent','wp-windowsphone'),(733037,118989,'login_id','1'),(733038,118989,'login_email','mentolnet@gmail.com'),(733036,118988,'_server_http_x_forwarded_for_0','136.243.177.70'),(733035,118988,'_server_remote_addr','136.243.177.70'),(733034,118988,'_xmlrpc_request','true'),(733033,118988,'_message_key','user_unknown_login_failed'),(733032,118988,'server_http_user_agent','Poster'),(733031,118988,'failed_username','luis-monteiro'),(733030,118987,'_server_http_x_forwarded_for_0','107.180.123.11'),(733029,118987,'_server_remote_addr','107.180.123.11'),(733028,118987,'_xmlrpc_request','true'),(733027,118987,'_message_key','user_login_failed'),(733025,118987,'login','mentol'),(733026,118987,'server_http_user_agent','Poster'),(733023,118987,'login_id','1'),(733024,118987,'login_email','mentolnet@gmail.com'),(733022,118986,'_server_http_x_forwarded_for_0','198.38.82.146'),(733021,118986,'_server_remote_addr','198.38.82.146'),(733020,118986,'_xmlrpc_request','true'),(733019,118986,'_message_key','user_login_failed'),(733018,118986,'server_http_user_agent','Windows Live Writer'),(733017,118986,'login','mentol'),(733016,118986,'login_email','mentolnet@gmail.com'),(733015,118986,'login_id','1'),(733014,118985,'_server_http_x_forwarded_for_0','176.53.90.201'),(733013,118985,'_server_remote_addr','176.53.90.201'),(733012,118985,'_xmlrpc_request','true'),(733011,118985,'_message_key','user_login_failed'),(733009,118985,'login','mentol'),(733010,118985,'server_http_user_agent','wp-iphone'),(733008,118985,'login_email','mentolnet@gmail.com'),(733007,118985,'login_id','1'),(733006,118984,'_server_http_x_forwarded_for_0','109.237.134.46'),(733004,118984,'_xmlrpc_request','true'),(733005,118984,'_server_remote_addr','109.237.134.46'),(733003,118984,'_message_key','user_login_failed'),(733002,118984,'server_http_user_agent','wp-windowsphone'),(733001,118984,'login','mentol'),(733000,118984,'login_email','mentolnet@gmail.com'),(732999,118984,'login_id','1'),(732998,118983,'_server_http_x_forwarded_for_0','69.160.74.57'),(732997,118983,'_server_remote_addr','69.160.74.57'),(732996,118983,'_xmlrpc_request','true'),(732995,118983,'_message_key','user_login_failed'),(732994,118983,'server_http_user_agent','Poster'),(732993,118983,'login','mentol'),(732991,118983,'login_id','1'),(732992,118983,'login_email','mentolnet@gmail.com'),(732990,118982,'_server_http_x_forwarded_for_0','120.79.48.86'),(732989,118982,'_server_remote_addr','120.79.48.86'),(732988,118982,'_xmlrpc_request','true'),(732987,118982,'_message_key','user_login_failed'),(732986,118982,'server_http_user_agent','wp-android'),(732985,118982,'login','mentol'),(732984,118982,'login_email','mentolnet@gmail.com'),(732983,118982,'login_id','1'),(732982,118981,'_server_http_x_forwarded_for_0','137.117.85.175'),(732981,118981,'_server_remote_addr','137.117.85.175'),(732980,118981,'_xmlrpc_request','true'),(732979,118981,'_message_key','user_unknown_login_failed'),(732978,118981,'server_http_user_agent','wp-windowsphone'),(732977,118981,'failed_username','luis-monteiro'),(732976,118980,'_server_http_x_forwarded_for_0','107.180.111.18'),(732975,118980,'_server_remote_addr','107.180.111.18'),(732974,118980,'_xmlrpc_request','true'),(732973,118980,'_message_key','user_login_failed'),(732971,118980,'login','mentol'),(732972,118980,'server_http_user_agent','Poster'),(732970,118980,'login_email','mentolnet@gmail.com'),(732969,118980,'login_id','1'),(732968,118979,'_server_http_x_forwarded_for_0','139.162.191.157'),(732967,118979,'_server_remote_addr','139.162.191.157'),(732966,118979,'_xmlrpc_request','true'),(732965,118979,'_message_key','user_login_failed'),(732963,118979,'login','mentol'),(732964,118979,'server_http_user_agent','wp-iphone'),(732961,118979,'login_id','1'),(732962,118979,'login_email','mentolnet@gmail.com'),(732960,118978,'_server_http_x_forwarded_for_0','50.62.208.137'),(732959,118978,'_server_remote_addr','50.62.208.137'),(732958,118978,'_xmlrpc_request','true'),(732957,118978,'_message_key','user_unknown_login_failed'),(732956,118978,'server_http_user_agent','Poster'),(732955,118978,'failed_username','luis-monteiro'),(732954,118977,'_server_http_x_forwarded_for_0','89.40.172.82'),(732953,118977,'_server_remote_addr','89.40.172.82'),(732952,118977,'_xmlrpc_request','true'),(732951,118977,'_message_key','user_login_failed'),(732949,118977,'login','mentol'),(732950,118977,'server_http_user_agent','Poster'),(732947,118977,'login_id','1'),(732948,118977,'login_email','mentolnet@gmail.com'),(732946,118976,'_server_http_x_forwarded_for_0','67.225.240.103'),(732945,118976,'_server_remote_addr','67.225.240.103'),(732944,118976,'_xmlrpc_request','true'),(732943,118976,'_message_key','user_login_failed'),(732942,118976,'server_http_user_agent','wp-iphone'),(732941,118976,'login','mentol'),(732940,118976,'login_email','mentolnet@gmail.com'),(732939,118976,'login_id','1'),(732938,118975,'_server_http_x_forwarded_for_0','103.6.196.54'),(732937,118975,'_server_remote_addr','103.6.196.54'),(732936,118975,'_xmlrpc_request','true'),(732935,118975,'_message_key','user_unknown_login_failed'),(732934,118975,'server_http_user_agent','Poster'),(732933,118975,'failed_username','luis-monteiro'),(732932,118974,'_server_http_x_forwarded_for_0','103.215.72.18'),(732931,118974,'_server_remote_addr','103.215.72.18'),(732930,118974,'_xmlrpc_request','true'),(732929,118974,'_message_key','user_login_failed'),(732927,118974,'login','mentol'),(732928,118974,'server_http_user_agent','wp-windowsphone'),(732926,118974,'login_email','mentolnet@gmail.com'),(732925,118974,'login_id','1'),(732924,118973,'_server_http_x_forwarded_for_0','210.211.125.200'),(732922,118973,'_xmlrpc_request','true'),(732923,118973,'_server_remote_addr','210.211.125.200'),(732921,118973,'_message_key','user_login_failed'),(732920,118973,'server_http_user_agent','WordPress'),(732919,118973,'login','mentol'),(732918,118973,'login_email','mentolnet@gmail.com'),(732917,118973,'login_id','1'),(732916,118972,'_server_http_x_forwarded_for_0','104.238.120.56'),(732915,118972,'_server_remote_addr','104.238.120.56'),(732914,118972,'_xmlrpc_request','true'),(732913,118972,'_message_key','user_unknown_login_failed'),(732912,118972,'server_http_user_agent','Windows Live Writer'),(732911,118972,'failed_username','luis-monteiro'),(732910,118971,'_server_http_x_forwarded_for_0','80.237.133.55'),(732909,118971,'_server_remote_addr','80.237.133.55'),(732908,118971,'_xmlrpc_request','true'),(732907,118971,'_message_key','user_login_failed'),(732906,118971,'server_http_user_agent','WordPress'),(732905,118971,'login','mentol'),(732903,118971,'login_id','1'),(732904,118971,'login_email','mentolnet@gmail.com'),(732902,118970,'_server_http_x_forwarded_for_0','209.182.198.33'),(732901,118970,'_server_remote_addr','209.182.198.33'),(732900,118970,'_xmlrpc_request','true'),(732899,118970,'_message_key','user_login_failed'),(732898,118970,'server_http_user_agent','Poster'),(732897,118970,'login','mentol'),(732896,118970,'login_email','mentolnet@gmail.com'),(732895,118970,'login_id','1'),(732894,118969,'_server_http_x_forwarded_for_0','50.62.177.84'),(732893,118969,'_server_remote_addr','50.62.177.84'),(732892,118969,'_xmlrpc_request','true'),(732891,118969,'_message_key','user_unknown_login_failed'),(732890,118969,'server_http_user_agent','Poster'),(732889,118969,'failed_username','luis-monteiro'),(732888,118968,'_server_http_x_forwarded_for_0','162.219.250.17'),(732887,118968,'_server_remote_addr','162.219.250.17'),(732886,118968,'_xmlrpc_request','true'),(732885,118968,'_message_key','user_unknown_login_failed'),(732884,118968,'server_http_user_agent','wp-iphone'),(732883,118968,'failed_username','luis-monteiro'),(732882,118967,'_server_http_x_forwarded_for_0','50.62.176.179'),(732881,118967,'_server_remote_addr','50.62.176.179'),(732880,118967,'_xmlrpc_request','true'),(732879,118967,'_message_key','user_login_failed'),(732878,118967,'server_http_user_agent','wp-iphone'),(732877,118967,'login','mentol'),(732876,118967,'login_email','mentolnet@gmail.com'),(732875,118967,'login_id','1'),(732874,118966,'_server_http_x_forwarded_for_0','148.72.232.52'),(732873,118966,'_server_remote_addr','148.72.232.52'),(732872,118966,'_xmlrpc_request','true'),(732871,118966,'_message_key','user_login_failed'),(732869,118966,'login','mentol'),(732870,118966,'server_http_user_agent','Windows Live Writer'),(732868,118966,'login_email','mentolnet@gmail.com'),(732867,118966,'login_id','1'),(732866,118965,'_server_http_x_forwarded_for_0','213.239.209.50'),(732865,118965,'_server_remote_addr','213.239.209.50'),(732864,118965,'_xmlrpc_request','true'),(732863,118965,'_message_key','user_login_failed'),(732861,118965,'login','mentol'),(732862,118965,'server_http_user_agent','Poster'),(732859,118965,'login_id','1'),(732860,118965,'login_email','mentolnet@gmail.com'),(732858,118964,'_server_http_x_forwarded_for_0','104.152.168.15'),(732857,118964,'_server_remote_addr','104.152.168.15'),(732856,118964,'_xmlrpc_request','true'),(732855,118964,'_message_key','user_unknown_login_failed'),(732854,118964,'server_http_user_agent','Windows Live Writer'),(732853,118964,'failed_username','luis-monteiro'),(732852,118963,'_server_http_x_forwarded_for_0','103.227.176.4'),(732851,118963,'_server_remote_addr','103.227.176.4'),(732850,118963,'_xmlrpc_request','true'),(732849,118963,'_message_key','user_login_failed'),(732847,118963,'login','mentol'),(732848,118963,'server_http_user_agent','Windows Live Writer'),(732845,118963,'login_id','1'),(732846,118963,'login_email','mentolnet@gmail.com'),(732844,118962,'_server_http_x_forwarded_for_0','72.52.250.82'),(732843,118962,'_server_remote_addr','72.52.250.82'),(732842,118962,'_xmlrpc_request','true'),(732841,118962,'_message_key','user_login_failed'),(732840,118962,'server_http_user_agent','wp-windowsphone'),(732839,118962,'login','mentol'),(732838,118962,'login_email','mentolnet@gmail.com'),(732837,118962,'login_id','1'),(732836,118961,'_server_http_x_forwarded_for_0','173.249.48.132'),(732835,118961,'_server_remote_addr','173.249.48.132'),(732834,118961,'_xmlrpc_request','true'),(732833,118961,'_message_key','user_unknown_login_failed'),(732832,118961,'server_http_user_agent','Poster'),(732831,118961,'failed_username','luis-monteiro'),(732830,118960,'_server_http_x_forwarded_for_0','81.177.140.245'),(732829,118960,'_server_remote_addr','81.177.140.245'),(732828,118960,'_xmlrpc_request','true'),(732827,118960,'_message_key','user_login_failed'),(732825,118960,'login','mentol'),(732826,118960,'server_http_user_agent','wp-windowsphone'),(732824,118960,'login_email','mentolnet@gmail.com'),(732823,118960,'login_id','1'),(732822,118959,'_server_http_x_forwarded_for_0','213.251.182.112'),(732820,118959,'_xmlrpc_request','true'),(732821,118959,'_server_remote_addr','213.251.182.112'),(732819,118959,'_message_key','user_login_failed'),(732818,118959,'server_http_user_agent','Poster'),(732817,118959,'login','mentol'),(732816,118959,'login_email','mentolnet@gmail.com'),(732815,118959,'login_id','1'),(732814,118958,'_server_http_x_forwarded_for_0','160.153.156.130'),(732813,118958,'_server_remote_addr','160.153.156.130'),(732812,118958,'_xmlrpc_request','true'),(732811,118958,'_message_key','user_login_failed'),(732810,118958,'server_http_user_agent','wp-iphone'),(732809,118958,'login','mentol'),(732807,118958,'login_id','1'),(732808,118958,'login_email','mentolnet@gmail.com'),(732806,118957,'_server_http_x_forwarded_for_0','199.168.185.98'),(732805,118957,'_server_remote_addr','199.168.185.98'),(732804,118957,'_xmlrpc_request','true'),(732803,118957,'_message_key','user_login_failed'),(732802,118957,'server_http_user_agent','wp-android'),(732801,118957,'login','mentol'),(732800,118957,'login_email','mentolnet@gmail.com'),(732799,118957,'login_id','1'),(732798,118956,'_server_http_x_forwarded_for_0','103.8.238.30'),(732797,118956,'_server_remote_addr','103.8.238.30'),(732796,118956,'_xmlrpc_request','true'),(732795,118956,'_message_key','user_unknown_login_failed'),(732794,118956,'server_http_user_agent','wp-windowsphone'),(732793,118956,'failed_username','luis-monteiro'),(732792,118955,'_server_http_x_forwarded_for_0','148.66.146.7'),(732791,118955,'_server_remote_addr','148.66.146.7'),(732790,118955,'_xmlrpc_request','true'),(732789,118955,'_message_key','user_login_failed'),(732788,118955,'server_http_user_agent','Poster'),(732787,118955,'login','mentol'),(732786,118955,'login_email','mentolnet@gmail.com'),(732785,118955,'login_id','1'),(732784,118954,'_server_http_x_forwarded_for_0','209.236.71.17'),(732783,118954,'_server_remote_addr','209.236.71.17'),(732782,118954,'_xmlrpc_request','true'),(732781,118954,'_message_key','user_login_failed'),(732779,118954,'login','mentol'),(732780,118954,'server_http_user_agent','wp-iphone'),(732778,118954,'login_email','mentolnet@gmail.com'),(732777,118954,'login_id','1'),(732776,118953,'_server_http_x_forwarded_for_0','46.252.205.165'),(732775,118953,'_server_remote_addr','46.252.205.165'),(732774,118953,'_xmlrpc_request','true'),(732773,118953,'_message_key','user_unknown_login_failed'),(732772,118953,'server_http_user_agent','wp-windowsphone'),(732771,118953,'failed_username','luis-monteiro'),(732770,118952,'_server_http_x_forwarded_for_0','50.62.176.121'),(732769,118952,'_server_remote_addr','50.62.176.121'),(732768,118952,'_xmlrpc_request','true'),(732767,118952,'_message_key','user_login_failed'),(732765,118952,'login','mentol'),(732766,118952,'server_http_user_agent','wp-windowsphone'),(732764,118952,'login_email','mentolnet@gmail.com'),(732763,118952,'login_id','1'),(732762,118951,'_server_http_x_forwarded_for_0','160.153.154.7'),(732761,118951,'_server_remote_addr','160.153.154.7'),(732760,118951,'_xmlrpc_request','true'),(732759,118951,'_message_key','user_login_failed'),(732757,118951,'login','mentol'),(732758,118951,'server_http_user_agent','wp-windowsphone'),(732755,118951,'login_id','1'),(732756,118951,'login_email','mentolnet@gmail.com'),(732754,118950,'_server_http_x_forwarded_for_0','50.62.177.21'),(732753,118950,'_server_remote_addr','50.62.177.21'),(732752,118950,'_xmlrpc_request','true'),(732751,118950,'_message_key','user_unknown_login_failed'),(732750,118950,'server_http_user_agent','WordPress'),(732749,118950,'failed_username','luis-monteiro'),(732748,118949,'_server_http_x_forwarded_for_0','144.208.66.167'),(732747,118949,'_server_remote_addr','144.208.66.167'),(732746,118949,'_xmlrpc_request','true'),(732745,118949,'_message_key','user_login_failed'),(732743,118949,'login','mentol'),(732744,118949,'server_http_user_agent','wp-iphone'),(732741,118949,'login_id','1'),(732742,118949,'login_email','mentolnet@gmail.com'),(732740,118948,'_server_http_x_forwarded_for_0','198.71.227.145'),(732739,118948,'_server_remote_addr','198.71.227.145'),(732738,118948,'_xmlrpc_request','true'),(732737,118948,'_message_key','user_login_failed'),(732736,118948,'server_http_user_agent','Windows Live Writer'),(732735,118948,'login','mentol'),(732734,118948,'login_email','mentolnet@gmail.com'),(732733,118948,'login_id','1'),(732732,118947,'_server_http_x_forwarded_for_0','192.145.239.35'),(732731,118947,'_server_remote_addr','192.145.239.35'),(732730,118947,'_xmlrpc_request','true'),(732729,118947,'_message_key','user_unknown_login_failed'),(732728,118947,'server_http_user_agent','Windows Live Writer'),(732727,118947,'failed_username','luis-monteiro'),(732726,118946,'_server_http_x_forwarded_for_0','103.18.7.214'),(732725,118946,'_server_remote_addr','103.18.7.214'),(732724,118946,'_xmlrpc_request','true'),(732723,118946,'_message_key','user_login_failed'),(732721,118946,'login','mentol'),(732722,118946,'server_http_user_agent','wp-android'),(732720,118946,'login_email','mentolnet@gmail.com'),(732719,118946,'login_id','1'),(732718,118945,'_server_http_x_forwarded_for_0','185.20.51.218'),(732716,118945,'_xmlrpc_request','true'),(732717,118945,'_server_remote_addr','185.20.51.218'),(732715,118945,'_message_key','user_login_failed'),(732714,118945,'server_http_user_agent','wp-windowsphone'),(732713,118945,'login','mentol'),(732712,118945,'login_email','mentolnet@gmail.com'),(732711,118945,'login_id','1'),(732710,118944,'_server_http_x_forwarded_for_0','182.50.132.80'),(732709,118944,'_server_remote_addr','182.50.132.80'),(732708,118944,'_xmlrpc_request','true'),(732707,118944,'_message_key','user_unknown_login_failed'),(732706,118944,'server_http_user_agent','WordPress'),(732705,118944,'failed_username','luis-monteiro'),(732704,118943,'_server_http_x_forwarded_for_0','67.225.139.87'),(732702,118943,'_xmlrpc_request','true'),(732703,118943,'_server_remote_addr','67.225.139.87'),(732701,118943,'_message_key','user_login_failed'),(732700,118943,'server_http_user_agent','wp-windowsphone'),(732699,118943,'login','mentol'),(732698,118943,'login_email','mentolnet@gmail.com'),(732697,118943,'login_id','1'),(732696,118942,'_server_http_x_forwarded_for_0','199.168.102.74'),(732695,118942,'_server_remote_addr','199.168.102.74'),(732694,118942,'_xmlrpc_request','true'),(732693,118942,'_message_key','user_login_failed'),(732692,118942,'server_http_user_agent','wp-android'),(732691,118942,'login','mentol'),(732689,118942,'login_id','1'),(732690,118942,'login_email','mentolnet@gmail.com'),(732688,118941,'_server_http_x_forwarded_for_0','150.95.29.86'),(732687,118941,'_server_remote_addr','150.95.29.86'),(732686,118941,'_xmlrpc_request','true'),(732685,118941,'_message_key','user_unknown_login_failed'),(732684,118941,'server_http_user_agent','wp-android'),(732683,118941,'failed_username','luis-monteiro'),(732682,118940,'_server_http_x_forwarded_for_0','89.39.208.20'),(732681,118940,'_server_remote_addr','89.39.208.20'),(732680,118940,'_xmlrpc_request','true'),(732679,118940,'_message_key','user_login_failed'),(732678,118940,'server_http_user_agent','Windows Live Writer'),(732677,118940,'login','mentol'),(732675,118940,'login_id','1'),(732676,118940,'login_email','mentolnet@gmail.com'),(732674,118939,'_server_http_x_forwarded_for_0','183.111.138.165'),(732673,118939,'_server_remote_addr','183.111.138.165'),(732672,118939,'_xmlrpc_request','true'),(732671,118939,'_message_key','user_login_failed'),(732670,118939,'server_http_user_agent','wp-android'),(732669,118939,'login','mentol'),(732668,118939,'login_email','mentolnet@gmail.com'),(732667,118939,'login_id','1'),(732666,118938,'_server_http_x_forwarded_for_0','160.153.153.149'),(732665,118938,'_server_remote_addr','160.153.153.149'),(732664,118938,'_xmlrpc_request','true'),(732663,118938,'_message_key','user_unknown_login_failed'),(732662,118938,'server_http_user_agent','wp-iphone'),(732661,118938,'failed_username','luis-monteiro'),(732660,118937,'_server_http_x_forwarded_for_0','104.155.105.44'),(732659,118937,'_server_remote_addr','104.155.105.44'),(732658,118937,'_xmlrpc_request','true'),(732657,118937,'_message_key','user_login_failed'),(732656,118937,'server_http_user_agent','WordPress'),(732655,118937,'login','mentol'),(732654,118937,'login_email','mentolnet@gmail.com'),(732653,118937,'login_id','1'),(732652,118936,'_server_http_x_forwarded_for_0','107.180.122.9'),(732651,118936,'_server_remote_addr','107.180.122.9'),(732650,118936,'_xmlrpc_request','true'),(732649,118936,'_message_key','user_login_failed'),(732647,118936,'login','mentol'),(732648,118936,'server_http_user_agent','Poster'),(732646,118936,'login_email','mentolnet@gmail.com'),(732645,118936,'login_id','1'),(732644,118935,'_server_http_x_forwarded_for_0','182.50.135.69'),(732643,118935,'_server_remote_addr','182.50.135.69'),(732642,118935,'_xmlrpc_request','true'),(732641,118935,'_message_key','user_unknown_login_failed'),(732640,118935,'server_http_user_agent','wp-windowsphone'),(732639,118935,'failed_username','luis-monteiro'),(732638,118934,'_server_http_x_forwarded_for_0','198.71.236.41'),(732637,118934,'_server_remote_addr','198.71.236.41'),(732636,118934,'_xmlrpc_request','true'),(732635,118934,'_message_key','user_login_failed'),(732633,118934,'login','mentol'),(732634,118934,'server_http_user_agent','wp-iphone'),(732632,118934,'login_email','mentolnet@gmail.com'),(732631,118934,'login_id','1'),(732630,118933,'_server_http_x_forwarded_for_0','148.66.157.218'),(732629,118933,'_server_remote_addr','148.66.157.218'),(732628,118933,'_xmlrpc_request','true'),(732627,118933,'_message_key','user_login_failed'),(732625,118933,'login','mentol'),(732626,118933,'server_http_user_agent','wp-android'),(732623,118933,'login_id','1'),(732624,118933,'login_email','mentolnet@gmail.com'),(732622,118932,'_server_http_x_forwarded_for_0','191.252.143.38'),(732621,118932,'_server_remote_addr','191.252.143.38'),(732620,118932,'_xmlrpc_request','true'),(732619,118932,'_message_key','user_unknown_login_failed'),(732618,118932,'server_http_user_agent','WordPress'),(732617,118932,'failed_username','luis-monteiro'),(732616,118931,'_server_http_x_forwarded_for_0','78.46.83.75'),(732615,118931,'_server_remote_addr','78.46.83.75'),(732614,118931,'_xmlrpc_request','true'),(732613,118931,'_message_key','user_login_failed'),(732611,118931,'login','mentol'),(732612,118931,'server_http_user_agent','wp-windowsphone'),(732609,118931,'login_id','1'),(732610,118931,'login_email','mentolnet@gmail.com'),(732608,118930,'_server_http_x_forwarded_for_0','172.104.162.39'),(732607,118930,'_server_remote_addr','172.104.162.39'),(732606,118930,'_xmlrpc_request','true'),(732605,118930,'_message_key','user_login_failed'),(732604,118930,'server_http_user_agent','Poster'),(732603,118930,'login','mentol'),(732602,118930,'login_email','mentolnet@gmail.com'),(732601,118930,'login_id','1'),(732600,118929,'_server_http_x_forwarded_for_0','52.174.40.12'),(732599,118929,'_server_remote_addr','52.174.40.12'),(732598,118929,'_xmlrpc_request','true'),(732597,118929,'_message_key','user_unknown_login_failed'),(732596,118929,'server_http_user_agent','Windows Live Writer'),(732595,118929,'failed_username','luis-monteiro'),(732594,118928,'_server_http_x_forwarded_for_0','91.219.194.19'),(732593,118928,'_server_remote_addr','91.219.194.19'),(732592,118928,'_xmlrpc_request','true'),(732591,118928,'_message_key','user_login_failed'),(732589,118928,'login','mentol'),(732590,118928,'server_http_user_agent','wp-android'),(732588,118928,'login_email','mentolnet@gmail.com'),(732587,118928,'login_id','1'),(732586,118927,'_server_http_x_forwarded_for_0','185.229.236.234'),(732584,118927,'_xmlrpc_request','true'),(732585,118927,'_server_remote_addr','185.229.236.234'),(732583,118927,'_message_key','user_login_failed'),(732582,118927,'server_http_user_agent','WordPress'),(732581,118927,'login','mentol'),(732580,118927,'login_email','mentolnet@gmail.com'),(732579,118927,'login_id','1'),(732578,118926,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542995915.7248311042785644531250'),(732577,118926,'_server_http_x_forwarded_for_0','130.185.87.25'),(732576,118926,'_server_remote_addr','130.185.87.25'),(732575,118926,'_message_key','plugin_update_available'),(732574,118926,'plugin_new_version','3.6.5'),(732573,118926,'plugin_current_version','3.6.0'),(732572,118926,'plugin_name','BackWPup'),(732571,118925,'_server_http_x_forwarded_for_0','51.255.82.209'),(732570,118925,'_server_remote_addr','51.255.82.209'),(732569,118925,'_xmlrpc_request','true'),(732568,118925,'_message_key','user_unknown_login_failed'),(732567,118925,'server_http_user_agent','wp-android'),(732566,118925,'failed_username','luis-monteiro'),(732565,118924,'_server_http_x_forwarded_for_0','160.153.153.11'),(732564,118924,'_server_remote_addr','160.153.153.11'),(732563,118924,'_xmlrpc_request','true'),(732562,118924,'_message_key','user_login_failed'),(732561,118924,'server_http_user_agent','Windows Live Writer'),(732560,118924,'login','mentol'),(732558,118924,'login_id','1'),(732559,118924,'login_email','mentolnet@gmail.com'),(732557,118923,'_server_http_x_forwarded_for_0','173.236.152.132'),(732556,118923,'_server_remote_addr','173.236.152.132'),(732555,118923,'_xmlrpc_request','true'),(732554,118923,'_message_key','user_login_failed'),(732553,118923,'server_http_user_agent','WordPress'),(732552,118923,'login','mentol'),(732551,118923,'login_email','mentolnet@gmail.com'),(732550,118923,'login_id','1'),(732549,118922,'_server_http_x_forwarded_for_0','182.50.151.62'),(732548,118922,'_server_remote_addr','182.50.151.62'),(732547,118922,'_xmlrpc_request','true'),(732546,118922,'_message_key','user_unknown_login_failed'),(732545,118922,'server_http_user_agent','Poster'),(732544,118922,'failed_username','luis-monteiro'),(732543,118921,'_server_http_x_forwarded_for_0','185.167.204.87'),(732542,118921,'_server_remote_addr','185.167.204.87'),(732541,118921,'_xmlrpc_request','true'),(732540,118921,'_message_key','user_login_failed'),(732538,118921,'login','mentol'),(732539,118921,'server_http_user_agent','wp-android'),(732537,118921,'login_email','mentolnet@gmail.com'),(732536,118921,'login_id','1'),(732535,118920,'_server_http_x_forwarded_for_0','138.128.161.26'),(732534,118920,'_server_remote_addr','138.128.161.26'),(732533,118920,'_xmlrpc_request','true'),(732532,118920,'_message_key','user_login_failed'),(732530,118920,'login','mentol'),(732531,118920,'server_http_user_agent','wp-iphone'),(732528,118920,'login_id','1'),(732529,118920,'login_email','mentolnet@gmail.com'),(732527,118919,'_server_http_x_forwarded_for_0','202.5.16.170'),(732526,118919,'_server_remote_addr','202.5.16.170'),(732525,118919,'_xmlrpc_request','true'),(732524,118919,'_message_key','user_unknown_login_failed'),(732523,118919,'server_http_user_agent','Poster'),(732522,118919,'failed_username','luis-monteiro'),(732521,118918,'_server_http_x_forwarded_for_0','107.180.120.63'),(732520,118918,'_server_remote_addr','107.180.120.63'),(732519,118918,'_xmlrpc_request','true'),(732518,118918,'_message_key','user_login_failed'),(732516,118918,'login','mentol'),(732517,118918,'server_http_user_agent','WordPress'),(732514,118918,'login_id','1'),(732515,118918,'login_email','mentolnet@gmail.com'),(732513,118917,'_server_http_x_forwarded_for_0','148.72.232.160'),(732512,118917,'_server_remote_addr','148.72.232.160'),(732511,118917,'_xmlrpc_request','true'),(732510,118917,'_message_key','user_unknown_login_failed'),(732509,118917,'server_http_user_agent','wp-iphone'),(732508,118917,'failed_username','luis-monteiro'),(732507,118916,'_server_http_x_forwarded_for_0','148.72.232.38'),(732506,118916,'_server_remote_addr','148.72.232.38'),(732505,118916,'_xmlrpc_request','true'),(732504,118916,'_message_key','user_login_failed'),(732502,118916,'login','mentol'),(732503,118916,'server_http_user_agent','Poster'),(732500,118916,'login_id','1'),(732501,118916,'login_email','mentolnet@gmail.com'),(732499,118915,'_server_http_x_forwarded_for_0','54.36.54.186'),(732498,118915,'_server_remote_addr','54.36.54.186'),(732497,118915,'_xmlrpc_request','true'),(732496,118915,'_message_key','user_login_failed'),(732495,118915,'server_http_user_agent','Windows Live Writer'),(732494,118915,'login','mentol'),(732493,118915,'login_email','mentolnet@gmail.com'),(732492,118915,'login_id','1'),(732491,118914,'_server_http_x_forwarded_for_0','198.71.230.34'),(732490,118914,'_server_remote_addr','198.71.230.34'),(732489,118914,'_xmlrpc_request','true'),(732488,118914,'_message_key','user_unknown_login_failed'),(732487,118914,'server_http_user_agent','wp-android'),(732486,118914,'failed_username','luis-monteiro'),(732485,118913,'_server_http_x_forwarded_for_0','182.16.169.110'),(732484,118913,'_server_remote_addr','182.16.169.110'),(732483,118913,'_xmlrpc_request','true'),(732482,118913,'_message_key','user_login_failed'),(732480,118913,'login','mentol'),(732481,118913,'server_http_user_agent','WordPress'),(732479,118913,'login_email','mentolnet@gmail.com'),(732478,118913,'login_id','1'),(732477,118912,'_server_http_x_forwarded_for_0','185.94.230.200'),(732475,118912,'_xmlrpc_request','true'),(732476,118912,'_server_remote_addr','185.94.230.200'),(732474,118912,'_message_key','user_login_failed'),(732473,118912,'server_http_user_agent','wp-android'),(732472,118912,'login','mentol'),(732471,118912,'login_email','mentolnet@gmail.com'),(732470,118912,'login_id','1'),(732469,118911,'_server_http_x_forwarded_for_0','103.42.110.13'),(732468,118911,'_server_remote_addr','103.42.110.13'),(732467,118911,'_xmlrpc_request','true'),(732466,118911,'_message_key','user_unknown_login_failed'),(732465,118911,'server_http_user_agent','Windows Live Writer'),(732464,118911,'failed_username','luis-monteiro'),(732463,118910,'_server_http_x_forwarded_for_0','91.201.52.179'),(732462,118910,'_server_remote_addr','91.201.52.179'),(732461,118910,'_xmlrpc_request','true'),(732460,118910,'_message_key','user_login_failed'),(732459,118910,'server_http_user_agent','Windows Live Writer'),(732458,118910,'login','mentol'),(732456,118910,'login_id','1'),(732457,118910,'login_email','mentolnet@gmail.com'),(732455,118909,'_server_http_x_forwarded_for_0','67.225.224.35'),(732454,118909,'_server_remote_addr','67.225.224.35'),(732453,118909,'_xmlrpc_request','true'),(732452,118909,'_message_key','user_login_failed'),(732451,118909,'server_http_user_agent','wp-android'),(732450,118909,'login','mentol'),(732449,118909,'login_email','mentolnet@gmail.com'),(732448,118909,'login_id','1'),(732447,118908,'_server_http_x_forwarded_for_0','107.180.120.61'),(732446,118908,'_server_remote_addr','107.180.120.61'),(732445,118908,'_xmlrpc_request','true'),(732444,118908,'_message_key','user_unknown_login_failed'),(732443,118908,'server_http_user_agent','wp-windowsphone'),(732442,118908,'failed_username','luis-monteiro'),(732441,118907,'_server_http_x_forwarded_for_0','83.166.138.22'),(732440,118907,'_server_remote_addr','83.166.138.22'),(732439,118907,'_xmlrpc_request','true'),(732438,118907,'_message_key','user_login_failed'),(732437,118907,'server_http_user_agent','WordPress'),(732436,118907,'login','mentol'),(732435,118907,'login_email','mentolnet@gmail.com'),(732434,118907,'login_id','1'),(732433,118906,'_server_http_x_forwarded_for_0','198.71.230.4'),(732432,118906,'_server_remote_addr','198.71.230.4'),(732431,118906,'_xmlrpc_request','true'),(732430,118906,'_message_key','user_unknown_login_failed'),(732429,118906,'server_http_user_agent','wp-windowsphone'),(732428,118906,'failed_username','luis-monteiro'),(732427,118905,'_server_http_x_forwarded_for_0','69.89.31.124'),(732426,118905,'_server_remote_addr','69.89.31.124'),(732425,118905,'_xmlrpc_request','true'),(732424,118905,'_message_key','user_login_failed'),(732423,118905,'server_http_user_agent','WordPress'),(732422,118905,'login','mentol'),(732421,118905,'login_email','mentolnet@gmail.com'),(732420,118905,'login_id','1'),(732419,118904,'_server_http_x_forwarded_for_0','45.64.186.213'),(732418,118904,'_server_remote_addr','45.64.186.213'),(732417,118904,'_xmlrpc_request','true'),(732416,118904,'_message_key','user_login_failed'),(732414,118904,'login','mentol'),(732415,118904,'server_http_user_agent','WordPress'),(732413,118904,'login_email','mentolnet@gmail.com'),(732412,118904,'login_id','1'),(732411,118903,'_server_http_x_forwarded_for_0','104.254.244.117'),(732410,118903,'_server_remote_addr','104.254.244.117'),(732409,118903,'_xmlrpc_request','true'),(732408,118903,'_message_key','user_unknown_login_failed'),(732407,118903,'server_http_user_agent','wp-iphone'),(732406,118903,'failed_username','luis-monteiro'),(732405,118902,'_server_http_x_forwarded_for_0','50.62.208.46'),(732404,118902,'_server_remote_addr','50.62.208.46'),(732403,118902,'_xmlrpc_request','true'),(732402,118902,'_message_key','user_unknown_login_failed'),(732401,118902,'server_http_user_agent','wp-android'),(732400,118902,'failed_username','luis-monteiro'),(732399,118901,'_server_http_x_forwarded_for_0','121.41.7.181'),(732398,118901,'_server_remote_addr','121.41.7.181'),(732397,118901,'_xmlrpc_request','true'),(732396,118901,'_message_key','user_login_failed'),(732395,118901,'server_http_user_agent','wp-android'),(732394,118901,'login','mentol'),(732393,118901,'login_email','mentolnet@gmail.com'),(732392,118901,'login_id','1'),(732391,118900,'_server_http_x_forwarded_for_0','67.225.224.35'),(732390,118900,'_server_remote_addr','67.225.224.35'),(732389,118900,'_xmlrpc_request','true'),(732388,118900,'_message_key','user_login_failed'),(732386,118900,'login','mentol'),(732387,118900,'server_http_user_agent','wp-windowsphone'),(732385,118900,'login_email','mentolnet@gmail.com'),(732384,118900,'login_id','1'),(732383,118899,'_server_http_x_forwarded_for_0','50.62.208.93'),(732382,118899,'_server_remote_addr','50.62.208.93'),(732381,118899,'_xmlrpc_request','true'),(732380,118899,'_message_key','user_login_failed'),(732378,118899,'login','mentol'),(732379,118899,'server_http_user_agent','wp-windowsphone'),(732376,118899,'login_id','1'),(732377,118899,'login_email','mentolnet@gmail.com'),(732375,118898,'_server_http_x_forwarded_for_0','98.159.34.82'),(732374,118898,'_server_remote_addr','98.159.34.82'),(732373,118898,'_xmlrpc_request','true'),(732372,118898,'_message_key','user_unknown_login_failed'),(732371,118898,'server_http_user_agent','wp-android'),(732370,118898,'failed_username','luis-monteiro'),(732369,118897,'_server_http_x_forwarded_for_0','121.41.7.181'),(732368,118897,'_server_remote_addr','121.41.7.181'),(732367,118897,'_xmlrpc_request','true'),(732366,118897,'_message_key','user_login_failed'),(732364,118897,'login','mentol'),(732365,118897,'server_http_user_agent','Windows Live Writer'),(732362,118897,'login_id','1'),(732363,118897,'login_email','mentolnet@gmail.com'),(732361,118896,'_server_http_x_forwarded_for_0','197.155.158.21'),(732360,118896,'_server_remote_addr','197.155.158.21'),(732359,118896,'_xmlrpc_request','true'),(732358,118896,'_message_key','user_login_failed'),(732357,118896,'server_http_user_agent','Poster'),(732356,118896,'login','mentol'),(732355,118896,'login_email','mentolnet@gmail.com'),(732354,118896,'login_id','1'),(732353,118895,'_server_http_x_forwarded_for_0','81.27.85.29'),(732352,118895,'_server_remote_addr','81.27.85.29'),(732351,118895,'_xmlrpc_request','true'),(732350,118895,'_message_key','user_unknown_login_failed'),(732349,118895,'server_http_user_agent','Poster'),(732348,118895,'failed_username','luis-monteiro'),(732347,118894,'_server_http_x_forwarded_for_0','184.168.200.183'),(732346,118894,'_server_remote_addr','184.168.200.183'),(732345,118894,'_xmlrpc_request','true'),(732344,118894,'_message_key','user_login_failed'),(732343,118894,'server_http_user_agent','wp-iphone'),(732342,118894,'login','mentol'),(732341,118894,'login_email','mentolnet@gmail.com'),(732340,118894,'login_id','1'),(732339,118893,'_server_http_x_forwarded_for_0','209.58.183.55'),(732338,118893,'_server_remote_addr','209.58.183.55'),(732337,118893,'_xmlrpc_request','true'),(732336,118893,'_message_key','user_login_failed'),(732334,118893,'login','mentol'),(732335,118893,'server_http_user_agent','wp-android'),(732333,118893,'login_email','mentolnet@gmail.com'),(732332,118893,'login_id','1'),(732331,118892,'_server_http_x_forwarded_for_0','162.243.244.113'),(732329,118892,'_xmlrpc_request','true'),(732330,118892,'_server_remote_addr','162.243.244.113'),(732328,118892,'_message_key','user_login_failed'),(732327,118892,'server_http_user_agent','wp-iphone'),(732326,118892,'login','mentol'),(732325,118892,'login_email','mentolnet@gmail.com'),(732324,118892,'login_id','1'),(732323,118891,'_server_http_x_forwarded_for_0','31.14.13.75'),(732322,118891,'_server_remote_addr','31.14.13.75'),(732321,118891,'_xmlrpc_request','true'),(732320,118891,'_message_key','user_login_failed'),(732319,118891,'server_http_user_agent','WordPress'),(732318,118891,'login','mentol'),(732316,118891,'login_id','1'),(732317,118891,'login_email','mentolnet@gmail.com'),(732315,118890,'_server_http_x_forwarded_for_0','103.6.198.100'),(732314,118890,'_server_remote_addr','103.6.198.100'),(732313,118890,'_xmlrpc_request','true'),(732312,118890,'_message_key','user_unknown_login_failed'),(732311,118890,'server_http_user_agent','wp-iphone'),(732310,118890,'failed_username','luis-monteiro'),(732309,118889,'_server_http_x_forwarded_for_0','192.163.223.63'),(732308,118889,'_server_remote_addr','192.163.223.63'),(732307,118889,'_xmlrpc_request','true'),(732306,118889,'_message_key','user_login_failed'),(732305,118889,'server_http_user_agent','Windows Live Writer'),(732304,118889,'login','mentol'),(732302,118889,'login_id','1'),(732303,118889,'login_email','mentolnet@gmail.com'),(732301,118888,'_server_http_x_forwarded_for_0','23.111.153.6'),(732300,118888,'_server_remote_addr','23.111.153.6'),(732299,118888,'_xmlrpc_request','true'),(732298,118888,'_message_key','user_unknown_login_failed'),(732297,118888,'server_http_user_agent','Poster'),(732296,118888,'failed_username','luis-monteiro'),(732295,118887,'_server_http_referer','https://carpi2018.org/wp-cron.php?doing_wp_cron=1542909219.9548039436340332031250'),(732294,118887,'_server_http_x_forwarded_for_0','130.185.87.25'),(732293,118887,'_server_remote_addr','130.185.87.25'),(732292,118887,'_message_key','plugin_update_available'),(732291,118887,'plugin_new_version','3.6.4'),(732290,118887,'plugin_current_version','3.6.0'),(732289,118887,'plugin_name','BackWPup'),(732288,118886,'_server_http_x_forwarded_for_0','50.62.177.66'),(732287,118886,'_server_remote_addr','50.62.177.66'),(732286,118886,'_xmlrpc_request','true'),(732285,118886,'_message_key','user_login_failed'),(732284,118886,'server_http_user_agent','WordPress'),(732283,118886,'login','mentol'),(732282,118886,'login_email','mentolnet@gmail.com'),(732281,118886,'login_id','1'),(732280,118885,'_server_http_x_forwarded_for_0','104.254.244.117'),(732279,118885,'_server_remote_addr','104.254.244.117'),(732278,118885,'_xmlrpc_request','true'),(732277,118885,'_message_key','user_login_failed'),(732275,118885,'login','mentol'),(732276,118885,'server_http_user_agent','wp-android'),(732274,118885,'login_email','mentolnet@gmail.com'),(732273,118885,'login_id','1'),(732272,118884,'_server_http_x_forwarded_for_0','69.16.239.116'),(732271,118884,'_server_remote_addr','69.16.239.116'),(732270,118884,'_xmlrpc_request','true'),(732269,118884,'_message_key','user_unknown_login_failed'),(732268,118884,'server_http_user_agent','Poster'),(732267,118884,'failed_username','luis-monteiro'),(732266,118883,'_server_http_x_forwarded_for_0','198.71.235.85'),(732265,118883,'_server_remote_addr','198.71.235.85'),(732264,118883,'_xmlrpc_request','true'),(732263,118883,'_message_key','user_login_failed'),(732261,118883,'login','mentol'),(732262,118883,'server_http_user_agent','wp-android'),(732260,118883,'login_email','mentolnet@gmail.com'),(732259,118883,'login_id','1'),(732258,118882,'_server_http_x_forwarded_for_0','209.159.155.171'),(732257,118882,'_server_remote_addr','209.159.155.171'),(732256,118882,'_xmlrpc_request','true'),(732255,118882,'_message_key','user_login_failed'),(732253,118882,'login','mentol'),(732254,118882,'server_http_user_agent','Windows Live Writer'),(732251,118882,'login_id','1'),(732252,118882,'login_email','mentolnet@gmail.com'),(732250,118881,'_server_http_x_forwarded_for_0','198.71.237.17'),(732249,118881,'_server_remote_addr','198.71.237.17'),(732248,118881,'_xmlrpc_request','true'),(732247,118881,'_message_key','user_unknown_login_failed'),(732246,118881,'server_http_user_agent','Windows Live Writer'),(732245,118881,'failed_username','luis-monteiro'),(732244,118880,'_server_http_x_forwarded_for_0','67.225.224.35'),(732243,118880,'_server_remote_addr','67.225.224.35'),(732242,118880,'_xmlrpc_request','true'),(732241,118880,'_message_key','user_login_failed'),(732239,118880,'login','mentol'),(732240,118880,'server_http_user_agent','wp-iphone'),(732237,118880,'login_id','1'),(732238,118880,'login_email','mentolnet@gmail.com'),(732236,118879,'_server_http_x_forwarded_for_0','164.160.91.27'),(732235,118879,'_server_remote_addr','164.160.91.27'),(732234,118879,'_xmlrpc_request','true'),(732233,118879,'_message_key','user_unknown_login_failed'),(732232,118879,'server_http_user_agent','wp-iphone'),(732231,118879,'failed_username','luis-monteiro'),(732230,118878,'_server_http_x_forwarded_for_0','151.80.76.49'),(732229,118878,'_server_remote_addr','151.80.76.49'),(732228,118878,'_xmlrpc_request','true'),(732227,118878,'_message_key','user_login_failed'),(732225,118878,'login','mentol'),(732226,118878,'server_http_user_agent','wp-iphone'),(732223,118878,'login_id','1'),(732224,118878,'login_email','mentolnet@gmail.com'),(732222,118877,'_server_http_x_forwarded_for_0','66.70.150.86'),(732221,118877,'_server_remote_addr','66.70.150.86'),(732220,118877,'_xmlrpc_request','true'),(732219,118877,'_message_key','user_login_failed'),(732218,118877,'server_http_user_agent','WordPress'),(732217,118877,'login','mentol'),(732216,118877,'login_email','mentolnet@gmail.com'),(732215,118877,'login_id','1'),(732214,118876,'_server_http_x_forwarded_for_0','198.71.230.4'),(732213,118876,'_server_remote_addr','198.71.230.4'),(732212,118876,'_xmlrpc_request','true'),(732211,118876,'_message_key','user_unknown_login_failed'),(732210,118876,'server_http_user_agent','WordPress'),(732209,118876,'failed_username','luis-monteiro'),(732208,118875,'_server_http_x_forwarded_for_0','50.87.249.108'),(732207,118875,'_server_remote_addr','50.87.249.108'),(732206,118875,'_xmlrpc_request','true'),(732205,118875,'_message_key','user_login_failed'),(732204,118875,'server_http_user_agent','Poster'),(732203,118875,'login','mentol'),(732202,118875,'login_email','mentolnet@gmail.com'),(732201,118875,'login_id','1'),(732200,118874,'_server_http_x_forwarded_for_0','148.66.146.7'),(732199,118874,'_server_remote_addr','148.66.146.7'),(732198,118874,'_xmlrpc_request','true'),(732197,118874,'_message_key','user_login_failed'),(732195,118874,'login','mentol'),(732196,118874,'server_http_user_agent','wp-iphone'),(732194,118874,'login_email','mentolnet@gmail.com'),(732193,118874,'login_id','1'),(732192,118873,'_server_http_x_forwarded_for_0','149.255.58.2'),(732190,118873,'_xmlrpc_request','true'),(732191,118873,'_server_remote_addr','149.255.58.2'),(732189,118873,'_message_key','user_login_failed'),(732188,118873,'server_http_user_agent','WordPress'),(732187,118873,'login','mentol'),(732186,118873,'login_email','mentolnet@gmail.com'),(732185,118873,'login_id','1'),(732184,118872,'_server_http_x_forwarded_for_0','171.244.32.232'),(732183,118872,'_server_remote_addr','171.244.32.232'),(732182,118872,'_xmlrpc_request','true'),(732181,118872,'_message_key','user_unknown_login_failed'),(732180,118872,'server_http_user_agent','Windows Live Writer'),(732179,118872,'failed_username','luis-monteiro'),(732178,118871,'_server_http_x_forwarded_for_0','107.180.123.21'),(732176,118871,'_xmlrpc_request','true'),(732177,118871,'_server_remote_addr','107.180.123.21'),(732175,118871,'_message_key','user_login_failed'),(732174,118871,'server_http_user_agent','wp-android'),(732173,118871,'login','mentol'),(732172,118871,'login_email','mentolnet@gmail.com'),(732171,118871,'login_id','1'),(732170,118870,'_server_http_x_forwarded_for_0','43.255.152.10'),(732169,118870,'_server_remote_addr','43.255.152.10'),(732168,118870,'_xmlrpc_request','true'),(732167,118870,'_message_key','user_login_failed'),(732166,118870,'server_http_user_agent','WordPress'),(732165,118870,'login','mentol'),(732163,118870,'login_id','1'),(732164,118870,'login_email','mentolnet@gmail.com'),(732162,118869,'_server_http_x_forwarded_for_0','217.61.128.177'),(732161,118869,'_server_remote_addr','217.61.128.177'),(732160,118869,'_xmlrpc_request','true'),(732159,118869,'_message_key','user_unknown_login_failed'),(732158,118869,'server_http_user_agent','wp-iphone'),(732157,118869,'failed_username','luis-monteiro'),(732156,118868,'_server_http_x_forwarded_for_0','89.46.106.220'),(732155,118868,'_server_remote_addr','89.46.106.220'),(732154,118868,'_xmlrpc_request','true'),(732153,118868,'_message_key','user_login_failed'),(732152,118868,'server_http_user_agent','Poster'),(732151,118868,'login','mentol'),(732149,118868,'login_id','1'),(732150,118868,'login_email','mentolnet@gmail.com'),(732148,118867,'_server_http_x_forwarded_for_0','103.224.80.2'),(732147,118867,'_server_remote_addr','103.224.80.2'),(732146,118867,'_xmlrpc_request','true'),(732145,118867,'_message_key','user_login_failed'),(732144,118867,'server_http_user_agent','wp-android'),(732143,118867,'login','mentol'),(732142,118867,'login_email','mentolnet@gmail.com'),(732141,118867,'login_id','1'),(732140,118866,'_server_http_x_forwarded_for_0','41.185.8.169'),(732139,118866,'_server_remote_addr','41.185.8.169'),(732138,118866,'_xmlrpc_request','true'),(732137,118866,'_message_key','user_unknown_login_failed'),(732136,118866,'server_http_user_agent','Windows Live Writer'),(732135,118866,'failed_username','luis-monteiro'),(732134,118865,'_server_http_x_forwarded_for_0','148.72.232.122'),(732133,118865,'_server_remote_addr','148.72.232.122'),(732132,118865,'_xmlrpc_request','true'),(732131,118865,'_message_key','user_login_failed'),(732130,118865,'server_http_user_agent','Poster'),(732129,118865,'login','mentol'),(732128,118865,'login_email','mentolnet@gmail.com'),(732127,118865,'login_id','1'),(732126,118864,'_server_http_x_forwarded_for_0','185.106.210.201'),(732125,118864,'_server_remote_addr','185.106.210.201'),(732124,118864,'_xmlrpc_request','true'),(732123,118864,'_message_key','user_unknown_login_failed'),(732122,118864,'server_http_user_agent','wp-android'),(732121,118864,'failed_username','luis-monteiro'),(732120,118863,'_server_http_x_forwarded_for_0','198.54.126.158'),(732119,118863,'_server_remote_addr','198.54.126.158'),(732118,118863,'_xmlrpc_request','true'),(732117,118863,'_message_key','user_login_failed'),(732115,118863,'login','mentol'),(732116,118863,'server_http_user_agent','wp-windowsphone'),(732114,118863,'login_email','mentolnet@gmail.com'),(732113,118863,'login_id','1'),(732112,118862,'_server_http_x_forwarded_for_0','104.128.226.6'),(732111,118862,'_server_remote_addr','104.128.226.6'),(732110,118862,'_xmlrpc_request','true'),(732109,118862,'_message_key','user_login_failed'),(732107,118862,'login','mentol'),(732108,118862,'server_http_user_agent','WordPress'),(732105,118862,'login_id','1'),(732106,118862,'login_email','mentolnet@gmail.com'),(732104,118861,'_server_http_x_forwarded_for_0','173.82.245.160'),(732103,118861,'_server_remote_addr','173.82.245.160'),(732102,118861,'_xmlrpc_request','true'),(732101,118861,'_message_key','user_unknown_login_failed'),(732100,118861,'server_http_user_agent','Poster'),(732099,118861,'failed_username','luis-monteiro'),(732098,118860,'_server_http_x_forwarded_for_0','198.71.236.23'),(732097,118860,'_server_remote_addr','198.71.236.23'),(732096,118860,'_xmlrpc_request','true'),(732095,118860,'_message_key','user_login_failed'),(732093,118860,'login','mentol'),(732094,118860,'server_http_user_agent','Poster'),(732091,118860,'login_id','1'),(732092,118860,'login_email','mentolnet@gmail.com'),(732090,118859,'_server_http_x_forwarded_for_0','185.92.239.147'),(732089,118859,'_server_remote_addr','185.92.239.147'),(732088,118859,'_xmlrpc_request','true'),(732087,118859,'_message_key','user_unknown_login_failed'),(732086,118859,'server_http_user_agent','Poster'),(732085,118859,'failed_username','luis-monteiro'),(732084,118858,'_server_http_x_forwarded_for_0','192.3.2.170'),(732083,118858,'_server_remote_addr','192.3.2.170'),(732082,118858,'_xmlrpc_request','true'),(732081,118858,'_message_key','user_login_failed'),(732079,118858,'login','mentol'),(732080,118858,'server_http_user_agent','wp-windowsphone'),(732077,118858,'login_id','1'),(732078,118858,'login_email','mentolnet@gmail.com'),(732076,118857,'_server_http_x_forwarded_for_0','107.180.121.25'),(732075,118857,'_server_remote_addr','107.180.121.25'),(732074,118857,'_xmlrpc_request','true'),(732073,118857,'_message_key','user_unknown_login_failed'),(732072,118857,'server_http_user_agent','Poster'),(732071,118857,'failed_username','luis-monteiro'),(732070,118856,'_server_http_x_forwarded_for_0','166.62.44.7'),(732069,118856,'_server_remote_addr','166.62.44.7'),(732068,118856,'_xmlrpc_request','true'),(732067,118856,'_message_key','user_login_failed'),(732065,118856,'login','mentol'),(732066,118856,'server_http_user_agent','wp-android'),(732063,118856,'login_id','1'),(732064,118856,'login_email','mentolnet@gmail.com'),(732062,118855,'_server_http_x_forwarded_for_0','200.58.122.221'),(732061,118855,'_server_remote_addr','200.58.122.221'),(732060,118855,'_xmlrpc_request','true'),(732059,118855,'_message_key','user_unknown_login_failed'),(732058,118855,'server_http_user_agent','WordPress'),(732057,118855,'failed_username','luis-monteiro'),(732056,118854,'_server_http_x_forwarded_for_0','160.153.156.141'),(732055,118854,'_server_remote_addr','160.153.156.141'),(732054,118854,'_xmlrpc_request','true'),(732053,118854,'_message_key','user_login_failed'),(732051,118854,'login','mentol'),(732052,118854,'server_http_user_agent','WordPress'),(732049,118854,'login_id','1'),(732050,118854,'login_email','mentolnet@gmail.com'),(732048,118853,'_server_http_x_forwarded_for_0','81.177.141.70'),(732047,118853,'_server_remote_addr','81.177.141.70'),(732046,118853,'_xmlrpc_request','true'),(732045,118853,'_message_key','user_login_failed'),(732044,118853,'server_http_user_agent','wp-iphone'),(732043,118853,'login','mentol'),(732042,118853,'login_email','mentolnet@gmail.com'),(732041,118853,'login_id','1'),(732040,118852,'_server_http_x_forwarded_for_0','217.198.124.58'),(732039,118852,'_server_remote_addr','217.198.124.58'),(732038,118852,'_xmlrpc_request','true'),(732037,118852,'_message_key','user_unknown_login_failed'),(732036,118852,'server_http_user_agent','WordPress'),(732035,118852,'failed_username','luis-monteiro'),(732034,118851,'_server_http_x_forwarded_for_0','107.180.121.26'),(732033,118851,'_server_remote_addr','107.180.121.26'),(732032,118851,'_xmlrpc_request','true'),(732031,118851,'_message_key','user_login_failed'),(732030,118851,'server_http_user_agent','WordPress'),(732029,118851,'login','mentol'),(732028,118851,'login_email','mentolnet@gmail.com'),(732027,118851,'login_id','1'),(732026,118850,'_server_http_x_forwarded_for_0','104.248.77.54'),(732025,118850,'_server_remote_addr','104.248.77.54'),(732024,118850,'_xmlrpc_request','true'),(732023,118850,'_message_key','user_unknown_login_failed'),(732022,118850,'server_http_user_agent','wp-windowsphone'),(732021,118850,'failed_username','luis-monteiro'),(732020,118849,'_server_http_x_forwarded_for_0','39.104.80.104'),(732019,118849,'_server_remote_addr','39.104.80.104'),(732018,118849,'_xmlrpc_request','true'),(732017,118849,'_message_key','user_login_failed'),(732015,118849,'login','mentol'),(732016,118849,'server_http_user_agent','Poster'),(732014,118849,'login_email','mentolnet@gmail.com'),(732013,118849,'login_id','1'),(732012,118848,'_server_http_x_forwarded_for_0','37.48.86.194'),(732010,118848,'_xmlrpc_request','true'),(732011,118848,'_server_remote_addr','37.48.86.194'),(732009,118848,'_message_key','user_login_failed'),(732008,118848,'server_http_user_agent','WordPress'),(732007,118848,'login','mentol'),(732006,118848,'login_email','mentolnet@gmail.com'),(732005,118848,'login_id','1'),(732004,118847,'_server_http_x_forwarded_for_0','173.254.24.20'),(732003,118847,'_server_remote_addr','173.254.24.20'),(732002,118847,'_xmlrpc_request','true'),(732001,118847,'_message_key','user_unknown_login_failed'),(732000,118847,'server_http_user_agent','wp-windowsphone'),(731999,118847,'failed_username','luis-monteiro'),(731998,118846,'_server_http_x_forwarded_for_0','83.166.138.47'),(731997,118846,'_server_remote_addr','83.166.138.47'),(731996,118846,'_xmlrpc_request','true'),(731995,118846,'_message_key','user_login_failed'),(731994,118846,'server_http_user_agent','wp-android'),(731993,118846,'login','mentol'),(731991,118846,'login_id','1'),(731992,118846,'login_email','mentolnet@gmail.com'),(731990,118845,'_server_http_x_forwarded_for_0','162.251.80.12'),(731989,118845,'_server_remote_addr','162.251.80.12'),(731988,118845,'_xmlrpc_request','true'),(731987,118845,'_message_key','user_unknown_login_failed'),(731986,118845,'server_http_user_agent','Poster'),(731985,118845,'failed_username','luis-monteiro'),(731984,118844,'_server_http_x_forwarded_for_0','198.57.152.61'),(731983,118844,'_server_remote_addr','198.57.152.61'),(731982,118844,'_xmlrpc_request','true'),(731981,118844,'_message_key','user_login_failed'),(731980,118844,'server_http_user_agent','Windows Live Writer'),(731979,118844,'login','mentol'),(731977,118844,'login_id','1'),(731978,118844,'login_email','mentolnet@gmail.com'),(731976,118843,'_server_http_x_forwarded_for_0','182.50.132.70'),(731975,118843,'_server_remote_addr','182.50.132.70'),(731974,118843,'_xmlrpc_request','true'),(731973,118843,'_message_key','user_login_failed'),(731972,118843,'server_http_user_agent','WordPress'),(731971,118843,'login','mentol'),(731970,118843,'login_email','mentolnet@gmail.com'),(731969,118843,'login_id','1'),(731968,118842,'_server_http_x_forwarded_for_0','198.54.126.122'),(731967,118842,'_server_remote_addr','198.54.126.122'),(731966,118842,'_xmlrpc_request','true'),(731965,118842,'_message_key','user_unknown_login_failed'),(731964,118842,'server_http_user_agent','wp-iphone'),(731963,118842,'failed_username','luis-monteiro'),(731962,118841,'_server_http_x_forwarded_for_0','138.128.161.26'),(731961,118841,'_server_remote_addr','138.128.161.26'),(731960,118841,'_xmlrpc_request','true'),(731959,118841,'_message_key','user_login_failed'),(731958,118841,'server_http_user_agent','wp-windowsphone'),(731957,118841,'login','mentol'),(731956,118841,'login_email','mentolnet@gmail.com'),(731955,118841,'login_id','1'),(731954,118840,'_server_http_x_forwarded_for_0','107.180.109.26'),(731953,118840,'_server_remote_addr','107.180.109.26'),(731952,118840,'_xmlrpc_request','true'),(731951,118840,'_message_key','user_unknown_login_failed'),(731950,118840,'server_http_user_agent','Windows Live Writer'),(731949,118840,'failed_username','luis-monteiro'),(731948,118839,'_server_http_x_forwarded_for_0','107.180.120.13'),(731947,118839,'_server_remote_addr','107.180.120.13'),(731946,118839,'_xmlrpc_request','true'),(731945,118839,'_message_key','user_login_failed'),(731943,118839,'login','mentol'),(731944,118839,'server_http_user_agent','WordPress'),(731942,118839,'login_email','mentolnet@gmail.com'),(731941,118839,'login_id','1'),(731940,118838,'_server_http_x_forwarded_for_0','182.16.169.110'),(731939,118838,'_server_remote_addr','182.16.169.110'),(731938,118838,'_xmlrpc_request','true'),(731937,118838,'_message_key','user_login_failed'),(731935,118838,'login','mentol'),(731936,118838,'server_http_user_agent','wp-android'),(731933,118838,'login_id','1'),(731934,118838,'login_email','mentolnet@gmail.com'),(731932,118837,'_server_http_x_forwarded_for_0','198.71.226.41'),(731931,118837,'_server_remote_addr','198.71.226.41'),(731930,118837,'_xmlrpc_request','true'),(731929,118837,'_message_key','user_unknown_login_failed'),(731928,118837,'server_http_user_agent','Windows Live Writer'),(731927,118837,'failed_username','luis-monteiro'),(731926,118836,'_server_http_x_forwarded_for_0','37.187.146.135'),(731925,118836,'_server_remote_addr','37.187.146.135'),(731924,118836,'_xmlrpc_request','true'),(731923,118836,'_message_key','user_login_failed'),(731921,118836,'login','mentol'),(731922,118836,'server_http_user_agent','wp-iphone'),(731919,118836,'login_id','1'),(731920,118836,'login_email','mentolnet@gmail.com'),(731918,118835,'_server_http_x_forwarded_for_0','8.29.152.98'),(731917,118835,'_server_remote_addr','8.29.152.98'),(731916,118835,'_xmlrpc_request','true'),(731915,118835,'_message_key','user_login_failed'),(731914,118835,'server_http_user_agent','wp-windowsphone'),(731913,118835,'login','mentol'),(731912,118835,'login_email','mentolnet@gmail.com'),(731911,118835,'login_id','1'),(731910,118834,'_server_http_x_forwarded_for_0','198.54.114.54'),(731909,118834,'_server_remote_addr','198.54.114.54'),(731908,118834,'_xmlrpc_request','true'),(731907,118834,'_message_key','user_unknown_login_failed'),(731906,118834,'server_http_user_agent','Poster'),(731905,118834,'failed_username','luis-monteiro'),(731904,118833,'_server_http_x_forwarded_for_0','153.92.0.24'),(731903,118833,'_server_remote_addr','153.92.0.24'),(731902,118833,'_xmlrpc_request','true'),(731901,118833,'_message_key','user_login_failed'),(731899,118833,'login','mentol'),(731900,118833,'server_http_user_agent','Poster'),(731898,118833,'login_email','mentolnet@gmail.com'),(731897,118833,'login_id','1'),(731896,118832,'_server_http_x_forwarded_for_0','130.185.87.195'),(731894,118832,'_xmlrpc_request','true'),(731895,118832,'_server_remote_addr','130.185.87.195'),(731893,118832,'_message_key','user_login_failed'),(731892,118832,'server_http_user_agent','wp-windowsphone'),(731891,118832,'login','mentol'),(731890,118832,'login_email','mentolnet@gmail.com'),(731889,118832,'login_id','1'),(731888,118831,'_server_http_x_forwarded_for_0','65.49.80.90'),(731887,118831,'_server_remote_addr','65.49.80.90'),(731886,118831,'_xmlrpc_request','true'),(731885,118831,'_message_key','user_unknown_login_failed'),(731884,118831,'server_http_user_agent','WordPress'),(731883,118831,'failed_username','luis-monteiro'),(731882,118830,'_server_http_x_forwarded_for_0','23.227.133.42'),(731880,118830,'_xmlrpc_request','true'),(731881,118830,'_server_remote_addr','23.227.133.42'),(731879,118830,'_message_key','user_login_failed'),(731878,118830,'server_http_user_agent','Windows Live Writer'),(731877,118830,'login','mentol'),(731876,118830,'login_email','mentolnet@gmail.com'),(731875,118830,'login_id','1'),(731874,118829,'_server_http_x_forwarded_for_0','213.251.182.102'),(731873,118829,'_server_remote_addr','213.251.182.102'),(731872,118829,'_xmlrpc_request','true'),(731871,118829,'_message_key','user_login_failed'),(731870,118829,'server_http_user_agent','Poster'),(731869,118829,'login','mentol'),(731867,118829,'login_id','1'),(731868,118829,'login_email','mentolnet@gmail.com'),(731866,118828,'_server_http_x_forwarded_for_0','202.5.16.170'),(731865,118828,'_server_remote_addr','202.5.16.170'),(731864,118828,'_xmlrpc_request','true'),(731863,118828,'_message_key','user_unknown_login_failed'),(731862,118828,'server_http_user_agent','wp-iphone'),(731861,118828,'failed_username','luis-monteiro'),(731860,118827,'_server_http_x_forwarded_for_0','72.52.169.62'),(731859,118827,'_server_remote_addr','72.52.169.62'),(731858,118827,'_xmlrpc_request','true'),(731857,118827,'_message_key','user_login_failed'),(731856,118827,'server_http_user_agent','wp-windowsphone'),(731855,118827,'login','mentol'),(731853,118827,'login_id','1'),(731854,118827,'login_email','mentolnet@gmail.com'),(731852,118826,'_server_http_x_forwarded_for_0','173.201.196.145'),(731851,118826,'_server_remote_addr','173.201.196.145'),(731850,118826,'_xmlrpc_request','true'),(731849,118826,'_message_key','user_login_failed'),(731848,118826,'server_http_user_agent','Poster'),(731847,118826,'login','mentol'),(731846,118826,'login_email','mentolnet@gmail.com'),(731845,118826,'login_id','1'),(731844,118825,'_server_http_x_forwarded_for_0','164.132.52.78'),(731843,118825,'_server_remote_addr','164.132.52.78'),(731842,118825,'_xmlrpc_request','true'),(731841,118825,'_message_key','user_unknown_login_failed'),(731840,118825,'server_http_user_agent','wp-iphone'),(731839,118825,'failed_username','luis-monteiro'),(731838,118824,'_server_http_x_forwarded_for_0','115.133.239.49'),(731837,118824,'_server_remote_addr','115.133.239.49'),(731836,118824,'_xmlrpc_request','true'),(731835,118824,'_message_key','user_login_failed'),(731833,118824,'login','mentol'),(731834,118824,'server_http_user_agent','Windows Live Writer'),(731832,118824,'login_email','mentolnet@gmail.com'),(731831,118824,'login_id','1'),(731830,118823,'_server_http_x_forwarded_for_0','146.185.172.20'),(731829,118823,'_server_remote_addr','146.185.172.20'),(731828,118823,'_xmlrpc_request','true'),(731827,118823,'_message_key','user_login_failed'),(731825,118823,'login','mentol'),(731826,118823,'server_http_user_agent','wp-android'),(731823,118823,'login_id','1'),(731824,118823,'login_email','mentolnet@gmail.com'),(731822,118822,'_server_http_x_forwarded_for_0','173.249.7.172'),(731821,118822,'_server_remote_addr','173.249.7.172'),(731820,118822,'_xmlrpc_request','true'),(731819,118822,'_message_key','user_unknown_login_failed'),(731818,118822,'server_http_user_agent','wp-android'),(731817,118822,'failed_username','luis-monteiro'),(731816,118821,'_server_http_x_forwarded_for_0','46.105.109.134'),(731815,118821,'_server_remote_addr','46.105.109.134'),(731814,118821,'_xmlrpc_request','true'),(731813,118821,'_message_key','user_login_failed'),(731811,118821,'login','mentol'),(731812,118821,'server_http_user_agent','Poster'),(731809,118821,'login_id','1'),(731810,118821,'login_email','mentolnet@gmail.com'),(731808,118820,'_server_http_x_forwarded_for_0','117.52.89.210'),(731807,118820,'_server_remote_addr','117.52.89.210'),(731806,118820,'_xmlrpc_request','true'),(731805,118820,'_message_key','user_login_failed'),(731804,118820,'server_http_user_agent','wp-android'),(731803,118820,'login','mentol'),(731802,118820,'login_email','mentolnet@gmail.com'),(731801,118820,'login_id','1'),(731800,118819,'_server_http_x_forwarded_for_0','198.71.235.66'),(731799,118819,'_server_remote_addr','198.71.235.66'),(731798,118819,'_xmlrpc_request','true'),(731797,118819,'_message_key','user_unknown_login_failed'),(731796,118819,'server_http_user_agent','Windows Live Writer'),(731795,118819,'failed_username','luis-monteiro'),(731794,118818,'_server_http_x_forwarded_for_0','104.219.248.2'),(731793,118818,'_server_remote_addr','104.219.248.2'),(731792,118818,'_xmlrpc_request','true'),(731791,118818,'_message_key','user_login_failed'),(731790,118818,'server_http_user_agent','WordPress'),(731789,118818,'login','mentol'),(731788,118818,'login_email','mentolnet@gmail.com'),(731787,118818,'login_id','1'),(731786,118817,'_server_http_x_forwarded_for_0','81.177.141.70'),(731785,118817,'_server_remote_addr','81.177.141.70'),(731784,118817,'_xmlrpc_request','true'),(731783,118817,'_message_key','user_unknown_login_failed'),(731782,118817,'server_http_user_agent','wp-windowsphone'),(731781,118817,'failed_username','luis-monteiro'),(731780,118816,'_server_http_x_forwarded_for_0','182.50.135.82'),(731779,118816,'_server_remote_addr','182.50.135.82'),(731778,118816,'_xmlrpc_request','true'),(731777,118816,'_message_key','user_login_failed'),(731776,118816,'server_http_user_agent','wp-android'),(731775,118816,'login','mentol'),(731774,118816,'login_email','mentolnet@gmail.com'),(731773,118816,'login_id','1'),(731772,118815,'_server_http_x_forwarded_for_0','107.180.109.18'),(731771,118815,'_server_remote_addr','107.180.109.18'),(731770,118815,'_xmlrpc_request','true'),(731769,118815,'_message_key','user_unknown_login_failed'),(731768,118815,'server_http_user_agent','Windows Live Writer'),(731767,118815,'failed_username','luis-monteiro'),(731766,118814,'_server_http_x_forwarded_for_0','37.60.246.121'),(731765,118814,'_server_remote_addr','37.60.246.121'),(731764,118814,'_xmlrpc_request','true'),(731763,118814,'_message_key','user_login_failed'),(731761,118814,'login','mentol'),(731762,118814,'server_http_user_agent','Poster'),(731760,118814,'login_email','mentolnet@gmail.com'),(731759,118814,'login_id','1'),(731758,118813,'_server_http_x_forwarded_for_0','107.180.109.71'),(731756,118813,'_xmlrpc_request','true'),(731757,118813,'_server_remote_addr','107.180.109.71'),(731755,118813,'_message_key','user_login_failed'),(731754,118813,'server_http_user_agent','wp-windowsphone'),(731753,118813,'login','mentol'),(731752,118813,'login_email','mentolnet@gmail.com'),(731751,118813,'login_id','1'),(731750,118812,'_server_http_x_forwarded_for_0','182.50.151.55'),(731749,118812,'_server_remote_addr','182.50.151.55'),(731748,118812,'_xmlrpc_request','true'),(731747,118812,'_message_key','user_unknown_login_failed'),(731746,118812,'server_http_user_agent','Poster'),(731745,118812,'failed_username','luis-monteiro'),(731744,118811,'_server_http_x_forwarded_for_0','209.58.181.225'),(731742,118811,'_xmlrpc_request','true'),(731743,118811,'_server_remote_addr','209.58.181.225'),(731741,118811,'_message_key','user_login_failed'),(731740,118811,'server_http_user_agent','wp-windowsphone'),(731739,118811,'login','mentol'),(731738,118811,'login_email','mentolnet@gmail.com'),(731737,118811,'login_id','1'),(731736,118810,'_server_http_x_forwarded_for_0','198.71.241.16'),(731735,118810,'_server_remote_addr','198.71.241.16'),(731734,118810,'_xmlrpc_request','true'),(731733,118810,'_message_key','user_login_failed'),(731732,118810,'server_http_user_agent','wp-android'),(731731,118810,'login','mentol'),(731729,118810,'login_id','1'),(731730,118810,'login_email','mentolnet@gmail.com'),(731728,118809,'_server_http_x_forwarded_for_0','192.3.2.170'),(731727,118809,'_server_remote_addr','192.3.2.170'),(731726,118809,'_xmlrpc_request','true'),(731725,118809,'_message_key','user_unknown_login_failed'),(731724,118809,'server_http_user_agent','WordPress'),(731723,118809,'failed_username','luis-monteiro'),(731722,118808,'_server_http_x_forwarded_for_0','198.38.82.72'),(731721,118808,'_server_remote_addr','198.38.82.72'),(731720,118808,'_xmlrpc_request','true'),(731719,118808,'_message_key','user_login_failed'),(731718,118808,'server_http_user_agent','wp-android'),(731717,118808,'login','mentol'),(731715,118808,'login_id','1'),(731716,118808,'login_email','mentolnet@gmail.com'),(731714,118807,'_server_http_x_forwarded_for_0','46.252.205.188'),(731713,118807,'_server_remote_addr','46.252.205.188'),(731712,118807,'_xmlrpc_request','true'),(731711,118807,'_message_key','user_unknown_login_failed'),(731710,118807,'server_http_user_agent','wp-iphone'),(731709,118807,'failed_username','luis-monteiro'),(731708,118806,'_server_http_x_forwarded_for_0','185.12.108.124'),(731707,118806,'_server_remote_addr','185.12.108.124'),(731706,118806,'_xmlrpc_request','true'),(731705,118806,'_message_key','user_login_failed'),(731704,118806,'server_http_user_agent','WordPress'),(731703,118806,'login','mentol'),(731701,118806,'login_id','1'),(731702,118806,'login_email','mentolnet@gmail.com'),(731700,118805,'_server_http_x_forwarded_for_0','101.0.119.215'),(731699,118805,'_server_remote_addr','101.0.119.215'),(731698,118805,'_xmlrpc_request','true'),(731697,118805,'_message_key','user_login_failed'),(731696,118805,'server_http_user_agent','Poster'),(731695,118805,'login','mentol'),(731694,118805,'login_email','mentolnet@gmail.com'),(731693,118805,'login_id','1'),(731692,118804,'_server_http_x_forwarded_for_0','176.31.2.248'),(731691,118804,'_server_remote_addr','176.31.2.248'),(731690,118804,'_xmlrpc_request','true'),(731689,118804,'_message_key','user_unknown_login_failed'),(731688,118804,'server_http_user_agent','WordPress'),(731687,118804,'failed_username','luis-monteiro'),(731686,118803,'_server_http_x_forwarded_for_0','185.22.108.184'),(731685,118803,'_server_remote_addr','185.22.108.184'),(731684,118803,'_xmlrpc_request','true'),(731683,118803,'_message_key','user_login_failed'),(731682,118803,'server_http_user_agent','wp-windowsphone'),(731681,118803,'login','mentol'),(731680,118803,'login_email','mentolnet@gmail.com'),(731679,118803,'login_id','1'),(731678,118802,'_server_http_x_forwarded_for_0','67.225.178.60'),(731677,118802,'_server_remote_addr','67.225.178.60'),(731676,118802,'_xmlrpc_request','true'),(731675,118802,'_message_key','user_login_failed'),(731673,118802,'login','mentol'),(731674,118802,'server_http_user_agent','wp-android'),(731672,118802,'login_email','mentolnet@gmail.com'),(731671,118802,'login_id','1'),(731670,118801,'_server_http_x_forwarded_for_0','198.71.235.26'),(731669,118801,'_server_remote_addr','198.71.235.26'),(731668,118801,'_xmlrpc_request','true'),(731667,118801,'_message_key','user_unknown_login_failed'),(731666,118801,'server_http_user_agent','WordPress'),(731665,118801,'failed_username','luis-monteiro'),(731664,118800,'_server_http_x_forwarded_for_0','162.253.224.7'),(731663,118800,'_server_remote_addr','162.253.224.7'),(731662,118800,'_xmlrpc_request','true'),(731661,118800,'_message_key','user_login_failed'),(731659,118800,'login','mentol'),(731660,118800,'server_http_user_agent','Windows Live Writer'),(731658,118800,'login_email','mentolnet@gmail.com'),(731657,118800,'login_id','1'),(731656,118799,'_server_http_x_forwarded_for_0','69.90.162.230'),(731655,118799,'_server_remote_addr','69.90.162.230'),(731654,118799,'_xmlrpc_request','true'),(731653,118799,'_message_key','user_login_failed'),(731651,118799,'login','mentol'),(731652,118799,'server_http_user_agent','WordPress'),(731649,118799,'login_id','1'),(731650,118799,'login_email','mentolnet@gmail.com'),(731648,118798,'_server_http_x_forwarded_for_0','23.226.129.103'),(731647,118798,'_server_remote_addr','23.226.129.103'),(731646,118798,'_xmlrpc_request','true'),(731645,118798,'_message_key','user_unknown_login_failed'),(731644,118798,'server_http_user_agent','wp-iphone'),(731643,118798,'failed_username','luis-monteiro'),(731642,118797,'_server_http_x_forwarded_for_0','91.109.14.182'),(731641,118797,'_server_remote_addr','91.109.14.182'),(731640,118797,'_xmlrpc_request','true'),(731639,118797,'_message_key','user_login_failed'),(731637,118797,'login','mentol'),(731638,118797,'server_http_user_agent','wp-windowsphone'),(731635,118797,'login_id','1'),(731636,118797,'login_email','mentolnet@gmail.com'),(731634,118796,'_server_http_x_forwarded_for_0','85.214.131.192'),(731633,118796,'_server_remote_addr','85.214.131.192'),(731632,118796,'_xmlrpc_request','true'),(731631,118796,'_message_key','user_login_failed'),(731630,118796,'server_http_user_agent','wp-iphone'),(731629,118796,'login','mentol'),(731628,118796,'login_email','mentolnet@gmail.com'),(731627,118796,'login_id','1'),(731626,118795,'_server_http_x_forwarded_for_0','198.71.235.16'),(731625,118795,'_server_remote_addr','198.71.235.16'),(731624,118795,'_xmlrpc_request','true'),(731623,118795,'_message_key','user_unknown_login_failed'),(731622,118795,'server_http_user_agent','Poster'),(731621,118795,'failed_username','luis-monteiro'),(731620,118794,'_server_http_x_forwarded_for_0','208.113.170.110'),(731619,118794,'_server_remote_addr','208.113.170.110'),(731618,118794,'_xmlrpc_request','true'),(731617,118794,'_message_key','user_login_failed'),(731615,118794,'login','mentol'),(731616,118794,'server_http_user_agent','Poster'),(731614,118794,'login_email','mentolnet@gmail.com'),(731613,118794,'login_id','1'),(731612,118793,'_server_http_x_forwarded_for_0','185.161.16.2'),(731610,118793,'_xmlrpc_request','true'),(731611,118793,'_server_remote_addr','185.161.16.2'),(731609,118793,'_message_key','user_login_failed'),(731608,118793,'server_http_user_agent','wp-iphone'),(731607,118793,'login','mentol'),(731606,118793,'login_email','mentolnet@gmail.com'),(731605,118793,'login_id','1'),(731604,118792,'_server_http_x_forwarded_for_0','148.72.31.120'),(731603,118792,'_server_remote_addr','148.72.31.120'),(731602,118792,'_xmlrpc_request','true'),(731601,118792,'_message_key','user_unknown_login_failed'),(731600,118792,'server_http_user_agent','wp-windowsphone'),(731599,118792,'failed_username','luis-monteiro'),(731598,118791,'_server_http_x_forwarded_for_0','148.66.145.168'),(731597,118791,'_server_remote_addr','148.66.145.168'),(731596,118791,'_xmlrpc_request','true'),(731595,118791,'_message_key','user_login_failed'),(731594,118791,'server_http_user_agent','wp-android'),(731593,118791,'login','mentol'),(731591,118791,'login_id','1'),(731592,118791,'login_email','mentolnet@gmail.com'),(731590,118790,'_server_http_x_forwarded_for_0','46.252.205.150'),(731589,118790,'_server_remote_addr','46.252.205.150'),(731588,118790,'_xmlrpc_request','true'),(731587,118790,'_message_key','user_unknown_login_failed'),(731586,118790,'server_http_user_agent','WordPress'),(731585,118790,'failed_username','luis-monteiro'),(731584,118789,'_server_http_x_forwarded_for_0','198.54.114.108'),(731583,118789,'_server_remote_addr','198.54.114.108'),(731582,118789,'_xmlrpc_request','true'),(731581,118789,'_message_key','user_login_failed'),(731580,118789,'server_http_user_agent','Windows Live Writer'),(731579,118789,'login','mentol'),(731578,118789,'login_email','mentolnet@gmail.com'),(731577,118789,'login_id','1'),(731576,118788,'_server_http_x_forwarded_for_0','37.187.244.2'),(731575,118788,'_server_remote_addr','37.187.244.2'),(731574,118788,'_xmlrpc_request','true'),(731573,118788,'_message_key','user_login_failed'),(731571,118788,'login','mentol'),(731572,118788,'server_http_user_agent','wp-windowsphone'),(731570,118788,'login_email','mentolnet@gmail.com'),(731569,118788,'login_id','1'),(731568,118787,'_server_http_x_forwarded_for_0','93.188.2.5'),(731567,118787,'_server_remote_addr','93.188.2.5'),(731566,118787,'_xmlrpc_request','true'),(731565,118787,'_message_key','user_login_failed'),(731563,118787,'login','mentol'),(731564,118787,'server_http_user_agent','Poster'),(731561,118787,'login_id','1'),(731562,118787,'login_email','mentolnet@gmail.com'),(731560,118786,'_server_http_x_forwarded_for_0','50.62.208.97'),(731559,118786,'_server_remote_addr','50.62.208.97'),(731558,118786,'_xmlrpc_request','true'),(731557,118786,'_message_key','user_login_failed'),(731556,118786,'server_http_user_agent','Poster'),(731555,118786,'login','mentol'),(731554,118786,'login_email','mentolnet@gmail.com'),(731553,118786,'login_id','1'),(731552,118785,'_server_http_x_forwarded_for_0','198.54.114.73'),(731551,118785,'_server_remote_addr','198.54.114.73'),(731550,118785,'_xmlrpc_request','true'),(731549,118785,'_message_key','user_unknown_login_failed'),(731548,118785,'server_http_user_agent','wp-windowsphone'),(731547,118785,'failed_username','luis-monteiro'),(731546,118784,'_server_http_x_forwarded_for_0','198.54.126.158'),(731545,118784,'_server_remote_addr','198.54.126.158'),(731544,118784,'_xmlrpc_request','true'),(731543,118784,'_message_key','user_login_failed'),(731542,118784,'server_http_user_agent','Windows Live Writer'),(731541,118784,'login','mentol'),(731540,118784,'login_email','mentolnet@gmail.com'),(731539,118784,'login_id','1'),(731538,118783,'_server_http_x_forwarded_for_0','54.176.163.178'),(731537,118783,'_server_remote_addr','54.176.163.178'),(731536,118783,'_xmlrpc_request','true'),(731535,118783,'_message_key','user_unknown_login_failed'),(731534,118783,'server_http_user_agent','wp-iphone'),(731533,118783,'failed_username','luis-monteiro'),(731532,118782,'_server_http_x_forwarded_for_0','117.158.73.58'),(731531,118782,'_server_remote_addr','117.158.73.58'),(731530,118782,'_message_key','user_unknown_login_failed'),(731529,118782,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731528,118782,'failed_username','luis-monteiro'),(731527,118781,'_server_http_x_forwarded_for_0','117.158.73.58'),(731526,118781,'_server_remote_addr','117.158.73.58'),(731525,118781,'_message_key','user_unknown_login_failed'),(731524,118781,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731523,118781,'failed_username','luis-monteiro'),(731522,118780,'_server_http_x_forwarded_for_0','117.158.73.58'),(731521,118780,'_server_remote_addr','117.158.73.58'),(731520,118780,'_message_key','user_unknown_login_failed'),(731519,118780,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731518,118780,'failed_username','luis-monteiro'),(731517,118779,'_server_http_x_forwarded_for_0','117.158.73.58'),(731516,118779,'_server_remote_addr','117.158.73.58'),(731515,118779,'_message_key','user_unknown_login_failed'),(731514,118779,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731513,118779,'failed_username','luis-monteiro'),(731512,118778,'_server_http_x_forwarded_for_0','117.158.73.58'),(731511,118778,'_server_remote_addr','117.158.73.58'),(731510,118778,'_message_key','user_unknown_login_failed'),(731509,118778,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731508,118778,'failed_username','luis-monteiro'),(731507,118777,'_server_http_x_forwarded_for_0','117.158.73.58'),(731506,118777,'_server_remote_addr','117.158.73.58'),(731505,118777,'_message_key','user_unknown_login_failed'),(731504,118777,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731503,118777,'failed_username','luis-monteiro'),(731502,118776,'_server_http_x_forwarded_for_0','117.158.73.58'),(731501,118776,'_server_remote_addr','117.158.73.58'),(731500,118776,'_message_key','user_unknown_login_failed'),(731499,118776,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731498,118776,'failed_username','luis-monteiro'),(731497,118775,'_server_http_x_forwarded_for_0','117.158.73.58'),(731496,118775,'_server_remote_addr','117.158.73.58'),(731495,118775,'_message_key','user_unknown_login_failed'),(731494,118775,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731493,118775,'failed_username','luis-monteiro'),(731492,118774,'_server_http_x_forwarded_for_0','117.158.73.58'),(731491,118774,'_server_remote_addr','117.158.73.58'),(731490,118774,'_message_key','user_unknown_login_failed'),(731489,118774,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731488,118774,'failed_username','luis-monteiro'),(731487,118773,'_server_http_x_forwarded_for_0','117.158.73.58'),(731486,118773,'_server_remote_addr','117.158.73.58'),(731485,118773,'_message_key','user_unknown_login_failed'),(731484,118773,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731483,118773,'failed_username','luis-monteiro'),(731482,118772,'_server_http_x_forwarded_for_0','117.158.73.58'),(731481,118772,'_server_remote_addr','117.158.73.58'),(731480,118772,'_message_key','user_unknown_login_failed'),(731479,118772,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731478,118772,'failed_username','luis-monteiro'),(731477,118771,'_server_http_x_forwarded_for_0','117.158.73.58'),(731476,118771,'_server_remote_addr','117.158.73.58'),(731475,118771,'_message_key','user_unknown_login_failed'),(731474,118771,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731473,118771,'failed_username','luis-monteiro'),(731472,118770,'_server_http_x_forwarded_for_0','117.158.73.58'),(731471,118770,'_server_remote_addr','117.158.73.58'),(731470,118770,'_message_key','user_unknown_login_failed'),(731469,118770,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731468,118770,'failed_username','luis-monteiro'),(731467,118769,'_server_http_x_forwarded_for_0','117.158.73.58'),(731466,118769,'_server_remote_addr','117.158.73.58'),(731465,118769,'_message_key','user_unknown_login_failed'),(731464,118769,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731463,118769,'failed_username','luis-monteiro'),(731462,118768,'_server_http_x_forwarded_for_0','117.158.73.58'),(731461,118768,'_server_remote_addr','117.158.73.58'),(731460,118768,'_message_key','user_unknown_login_failed'),(731459,118768,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731458,118768,'failed_username','luis-monteiro'),(731457,118767,'_server_http_x_forwarded_for_0','117.158.73.58'),(731456,118767,'_server_remote_addr','117.158.73.58'),(731455,118767,'_message_key','user_unknown_login_failed'),(731454,118767,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731453,118767,'failed_username','luis-monteiro'),(731452,118766,'_server_http_x_forwarded_for_0','117.158.73.58'),(731451,118766,'_server_remote_addr','117.158.73.58'),(731450,118766,'_message_key','user_unknown_login_failed'),(731449,118766,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731448,118766,'failed_username','luis-monteiro'),(731447,118765,'_server_http_x_forwarded_for_0','117.158.73.58'),(731446,118765,'_server_remote_addr','117.158.73.58'),(731445,118765,'_message_key','user_unknown_login_failed'),(731444,118765,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731443,118765,'failed_username','luis-monteiro'),(731442,118764,'_server_http_x_forwarded_for_0','117.158.73.58'),(731441,118764,'_server_remote_addr','117.158.73.58'),(731440,118764,'_message_key','user_unknown_login_failed'),(731439,118764,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731438,118764,'failed_username','luis-monteiro'),(731437,118763,'_server_http_x_forwarded_for_0','117.158.73.58'),(731436,118763,'_server_remote_addr','117.158.73.58'),(731435,118763,'_message_key','user_unknown_login_failed'),(731434,118763,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731433,118763,'failed_username','luis-monteiro'),(731432,118762,'_server_http_x_forwarded_for_0','117.158.73.58'),(731431,118762,'_server_remote_addr','117.158.73.58'),(731430,118762,'_message_key','user_unknown_login_failed'),(731429,118762,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731428,118762,'failed_username','luis-monteiro'),(731427,118761,'_server_http_x_forwarded_for_0','117.158.73.58'),(731426,118761,'_server_remote_addr','117.158.73.58'),(731425,118761,'_message_key','user_unknown_login_failed'),(731424,118761,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731423,118761,'failed_username','luis-monteiro'),(731422,118760,'_server_http_x_forwarded_for_0','117.158.73.58'),(731421,118760,'_server_remote_addr','117.158.73.58'),(731420,118760,'_message_key','user_unknown_login_failed'),(731419,118760,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731418,118760,'failed_username','luis-monteiro'),(731417,118759,'_server_http_x_forwarded_for_0','117.158.73.58'),(731416,118759,'_server_remote_addr','117.158.73.58'),(731415,118759,'_message_key','user_unknown_login_failed'),(731414,118759,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731413,118759,'failed_username','luis-monteiro'),(731412,118758,'_server_http_x_forwarded_for_0','117.158.73.58'),(731411,118758,'_server_remote_addr','117.158.73.58'),(731410,118758,'_message_key','user_unknown_login_failed'),(731409,118758,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731408,118758,'failed_username','luis-monteiro'),(731407,118757,'_server_http_x_forwarded_for_0','117.158.73.58'),(731406,118757,'_server_remote_addr','117.158.73.58'),(731405,118757,'_message_key','user_unknown_login_failed'),(731404,118757,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731403,118757,'failed_username','luis-monteiro'),(731402,118756,'_server_http_x_forwarded_for_0','117.158.73.58'),(731401,118756,'_server_remote_addr','117.158.73.58'),(731400,118756,'_message_key','user_unknown_login_failed'),(731399,118756,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731398,118756,'failed_username','luis-monteiro'),(731397,118755,'_server_http_x_forwarded_for_0','117.158.73.58'),(731396,118755,'_server_remote_addr','117.158.73.58'),(731395,118755,'_message_key','user_unknown_login_failed'),(731394,118755,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731393,118755,'failed_username','luis-monteiro'),(731392,118754,'_server_http_x_forwarded_for_0','117.158.73.58'),(731391,118754,'_server_remote_addr','117.158.73.58'),(731390,118754,'_message_key','user_unknown_login_failed'),(731389,118754,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731388,118754,'failed_username','luis-monteiro'),(731387,118753,'_server_http_x_forwarded_for_0','117.158.73.58'),(731386,118753,'_server_remote_addr','117.158.73.58'),(731385,118753,'_message_key','user_unknown_login_failed'),(731384,118753,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731383,118753,'failed_username','luis-monteiro'),(731382,118752,'_server_http_x_forwarded_for_0','117.158.73.58'),(731381,118752,'_server_remote_addr','117.158.73.58'),(731380,118752,'_message_key','user_unknown_login_failed'),(731379,118752,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731378,118752,'failed_username','luis-monteiro'),(731377,118751,'_server_http_x_forwarded_for_0','117.158.73.58'),(731376,118751,'_server_remote_addr','117.158.73.58'),(731375,118751,'_message_key','user_unknown_login_failed'),(731374,118751,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731373,118751,'failed_username','luis-monteiro'),(731372,118750,'_server_http_x_forwarded_for_0','117.158.73.58'),(731371,118750,'_server_remote_addr','117.158.73.58'),(731370,118750,'_message_key','user_unknown_login_failed'),(731369,118750,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731368,118750,'failed_username','luis-monteiro'),(731367,118749,'_server_http_x_forwarded_for_0','117.158.73.58'),(731366,118749,'_server_remote_addr','117.158.73.58'),(731365,118749,'_message_key','user_unknown_login_failed'),(731364,118749,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731363,118749,'failed_username','luis-monteiro'),(731362,118748,'_server_http_x_forwarded_for_0','117.158.73.58'),(731361,118748,'_server_remote_addr','117.158.73.58'),(731360,118748,'_message_key','user_unknown_login_failed'),(731359,118748,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731358,118748,'failed_username','luis-monteiro'),(731357,118747,'_server_http_x_forwarded_for_0','117.158.73.58'),(731356,118747,'_server_remote_addr','117.158.73.58'),(731355,118747,'_message_key','user_unknown_login_failed'),(731354,118747,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731353,118747,'failed_username','luis-monteiro'),(731352,118746,'_server_http_x_forwarded_for_0','117.158.73.58'),(731351,118746,'_server_remote_addr','117.158.73.58'),(731350,118746,'_message_key','user_unknown_login_failed'),(731349,118746,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731348,118746,'failed_username','luis-monteiro'),(731347,118745,'_server_http_x_forwarded_for_0','117.158.73.58'),(731346,118745,'_server_remote_addr','117.158.73.58'),(731345,118745,'_message_key','user_unknown_login_failed'),(731344,118745,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731343,118745,'failed_username','luis-monteiro'),(731342,118744,'_server_http_x_forwarded_for_0','117.158.73.58'),(731341,118744,'_server_remote_addr','117.158.73.58'),(731340,118744,'_message_key','user_unknown_login_failed'),(731339,118744,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731338,118744,'failed_username','luis-monteiro'),(731337,118743,'_server_http_x_forwarded_for_0','117.158.73.58'),(731336,118743,'_server_remote_addr','117.158.73.58'),(731335,118743,'_message_key','user_unknown_login_failed'),(731334,118743,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731333,118743,'failed_username','luis-monteiro'),(731332,118742,'_server_http_x_forwarded_for_0','117.158.73.58'),(731331,118742,'_server_remote_addr','117.158.73.58'),(731330,118742,'_message_key','user_unknown_login_failed'),(731329,118742,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731328,118742,'failed_username','luis-monteiro'),(731327,118741,'_server_http_x_forwarded_for_0','117.158.73.58'),(731326,118741,'_server_remote_addr','117.158.73.58'),(731325,118741,'_message_key','user_unknown_login_failed'),(731324,118741,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731323,118741,'failed_username','luis-monteiro'),(731322,118740,'_server_http_x_forwarded_for_0','117.158.73.58'),(731321,118740,'_server_remote_addr','117.158.73.58'),(731320,118740,'_message_key','user_unknown_login_failed'),(731319,118740,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731318,118740,'failed_username','luis-monteiro'),(731317,118739,'_server_http_x_forwarded_for_0','117.158.73.58'),(731316,118739,'_server_remote_addr','117.158.73.58'),(731315,118739,'_message_key','user_unknown_login_failed'),(731314,118739,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731313,118739,'failed_username','luis-monteiro'),(731312,118738,'_server_http_x_forwarded_for_0','117.158.73.58'),(731311,118738,'_server_remote_addr','117.158.73.58'),(731310,118738,'_message_key','user_unknown_login_failed'),(731309,118738,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731308,118738,'failed_username','luis-monteiro'),(731307,118737,'_server_http_x_forwarded_for_0','117.158.73.58'),(731306,118737,'_server_remote_addr','117.158.73.58'),(731305,118737,'_message_key','user_unknown_login_failed'),(731304,118737,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731303,118737,'failed_username','luis-monteiro'),(731302,118736,'_server_http_x_forwarded_for_0','117.158.73.58'),(731301,118736,'_server_remote_addr','117.158.73.58'),(731300,118736,'_message_key','user_unknown_login_failed'),(731299,118736,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731298,118736,'failed_username','luis-monteiro'),(731297,118735,'_server_http_x_forwarded_for_0','117.158.73.58'),(731296,118735,'_server_remote_addr','117.158.73.58'),(731295,118735,'_message_key','user_unknown_login_failed'),(731294,118735,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731293,118735,'failed_username','luis-monteiro'),(731292,118734,'_server_http_x_forwarded_for_0','117.158.73.58'),(731291,118734,'_server_remote_addr','117.158.73.58'),(731290,118734,'_message_key','user_unknown_login_failed'),(731289,118734,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731288,118734,'failed_username','luis-monteiro'),(731287,118733,'_server_http_x_forwarded_for_0','117.158.73.58'),(731286,118733,'_server_remote_addr','117.158.73.58'),(731285,118733,'_message_key','user_unknown_login_failed'),(731284,118733,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731283,118733,'failed_username','luis-monteiro'),(731282,118732,'_server_http_x_forwarded_for_0','117.158.73.58'),(731281,118732,'_server_remote_addr','117.158.73.58'),(731280,118732,'_message_key','user_unknown_login_failed'),(731279,118732,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731278,118732,'failed_username','luis-monteiro'),(731277,118731,'_server_http_x_forwarded_for_0','117.158.73.58'),(731276,118731,'_server_remote_addr','117.158.73.58'),(731275,118731,'_message_key','user_unknown_login_failed'),(731274,118731,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731273,118731,'failed_username','luis-monteiro'),(731272,118730,'_server_http_x_forwarded_for_0','117.158.73.58'),(731271,118730,'_server_remote_addr','117.158.73.58'),(731270,118730,'_message_key','user_unknown_login_failed'),(731269,118730,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731268,118730,'failed_username','luis-monteiro'),(731267,118729,'_server_http_x_forwarded_for_0','117.158.73.58'),(731266,118729,'_server_remote_addr','117.158.73.58'),(731265,118729,'_message_key','user_unknown_login_failed'),(731264,118729,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731263,118729,'failed_username','luis-monteiro'),(731262,118728,'_server_http_x_forwarded_for_0','117.158.73.58'),(731261,118728,'_server_remote_addr','117.158.73.58'),(731260,118728,'_message_key','user_unknown_login_failed'),(731259,118728,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731258,118728,'failed_username','luis-monteiro'),(731257,118727,'_server_http_x_forwarded_for_0','117.158.73.58'),(731256,118727,'_server_remote_addr','117.158.73.58'),(731255,118727,'_message_key','user_unknown_login_failed'),(731254,118727,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731253,118727,'failed_username','luis-monteiro'),(731252,118726,'_server_http_x_forwarded_for_0','117.158.73.58'),(731251,118726,'_server_remote_addr','117.158.73.58'),(731250,118726,'_message_key','user_unknown_login_failed'),(731249,118726,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731248,118726,'failed_username','luis-monteiro'),(731247,118725,'_server_http_x_forwarded_for_0','117.158.73.58'),(731246,118725,'_server_remote_addr','117.158.73.58'),(731245,118725,'_message_key','user_unknown_login_failed'),(731244,118725,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731243,118725,'failed_username','luis-monteiro'),(731242,118724,'_server_http_x_forwarded_for_0','117.158.73.58'),(731241,118724,'_server_remote_addr','117.158.73.58'),(731240,118724,'_message_key','user_unknown_login_failed'),(731239,118724,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731238,118724,'failed_username','luis-monteiro'),(731237,118723,'_server_http_x_forwarded_for_0','117.158.73.58'),(731236,118723,'_server_remote_addr','117.158.73.58'),(731235,118723,'_message_key','user_unknown_login_failed'),(731234,118723,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731233,118723,'failed_username','luis-monteiro'),(731232,118722,'_server_http_x_forwarded_for_0','117.158.73.58'),(731231,118722,'_server_remote_addr','117.158.73.58'),(731230,118722,'_message_key','user_unknown_login_failed'),(731229,118722,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731228,118722,'failed_username','luis-monteiro'),(731227,118721,'_server_http_x_forwarded_for_0','117.158.73.58'),(731226,118721,'_server_remote_addr','117.158.73.58'),(731225,118721,'_message_key','user_unknown_login_failed'),(731224,118721,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731223,118721,'failed_username','luis-monteiro'),(731222,118720,'_server_http_x_forwarded_for_0','117.158.73.58'),(731221,118720,'_server_remote_addr','117.158.73.58'),(731220,118720,'_message_key','user_unknown_login_failed'),(731219,118720,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731218,118720,'failed_username','luis-monteiro'),(731217,118719,'_server_http_x_forwarded_for_0','117.158.73.58'),(731216,118719,'_server_remote_addr','117.158.73.58'),(731215,118719,'_message_key','user_unknown_login_failed'),(731214,118719,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731213,118719,'failed_username','luis-monteiro'),(731212,118718,'_server_http_x_forwarded_for_0','117.158.73.58'),(731211,118718,'_server_remote_addr','117.158.73.58'),(731210,118718,'_message_key','user_unknown_login_failed'),(731209,118718,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731208,118718,'failed_username','luis-monteiro'),(731207,118717,'_server_http_x_forwarded_for_0','117.158.73.58'),(731206,118717,'_server_remote_addr','117.158.73.58'),(731205,118717,'_message_key','user_unknown_login_failed'),(731204,118717,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731203,118717,'failed_username','luis-monteiro'),(731202,118716,'_server_http_x_forwarded_for_0','117.158.73.58'),(731201,118716,'_server_remote_addr','117.158.73.58'),(731200,118716,'_message_key','user_unknown_login_failed'),(731199,118716,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731198,118716,'failed_username','luis-monteiro'),(731197,118715,'_server_http_x_forwarded_for_0','117.158.73.58'),(731196,118715,'_server_remote_addr','117.158.73.58'),(731195,118715,'_message_key','user_unknown_login_failed'),(731194,118715,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731193,118715,'failed_username','luis-monteiro'),(731192,118714,'_server_http_x_forwarded_for_0','117.158.73.58'),(731191,118714,'_server_remote_addr','117.158.73.58'),(731190,118714,'_message_key','user_unknown_login_failed'),(731189,118714,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731188,118714,'failed_username','luis-monteiro'),(731187,118713,'_server_http_x_forwarded_for_0','117.158.73.58'),(731186,118713,'_server_remote_addr','117.158.73.58'),(731185,118713,'_message_key','user_unknown_login_failed'),(731184,118713,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731183,118713,'failed_username','luis-monteiro'),(731182,118712,'_server_http_x_forwarded_for_0','117.158.73.58'),(731181,118712,'_server_remote_addr','117.158.73.58'),(731180,118712,'_message_key','user_unknown_login_failed'),(731179,118712,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731178,118712,'failed_username','luis-monteiro'),(731177,118711,'_server_http_x_forwarded_for_0','117.158.73.58'),(731176,118711,'_server_remote_addr','117.158.73.58'),(731175,118711,'_message_key','user_unknown_login_failed'),(731174,118711,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731173,118711,'failed_username','luis-monteiro'),(731172,118710,'_server_http_x_forwarded_for_0','117.158.73.58'),(731171,118710,'_server_remote_addr','117.158.73.58'),(731170,118710,'_message_key','user_unknown_login_failed'),(731169,118710,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731168,118710,'failed_username','luis-monteiro'),(731167,118709,'_server_http_x_forwarded_for_0','117.158.73.58'),(731166,118709,'_server_remote_addr','117.158.73.58'),(731165,118709,'_message_key','user_unknown_login_failed'),(731164,118709,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731163,118709,'failed_username','luis-monteiro'),(731162,118708,'_server_http_x_forwarded_for_0','117.158.73.58'),(731161,118708,'_server_remote_addr','117.158.73.58'),(731160,118708,'_message_key','user_unknown_login_failed'),(731159,118708,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731158,118708,'failed_username','luis-monteiro'),(731157,118707,'_server_http_x_forwarded_for_0','117.158.73.58'),(731156,118707,'_server_remote_addr','117.158.73.58'),(731155,118707,'_message_key','user_unknown_login_failed'),(731154,118707,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731153,118707,'failed_username','luis-monteiro'),(731152,118706,'_server_http_x_forwarded_for_0','117.158.73.58'),(731151,118706,'_server_remote_addr','117.158.73.58'),(731150,118706,'_message_key','user_unknown_login_failed'),(731149,118706,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731148,118706,'failed_username','luis-monteiro'),(731147,118705,'_server_http_x_forwarded_for_0','117.158.73.58'),(731146,118705,'_server_remote_addr','117.158.73.58'),(731145,118705,'_message_key','user_unknown_login_failed'),(731144,118705,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731143,118705,'failed_username','luis-monteiro'),(731142,118704,'_server_http_x_forwarded_for_0','117.158.73.58'),(731141,118704,'_server_remote_addr','117.158.73.58'),(731140,118704,'_message_key','user_unknown_login_failed'),(731139,118704,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731138,118704,'failed_username','luis-monteiro'),(731137,118703,'_server_http_x_forwarded_for_0','117.158.73.58'),(731136,118703,'_server_remote_addr','117.158.73.58'),(731135,118703,'_message_key','user_unknown_login_failed'),(731134,118703,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731133,118703,'failed_username','luis-monteiro'),(731132,118702,'_server_http_x_forwarded_for_0','58.211.169.50'),(731131,118702,'_server_remote_addr','58.211.169.50'),(731130,118702,'_message_key','user_unknown_login_failed'),(731129,118702,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731128,118702,'failed_username','luis-monteiro'),(731127,118701,'_server_http_x_forwarded_for_0','112.27.128.13'),(731126,118701,'_server_remote_addr','112.27.128.13'),(731125,118701,'_message_key','user_unknown_login_failed'),(731124,118701,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731123,118701,'failed_username','luis-monteiro'),(731122,118700,'_server_http_x_forwarded_for_0','112.27.128.13'),(731121,118700,'_server_remote_addr','112.27.128.13'),(731120,118700,'_message_key','user_unknown_login_failed'),(731119,118700,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731118,118700,'failed_username','luis-monteiro'),(731117,118699,'_server_http_x_forwarded_for_0','112.27.128.13'),(731116,118699,'_server_remote_addr','112.27.128.13'),(731115,118699,'_message_key','user_unknown_login_failed'),(731114,118699,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731113,118699,'failed_username','luis-monteiro'),(731112,118698,'_server_http_x_forwarded_for_0','112.27.128.13'),(731111,118698,'_server_remote_addr','112.27.128.13'),(731110,118698,'_message_key','user_unknown_login_failed'),(731109,118698,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731108,118698,'failed_username','luis-monteiro'),(731107,118697,'_server_http_x_forwarded_for_0','112.27.128.13'),(731106,118697,'_server_remote_addr','112.27.128.13'),(731105,118697,'_message_key','user_unknown_login_failed'),(731104,118697,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731103,118697,'failed_username','luis-monteiro'),(731102,118696,'_server_http_x_forwarded_for_0','112.27.128.13'),(731101,118696,'_server_remote_addr','112.27.128.13'),(731100,118696,'_message_key','user_unknown_login_failed'),(731099,118696,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731098,118696,'failed_username','luis-monteiro'),(731097,118695,'_server_http_x_forwarded_for_0','112.27.128.13'),(731096,118695,'_server_remote_addr','112.27.128.13'),(731095,118695,'_message_key','user_unknown_login_failed'),(731094,118695,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731093,118695,'failed_username','luis-monteiro'),(731092,118694,'_server_http_x_forwarded_for_0','112.27.128.13'),(731091,118694,'_server_remote_addr','112.27.128.13'),(731090,118694,'_message_key','user_unknown_login_failed'),(731089,118694,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731088,118694,'failed_username','luis-monteiro'),(731087,118693,'_server_http_x_forwarded_for_0','112.27.128.13'),(731086,118693,'_server_remote_addr','112.27.128.13'),(731085,118693,'_message_key','user_unknown_login_failed'),(731084,118693,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731083,118693,'failed_username','luis-monteiro'),(731082,118692,'_server_http_x_forwarded_for_0','112.27.128.13'),(731081,118692,'_server_remote_addr','112.27.128.13'),(731080,118692,'_message_key','user_unknown_login_failed'),(731079,118692,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731078,118692,'failed_username','luis-monteiro'),(731077,118691,'_server_http_x_forwarded_for_0','112.27.128.13'),(731076,118691,'_server_remote_addr','112.27.128.13'),(731075,118691,'_message_key','user_unknown_login_failed'),(731074,118691,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731073,118691,'failed_username','luis-monteiro'),(731072,118690,'_server_http_x_forwarded_for_0','112.27.128.13'),(731071,118690,'_server_remote_addr','112.27.128.13'),(731070,118690,'_message_key','user_unknown_login_failed'),(731069,118690,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731068,118690,'failed_username','luis-monteiro'),(731067,118689,'_server_http_x_forwarded_for_0','112.27.128.13'),(731066,118689,'_server_remote_addr','112.27.128.13'),(731065,118689,'_message_key','user_unknown_login_failed'),(731064,118689,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731063,118689,'failed_username','luis-monteiro'),(731062,118688,'_server_http_x_forwarded_for_0','112.27.128.13'),(731061,118688,'_server_remote_addr','112.27.128.13'),(731060,118688,'_message_key','user_unknown_login_failed'),(731059,118688,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731058,118688,'failed_username','luis-monteiro'),(731057,118687,'_server_http_x_forwarded_for_0','112.27.128.13'),(731056,118687,'_server_remote_addr','112.27.128.13'),(731055,118687,'_message_key','user_unknown_login_failed'),(731054,118687,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731053,118687,'failed_username','luis-monteiro'),(731052,118686,'_server_http_x_forwarded_for_0','112.27.128.13'),(731051,118686,'_server_remote_addr','112.27.128.13'),(731050,118686,'_message_key','user_unknown_login_failed'),(731049,118686,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731048,118686,'failed_username','luis-monteiro'),(731047,118685,'_server_http_x_forwarded_for_0','112.27.128.13'),(731046,118685,'_server_remote_addr','112.27.128.13'),(731045,118685,'_message_key','user_unknown_login_failed'),(731044,118685,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731043,118685,'failed_username','luis-monteiro'),(731042,118684,'_server_http_x_forwarded_for_0','112.27.128.13'),(731041,118684,'_server_remote_addr','112.27.128.13'),(731040,118684,'_message_key','user_unknown_login_failed'),(731039,118684,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731038,118684,'failed_username','luis-monteiro'),(731037,118683,'_server_http_x_forwarded_for_0','112.27.128.13'),(731036,118683,'_server_remote_addr','112.27.128.13'),(731035,118683,'_message_key','user_unknown_login_failed'),(731034,118683,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731033,118683,'failed_username','luis-monteiro'),(731032,118682,'_server_http_x_forwarded_for_0','112.27.128.13'),(731031,118682,'_server_remote_addr','112.27.128.13'),(731030,118682,'_message_key','user_unknown_login_failed'),(731029,118682,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731028,118682,'failed_username','luis-monteiro'),(731027,118681,'_server_http_x_forwarded_for_0','112.27.128.13'),(731026,118681,'_server_remote_addr','112.27.128.13'),(731025,118681,'_message_key','user_unknown_login_failed'),(731024,118681,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731023,118681,'failed_username','luis-monteiro'),(731022,118680,'_server_http_x_forwarded_for_0','112.27.128.13'),(731021,118680,'_server_remote_addr','112.27.128.13'),(731020,118680,'_message_key','user_unknown_login_failed'),(731019,118680,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731018,118680,'failed_username','luis-monteiro'),(731017,118679,'_server_http_x_forwarded_for_0','112.27.128.13'),(731016,118679,'_server_remote_addr','112.27.128.13'),(731015,118679,'_message_key','user_unknown_login_failed'),(731014,118679,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731013,118679,'failed_username','luis-monteiro'),(731012,118678,'_server_http_x_forwarded_for_0','112.27.128.13'),(731011,118678,'_server_remote_addr','112.27.128.13'),(731010,118678,'_message_key','user_unknown_login_failed'),(731009,118678,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731008,118678,'failed_username','luis-monteiro'),(731007,118677,'_server_http_x_forwarded_for_0','112.27.128.13'),(731006,118677,'_server_remote_addr','112.27.128.13'),(731005,118677,'_message_key','user_unknown_login_failed'),(731004,118677,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(731003,118677,'failed_username','luis-monteiro'),(731002,118676,'_server_http_x_forwarded_for_0','112.27.128.13'),(731001,118676,'_server_remote_addr','112.27.128.13'),(731000,118676,'_message_key','user_unknown_login_failed'),(730999,118676,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730998,118676,'failed_username','luis-monteiro'),(730997,118675,'_server_http_x_forwarded_for_0','112.27.128.13'),(730996,118675,'_server_remote_addr','112.27.128.13'),(730995,118675,'_message_key','user_unknown_login_failed'),(730994,118675,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730993,118675,'failed_username','luis-monteiro'),(730992,118674,'_server_http_x_forwarded_for_0','112.27.128.13'),(730991,118674,'_server_remote_addr','112.27.128.13'),(730990,118674,'_message_key','user_unknown_login_failed'),(730989,118674,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730988,118674,'failed_username','luis-monteiro'),(730987,118673,'_server_http_x_forwarded_for_0','112.27.128.13'),(730986,118673,'_server_remote_addr','112.27.128.13'),(730985,118673,'_message_key','user_unknown_login_failed'),(730984,118673,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730983,118673,'failed_username','luis-monteiro'),(730982,118672,'_server_http_x_forwarded_for_0','112.27.128.13'),(730981,118672,'_server_remote_addr','112.27.128.13'),(730980,118672,'_message_key','user_unknown_login_failed'),(730979,118672,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730978,118672,'failed_username','luis-monteiro'),(730977,118671,'_server_http_x_forwarded_for_0','112.27.128.13'),(730976,118671,'_server_remote_addr','112.27.128.13'),(730975,118671,'_message_key','user_unknown_login_failed'),(730974,118671,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730973,118671,'failed_username','luis-monteiro'),(730972,118670,'_server_http_x_forwarded_for_0','112.27.128.13'),(730971,118670,'_server_remote_addr','112.27.128.13'),(730970,118670,'_message_key','user_unknown_login_failed'),(730969,118670,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730968,118670,'failed_username','luis-monteiro'),(730967,118669,'_server_http_x_forwarded_for_0','112.27.128.13'),(730966,118669,'_server_remote_addr','112.27.128.13'),(730965,118669,'_message_key','user_unknown_login_failed'),(730964,118669,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730963,118669,'failed_username','luis-monteiro'),(730962,118668,'_server_http_x_forwarded_for_0','112.27.128.13'),(730961,118668,'_server_remote_addr','112.27.128.13'),(730960,118668,'_message_key','user_unknown_login_failed'),(730959,118668,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730958,118668,'failed_username','luis-monteiro'),(730957,118667,'_server_http_x_forwarded_for_0','112.27.128.13'),(730956,118667,'_server_remote_addr','112.27.128.13'),(730955,118667,'_message_key','user_unknown_login_failed'),(730954,118667,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730953,118667,'failed_username','luis-monteiro'),(730952,118666,'_server_http_x_forwarded_for_0','112.27.128.13'),(730951,118666,'_server_remote_addr','112.27.128.13'),(730950,118666,'_message_key','user_unknown_login_failed'),(730949,118666,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730948,118666,'failed_username','luis-monteiro'),(730947,118665,'_server_http_x_forwarded_for_0','112.27.128.13'),(730946,118665,'_server_remote_addr','112.27.128.13'),(730945,118665,'_message_key','user_unknown_login_failed'),(730944,118665,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730943,118665,'failed_username','luis-monteiro'),(730942,118664,'_server_http_x_forwarded_for_0','112.27.128.13'),(730941,118664,'_server_remote_addr','112.27.128.13'),(730940,118664,'_message_key','user_unknown_login_failed'),(730939,118664,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730938,118664,'failed_username','luis-monteiro'),(730937,118663,'_server_http_x_forwarded_for_0','112.27.128.13'),(730936,118663,'_server_remote_addr','112.27.128.13'),(730935,118663,'_message_key','user_unknown_login_failed'),(730934,118663,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730933,118663,'failed_username','luis-monteiro'),(730932,118662,'_server_http_x_forwarded_for_0','112.27.128.13'),(730931,118662,'_server_remote_addr','112.27.128.13'),(730930,118662,'_message_key','user_unknown_login_failed'),(730929,118662,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730928,118662,'failed_username','luis-monteiro'),(730927,118661,'_server_http_x_forwarded_for_0','112.27.128.13'),(730926,118661,'_server_remote_addr','112.27.128.13'),(730925,118661,'_message_key','user_unknown_login_failed'),(730924,118661,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730923,118661,'failed_username','luis-monteiro'),(730922,118660,'_server_http_x_forwarded_for_0','112.27.128.13'),(730921,118660,'_server_remote_addr','112.27.128.13'),(730920,118660,'_message_key','user_unknown_login_failed'),(730919,118660,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730918,118660,'failed_username','luis-monteiro'),(730917,118659,'_server_http_x_forwarded_for_0','112.27.128.13'),(730916,118659,'_server_remote_addr','112.27.128.13'),(730915,118659,'_message_key','user_unknown_login_failed'),(730914,118659,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730913,118659,'failed_username','luis-monteiro'),(730912,118658,'_server_http_x_forwarded_for_0','112.27.128.13'),(730911,118658,'_server_remote_addr','112.27.128.13'),(730910,118658,'_message_key','user_unknown_login_failed'),(730909,118658,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730908,118658,'failed_username','luis-monteiro'),(730907,118657,'_server_http_x_forwarded_for_0','112.27.128.13'),(730906,118657,'_server_remote_addr','112.27.128.13'),(730905,118657,'_message_key','user_unknown_login_failed'),(730904,118657,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730903,118657,'failed_username','luis-monteiro'),(730902,118656,'_server_http_x_forwarded_for_0','112.27.128.13'),(730901,118656,'_server_remote_addr','112.27.128.13'),(730900,118656,'_message_key','user_unknown_login_failed'),(730899,118656,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730898,118656,'failed_username','luis-monteiro'),(730897,118655,'_server_http_x_forwarded_for_0','112.27.128.13'),(730896,118655,'_server_remote_addr','112.27.128.13'),(730895,118655,'_message_key','user_unknown_login_failed'),(730894,118655,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730893,118655,'failed_username','luis-monteiro'),(730892,118654,'_server_http_x_forwarded_for_0','112.27.128.13'),(730891,118654,'_server_remote_addr','112.27.128.13'),(730890,118654,'_message_key','user_unknown_login_failed'),(730889,118654,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730888,118654,'failed_username','luis-monteiro'),(730887,118653,'_server_http_x_forwarded_for_0','112.27.128.13'),(730886,118653,'_server_remote_addr','112.27.128.13'),(730885,118653,'_message_key','user_unknown_login_failed'),(730884,118653,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730883,118653,'failed_username','luis-monteiro'),(730882,118652,'_server_http_x_forwarded_for_0','112.27.128.13'),(730881,118652,'_server_remote_addr','112.27.128.13'),(730880,118652,'_message_key','user_unknown_login_failed'),(730879,118652,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730878,118652,'failed_username','luis-monteiro'),(730877,118651,'_server_http_x_forwarded_for_0','112.27.128.13'),(730876,118651,'_server_remote_addr','112.27.128.13'),(730875,118651,'_message_key','user_unknown_login_failed'),(730874,118651,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730873,118651,'failed_username','luis-monteiro'),(730872,118650,'_server_http_x_forwarded_for_0','112.27.128.13'),(730871,118650,'_server_remote_addr','112.27.128.13'),(730870,118650,'_message_key','user_unknown_login_failed'),(730869,118650,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730868,118650,'failed_username','luis-monteiro'),(730867,118649,'_server_http_x_forwarded_for_0','112.27.128.13'),(730866,118649,'_server_remote_addr','112.27.128.13'),(730865,118649,'_message_key','user_unknown_login_failed'),(730864,118649,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730863,118649,'failed_username','luis-monteiro'),(730862,118648,'_server_http_x_forwarded_for_0','112.27.128.13'),(730861,118648,'_server_remote_addr','112.27.128.13'),(730860,118648,'_message_key','user_unknown_login_failed'),(730859,118648,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730858,118648,'failed_username','luis-monteiro'),(730857,118647,'_server_http_x_forwarded_for_0','112.27.128.13'),(730856,118647,'_server_remote_addr','112.27.128.13'),(730855,118647,'_message_key','user_unknown_login_failed'),(730854,118647,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730853,118647,'failed_username','luis-monteiro'),(730852,118646,'_server_http_x_forwarded_for_0','112.27.128.13'),(730851,118646,'_server_remote_addr','112.27.128.13'),(730850,118646,'_message_key','user_unknown_login_failed'),(730849,118646,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730848,118646,'failed_username','luis-monteiro'),(730847,118645,'_server_http_x_forwarded_for_0','112.27.128.13'),(730846,118645,'_server_remote_addr','112.27.128.13'),(730845,118645,'_message_key','user_unknown_login_failed'),(730844,118645,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730843,118645,'failed_username','luis-monteiro'),(730842,118644,'_server_http_x_forwarded_for_0','112.27.128.13'),(730841,118644,'_server_remote_addr','112.27.128.13'),(730840,118644,'_message_key','user_unknown_login_failed'),(730839,118644,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730838,118644,'failed_username','luis-monteiro'),(730837,118643,'_server_http_x_forwarded_for_0','112.27.128.13'),(730836,118643,'_server_remote_addr','112.27.128.13'),(730835,118643,'_message_key','user_unknown_login_failed'),(730834,118643,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730833,118643,'failed_username','luis-monteiro'),(730832,118642,'_server_http_x_forwarded_for_0','112.27.128.13'),(730831,118642,'_server_remote_addr','112.27.128.13'),(730830,118642,'_message_key','user_unknown_login_failed'),(730829,118642,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730828,118642,'failed_username','luis-monteiro'),(730827,118641,'_server_http_x_forwarded_for_0','112.27.128.13'),(730826,118641,'_server_remote_addr','112.27.128.13'),(730825,118641,'_message_key','user_unknown_login_failed'),(730824,118641,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730823,118641,'failed_username','luis-monteiro'),(730822,118640,'_server_http_x_forwarded_for_0','112.27.128.13'),(730821,118640,'_server_remote_addr','112.27.128.13'),(730820,118640,'_message_key','user_unknown_login_failed'),(730819,118640,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730818,118640,'failed_username','luis-monteiro'),(730817,118639,'_server_http_x_forwarded_for_0','112.27.128.13'),(730816,118639,'_server_remote_addr','112.27.128.13'),(730815,118639,'_message_key','user_unknown_login_failed'),(730814,118639,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730813,118639,'failed_username','luis-monteiro'),(730812,118638,'_server_http_x_forwarded_for_0','112.27.128.13'),(730811,118638,'_server_remote_addr','112.27.128.13'),(730810,118638,'_message_key','user_unknown_login_failed'),(730809,118638,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730808,118638,'failed_username','luis-monteiro'),(730807,118637,'_server_http_x_forwarded_for_0','112.27.128.13'),(730806,118637,'_server_remote_addr','112.27.128.13'),(730805,118637,'_message_key','user_unknown_login_failed'),(730804,118637,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730803,118637,'failed_username','luis-monteiro'),(730802,118636,'_server_http_x_forwarded_for_0','112.27.128.13'),(730801,118636,'_server_remote_addr','112.27.128.13'),(730800,118636,'_message_key','user_unknown_login_failed'),(730799,118636,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730798,118636,'failed_username','luis-monteiro'),(730797,118635,'_server_http_x_forwarded_for_0','112.27.128.13'),(730796,118635,'_server_remote_addr','112.27.128.13'),(730795,118635,'_message_key','user_unknown_login_failed'),(730794,118635,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730793,118635,'failed_username','luis-monteiro'),(730792,118634,'_server_http_x_forwarded_for_0','112.27.128.13'),(730791,118634,'_server_remote_addr','112.27.128.13'),(730790,118634,'_message_key','user_unknown_login_failed'),(730789,118634,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730788,118634,'failed_username','luis-monteiro'),(730787,118633,'_server_http_x_forwarded_for_0','112.27.128.13'),(730786,118633,'_server_remote_addr','112.27.128.13'),(730785,118633,'_message_key','user_unknown_login_failed'),(730784,118633,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730783,118633,'failed_username','luis-monteiro'),(730782,118632,'_server_http_x_forwarded_for_0','112.27.128.13'),(730781,118632,'_server_remote_addr','112.27.128.13'),(730780,118632,'_message_key','user_unknown_login_failed'),(730779,118632,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730778,118632,'failed_username','luis-monteiro'),(730777,118631,'_server_http_x_forwarded_for_0','112.27.128.13'),(730776,118631,'_server_remote_addr','112.27.128.13'),(730775,118631,'_message_key','user_unknown_login_failed'),(730774,118631,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730773,118631,'failed_username','luis-monteiro'),(730772,118630,'_server_http_x_forwarded_for_0','112.27.128.13'),(730771,118630,'_server_remote_addr','112.27.128.13'),(730770,118630,'_message_key','user_unknown_login_failed'),(730769,118630,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730768,118630,'failed_username','luis-monteiro'),(730767,118629,'_server_http_x_forwarded_for_0','112.27.128.13'),(730766,118629,'_server_remote_addr','112.27.128.13'),(730765,118629,'_message_key','user_unknown_login_failed'),(730764,118629,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730763,118629,'failed_username','luis-monteiro'),(730762,118628,'_server_http_x_forwarded_for_0','112.27.128.13'),(730761,118628,'_server_remote_addr','112.27.128.13'),(730760,118628,'_message_key','user_unknown_login_failed'),(730759,118628,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730758,118628,'failed_username','luis-monteiro'),(730757,118627,'_server_http_x_forwarded_for_0','112.27.128.13'),(730756,118627,'_server_remote_addr','112.27.128.13'),(730755,118627,'_message_key','user_unknown_login_failed'),(730754,118627,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730753,118627,'failed_username','luis-monteiro'),(730752,118626,'_server_http_x_forwarded_for_0','112.27.128.13'),(730751,118626,'_server_remote_addr','112.27.128.13'),(730750,118626,'_message_key','user_unknown_login_failed'),(730749,118626,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730748,118626,'failed_username','luis-monteiro'),(730747,118625,'_server_http_x_forwarded_for_0','112.27.128.13'),(730746,118625,'_server_remote_addr','112.27.128.13'),(730745,118625,'_message_key','user_unknown_login_failed'),(730744,118625,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730743,118625,'failed_username','luis-monteiro'),(730742,118624,'_server_http_x_forwarded_for_0','112.27.128.13'),(730741,118624,'_server_remote_addr','112.27.128.13'),(730740,118624,'_message_key','user_unknown_login_failed'),(730739,118624,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730738,118624,'failed_username','luis-monteiro'),(730737,118623,'_server_http_x_forwarded_for_0','112.27.128.13'),(730736,118623,'_server_remote_addr','112.27.128.13'),(730735,118623,'_message_key','user_unknown_login_failed'),(730734,118623,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730733,118623,'failed_username','luis-monteiro'),(730732,118622,'_server_http_x_forwarded_for_0','112.27.128.13'),(730731,118622,'_server_remote_addr','112.27.128.13'),(730730,118622,'_message_key','user_unknown_login_failed'),(730729,118622,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730728,118622,'failed_username','luis-monteiro'),(730727,118621,'_server_http_x_forwarded_for_0','112.27.128.13'),(730726,118621,'_server_remote_addr','112.27.128.13'),(730725,118621,'_message_key','user_unknown_login_failed'),(730724,118621,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730723,118621,'failed_username','luis-monteiro'),(730722,118620,'_server_http_x_forwarded_for_0','112.27.128.13'),(730721,118620,'_server_remote_addr','112.27.128.13'),(730720,118620,'_message_key','user_unknown_login_failed'),(730719,118620,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730718,118620,'failed_username','luis-monteiro'),(730717,118619,'_server_http_x_forwarded_for_0','112.27.128.13'),(730716,118619,'_server_remote_addr','112.27.128.13'),(730715,118619,'_message_key','user_unknown_login_failed'),(730714,118619,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730713,118619,'failed_username','luis-monteiro'),(730712,118618,'_server_http_x_forwarded_for_0','112.27.128.13'),(730711,118618,'_server_remote_addr','112.27.128.13'),(730710,118618,'_message_key','user_unknown_login_failed'),(730709,118618,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730708,118618,'failed_username','luis-monteiro'),(730707,118617,'_server_http_x_forwarded_for_0','112.27.128.13'),(730706,118617,'_server_remote_addr','112.27.128.13'),(730705,118617,'_message_key','user_unknown_login_failed'),(730704,118617,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730703,118617,'failed_username','luis-monteiro'),(730702,118616,'_server_http_x_forwarded_for_0','112.27.128.13'),(730701,118616,'_server_remote_addr','112.27.128.13'),(730700,118616,'_message_key','user_unknown_login_failed'),(730699,118616,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730698,118616,'failed_username','luis-monteiro'),(730697,118615,'_server_http_x_forwarded_for_0','112.27.128.13'),(730696,118615,'_server_remote_addr','112.27.128.13'),(730695,118615,'_message_key','user_unknown_login_failed'),(730694,118615,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730693,118615,'failed_username','luis-monteiro'),(730692,118614,'_server_http_x_forwarded_for_0','112.27.128.13'),(730691,118614,'_server_remote_addr','112.27.128.13'),(730690,118614,'_message_key','user_unknown_login_failed'),(730689,118614,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730688,118614,'failed_username','luis-monteiro'),(730687,118613,'_server_http_x_forwarded_for_0','112.27.128.13'),(730686,118613,'_server_remote_addr','112.27.128.13'),(730685,118613,'_message_key','user_unknown_login_failed'),(730684,118613,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730683,118613,'failed_username','luis-monteiro'),(730682,118612,'_server_http_x_forwarded_for_0','112.27.128.13'),(730681,118612,'_server_remote_addr','112.27.128.13'),(730680,118612,'_message_key','user_unknown_login_failed'),(730679,118612,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730678,118612,'failed_username','luis-monteiro'),(730677,118611,'_server_http_x_forwarded_for_0','112.27.128.13'),(730676,118611,'_server_remote_addr','112.27.128.13'),(730675,118611,'_message_key','user_unknown_login_failed'),(730674,118611,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730673,118611,'failed_username','luis-monteiro'),(730672,118610,'_server_http_x_forwarded_for_0','112.27.128.13'),(730671,118610,'_server_remote_addr','112.27.128.13'),(730670,118610,'_message_key','user_unknown_login_failed'),(730669,118610,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730668,118610,'failed_username','luis-monteiro'),(730667,118609,'_server_http_x_forwarded_for_0','112.27.128.13'),(730666,118609,'_server_remote_addr','112.27.128.13'),(730665,118609,'_message_key','user_unknown_login_failed'),(730664,118609,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730663,118609,'failed_username','luis-monteiro'),(730662,118608,'_server_http_x_forwarded_for_0','112.27.128.13'),(730661,118608,'_server_remote_addr','112.27.128.13'),(730660,118608,'_message_key','user_unknown_login_failed'),(730659,118608,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730658,118608,'failed_username','luis-monteiro'),(730657,118607,'_server_http_x_forwarded_for_0','112.27.128.13'),(730656,118607,'_server_remote_addr','112.27.128.13'),(730655,118607,'_message_key','user_unknown_login_failed'),(730654,118607,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730653,118607,'failed_username','luis-monteiro'),(730652,118606,'_server_http_x_forwarded_for_0','112.27.128.13'),(730651,118606,'_server_remote_addr','112.27.128.13'),(730650,118606,'_message_key','user_unknown_login_failed'),(730649,118606,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730648,118606,'failed_username','luis-monteiro'),(730647,118605,'_server_http_x_forwarded_for_0','112.27.128.13'),(730646,118605,'_server_remote_addr','112.27.128.13'),(730645,118605,'_message_key','user_unknown_login_failed'),(730644,118605,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730643,118605,'failed_username','luis-monteiro'),(730642,118604,'_server_http_x_forwarded_for_0','112.27.128.13'),(730641,118604,'_server_remote_addr','112.27.128.13'),(730640,118604,'_message_key','user_unknown_login_failed'),(730639,118604,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730638,118604,'failed_username','luis-monteiro'),(730637,118603,'_server_http_x_forwarded_for_0','112.27.128.13'),(730636,118603,'_server_remote_addr','112.27.128.13'),(730635,118603,'_message_key','user_unknown_login_failed'),(730634,118603,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730633,118603,'failed_username','luis-monteiro'),(730632,118602,'_server_http_x_forwarded_for_0','112.27.128.13'),(730631,118602,'_server_remote_addr','112.27.128.13'),(730630,118602,'_message_key','user_unknown_login_failed'),(730629,118602,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730628,118602,'failed_username','luis-monteiro'),(730627,118601,'_server_http_x_forwarded_for_0','95.105.252.74'),(730626,118601,'_server_remote_addr','95.105.252.74'),(730625,118601,'_message_key','user_unknown_login_failed'),(730624,118601,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730623,118601,'failed_username','luis-monteiro'),(730622,118600,'_server_http_x_forwarded_for_0','95.105.252.74'),(730621,118600,'_server_remote_addr','95.105.252.74'),(730620,118600,'_message_key','user_unknown_login_failed'),(730619,118600,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730618,118600,'failed_username','luis-monteiro'),(730617,118599,'_server_http_x_forwarded_for_0','95.105.252.74'),(730616,118599,'_server_remote_addr','95.105.252.74'),(730615,118599,'_message_key','user_unknown_login_failed'),(730614,118599,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730613,118599,'failed_username','luis-monteiro'),(730612,118598,'_server_http_x_forwarded_for_0','95.105.252.74'),(730611,118598,'_server_remote_addr','95.105.252.74'),(730610,118598,'_message_key','user_unknown_login_failed'),(730609,118598,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730608,118598,'failed_username','luis-monteiro'),(730607,118597,'_server_http_x_forwarded_for_0','95.105.252.74'),(730606,118597,'_server_remote_addr','95.105.252.74'),(730605,118597,'_message_key','user_unknown_login_failed'),(730604,118597,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730603,118597,'failed_username','luis-monteiro'),(730602,118596,'_server_http_x_forwarded_for_0','95.105.252.74'),(730601,118596,'_server_remote_addr','95.105.252.74'),(730600,118596,'_message_key','user_unknown_login_failed'),(730599,118596,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730598,118596,'failed_username','luis-monteiro'),(730597,118595,'_server_http_x_forwarded_for_0','95.105.252.74'),(730596,118595,'_server_remote_addr','95.105.252.74'),(730595,118595,'_message_key','user_unknown_login_failed'),(730594,118595,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730593,118595,'failed_username','luis-monteiro'),(730592,118594,'_server_http_x_forwarded_for_0','95.105.252.74'),(730591,118594,'_server_remote_addr','95.105.252.74'),(730590,118594,'_message_key','user_unknown_login_failed'),(730589,118594,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730588,118594,'failed_username','luis-monteiro'),(730587,118593,'_server_http_x_forwarded_for_0','95.105.252.74'),(730586,118593,'_server_remote_addr','95.105.252.74'),(730585,118593,'_message_key','user_unknown_login_failed'),(730584,118593,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730583,118593,'failed_username','luis-monteiro'),(730582,118592,'_server_http_x_forwarded_for_0','95.105.252.74'),(730581,118592,'_server_remote_addr','95.105.252.74'),(730580,118592,'_message_key','user_unknown_login_failed'),(730579,118592,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730578,118592,'failed_username','luis-monteiro'),(730577,118591,'_server_http_x_forwarded_for_0','95.105.252.74'),(730576,118591,'_server_remote_addr','95.105.252.74'),(730575,118591,'_message_key','user_unknown_login_failed'),(730574,118591,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730573,118591,'failed_username','luis-monteiro'),(730572,118590,'_server_http_x_forwarded_for_0','95.105.252.74'),(730571,118590,'_server_remote_addr','95.105.252.74'),(730570,118590,'_message_key','user_unknown_login_failed'),(730569,118590,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730568,118590,'failed_username','luis-monteiro'),(730567,118589,'_server_http_x_forwarded_for_0','95.105.252.74'),(730566,118589,'_server_remote_addr','95.105.252.74'),(730565,118589,'_message_key','user_unknown_login_failed'),(730564,118589,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730563,118589,'failed_username','luis-monteiro'),(730562,118588,'_server_http_x_forwarded_for_0','95.105.252.74'),(730561,118588,'_server_remote_addr','95.105.252.74'),(730560,118588,'_message_key','user_unknown_login_failed'),(730559,118588,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730558,118588,'failed_username','luis-monteiro'),(730557,118587,'_server_http_x_forwarded_for_0','95.105.252.74'),(730556,118587,'_server_remote_addr','95.105.252.74'),(730555,118587,'_message_key','user_unknown_login_failed'),(730554,118587,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730553,118587,'failed_username','luis-monteiro'),(730552,118586,'_server_http_x_forwarded_for_0','95.105.252.74'),(730551,118586,'_server_remote_addr','95.105.252.74'),(730550,118586,'_message_key','user_unknown_login_failed'),(730549,118586,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730548,118586,'failed_username','luis-monteiro'),(730547,118585,'_server_http_x_forwarded_for_0','95.105.252.74'),(730546,118585,'_server_remote_addr','95.105.252.74'),(730545,118585,'_message_key','user_unknown_login_failed'),(730544,118585,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730543,118585,'failed_username','luis-monteiro'),(730542,118584,'_server_http_x_forwarded_for_0','95.105.252.74'),(730541,118584,'_server_remote_addr','95.105.252.74'),(730540,118584,'_message_key','user_unknown_login_failed'),(730539,118584,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730538,118584,'failed_username','luis-monteiro'),(730537,118583,'_server_http_x_forwarded_for_0','95.105.252.74'),(730536,118583,'_server_remote_addr','95.105.252.74'),(730535,118583,'_message_key','user_unknown_login_failed'),(730534,118583,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730533,118583,'failed_username','luis-monteiro'),(730532,118582,'_server_http_x_forwarded_for_0','95.105.252.74'),(730531,118582,'_server_remote_addr','95.105.252.74'),(730530,118582,'_message_key','user_unknown_login_failed'),(730529,118582,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730528,118582,'failed_username','luis-monteiro'),(730527,118581,'_server_http_x_forwarded_for_0','95.105.252.74'),(730526,118581,'_server_remote_addr','95.105.252.74'),(730525,118581,'_message_key','user_unknown_login_failed'),(730524,118581,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730523,118581,'failed_username','luis-monteiro'),(730522,118580,'_server_http_x_forwarded_for_0','95.105.252.74'),(730521,118580,'_server_remote_addr','95.105.252.74'),(730520,118580,'_message_key','user_unknown_login_failed'),(730519,118580,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730518,118580,'failed_username','luis-monteiro'),(730517,118579,'_server_http_x_forwarded_for_0','95.105.252.74'),(730516,118579,'_server_remote_addr','95.105.252.74'),(730515,118579,'_message_key','user_unknown_login_failed'),(730514,118579,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730513,118579,'failed_username','luis-monteiro'),(730512,118578,'_server_http_x_forwarded_for_0','95.105.252.74'),(730511,118578,'_server_remote_addr','95.105.252.74'),(730510,118578,'_message_key','user_unknown_login_failed'),(730509,118578,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730508,118578,'failed_username','luis-monteiro'),(730507,118577,'_server_http_x_forwarded_for_0','95.105.252.74'),(730506,118577,'_server_remote_addr','95.105.252.74'),(730505,118577,'_message_key','user_unknown_login_failed'),(730504,118577,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730503,118577,'failed_username','luis-monteiro'),(730502,118576,'_server_http_x_forwarded_for_0','95.105.252.74'),(730501,118576,'_server_remote_addr','95.105.252.74'),(730500,118576,'_message_key','user_unknown_login_failed'),(730499,118576,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730498,118576,'failed_username','luis-monteiro'),(730497,118575,'_server_http_x_forwarded_for_0','95.105.252.74'),(730496,118575,'_server_remote_addr','95.105.252.74'),(730495,118575,'_message_key','user_unknown_login_failed'),(730494,118575,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730493,118575,'failed_username','luis-monteiro'),(730492,118574,'_server_http_x_forwarded_for_0','95.105.252.74'),(730491,118574,'_server_remote_addr','95.105.252.74'),(730490,118574,'_message_key','user_unknown_login_failed'),(730489,118574,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730488,118574,'failed_username','luis-monteiro'),(730487,118573,'_server_http_x_forwarded_for_0','95.105.252.74'),(730486,118573,'_server_remote_addr','95.105.252.74'),(730485,118573,'_message_key','user_unknown_login_failed'),(730484,118573,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730483,118573,'failed_username','luis-monteiro'),(730482,118572,'_server_http_x_forwarded_for_0','95.105.252.74'),(730481,118572,'_server_remote_addr','95.105.252.74'),(730480,118572,'_message_key','user_unknown_login_failed'),(730479,118572,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730478,118572,'failed_username','luis-monteiro'),(730477,118571,'_server_http_x_forwarded_for_0','95.105.252.74'),(730476,118571,'_server_remote_addr','95.105.252.74'),(730475,118571,'_message_key','user_unknown_login_failed'),(730474,118571,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730473,118571,'failed_username','luis-monteiro'),(730472,118570,'_server_http_x_forwarded_for_0','95.105.252.74'),(730471,118570,'_server_remote_addr','95.105.252.74'),(730470,118570,'_message_key','user_unknown_login_failed'),(730469,118570,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730468,118570,'failed_username','luis-monteiro'),(730467,118569,'_server_http_x_forwarded_for_0','95.105.252.74'),(730466,118569,'_server_remote_addr','95.105.252.74'),(730465,118569,'_message_key','user_unknown_login_failed'),(730464,118569,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730463,118569,'failed_username','luis-monteiro'),(730462,118568,'_server_http_x_forwarded_for_0','95.105.252.74'),(730461,118568,'_server_remote_addr','95.105.252.74'),(730460,118568,'_message_key','user_unknown_login_failed'),(730459,118568,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730458,118568,'failed_username','luis-monteiro'),(730457,118567,'_server_http_x_forwarded_for_0','95.105.252.74'),(730456,118567,'_server_remote_addr','95.105.252.74'),(730455,118567,'_message_key','user_unknown_login_failed'),(730454,118567,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730453,118567,'failed_username','luis-monteiro'),(730452,118566,'_server_http_x_forwarded_for_0','95.105.252.74'),(730451,118566,'_server_remote_addr','95.105.252.74'),(730450,118566,'_message_key','user_unknown_login_failed'),(730449,118566,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730448,118566,'failed_username','luis-monteiro'),(730447,118565,'_server_http_x_forwarded_for_0','95.105.252.74'),(730446,118565,'_server_remote_addr','95.105.252.74'),(730445,118565,'_message_key','user_unknown_login_failed'),(730444,118565,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730443,118565,'failed_username','luis-monteiro'),(730442,118564,'_server_http_x_forwarded_for_0','95.105.252.74'),(730441,118564,'_server_remote_addr','95.105.252.74'),(730440,118564,'_message_key','user_unknown_login_failed'),(730439,118564,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730438,118564,'failed_username','luis-monteiro'),(730437,118563,'_server_http_x_forwarded_for_0','95.105.252.74'),(730436,118563,'_server_remote_addr','95.105.252.74'),(730435,118563,'_message_key','user_unknown_login_failed'),(730434,118563,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730433,118563,'failed_username','luis-monteiro'),(730432,118562,'_server_http_x_forwarded_for_0','95.105.252.74'),(730431,118562,'_server_remote_addr','95.105.252.74'),(730430,118562,'_message_key','user_unknown_login_failed'),(730429,118562,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730428,118562,'failed_username','luis-monteiro'),(730427,118561,'_server_http_x_forwarded_for_0','95.105.252.74'),(730426,118561,'_server_remote_addr','95.105.252.74'),(730425,118561,'_message_key','user_unknown_login_failed'),(730424,118561,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730423,118561,'failed_username','luis-monteiro'),(730422,118560,'_server_http_x_forwarded_for_0','95.105.252.74'),(730421,118560,'_server_remote_addr','95.105.252.74'),(730420,118560,'_message_key','user_unknown_login_failed'),(730419,118560,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730418,118560,'failed_username','luis-monteiro'),(730417,118559,'_server_http_x_forwarded_for_0','95.105.252.74'),(730416,118559,'_server_remote_addr','95.105.252.74'),(730415,118559,'_message_key','user_unknown_login_failed'),(730414,118559,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730413,118559,'failed_username','luis-monteiro'),(730412,118558,'_server_http_x_forwarded_for_0','95.105.252.74'),(730411,118558,'_server_remote_addr','95.105.252.74'),(730410,118558,'_message_key','user_unknown_login_failed'),(730409,118558,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730408,118558,'failed_username','luis-monteiro'),(730407,118557,'_server_http_x_forwarded_for_0','95.105.252.74'),(730406,118557,'_server_remote_addr','95.105.252.74'),(730405,118557,'_message_key','user_unknown_login_failed'),(730404,118557,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730403,118557,'failed_username','luis-monteiro'),(730402,118556,'_server_http_x_forwarded_for_0','95.105.252.74'),(730401,118556,'_server_remote_addr','95.105.252.74'),(730400,118556,'_message_key','user_unknown_login_failed'),(730399,118556,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730398,118556,'failed_username','luis-monteiro'),(730397,118555,'_server_http_x_forwarded_for_0','95.105.252.74'),(730396,118555,'_server_remote_addr','95.105.252.74'),(730395,118555,'_message_key','user_unknown_login_failed'),(730394,118555,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730393,118555,'failed_username','luis-monteiro'),(730392,118554,'_server_http_x_forwarded_for_0','95.105.252.74'),(730391,118554,'_server_remote_addr','95.105.252.74'),(730390,118554,'_message_key','user_unknown_login_failed'),(730389,118554,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730388,118554,'failed_username','luis-monteiro'),(730387,118553,'_server_http_x_forwarded_for_0','95.105.252.74'),(730386,118553,'_server_remote_addr','95.105.252.74'),(730385,118553,'_message_key','user_unknown_login_failed'),(730384,118553,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730383,118553,'failed_username','luis-monteiro'),(730382,118552,'_server_http_x_forwarded_for_0','95.105.252.74'),(730381,118552,'_server_remote_addr','95.105.252.74'),(730380,118552,'_message_key','user_unknown_login_failed'),(730379,118552,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730378,118552,'failed_username','luis-monteiro'),(730377,118551,'_server_http_x_forwarded_for_0','95.105.252.74'),(730376,118551,'_server_remote_addr','95.105.252.74'),(730375,118551,'_message_key','user_unknown_login_failed'),(730374,118551,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730373,118551,'failed_username','luis-monteiro'),(730372,118550,'_server_http_x_forwarded_for_0','95.105.252.74'),(730371,118550,'_server_remote_addr','95.105.252.74'),(730370,118550,'_message_key','user_unknown_login_failed'),(730369,118550,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730368,118550,'failed_username','luis-monteiro'),(730367,118549,'_server_http_x_forwarded_for_0','95.105.252.74'),(730366,118549,'_server_remote_addr','95.105.252.74'),(730365,118549,'_message_key','user_unknown_login_failed'),(730364,118549,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730363,118549,'failed_username','luis-monteiro'),(730362,118548,'_server_http_x_forwarded_for_0','95.105.252.74'),(730361,118548,'_server_remote_addr','95.105.252.74'),(730360,118548,'_message_key','user_unknown_login_failed'),(730359,118548,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730358,118548,'failed_username','luis-monteiro'),(730357,118547,'_server_http_x_forwarded_for_0','95.105.252.74'),(730356,118547,'_server_remote_addr','95.105.252.74'),(730355,118547,'_message_key','user_unknown_login_failed'),(730354,118547,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730353,118547,'failed_username','luis-monteiro'),(730352,118546,'_server_http_x_forwarded_for_0','95.105.252.74'),(730351,118546,'_server_remote_addr','95.105.252.74'),(730350,118546,'_message_key','user_unknown_login_failed'),(730349,118546,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730348,118546,'failed_username','luis-monteiro'),(730347,118545,'_server_http_x_forwarded_for_0','95.105.252.74'),(730346,118545,'_server_remote_addr','95.105.252.74'),(730345,118545,'_message_key','user_unknown_login_failed'),(730344,118545,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730343,118545,'failed_username','luis-monteiro'),(730342,118544,'_server_http_x_forwarded_for_0','95.105.252.74'),(730341,118544,'_server_remote_addr','95.105.252.74'),(730340,118544,'_message_key','user_unknown_login_failed'),(730339,118544,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730338,118544,'failed_username','luis-monteiro'),(730337,118543,'_server_http_x_forwarded_for_0','95.105.252.74'),(730336,118543,'_server_remote_addr','95.105.252.74'),(730335,118543,'_message_key','user_unknown_login_failed'),(730334,118543,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730333,118543,'failed_username','luis-monteiro'),(730332,118542,'_server_http_x_forwarded_for_0','95.105.252.74'),(730331,118542,'_server_remote_addr','95.105.252.74'),(730330,118542,'_message_key','user_unknown_login_failed'),(730329,118542,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730328,118542,'failed_username','luis-monteiro'),(730327,118541,'_server_http_x_forwarded_for_0','95.105.252.74'),(730326,118541,'_server_remote_addr','95.105.252.74'),(730325,118541,'_message_key','user_unknown_login_failed'),(730324,118541,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730323,118541,'failed_username','luis-monteiro'),(730322,118540,'_server_http_x_forwarded_for_0','95.105.252.74'),(730321,118540,'_server_remote_addr','95.105.252.74'),(730320,118540,'_message_key','user_unknown_login_failed'),(730319,118540,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730318,118540,'failed_username','luis-monteiro'),(730317,118539,'_server_http_x_forwarded_for_0','95.105.252.74'),(730316,118539,'_server_remote_addr','95.105.252.74'),(730315,118539,'_message_key','user_unknown_login_failed'),(730314,118539,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730313,118539,'failed_username','luis-monteiro'),(730312,118538,'_server_http_x_forwarded_for_0','95.105.252.74'),(730311,118538,'_server_remote_addr','95.105.252.74'),(730310,118538,'_message_key','user_unknown_login_failed'),(730309,118538,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730308,118538,'failed_username','luis-monteiro'),(730307,118537,'_server_http_x_forwarded_for_0','95.105.252.74'),(730306,118537,'_server_remote_addr','95.105.252.74'),(730305,118537,'_message_key','user_unknown_login_failed'),(730304,118537,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730303,118537,'failed_username','luis-monteiro'),(730302,118536,'_server_http_x_forwarded_for_0','95.105.252.74'),(730301,118536,'_server_remote_addr','95.105.252.74'),(730300,118536,'_message_key','user_unknown_login_failed'),(730299,118536,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730298,118536,'failed_username','luis-monteiro'),(730297,118535,'_server_http_x_forwarded_for_0','95.105.252.74'),(730296,118535,'_server_remote_addr','95.105.252.74'),(730295,118535,'_message_key','user_unknown_login_failed'),(730294,118535,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730293,118535,'failed_username','luis-monteiro'),(730292,118534,'_server_http_x_forwarded_for_0','95.105.252.74'),(730291,118534,'_server_remote_addr','95.105.252.74'),(730290,118534,'_message_key','user_unknown_login_failed'),(730289,118534,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730288,118534,'failed_username','luis-monteiro'),(730287,118533,'_server_http_x_forwarded_for_0','95.105.252.74'),(730286,118533,'_server_remote_addr','95.105.252.74'),(730285,118533,'_message_key','user_unknown_login_failed'),(730284,118533,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730283,118533,'failed_username','luis-monteiro'),(730282,118532,'_server_http_x_forwarded_for_0','95.105.252.74'),(730281,118532,'_server_remote_addr','95.105.252.74'),(730280,118532,'_message_key','user_unknown_login_failed'),(730279,118532,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730278,118532,'failed_username','luis-monteiro'),(730277,118531,'_server_http_x_forwarded_for_0','95.105.252.74'),(730276,118531,'_server_remote_addr','95.105.252.74'),(730275,118531,'_message_key','user_unknown_login_failed'),(730274,118531,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730273,118531,'failed_username','luis-monteiro'),(730272,118530,'_server_http_x_forwarded_for_0','95.105.252.74'),(730271,118530,'_server_remote_addr','95.105.252.74'),(730270,118530,'_message_key','user_unknown_login_failed'),(730269,118530,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730268,118530,'failed_username','luis-monteiro'),(730267,118529,'_server_http_x_forwarded_for_0','211.232.116.143'),(730266,118529,'_server_remote_addr','211.232.116.143'),(730265,118529,'_message_key','user_unknown_login_failed'),(730264,118529,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730263,118529,'failed_username','luis-monteiro'),(730262,118528,'_server_http_x_forwarded_for_0','211.232.116.143'),(730261,118528,'_server_remote_addr','211.232.116.143'),(730260,118528,'_message_key','user_unknown_login_failed'),(730259,118528,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730258,118528,'failed_username','luis-monteiro'),(730257,118527,'_server_http_x_forwarded_for_0','211.232.116.143'),(730256,118527,'_server_remote_addr','211.232.116.143'),(730255,118527,'_message_key','user_unknown_login_failed'),(730254,118527,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730253,118527,'failed_username','luis-monteiro'),(730252,118526,'_server_http_x_forwarded_for_0','211.232.116.143'),(730251,118526,'_server_remote_addr','211.232.116.143'),(730250,118526,'_message_key','user_unknown_login_failed'),(730249,118526,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730248,118526,'failed_username','luis-monteiro'),(730247,118525,'_server_http_x_forwarded_for_0','211.232.116.143'),(730246,118525,'_server_remote_addr','211.232.116.143'),(730245,118525,'_message_key','user_unknown_login_failed'),(730244,118525,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730243,118525,'failed_username','luis-monteiro'),(730242,118524,'_server_http_x_forwarded_for_0','211.232.116.143'),(730241,118524,'_server_remote_addr','211.232.116.143'),(730240,118524,'_message_key','user_unknown_login_failed'),(730239,118524,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730238,118524,'failed_username','luis-monteiro'),(730237,118523,'_server_http_x_forwarded_for_0','211.232.116.143'),(730236,118523,'_server_remote_addr','211.232.116.143'),(730235,118523,'_message_key','user_unknown_login_failed'),(730234,118523,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730233,118523,'failed_username','luis-monteiro'),(730232,118522,'_server_http_x_forwarded_for_0','211.232.116.143'),(730231,118522,'_server_remote_addr','211.232.116.143'),(730230,118522,'_message_key','user_unknown_login_failed'),(730229,118522,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730228,118522,'failed_username','luis-monteiro'),(730227,118521,'_server_http_x_forwarded_for_0','211.232.116.143'),(730226,118521,'_server_remote_addr','211.232.116.143'),(730225,118521,'_message_key','user_unknown_login_failed'),(730224,118521,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730223,118521,'failed_username','luis-monteiro'),(730222,118520,'_server_http_x_forwarded_for_0','211.232.116.143'),(730221,118520,'_server_remote_addr','211.232.116.143'),(730220,118520,'_message_key','user_unknown_login_failed'),(730219,118520,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730218,118520,'failed_username','luis-monteiro'),(730217,118519,'_server_http_x_forwarded_for_0','211.232.116.143'),(730216,118519,'_server_remote_addr','211.232.116.143'),(730215,118519,'_message_key','user_unknown_login_failed'),(730214,118519,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730213,118519,'failed_username','luis-monteiro'),(730212,118518,'_server_http_x_forwarded_for_0','211.232.116.143'),(730211,118518,'_server_remote_addr','211.232.116.143'),(730210,118518,'_message_key','user_unknown_login_failed'),(730209,118518,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730208,118518,'failed_username','luis-monteiro'),(730207,118517,'_server_http_x_forwarded_for_0','211.232.116.143'),(730206,118517,'_server_remote_addr','211.232.116.143'),(730205,118517,'_message_key','user_unknown_login_failed'),(730204,118517,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730203,118517,'failed_username','luis-monteiro'),(730202,118516,'_server_http_x_forwarded_for_0','211.232.116.143'),(730201,118516,'_server_remote_addr','211.232.116.143'),(730200,118516,'_message_key','user_unknown_login_failed'),(730199,118516,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730198,118516,'failed_username','luis-monteiro'),(730197,118515,'_server_http_x_forwarded_for_0','211.232.116.143'),(730196,118515,'_server_remote_addr','211.232.116.143'),(730195,118515,'_message_key','user_unknown_login_failed'),(730194,118515,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730193,118515,'failed_username','luis-monteiro'),(730192,118514,'_server_http_x_forwarded_for_0','211.232.116.143'),(730191,118514,'_server_remote_addr','211.232.116.143'),(730190,118514,'_message_key','user_unknown_login_failed'),(730189,118514,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730188,118514,'failed_username','luis-monteiro'),(730187,118513,'_server_http_x_forwarded_for_0','211.232.116.143'),(730186,118513,'_server_remote_addr','211.232.116.143'),(730185,118513,'_message_key','user_unknown_login_failed'),(730184,118513,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730183,118513,'failed_username','luis-monteiro'),(730182,118512,'_server_http_x_forwarded_for_0','211.232.116.143'),(730181,118512,'_server_remote_addr','211.232.116.143'),(730180,118512,'_message_key','user_unknown_login_failed'),(730179,118512,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730178,118512,'failed_username','luis-monteiro'),(730177,118511,'_server_http_x_forwarded_for_0','211.232.116.143'),(730176,118511,'_server_remote_addr','211.232.116.143'),(730175,118511,'_message_key','user_unknown_login_failed'),(730174,118511,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730173,118511,'failed_username','luis-monteiro'),(730172,118510,'_server_http_x_forwarded_for_0','211.232.116.143'),(730171,118510,'_server_remote_addr','211.232.116.143'),(730170,118510,'_message_key','user_unknown_login_failed'),(730169,118510,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730168,118510,'failed_username','luis-monteiro'),(730167,118509,'_server_http_x_forwarded_for_0','211.232.116.143'),(730166,118509,'_server_remote_addr','211.232.116.143'),(730165,118509,'_message_key','user_unknown_login_failed'),(730164,118509,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730163,118509,'failed_username','luis-monteiro'),(730162,118508,'_server_http_x_forwarded_for_0','211.232.116.143'),(730161,118508,'_server_remote_addr','211.232.116.143'),(730160,118508,'_message_key','user_unknown_login_failed'),(730159,118508,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730158,118508,'failed_username','luis-monteiro'),(730157,118507,'_server_http_x_forwarded_for_0','211.232.116.143'),(730156,118507,'_server_remote_addr','211.232.116.143'),(730155,118507,'_message_key','user_unknown_login_failed'),(730154,118507,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730153,118507,'failed_username','luis-monteiro'),(730152,118506,'_server_http_x_forwarded_for_0','211.232.116.143'),(730151,118506,'_server_remote_addr','211.232.116.143'),(730150,118506,'_message_key','user_unknown_login_failed'),(730149,118506,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730148,118506,'failed_username','luis-monteiro'),(730147,118505,'_server_http_x_forwarded_for_0','211.232.116.143'),(730146,118505,'_server_remote_addr','211.232.116.143'),(730145,118505,'_message_key','user_unknown_login_failed'),(730144,118505,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730143,118505,'failed_username','luis-monteiro'),(730142,118504,'_server_http_x_forwarded_for_0','211.232.116.143'),(730141,118504,'_server_remote_addr','211.232.116.143'),(730140,118504,'_message_key','user_unknown_login_failed'),(730139,118504,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730138,118504,'failed_username','luis-monteiro'),(730137,118503,'_server_http_x_forwarded_for_0','211.232.116.143'),(730136,118503,'_server_remote_addr','211.232.116.143'),(730135,118503,'_message_key','user_unknown_login_failed'),(730134,118503,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730133,118503,'failed_username','luis-monteiro'),(730132,118502,'_server_http_x_forwarded_for_0','211.232.116.143'),(730131,118502,'_server_remote_addr','211.232.116.143'),(730130,118502,'_message_key','user_unknown_login_failed'),(730129,118502,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730128,118502,'failed_username','luis-monteiro'),(730127,118501,'_server_http_x_forwarded_for_0','211.232.116.143'),(730126,118501,'_server_remote_addr','211.232.116.143'),(730125,118501,'_message_key','user_unknown_login_failed'),(730124,118501,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730123,118501,'failed_username','luis-monteiro'),(730122,118500,'_server_http_x_forwarded_for_0','211.232.116.143'),(730121,118500,'_server_remote_addr','211.232.116.143'),(730120,118500,'_message_key','user_unknown_login_failed'),(730119,118500,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730118,118500,'failed_username','luis-monteiro'),(730117,118499,'_server_http_x_forwarded_for_0','211.232.116.143'),(730116,118499,'_server_remote_addr','211.232.116.143'),(730115,118499,'_message_key','user_unknown_login_failed'),(730114,118499,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730113,118499,'failed_username','luis-monteiro'),(730112,118498,'_server_http_x_forwarded_for_0','211.232.116.143'),(730111,118498,'_server_remote_addr','211.232.116.143'),(730110,118498,'_message_key','user_unknown_login_failed'),(730109,118498,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730108,118498,'failed_username','luis-monteiro'),(730107,118497,'_server_http_x_forwarded_for_0','211.232.116.143'),(730106,118497,'_server_remote_addr','211.232.116.143'),(730105,118497,'_message_key','user_unknown_login_failed'),(730104,118497,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730103,118497,'failed_username','luis-monteiro'),(730102,118496,'_server_http_x_forwarded_for_0','211.232.116.143'),(730101,118496,'_server_remote_addr','211.232.116.143'),(730100,118496,'_message_key','user_unknown_login_failed'),(730099,118496,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730098,118496,'failed_username','luis-monteiro'),(730097,118495,'_server_http_x_forwarded_for_0','211.232.116.143'),(730096,118495,'_server_remote_addr','211.232.116.143'),(730095,118495,'_message_key','user_unknown_login_failed'),(730094,118495,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730093,118495,'failed_username','luis-monteiro'),(730092,118494,'_server_http_x_forwarded_for_0','211.232.116.143'),(730091,118494,'_server_remote_addr','211.232.116.143'),(730090,118494,'_message_key','user_unknown_login_failed'),(730089,118494,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730088,118494,'failed_username','luis-monteiro'),(730087,118493,'_server_http_x_forwarded_for_0','211.232.116.143'),(730086,118493,'_server_remote_addr','211.232.116.143'),(730085,118493,'_message_key','user_unknown_login_failed'),(730084,118493,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730083,118493,'failed_username','luis-monteiro'),(730082,118492,'_server_http_x_forwarded_for_0','211.232.116.143'),(730081,118492,'_server_remote_addr','211.232.116.143'),(730080,118492,'_message_key','user_unknown_login_failed'),(730079,118492,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730078,118492,'failed_username','luis-monteiro'),(730077,118491,'_server_http_x_forwarded_for_0','211.232.116.143'),(730076,118491,'_server_remote_addr','211.232.116.143'),(730075,118491,'_message_key','user_unknown_login_failed'),(730074,118491,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730073,118491,'failed_username','luis-monteiro'),(730072,118490,'_server_http_x_forwarded_for_0','222.223.56.116'),(730071,118490,'_server_remote_addr','222.223.56.116'),(730070,118490,'_message_key','user_unknown_login_failed'),(730069,118490,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730068,118490,'failed_username','luis-monteiro'),(730067,118489,'_server_http_x_forwarded_for_0','222.223.56.116'),(730066,118489,'_server_remote_addr','222.223.56.116'),(730065,118489,'_message_key','user_unknown_login_failed'),(730064,118489,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730063,118489,'failed_username','luis-monteiro'),(730062,118488,'_server_http_x_forwarded_for_0','222.223.56.116'),(730061,118488,'_server_remote_addr','222.223.56.116'),(730060,118488,'_message_key','user_unknown_login_failed'),(730059,118488,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730058,118488,'failed_username','luis-monteiro'),(730057,118487,'_server_http_x_forwarded_for_0','222.223.56.116'),(730056,118487,'_server_remote_addr','222.223.56.116'),(730055,118487,'_message_key','user_unknown_login_failed'),(730054,118487,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730053,118487,'failed_username','luis-monteiro'),(730052,118486,'_server_http_x_forwarded_for_0','222.223.56.116'),(730051,118486,'_server_remote_addr','222.223.56.116'),(730050,118486,'_message_key','user_unknown_login_failed'),(730049,118486,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730048,118486,'failed_username','luis-monteiro'),(730047,118485,'_server_http_x_forwarded_for_0','222.223.56.116'),(730046,118485,'_server_remote_addr','222.223.56.116'),(730045,118485,'_message_key','user_unknown_login_failed'),(730044,118485,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730043,118485,'failed_username','luis-monteiro'),(730042,118484,'_server_http_x_forwarded_for_0','222.223.56.116'),(730041,118484,'_server_remote_addr','222.223.56.116'),(730040,118484,'_message_key','user_unknown_login_failed'),(730039,118484,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730038,118484,'failed_username','luis-monteiro'),(730037,118483,'_server_http_x_forwarded_for_0','222.223.56.116'),(730036,118483,'_server_remote_addr','222.223.56.116'),(730035,118483,'_message_key','user_unknown_login_failed'),(730034,118483,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730033,118483,'failed_username','luis-monteiro'),(730032,118482,'_server_http_x_forwarded_for_0','222.223.56.116'),(730031,118482,'_server_remote_addr','222.223.56.116'),(730030,118482,'_message_key','user_unknown_login_failed'),(730029,118482,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730028,118482,'failed_username','luis-monteiro'),(730027,118481,'_server_http_x_forwarded_for_0','222.223.56.116'),(730026,118481,'_server_remote_addr','222.223.56.116'),(730025,118481,'_message_key','user_unknown_login_failed'),(730024,118481,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730023,118481,'failed_username','luis-monteiro'),(730022,118480,'_server_http_x_forwarded_for_0','222.223.56.116'),(730021,118480,'_server_remote_addr','222.223.56.116'),(730020,118480,'_message_key','user_unknown_login_failed'),(730019,118480,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730018,118480,'failed_username','luis-monteiro'),(730017,118479,'_server_http_x_forwarded_for_0','222.223.56.116'),(730016,118479,'_server_remote_addr','222.223.56.116'),(730015,118479,'_message_key','user_unknown_login_failed'),(730014,118479,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730013,118479,'failed_username','luis-monteiro'),(730012,118478,'_server_http_x_forwarded_for_0','222.223.56.116'),(730011,118478,'_server_remote_addr','222.223.56.116'),(730010,118478,'_message_key','user_unknown_login_failed'),(730009,118478,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730008,118478,'failed_username','luis-monteiro'),(730007,118477,'_server_http_x_forwarded_for_0','222.223.56.116'),(730006,118477,'_server_remote_addr','222.223.56.116'),(730005,118477,'_message_key','user_unknown_login_failed'),(730004,118477,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(730003,118477,'failed_username','luis-monteiro'),(730002,118476,'_server_http_x_forwarded_for_0','222.223.56.116'),(730001,118476,'_server_remote_addr','222.223.56.116'),(730000,118476,'_message_key','user_unknown_login_failed'),(729999,118476,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729998,118476,'failed_username','luis-monteiro'),(729997,118475,'_server_http_x_forwarded_for_0','222.223.56.116'),(729996,118475,'_server_remote_addr','222.223.56.116'),(729995,118475,'_message_key','user_unknown_login_failed'),(729994,118475,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729993,118475,'failed_username','luis-monteiro'),(729992,118474,'_server_http_x_forwarded_for_0','222.223.56.116'),(729991,118474,'_server_remote_addr','222.223.56.116'),(729990,118474,'_message_key','user_unknown_login_failed'),(729989,118474,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729988,118474,'failed_username','luis-monteiro'),(729987,118473,'_server_http_x_forwarded_for_0','222.223.56.116'),(729986,118473,'_server_remote_addr','222.223.56.116'),(729985,118473,'_message_key','user_unknown_login_failed'),(729984,118473,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729983,118473,'failed_username','luis-monteiro'),(729982,118472,'_server_http_x_forwarded_for_0','222.223.56.116'),(729981,118472,'_server_remote_addr','222.223.56.116'),(729980,118472,'_message_key','user_unknown_login_failed'),(729979,118472,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729978,118472,'failed_username','luis-monteiro'),(729977,118471,'_server_http_x_forwarded_for_0','222.223.56.116'),(729976,118471,'_server_remote_addr','222.223.56.116'),(729975,118471,'_message_key','user_unknown_login_failed'),(729974,118471,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729973,118471,'failed_username','luis-monteiro'),(729972,118470,'_server_http_x_forwarded_for_0','222.223.56.116'),(729971,118470,'_server_remote_addr','222.223.56.116'),(729970,118470,'_message_key','user_unknown_login_failed'),(729969,118470,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729968,118470,'failed_username','luis-monteiro'),(729967,118469,'_server_http_x_forwarded_for_0','222.223.56.116'),(729966,118469,'_server_remote_addr','222.223.56.116'),(729965,118469,'_message_key','user_unknown_login_failed'),(729964,118469,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729963,118469,'failed_username','luis-monteiro'),(729962,118468,'_server_http_x_forwarded_for_0','222.223.56.116'),(729961,118468,'_server_remote_addr','222.223.56.116'),(729960,118468,'_message_key','user_unknown_login_failed'),(729959,118468,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729958,118468,'failed_username','luis-monteiro'),(729957,118467,'_server_http_x_forwarded_for_0','222.223.56.116'),(729956,118467,'_server_remote_addr','222.223.56.116'),(729955,118467,'_message_key','user_unknown_login_failed'),(729954,118467,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729953,118467,'failed_username','luis-monteiro'),(729952,118466,'_server_http_x_forwarded_for_0','222.223.56.116'),(729951,118466,'_server_remote_addr','222.223.56.116'),(729950,118466,'_message_key','user_unknown_login_failed'),(729949,118466,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729948,118466,'failed_username','luis-monteiro'),(729947,118465,'_server_http_x_forwarded_for_0','222.223.56.116'),(729946,118465,'_server_remote_addr','222.223.56.116'),(729945,118465,'_message_key','user_unknown_login_failed'),(729944,118465,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729943,118465,'failed_username','luis-monteiro'),(729942,118464,'_server_http_x_forwarded_for_0','222.223.56.116'),(729941,118464,'_server_remote_addr','222.223.56.116'),(729940,118464,'_message_key','user_unknown_login_failed'),(729939,118464,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729938,118464,'failed_username','luis-monteiro'),(729937,118463,'_server_http_x_forwarded_for_0','222.223.56.116'),(729936,118463,'_server_remote_addr','222.223.56.116'),(729935,118463,'_message_key','user_unknown_login_failed'),(729934,118463,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729933,118463,'failed_username','luis-monteiro'),(729932,118462,'_server_http_x_forwarded_for_0','222.223.56.116'),(729931,118462,'_server_remote_addr','222.223.56.116'),(729930,118462,'_message_key','user_unknown_login_failed'),(729929,118462,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729928,118462,'failed_username','luis-monteiro'),(729927,118461,'_server_http_x_forwarded_for_0','222.223.56.116'),(729926,118461,'_server_remote_addr','222.223.56.116'),(729925,118461,'_message_key','user_unknown_login_failed'),(729924,118461,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729923,118461,'failed_username','luis-monteiro'),(729922,118460,'_server_http_x_forwarded_for_0','222.223.56.116'),(729921,118460,'_server_remote_addr','222.223.56.116'),(729920,118460,'_message_key','user_unknown_login_failed'),(729919,118460,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729918,118460,'failed_username','luis-monteiro'),(729917,118459,'_server_http_x_forwarded_for_0','222.223.56.116'),(729916,118459,'_server_remote_addr','222.223.56.116'),(729915,118459,'_message_key','user_unknown_login_failed'),(729914,118459,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729913,118459,'failed_username','luis-monteiro'),(729912,118458,'_server_http_x_forwarded_for_0','222.223.56.116'),(729911,118458,'_server_remote_addr','222.223.56.116'),(729910,118458,'_message_key','user_unknown_login_failed'),(729909,118458,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729908,118458,'failed_username','luis-monteiro'),(729907,118457,'_server_http_x_forwarded_for_0','222.223.56.116'),(729906,118457,'_server_remote_addr','222.223.56.116'),(729905,118457,'_message_key','user_unknown_login_failed'),(729904,118457,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729903,118457,'failed_username','luis-monteiro'),(729902,118456,'_server_http_x_forwarded_for_0','222.223.56.116'),(729901,118456,'_server_remote_addr','222.223.56.116'),(729900,118456,'_message_key','user_unknown_login_failed'),(729899,118456,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729898,118456,'failed_username','luis-monteiro'),(729897,118455,'_server_http_x_forwarded_for_0','222.223.56.116'),(729896,118455,'_server_remote_addr','222.223.56.116'),(729895,118455,'_message_key','user_unknown_login_failed'),(729894,118455,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729893,118455,'failed_username','luis-monteiro'),(729892,118454,'_server_http_x_forwarded_for_0','222.223.56.116'),(729891,118454,'_server_remote_addr','222.223.56.116'),(729890,118454,'_message_key','user_unknown_login_failed'),(729889,118454,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729888,118454,'failed_username','luis-monteiro'),(729887,118453,'_server_http_x_forwarded_for_0','222.223.56.116'),(729886,118453,'_server_remote_addr','222.223.56.116'),(729885,118453,'_message_key','user_unknown_login_failed'),(729884,118453,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729883,118453,'failed_username','luis-monteiro'),(729882,118452,'_server_http_x_forwarded_for_0','222.223.56.116'),(729881,118452,'_server_remote_addr','222.223.56.116'),(729880,118452,'_message_key','user_unknown_login_failed'),(729879,118452,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729878,118452,'failed_username','luis-monteiro'),(729877,118451,'_server_http_x_forwarded_for_0','222.223.56.116'),(729876,118451,'_server_remote_addr','222.223.56.116'),(729875,118451,'_message_key','user_unknown_login_failed'),(729874,118451,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729873,118451,'failed_username','luis-monteiro'),(729872,118450,'_server_http_x_forwarded_for_0','222.223.56.116'),(729871,118450,'_server_remote_addr','222.223.56.116'),(729870,118450,'_message_key','user_unknown_login_failed'),(729869,118450,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729868,118450,'failed_username','luis-monteiro'),(729867,118449,'_server_http_x_forwarded_for_0','222.223.56.116'),(729866,118449,'_server_remote_addr','222.223.56.116'),(729865,118449,'_message_key','user_unknown_login_failed'),(729864,118449,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729863,118449,'failed_username','luis-monteiro'),(729862,118448,'_server_http_x_forwarded_for_0','222.223.56.116'),(729861,118448,'_server_remote_addr','222.223.56.116'),(729860,118448,'_message_key','user_unknown_login_failed'),(729859,118448,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729858,118448,'failed_username','luis-monteiro'),(729857,118447,'_server_http_x_forwarded_for_0','222.223.56.116'),(729856,118447,'_server_remote_addr','222.223.56.116'),(729855,118447,'_message_key','user_unknown_login_failed'),(729854,118447,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729853,118447,'failed_username','luis-monteiro'),(729852,118446,'_server_http_x_forwarded_for_0','222.223.56.116'),(729851,118446,'_server_remote_addr','222.223.56.116'),(729850,118446,'_message_key','user_unknown_login_failed'),(729849,118446,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729848,118446,'failed_username','luis-monteiro'),(729847,118445,'_server_http_x_forwarded_for_0','222.223.56.116'),(729846,118445,'_server_remote_addr','222.223.56.116'),(729845,118445,'_message_key','user_unknown_login_failed'),(729844,118445,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729843,118445,'failed_username','luis-monteiro'),(729842,118444,'_server_http_x_forwarded_for_0','222.223.56.116'),(729841,118444,'_server_remote_addr','222.223.56.116'),(729840,118444,'_message_key','user_unknown_login_failed'),(729839,118444,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729838,118444,'failed_username','luis-monteiro'),(729837,118443,'_server_http_x_forwarded_for_0','222.223.56.116'),(729836,118443,'_server_remote_addr','222.223.56.116'),(729835,118443,'_message_key','user_unknown_login_failed'),(729834,118443,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729833,118443,'failed_username','luis-monteiro'),(729832,118442,'_server_http_x_forwarded_for_0','222.223.56.116'),(729831,118442,'_server_remote_addr','222.223.56.116'),(729830,118442,'_message_key','user_unknown_login_failed'),(729829,118442,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729828,118442,'failed_username','luis-monteiro'),(729827,118441,'_server_http_x_forwarded_for_0','222.223.56.116'),(729826,118441,'_server_remote_addr','222.223.56.116'),(729825,118441,'_message_key','user_unknown_login_failed'),(729824,118441,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729823,118441,'failed_username','luis-monteiro'),(729822,118440,'_server_http_x_forwarded_for_0','222.223.56.116'),(729821,118440,'_server_remote_addr','222.223.56.116'),(729820,118440,'_message_key','user_unknown_login_failed'),(729819,118440,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729818,118440,'failed_username','luis-monteiro'),(729817,118439,'_server_http_x_forwarded_for_0','222.223.56.116'),(729816,118439,'_server_remote_addr','222.223.56.116'),(729815,118439,'_message_key','user_unknown_login_failed'),(729814,118439,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729813,118439,'failed_username','luis-monteiro'),(729812,118438,'_server_http_x_forwarded_for_0','222.223.56.116'),(729811,118438,'_server_remote_addr','222.223.56.116'),(729810,118438,'_message_key','user_unknown_login_failed'),(729809,118438,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729808,118438,'failed_username','luis-monteiro'),(729807,118437,'_server_http_x_forwarded_for_0','222.223.56.116'),(729806,118437,'_server_remote_addr','222.223.56.116'),(729805,118437,'_message_key','user_unknown_login_failed'),(729804,118437,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729803,118437,'failed_username','luis-monteiro'),(729802,118436,'_server_http_x_forwarded_for_0','222.223.56.116'),(729801,118436,'_server_remote_addr','222.223.56.116'),(729800,118436,'_message_key','user_unknown_login_failed'),(729799,118436,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729798,118436,'failed_username','luis-monteiro'),(729797,118435,'_server_http_x_forwarded_for_0','222.223.56.116'),(729796,118435,'_server_remote_addr','222.223.56.116'),(729795,118435,'_message_key','user_unknown_login_failed'),(729794,118435,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729793,118435,'failed_username','luis-monteiro'),(729792,118434,'_server_http_x_forwarded_for_0','222.223.56.116'),(729791,118434,'_server_remote_addr','222.223.56.116'),(729790,118434,'_message_key','user_unknown_login_failed'),(729789,118434,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729788,118434,'failed_username','luis-monteiro'),(729787,118433,'_server_http_x_forwarded_for_0','222.223.56.116'),(729786,118433,'_server_remote_addr','222.223.56.116'),(729785,118433,'_message_key','user_unknown_login_failed'),(729784,118433,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729783,118433,'failed_username','luis-monteiro'),(729782,118432,'_server_http_x_forwarded_for_0','222.223.56.116'),(729781,118432,'_server_remote_addr','222.223.56.116'),(729780,118432,'_message_key','user_unknown_login_failed'),(729779,118432,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729778,118432,'failed_username','luis-monteiro'),(729777,118431,'_server_http_x_forwarded_for_0','222.223.56.116'),(729776,118431,'_server_remote_addr','222.223.56.116'),(729775,118431,'_message_key','user_unknown_login_failed'),(729774,118431,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729773,118431,'failed_username','luis-monteiro'),(729772,118430,'_server_http_x_forwarded_for_0','222.223.56.116'),(729771,118430,'_server_remote_addr','222.223.56.116'),(729770,118430,'_message_key','user_unknown_login_failed'),(729769,118430,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729768,118430,'failed_username','luis-monteiro'),(729767,118429,'_server_http_x_forwarded_for_0','222.223.56.116'),(729766,118429,'_server_remote_addr','222.223.56.116'),(729765,118429,'_message_key','user_unknown_login_failed'),(729764,118429,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729763,118429,'failed_username','luis-monteiro'),(729762,118428,'_server_http_x_forwarded_for_0','222.223.56.116'),(729761,118428,'_server_remote_addr','222.223.56.116'),(729760,118428,'_message_key','user_unknown_login_failed'),(729759,118428,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729758,118428,'failed_username','luis-monteiro'),(729757,118427,'_server_http_x_forwarded_for_0','222.223.56.116'),(729756,118427,'_server_remote_addr','222.223.56.116'),(729755,118427,'_message_key','user_unknown_login_failed'),(729754,118427,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729753,118427,'failed_username','luis-monteiro'),(729752,118426,'_server_http_x_forwarded_for_0','222.223.56.116'),(729751,118426,'_server_remote_addr','222.223.56.116'),(729750,118426,'_message_key','user_unknown_login_failed'),(729749,118426,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729748,118426,'failed_username','luis-monteiro'),(729747,118425,'_server_http_x_forwarded_for_0','222.223.56.116'),(729746,118425,'_server_remote_addr','222.223.56.116'),(729745,118425,'_message_key','user_unknown_login_failed'),(729744,118425,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729743,118425,'failed_username','luis-monteiro'),(729742,118424,'_server_http_x_forwarded_for_0','222.223.56.116'),(729741,118424,'_server_remote_addr','222.223.56.116'),(729740,118424,'_message_key','user_unknown_login_failed'),(729739,118424,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729738,118424,'failed_username','luis-monteiro'),(729737,118423,'_server_http_x_forwarded_for_0','222.223.56.116'),(729736,118423,'_server_remote_addr','222.223.56.116'),(729735,118423,'_message_key','user_login_failed'),(729734,118423,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729733,118423,'login','mentol'),(729732,118423,'login_email','mentolnet@gmail.com'),(729731,118423,'login_id','1'),(729730,118422,'_server_http_x_forwarded_for_0','222.223.56.116'),(729729,118422,'_server_remote_addr','222.223.56.116'),(729728,118422,'_message_key','user_login_failed'),(729726,118422,'login','mentol'),(729727,118422,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729725,118422,'login_email','mentolnet@gmail.com'),(729724,118422,'login_id','1'),(729723,118421,'_server_http_x_forwarded_for_0','222.223.56.116'),(729722,118421,'_server_remote_addr','222.223.56.116'),(729721,118421,'_message_key','user_login_failed'),(729720,118421,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729719,118421,'login','mentol'),(729718,118421,'login_email','mentolnet@gmail.com'),(729717,118421,'login_id','1'),(729716,118420,'_server_http_x_forwarded_for_0','222.223.56.116'),(729715,118420,'_server_remote_addr','222.223.56.116'),(729714,118420,'_message_key','user_login_failed'),(729713,118420,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729712,118420,'login','mentol'),(729710,118420,'login_id','1'),(729711,118420,'login_email','mentolnet@gmail.com'),(729709,118419,'_server_http_x_forwarded_for_0','222.223.56.116'),(729708,118419,'_server_remote_addr','222.223.56.116'),(729707,118419,'_message_key','user_login_failed'),(729706,118419,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729705,118419,'login','mentol'),(729704,118419,'login_email','mentolnet@gmail.com'),(729703,118419,'login_id','1'),(729702,118418,'_server_http_x_forwarded_for_0','222.223.56.116'),(729701,118418,'_server_remote_addr','222.223.56.116'),(729700,118418,'_message_key','user_login_failed'),(729698,118418,'login','mentol'),(729699,118418,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729697,118418,'login_email','mentolnet@gmail.com'),(729696,118418,'login_id','1'),(729695,118417,'_server_http_x_forwarded_for_0','222.223.56.116'),(729694,118417,'_server_remote_addr','222.223.56.116'),(729693,118417,'_message_key','user_login_failed'),(729691,118417,'login','mentol'),(729692,118417,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729689,118417,'login_id','1'),(729690,118417,'login_email','mentolnet@gmail.com'),(729688,118416,'_server_http_x_forwarded_for_0','222.223.56.116'),(729687,118416,'_server_remote_addr','222.223.56.116'),(729686,118416,'_message_key','user_login_failed'),(729685,118416,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729684,118416,'login','mentol'),(729683,118416,'login_email','mentolnet@gmail.com'),(729682,118416,'login_id','1'),(729681,118415,'_server_http_x_forwarded_for_0','222.223.56.116'),(729680,118415,'_server_remote_addr','222.223.56.116'),(729679,118415,'_message_key','user_login_failed'),(729677,118415,'login','mentol'),(729678,118415,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729676,118415,'login_email','mentolnet@gmail.com'),(729675,118415,'login_id','1'),(729674,118414,'_server_http_x_forwarded_for_0','222.223.56.116'),(729673,118414,'_server_remote_addr','222.223.56.116'),(729672,118414,'_message_key','user_login_failed'),(729671,118414,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729670,118414,'login','mentol'),(729669,118414,'login_email','mentolnet@gmail.com'),(729668,118414,'login_id','1'),(729667,118413,'_server_http_x_forwarded_for_0','222.223.56.116'),(729666,118413,'_server_remote_addr','222.223.56.116'),(729665,118413,'_message_key','user_login_failed'),(729664,118413,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729663,118413,'login','mentol'),(729661,118413,'login_id','1'),(729662,118413,'login_email','mentolnet@gmail.com'),(729660,118412,'_server_http_x_forwarded_for_0','223.100.152.42'),(729659,118412,'_server_remote_addr','223.100.152.42'),(729658,118412,'_message_key','user_login_failed'),(729657,118412,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729656,118412,'login','mentol'),(729655,118412,'login_email','mentolnet@gmail.com'),(729654,118412,'login_id','1'),(729653,118411,'_server_http_x_forwarded_for_0','223.100.152.42'),(729652,118411,'_server_remote_addr','223.100.152.42'),(729651,118411,'_message_key','user_login_failed'),(729649,118411,'login','mentol'),(729650,118411,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729648,118411,'login_email','mentolnet@gmail.com'),(729647,118411,'login_id','1'),(729646,118410,'_server_http_x_forwarded_for_0','223.100.152.42'),(729645,118410,'_server_remote_addr','223.100.152.42'),(729644,118410,'_message_key','user_login_failed'),(729642,118410,'login','mentol'),(729643,118410,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729640,118410,'login_id','1'),(729641,118410,'login_email','mentolnet@gmail.com'),(729639,118409,'_server_http_x_forwarded_for_0','223.100.152.42'),(729638,118409,'_server_remote_addr','223.100.152.42'),(729637,118409,'_message_key','user_login_failed'),(729636,118409,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729635,118409,'login','mentol'),(729634,118409,'login_email','mentolnet@gmail.com'),(729633,118409,'login_id','1'),(729632,118408,'_server_http_x_forwarded_for_0','223.100.152.42'),(729631,118408,'_server_remote_addr','223.100.152.42'),(729630,118408,'_message_key','user_login_failed'),(729628,118408,'login','mentol'),(729629,118408,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729627,118408,'login_email','mentolnet@gmail.com'),(729626,118408,'login_id','1'),(729625,118407,'_server_http_x_forwarded_for_0','223.100.152.42'),(729624,118407,'_server_remote_addr','223.100.152.42'),(729623,118407,'_message_key','user_login_failed'),(729622,118407,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729621,118407,'login','mentol'),(729620,118407,'login_email','mentolnet@gmail.com'),(729619,118407,'login_id','1'),(729618,118406,'_server_http_x_forwarded_for_0','223.100.152.42'),(729617,118406,'_server_remote_addr','223.100.152.42'),(729616,118406,'_message_key','user_login_failed'),(729615,118406,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729614,118406,'login','mentol'),(729612,118406,'login_id','1'),(729613,118406,'login_email','mentolnet@gmail.com'),(729611,118405,'_server_http_x_forwarded_for_0','223.100.152.42'),(729610,118405,'_server_remote_addr','223.100.152.42'),(729609,118405,'_message_key','user_login_failed'),(729608,118405,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729607,118405,'login','mentol'),(729606,118405,'login_email','mentolnet@gmail.com'),(729605,118405,'login_id','1'),(729604,118404,'_server_http_x_forwarded_for_0','223.100.152.42'),(729603,118404,'_server_remote_addr','223.100.152.42'),(729602,118404,'_message_key','user_login_failed'),(729600,118404,'login','mentol'),(729601,118404,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729599,118404,'login_email','mentolnet@gmail.com'),(729598,118404,'login_id','1'),(729597,118403,'_server_http_x_forwarded_for_0','223.100.152.42'),(729596,118403,'_server_remote_addr','223.100.152.42'),(729595,118403,'_message_key','user_login_failed'),(729593,118403,'login','mentol'),(729594,118403,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729591,118403,'login_id','1'),(729592,118403,'login_email','mentolnet@gmail.com'),(729590,118402,'_server_http_x_forwarded_for_0','223.100.152.42'),(729589,118402,'_server_remote_addr','223.100.152.42'),(729588,118402,'_message_key','user_login_failed'),(729587,118402,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729586,118402,'login','mentol'),(729585,118402,'login_email','mentolnet@gmail.com'),(729584,118402,'login_id','1'),(729583,118401,'_server_http_x_forwarded_for_0','223.100.152.42'),(729582,118401,'_server_remote_addr','223.100.152.42'),(729581,118401,'_message_key','user_login_failed'),(729579,118401,'login','mentol'),(729580,118401,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729578,118401,'login_email','mentolnet@gmail.com'),(729577,118401,'login_id','1'),(729576,118400,'_server_http_x_forwarded_for_0','223.100.152.42'),(729575,118400,'_server_remote_addr','223.100.152.42'),(729574,118400,'_message_key','user_login_failed'),(729573,118400,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729572,118400,'login','mentol'),(729571,118400,'login_email','mentolnet@gmail.com'),(729570,118400,'login_id','1'),(729569,118399,'_server_http_x_forwarded_for_0','223.100.152.42'),(729568,118399,'_server_remote_addr','223.100.152.42'),(729567,118399,'_message_key','user_login_failed'),(729566,118399,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729565,118399,'login','mentol'),(729563,118399,'login_id','1'),(729564,118399,'login_email','mentolnet@gmail.com'),(729562,118398,'_server_http_x_forwarded_for_0','223.100.152.42'),(729561,118398,'_server_remote_addr','223.100.152.42'),(729560,118398,'_message_key','user_login_failed'),(729559,118398,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729558,118398,'login','mentol'),(729557,118398,'login_email','mentolnet@gmail.com'),(729556,118398,'login_id','1'),(729555,118397,'_server_http_x_forwarded_for_0','223.100.152.42'),(729554,118397,'_server_remote_addr','223.100.152.42'),(729553,118397,'_message_key','user_login_failed'),(729551,118397,'login','mentol'),(729552,118397,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729550,118397,'login_email','mentolnet@gmail.com'),(729549,118397,'login_id','1'),(729548,118396,'_server_http_x_forwarded_for_0','223.100.152.42'),(729547,118396,'_server_remote_addr','223.100.152.42'),(729546,118396,'_message_key','user_login_failed'),(729544,118396,'login','mentol'),(729545,118396,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729542,118396,'login_id','1'),(729543,118396,'login_email','mentolnet@gmail.com'),(729541,118395,'_server_http_x_forwarded_for_0','223.100.152.42'),(729540,118395,'_server_remote_addr','223.100.152.42'),(729539,118395,'_message_key','user_login_failed'),(729538,118395,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729537,118395,'login','mentol'),(729536,118395,'login_email','mentolnet@gmail.com'),(729535,118395,'login_id','1'),(729534,118394,'_server_http_x_forwarded_for_0','223.100.152.42'),(729533,118394,'_server_remote_addr','223.100.152.42'),(729532,118394,'_message_key','user_login_failed'),(729530,118394,'login','mentol'),(729531,118394,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729529,118394,'login_email','mentolnet@gmail.com'),(729528,118394,'login_id','1'),(729527,118393,'_server_http_x_forwarded_for_0','223.100.152.42'),(729526,118393,'_server_remote_addr','223.100.152.42'),(729525,118393,'_message_key','user_login_failed'),(729524,118393,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729523,118393,'login','mentol'),(729522,118393,'login_email','mentolnet@gmail.com'),(729521,118393,'login_id','1'),(729520,118392,'_server_http_x_forwarded_for_0','223.100.152.42'),(729519,118392,'_server_remote_addr','223.100.152.42'),(729518,118392,'_message_key','user_login_failed'),(729517,118392,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729516,118392,'login','mentol'),(729514,118392,'login_id','1'),(729515,118392,'login_email','mentolnet@gmail.com'),(729513,118391,'_server_http_x_forwarded_for_0','223.100.152.42'),(729512,118391,'_server_remote_addr','223.100.152.42'),(729511,118391,'_message_key','user_login_failed'),(729510,118391,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729509,118391,'login','mentol'),(729508,118391,'login_email','mentolnet@gmail.com'),(729507,118391,'login_id','1'),(729506,118390,'_server_http_x_forwarded_for_0','223.100.152.42'),(729505,118390,'_server_remote_addr','223.100.152.42'),(729504,118390,'_message_key','user_login_failed'),(729502,118390,'login','mentol'),(729503,118390,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729501,118390,'login_email','mentolnet@gmail.com'),(729500,118390,'login_id','1'),(729499,118389,'_server_http_x_forwarded_for_0','223.100.152.42'),(729498,118389,'_server_remote_addr','223.100.152.42'),(729497,118389,'_message_key','user_login_failed'),(729495,118389,'login','mentol'),(729496,118389,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729493,118389,'login_id','1'),(729494,118389,'login_email','mentolnet@gmail.com'),(729492,118388,'_server_http_x_forwarded_for_0','223.100.152.42'),(729491,118388,'_server_remote_addr','223.100.152.42'),(729490,118388,'_message_key','user_login_failed'),(729489,118388,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729488,118388,'login','mentol'),(729487,118388,'login_email','mentolnet@gmail.com'),(729486,118388,'login_id','1'),(729485,118387,'_server_http_x_forwarded_for_0','223.100.152.42'),(729484,118387,'_server_remote_addr','223.100.152.42'),(729483,118387,'_message_key','user_login_failed'),(729481,118387,'login','mentol'),(729482,118387,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729480,118387,'login_email','mentolnet@gmail.com'),(729479,118387,'login_id','1'),(729478,118386,'_server_http_x_forwarded_for_0','223.100.152.42'),(729477,118386,'_server_remote_addr','223.100.152.42'),(729476,118386,'_message_key','user_login_failed'),(729475,118386,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729474,118386,'login','mentol'),(729473,118386,'login_email','mentolnet@gmail.com'),(729472,118386,'login_id','1'),(729471,118385,'_server_http_x_forwarded_for_0','223.100.152.42'),(729470,118385,'_server_remote_addr','223.100.152.42'),(729469,118385,'_message_key','user_login_failed'),(729468,118385,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729467,118385,'login','mentol'),(729465,118385,'login_id','1'),(729466,118385,'login_email','mentolnet@gmail.com'),(729464,118384,'_server_http_x_forwarded_for_0','223.100.152.42'),(729463,118384,'_server_remote_addr','223.100.152.42'),(729462,118384,'_message_key','user_login_failed'),(729461,118384,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729460,118384,'login','mentol'),(729459,118384,'login_email','mentolnet@gmail.com'),(729458,118384,'login_id','1'),(729457,118383,'_server_http_x_forwarded_for_0','223.100.152.42'),(729456,118383,'_server_remote_addr','223.100.152.42'),(729455,118383,'_message_key','user_login_failed'),(729453,118383,'login','mentol'),(729454,118383,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729452,118383,'login_email','mentolnet@gmail.com'),(729451,118383,'login_id','1'),(729450,118382,'_server_http_x_forwarded_for_0','223.100.152.42'),(729449,118382,'_server_remote_addr','223.100.152.42'),(729448,118382,'_message_key','user_login_failed'),(729446,118382,'login','mentol'),(729447,118382,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729444,118382,'login_id','1'),(729445,118382,'login_email','mentolnet@gmail.com'),(729443,118381,'_server_http_x_forwarded_for_0','223.100.152.42'),(729442,118381,'_server_remote_addr','223.100.152.42'),(729441,118381,'_message_key','user_login_failed'),(729440,118381,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729439,118381,'login','mentol'),(729438,118381,'login_email','mentolnet@gmail.com'),(729437,118381,'login_id','1'),(729436,118380,'_server_http_x_forwarded_for_0','223.100.152.42'),(729435,118380,'_server_remote_addr','223.100.152.42'),(729434,118380,'_message_key','user_login_failed'),(729432,118380,'login','mentol'),(729433,118380,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729431,118380,'login_email','mentolnet@gmail.com'),(729430,118380,'login_id','1'),(729429,118379,'_server_http_x_forwarded_for_0','223.100.152.42'),(729428,118379,'_server_remote_addr','223.100.152.42'),(729427,118379,'_message_key','user_login_failed'),(729426,118379,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729425,118379,'login','mentol'),(729424,118379,'login_email','mentolnet@gmail.com'),(729423,118379,'login_id','1'),(729422,118378,'_server_http_x_forwarded_for_0','223.100.152.42'),(729421,118378,'_server_remote_addr','223.100.152.42'),(729420,118378,'_message_key','user_login_failed'),(729419,118378,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729418,118378,'login','mentol'),(729416,118378,'login_id','1'),(729417,118378,'login_email','mentolnet@gmail.com'),(729415,118377,'_server_http_x_forwarded_for_0','223.100.152.42'),(729414,118377,'_server_remote_addr','223.100.152.42'),(729413,118377,'_message_key','user_login_failed'),(729412,118377,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729411,118377,'login','mentol'),(729410,118377,'login_email','mentolnet@gmail.com'),(729409,118377,'login_id','1'),(729408,118376,'_server_http_x_forwarded_for_0','223.100.152.42'),(729407,118376,'_server_remote_addr','223.100.152.42'),(729406,118376,'_message_key','user_login_failed'),(729404,118376,'login','mentol'),(729405,118376,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729403,118376,'login_email','mentolnet@gmail.com'),(729402,118376,'login_id','1'),(729401,118375,'_server_http_x_forwarded_for_0','223.100.152.42'),(729400,118375,'_server_remote_addr','223.100.152.42'),(729399,118375,'_message_key','user_login_failed'),(729397,118375,'login','mentol'),(729398,118375,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729395,118375,'login_id','1'),(729396,118375,'login_email','mentolnet@gmail.com'),(729394,118374,'_server_http_x_forwarded_for_0','223.100.152.42'),(729393,118374,'_server_remote_addr','223.100.152.42'),(729392,118374,'_message_key','user_login_failed'),(729391,118374,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729390,118374,'login','mentol'),(729389,118374,'login_email','mentolnet@gmail.com'),(729388,118374,'login_id','1'),(729387,118373,'_server_http_x_forwarded_for_0','223.100.152.42'),(729386,118373,'_server_remote_addr','223.100.152.42'),(729385,118373,'_message_key','user_login_failed'),(729383,118373,'login','mentol'),(729384,118373,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729382,118373,'login_email','mentolnet@gmail.com'),(729381,118373,'login_id','1'),(729380,118372,'_server_http_x_forwarded_for_0','223.100.152.42'),(729379,118372,'_server_remote_addr','223.100.152.42'),(729378,118372,'_message_key','user_login_failed'),(729377,118372,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729376,118372,'login','mentol'),(729375,118372,'login_email','mentolnet@gmail.com'),(729374,118372,'login_id','1'),(729373,118371,'_server_http_x_forwarded_for_0','223.100.152.42'),(729372,118371,'_server_remote_addr','223.100.152.42'),(729371,118371,'_message_key','user_login_failed'),(729370,118371,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729369,118371,'login','mentol'),(729367,118371,'login_id','1'),(729368,118371,'login_email','mentolnet@gmail.com'),(729366,118370,'_server_http_x_forwarded_for_0','223.100.152.42'),(729365,118370,'_server_remote_addr','223.100.152.42'),(729364,118370,'_message_key','user_login_failed'),(729363,118370,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729362,118370,'login','mentol'),(729361,118370,'login_email','mentolnet@gmail.com'),(729360,118370,'login_id','1'),(729359,118369,'_server_http_x_forwarded_for_0','223.100.152.42'),(729358,118369,'_server_remote_addr','223.100.152.42'),(729357,118369,'_message_key','user_login_failed'),(729355,118369,'login','mentol'),(729356,118369,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729354,118369,'login_email','mentolnet@gmail.com'),(729353,118369,'login_id','1'),(729352,118368,'_server_http_x_forwarded_for_0','223.100.152.42'),(729351,118368,'_server_remote_addr','223.100.152.42'),(729350,118368,'_message_key','user_login_failed'),(729348,118368,'login','mentol'),(729349,118368,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729346,118368,'login_id','1'),(729347,118368,'login_email','mentolnet@gmail.com'),(729345,118367,'_server_http_x_forwarded_for_0','223.100.152.42'),(729344,118367,'_server_remote_addr','223.100.152.42'),(729343,118367,'_message_key','user_login_failed'),(729342,118367,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729341,118367,'login','mentol'),(729340,118367,'login_email','mentolnet@gmail.com'),(729339,118367,'login_id','1'),(729338,118366,'_server_http_x_forwarded_for_0','223.100.152.42'),(729337,118366,'_server_remote_addr','223.100.152.42'),(729336,118366,'_message_key','user_login_failed'),(729334,118366,'login','mentol'),(729335,118366,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729333,118366,'login_email','mentolnet@gmail.com'),(729332,118366,'login_id','1'),(729331,118365,'_server_http_x_forwarded_for_0','223.100.152.42'),(729330,118365,'_server_remote_addr','223.100.152.42'),(729329,118365,'_message_key','user_login_failed'),(729328,118365,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729327,118365,'login','mentol'),(729326,118365,'login_email','mentolnet@gmail.com'),(729325,118365,'login_id','1'),(729324,118364,'_server_http_x_forwarded_for_0','223.100.152.42'),(729323,118364,'_server_remote_addr','223.100.152.42'),(729322,118364,'_message_key','user_login_failed'),(729321,118364,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729320,118364,'login','mentol'),(729318,118364,'login_id','1'),(729319,118364,'login_email','mentolnet@gmail.com'),(729317,118363,'_server_http_x_forwarded_for_0','223.100.152.42'),(729316,118363,'_server_remote_addr','223.100.152.42'),(729315,118363,'_message_key','user_login_failed'),(729314,118363,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729313,118363,'login','mentol'),(729312,118363,'login_email','mentolnet@gmail.com'),(729311,118363,'login_id','1'),(729310,118362,'_server_http_x_forwarded_for_0','223.100.152.42'),(729309,118362,'_server_remote_addr','223.100.152.42'),(729308,118362,'_message_key','user_login_failed'),(729306,118362,'login','mentol'),(729307,118362,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729305,118362,'login_email','mentolnet@gmail.com'),(729304,118362,'login_id','1'),(729303,118361,'_server_http_x_forwarded_for_0','223.100.152.42'),(729302,118361,'_server_remote_addr','223.100.152.42'),(729301,118361,'_message_key','user_login_failed'),(729299,118361,'login','mentol'),(729300,118361,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729297,118361,'login_id','1'),(729298,118361,'login_email','mentolnet@gmail.com'),(729296,118360,'_server_http_x_forwarded_for_0','223.100.152.42'),(729295,118360,'_server_remote_addr','223.100.152.42'),(729294,118360,'_message_key','user_login_failed'),(729293,118360,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729292,118360,'login','mentol'),(729291,118360,'login_email','mentolnet@gmail.com'),(729290,118360,'login_id','1'),(729289,118359,'_server_http_x_forwarded_for_0','223.100.152.42'),(729288,118359,'_server_remote_addr','223.100.152.42'),(729287,118359,'_message_key','user_login_failed'),(729285,118359,'login','mentol'),(729286,118359,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729284,118359,'login_email','mentolnet@gmail.com'),(729283,118359,'login_id','1'),(729282,118358,'_server_http_x_forwarded_for_0','223.100.152.42'),(729281,118358,'_server_remote_addr','223.100.152.42'),(729280,118358,'_message_key','user_login_failed'),(729279,118358,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729278,118358,'login','mentol'),(729277,118358,'login_email','mentolnet@gmail.com'),(729276,118358,'login_id','1'),(729275,118357,'_server_http_x_forwarded_for_0','223.100.152.42'),(729274,118357,'_server_remote_addr','223.100.152.42'),(729273,118357,'_message_key','user_login_failed'),(729272,118357,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729271,118357,'login','mentol'),(729269,118357,'login_id','1'),(729270,118357,'login_email','mentolnet@gmail.com'),(729268,118356,'_server_http_x_forwarded_for_0','223.100.152.42'),(729267,118356,'_server_remote_addr','223.100.152.42'),(729266,118356,'_message_key','user_login_failed'),(729265,118356,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729264,118356,'login','mentol'),(729263,118356,'login_email','mentolnet@gmail.com'),(729262,118356,'login_id','1'),(729261,118355,'_server_http_x_forwarded_for_0','223.100.152.42'),(729260,118355,'_server_remote_addr','223.100.152.42'),(729259,118355,'_message_key','user_login_failed'),(729257,118355,'login','mentol'),(729258,118355,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729256,118355,'login_email','mentolnet@gmail.com'),(729255,118355,'login_id','1'),(729254,118354,'_server_http_x_forwarded_for_0','223.100.152.42'),(729253,118354,'_server_remote_addr','223.100.152.42'),(729252,118354,'_message_key','user_login_failed'),(729250,118354,'login','mentol'),(729251,118354,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729248,118354,'login_id','1'),(729249,118354,'login_email','mentolnet@gmail.com'),(729247,118353,'_server_http_x_forwarded_for_0','223.100.152.42'),(729246,118353,'_server_remote_addr','223.100.152.42'),(729245,118353,'_message_key','user_login_failed'),(729244,118353,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729243,118353,'login','mentol'),(729242,118353,'login_email','mentolnet@gmail.com'),(729241,118353,'login_id','1'),(729240,118352,'_server_http_x_forwarded_for_0','223.100.152.42'),(729239,118352,'_server_remote_addr','223.100.152.42'),(729238,118352,'_message_key','user_login_failed'),(729236,118352,'login','mentol'),(729237,118352,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729235,118352,'login_email','mentolnet@gmail.com'),(729234,118352,'login_id','1'),(729233,118351,'_server_http_x_forwarded_for_0','223.100.152.42'),(729232,118351,'_server_remote_addr','223.100.152.42'),(729231,118351,'_message_key','user_login_failed'),(729230,118351,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729229,118351,'login','mentol'),(729228,118351,'login_email','mentolnet@gmail.com'),(729227,118351,'login_id','1'),(729226,118350,'_server_http_x_forwarded_for_0','223.100.152.42'),(729225,118350,'_server_remote_addr','223.100.152.42'),(729224,118350,'_message_key','user_login_failed'),(729223,118350,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729222,118350,'login','mentol'),(729220,118350,'login_id','1'),(729221,118350,'login_email','mentolnet@gmail.com'),(729219,118349,'_server_http_x_forwarded_for_0','223.100.152.42'),(729218,118349,'_server_remote_addr','223.100.152.42'),(729217,118349,'_message_key','user_login_failed'),(729216,118349,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729215,118349,'login','mentol'),(729214,118349,'login_email','mentolnet@gmail.com'),(729213,118349,'login_id','1'),(729212,118348,'_server_http_x_forwarded_for_0','223.100.152.42'),(729211,118348,'_server_remote_addr','223.100.152.42'),(729210,118348,'_message_key','user_login_failed'),(729208,118348,'login','mentol'),(729209,118348,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729207,118348,'login_email','mentolnet@gmail.com'),(729206,118348,'login_id','1'),(729205,118347,'_server_http_x_forwarded_for_0','223.100.152.42'),(729204,118347,'_server_remote_addr','223.100.152.42'),(729203,118347,'_message_key','user_login_failed'),(729201,118347,'login','mentol'),(729202,118347,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729199,118347,'login_id','1'),(729200,118347,'login_email','mentolnet@gmail.com'),(729198,118346,'_server_http_x_forwarded_for_0','223.100.152.42'),(729197,118346,'_server_remote_addr','223.100.152.42'),(729196,118346,'_message_key','user_login_failed'),(729195,118346,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729194,118346,'login','mentol'),(729193,118346,'login_email','mentolnet@gmail.com'),(729192,118346,'login_id','1'),(729191,118345,'_server_http_x_forwarded_for_0','223.100.152.42'),(729190,118345,'_server_remote_addr','223.100.152.42'),(729189,118345,'_message_key','user_login_failed'),(729187,118345,'login','mentol'),(729188,118345,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729186,118345,'login_email','mentolnet@gmail.com'),(729185,118345,'login_id','1'),(729184,118344,'_server_http_x_forwarded_for_0','223.100.152.42'),(729183,118344,'_server_remote_addr','223.100.152.42'),(729182,118344,'_message_key','user_login_failed'),(729181,118344,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729180,118344,'login','mentol'),(729179,118344,'login_email','mentolnet@gmail.com'),(729178,118344,'login_id','1'),(729177,118343,'_server_http_x_forwarded_for_0','223.100.152.42'),(729176,118343,'_server_remote_addr','223.100.152.42'),(729174,118343,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729175,118343,'_message_key','user_login_failed'),(729173,118343,'login','mentol'),(729172,118343,'login_email','mentolnet@gmail.com'),(729171,118343,'login_id','1'),(729170,118342,'_server_http_x_forwarded_for_0','223.100.152.42'),(729169,118342,'_server_remote_addr','223.100.152.42'),(729168,118342,'_message_key','user_login_failed'),(729165,118342,'login_email','mentolnet@gmail.com'),(729166,118342,'login','mentol'),(729167,118342,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729164,118342,'login_id','1'),(729163,118341,'_server_http_x_forwarded_for_0','223.100.152.42'),(729162,118341,'_server_remote_addr','223.100.152.42'),(729161,118341,'_message_key','user_login_failed'),(729160,118341,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729159,118341,'login','mentol'),(729158,118341,'login_email','mentolnet@gmail.com'),(729157,118341,'login_id','1'),(729155,118340,'_server_remote_addr','223.100.152.42'),(729156,118340,'_server_http_x_forwarded_for_0','223.100.152.42'),(729154,118340,'_message_key','user_login_failed'),(729153,118340,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729152,118340,'login','mentol'),(729150,118340,'login_id','1'),(729151,118340,'login_email','mentolnet@gmail.com'),(729149,118339,'_server_http_x_forwarded_for_0','223.100.152.42'),(729148,118339,'_server_remote_addr','223.100.152.42'),(729146,118339,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729147,118339,'_message_key','user_login_failed'),(729145,118339,'login','mentol'),(729143,118339,'login_id','1'),(729144,118339,'login_email','mentolnet@gmail.com'),(729142,118338,'_server_http_x_forwarded_for_0','223.100.152.42'),(729141,118338,'_server_remote_addr','223.100.152.42'),(729140,118338,'_message_key','user_login_failed'),(729138,118338,'login','mentol'),(729139,118338,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729137,118338,'login_email','mentolnet@gmail.com'),(729136,118338,'login_id','1'),(729135,118337,'_server_http_x_forwarded_for_0','223.100.152.42'),(729134,118337,'_server_remote_addr','223.100.152.42'),(729133,118337,'_message_key','user_login_failed'),(729132,118337,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729131,118337,'login','mentol'),(729129,118337,'login_id','1'),(729130,118337,'login_email','mentolnet@gmail.com'),(729128,118336,'_server_http_x_forwarded_for_0','223.100.152.42'),(729127,118336,'_server_remote_addr','223.100.152.42'),(729126,118336,'_message_key','user_login_failed'),(729124,118336,'login','mentol'),(729125,118336,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729123,118336,'login_email','mentolnet@gmail.com'),(729122,118336,'login_id','1'),(729121,118335,'_server_http_x_forwarded_for_0','223.100.152.42'),(729120,118335,'_server_remote_addr','223.100.152.42'),(729119,118335,'_message_key','user_login_failed'),(729118,118335,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729117,118335,'login','mentol'),(729115,118335,'login_id','1'),(729116,118335,'login_email','mentolnet@gmail.com'),(729114,118334,'_server_http_x_forwarded_for_0','223.100.152.42'),(729113,118334,'_server_remote_addr','223.100.152.42'),(729112,118334,'_message_key','user_login_failed'),(729110,118334,'login','mentol'),(729111,118334,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729109,118334,'login_email','mentolnet@gmail.com'),(729108,118334,'login_id','1'),(729107,118333,'_server_http_x_forwarded_for_0','223.100.152.42'),(729106,118333,'_server_remote_addr','223.100.152.42'),(729104,118333,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729105,118333,'_message_key','user_login_failed'),(729103,118333,'login','mentol'),(729102,118333,'login_email','mentolnet@gmail.com'),(729101,118333,'login_id','1'),(729100,118332,'_server_http_x_forwarded_for_0','223.100.152.42'),(729099,118332,'_server_remote_addr','223.100.152.42'),(729098,118332,'_message_key','user_login_failed'),(729096,118332,'login','mentol'),(729097,118332,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729095,118332,'login_email','mentolnet@gmail.com'),(729094,118332,'login_id','1'),(729093,118331,'_server_http_x_forwarded_for_0','223.100.152.42'),(729092,118331,'_server_remote_addr','223.100.152.42'),(729091,118331,'_message_key','user_login_failed'),(729090,118331,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729089,118331,'login','mentol'),(729088,118331,'login_email','mentolnet@gmail.com'),(729087,118331,'login_id','1'),(729086,118330,'_server_http_x_forwarded_for_0','223.100.152.42'),(729085,118330,'_server_remote_addr','223.100.152.42'),(729084,118330,'_message_key','user_login_failed'),(729082,118330,'login','mentol'),(729083,118330,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729081,118330,'login_email','mentolnet@gmail.com'),(729079,118329,'_server_http_x_forwarded_for_0','223.100.152.42'),(729080,118330,'login_id','1'),(729078,118329,'_server_remote_addr','223.100.152.42'),(729077,118329,'_message_key','user_login_failed'),(729076,118329,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729074,118329,'login_email','mentolnet@gmail.com'),(729075,118329,'login','mentol'),(729073,118329,'login_id','1'),(729072,118328,'_server_http_x_forwarded_for_0','223.100.152.42'),(729071,118328,'_server_remote_addr','223.100.152.42'),(729070,118328,'_message_key','user_login_failed'),(729069,118328,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729068,118328,'login','mentol'),(729067,118328,'login_email','mentolnet@gmail.com'),(729066,118328,'login_id','1'),(729065,118327,'_server_http_x_forwarded_for_0','223.100.152.42'),(729064,118327,'_server_remote_addr','223.100.152.42'),(729063,118327,'_message_key','user_login_failed'),(729061,118327,'login','mentol'),(729062,118327,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729060,118327,'login_email','mentolnet@gmail.com'),(729058,118326,'_server_http_x_forwarded_for_0','223.100.152.42'),(729059,118327,'login_id','1'),(729057,118326,'_server_remote_addr','223.100.152.42'),(729056,118326,'_message_key','user_login_failed'),(729055,118326,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729053,118326,'login_email','mentolnet@gmail.com'),(729054,118326,'login','mentol'),(729052,118326,'login_id','1'),(729051,118325,'_server_http_x_forwarded_for_0','223.100.152.42'),(729050,118325,'_server_remote_addr','223.100.152.42'),(729049,118325,'_message_key','user_login_failed'),(729048,118325,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729047,118325,'login','mentol'),(729046,118325,'login_email','mentolnet@gmail.com'),(729045,118325,'login_id','1'),(729044,118324,'_server_http_x_forwarded_for_0','223.100.152.42'),(729043,118324,'_server_remote_addr','223.100.152.42'),(729042,118324,'_message_key','user_login_failed'),(729040,118324,'login','mentol'),(729041,118324,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729039,118324,'login_email','mentolnet@gmail.com'),(729037,118323,'_server_http_x_forwarded_for_0','223.100.152.42'),(729038,118324,'login_id','1'),(729036,118323,'_server_remote_addr','223.100.152.42'),(729035,118323,'_message_key','user_login_failed'),(729034,118323,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729032,118323,'login_email','mentolnet@gmail.com'),(729033,118323,'login','mentol'),(729031,118323,'login_id','1'),(729030,118322,'_server_http_x_forwarded_for_0','223.100.152.42'),(729029,118322,'_server_remote_addr','223.100.152.42'),(729028,118322,'_message_key','user_login_failed'),(729027,118322,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729026,118322,'login','mentol'),(729025,118322,'login_email','mentolnet@gmail.com'),(729024,118322,'login_id','1'),(729023,118321,'_server_http_x_forwarded_for_0','223.100.152.42'),(729022,118321,'_server_remote_addr','223.100.152.42'),(729021,118321,'_message_key','user_login_failed'),(729019,118321,'login','mentol'),(729020,118321,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729018,118321,'login_email','mentolnet@gmail.com'),(729016,118320,'_server_http_x_forwarded_for_0','223.100.152.42'),(729017,118321,'login_id','1'),(729015,118320,'_server_remote_addr','223.100.152.42'),(729014,118320,'_message_key','user_login_failed'),(729013,118320,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729011,118320,'login_email','mentolnet@gmail.com'),(729012,118320,'login','mentol'),(729010,118320,'login_id','1'),(729009,118319,'_server_http_x_forwarded_for_0','223.100.152.42'),(729008,118319,'_server_remote_addr','223.100.152.42'),(729007,118319,'_message_key','user_login_failed'),(729006,118319,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(729005,118319,'login','mentol'),(729004,118319,'login_email','mentolnet@gmail.com'),(729003,118319,'login_id','1'),(729002,118318,'_server_http_x_forwarded_for_0','223.100.152.42'),(729001,118318,'_server_remote_addr','223.100.152.42'),(729000,118318,'_message_key','user_login_failed'),(728998,118318,'login','mentol'),(728999,118318,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728997,118318,'login_email','mentolnet@gmail.com'),(728995,118317,'_server_http_x_forwarded_for_0','223.100.152.42'),(728996,118318,'login_id','1'),(728994,118317,'_server_remote_addr','223.100.152.42'),(728993,118317,'_message_key','user_login_failed'),(728992,118317,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728990,118317,'login_email','mentolnet@gmail.com'),(728991,118317,'login','mentol'),(728989,118317,'login_id','1'),(728988,118316,'_server_http_x_forwarded_for_0','223.100.152.42'),(728987,118316,'_server_remote_addr','223.100.152.42'),(728986,118316,'_message_key','user_login_failed'),(728985,118316,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728984,118316,'login','mentol'),(728983,118316,'login_email','mentolnet@gmail.com'),(728982,118316,'login_id','1'),(728981,118315,'_server_http_x_forwarded_for_0','223.100.152.42'),(728980,118315,'_server_remote_addr','223.100.152.42'),(728979,118315,'_message_key','user_login_failed'),(728977,118315,'login','mentol'),(728978,118315,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728976,118315,'login_email','mentolnet@gmail.com'),(728974,118314,'_server_http_x_forwarded_for_0','223.100.152.42'),(728975,118315,'login_id','1'),(728973,118314,'_server_remote_addr','223.100.152.42'),(728972,118314,'_message_key','user_login_failed'),(728971,118314,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728969,118314,'login_email','mentolnet@gmail.com'),(728970,118314,'login','mentol'),(728968,118314,'login_id','1'),(728967,118313,'_server_http_x_forwarded_for_0','223.100.152.42'),(728966,118313,'_server_remote_addr','223.100.152.42'),(728965,118313,'_message_key','user_login_failed'),(728964,118313,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728963,118313,'login','mentol'),(728962,118313,'login_email','mentolnet@gmail.com'),(728961,118313,'login_id','1'),(728960,118312,'_server_http_x_forwarded_for_0','60.13.197.131'),(728959,118312,'_server_remote_addr','60.13.197.131'),(728958,118312,'_message_key','user_login_failed'),(728956,118312,'login','mentol'),(728957,118312,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728955,118312,'login_email','mentolnet@gmail.com'),(728953,118311,'_server_http_x_forwarded_for_0','60.13.197.131'),(728954,118312,'login_id','1'),(728952,118311,'_server_remote_addr','60.13.197.131'),(728951,118311,'_message_key','user_login_failed'),(728950,118311,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728947,118311,'login_id','1'),(728948,118311,'login_email','mentolnet@gmail.com'),(728949,118311,'login','mentol'),(728946,118310,'_server_http_x_forwarded_for_0','60.13.197.131'),(728945,118310,'_server_remote_addr','60.13.197.131'),(728944,118310,'_message_key','user_login_failed'),(728943,118310,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728941,118310,'login_email','mentolnet@gmail.com'),(728942,118310,'login','mentol'),(728940,118310,'login_id','1'),(728939,118309,'_server_http_x_forwarded_for_0','60.13.197.131'),(728938,118309,'_server_remote_addr','60.13.197.131'),(728937,118309,'_message_key','user_login_failed'),(728936,118309,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728935,118309,'login','mentol'),(728934,118309,'login_email','mentolnet@gmail.com'),(728933,118309,'login_id','1'),(728932,118308,'_server_http_x_forwarded_for_0','60.13.197.131'),(728931,118308,'_server_remote_addr','60.13.197.131'),(728930,118308,'_message_key','user_login_failed'),(728928,118308,'login','mentol'),(728929,118308,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728927,118308,'login_email','mentolnet@gmail.com'),(728925,118307,'_server_http_x_forwarded_for_0','60.13.197.131'),(728926,118308,'login_id','1'),(728924,118307,'_server_remote_addr','60.13.197.131'),(728923,118307,'_message_key','user_login_failed'),(728922,118307,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728920,118307,'login_email','mentolnet@gmail.com'),(728921,118307,'login','mentol'),(728919,118307,'login_id','1'),(728918,118306,'_server_http_x_forwarded_for_0','60.13.197.131'),(728917,118306,'_server_remote_addr','60.13.197.131'),(728916,118306,'_message_key','user_login_failed'),(728915,118306,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728914,118306,'login','mentol'),(728913,118306,'login_email','mentolnet@gmail.com'),(728912,118306,'login_id','1'),(728911,118305,'_server_http_x_forwarded_for_0','60.13.197.131'),(728910,118305,'_server_remote_addr','60.13.197.131'),(728909,118305,'_message_key','user_login_failed'),(728907,118305,'login','mentol'),(728908,118305,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728906,118305,'login_email','mentolnet@gmail.com'),(728904,118304,'_server_http_x_forwarded_for_0','60.13.197.131'),(728905,118305,'login_id','1'),(728903,118304,'_server_remote_addr','60.13.197.131'),(728902,118304,'_message_key','user_login_failed'),(728901,118304,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728899,118304,'login_email','mentolnet@gmail.com'),(728900,118304,'login','mentol'),(728898,118304,'login_id','1'),(728897,118303,'_server_http_x_forwarded_for_0','60.13.197.131'),(728896,118303,'_server_remote_addr','60.13.197.131'),(728895,118303,'_message_key','user_login_failed'),(728894,118303,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728893,118303,'login','mentol'),(728892,118303,'login_email','mentolnet@gmail.com'),(728891,118303,'login_id','1'),(728890,118302,'_server_http_x_forwarded_for_0','60.13.197.131'),(728889,118302,'_server_remote_addr','60.13.197.131'),(728888,118302,'_message_key','user_login_failed'),(728886,118302,'login','mentol'),(728887,118302,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728885,118302,'login_email','mentolnet@gmail.com'),(728883,118301,'_server_http_x_forwarded_for_0','60.13.197.131'),(728884,118302,'login_id','1'),(728882,118301,'_server_remote_addr','60.13.197.131'),(728881,118301,'_message_key','user_login_failed'),(728880,118301,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728878,118301,'login_email','mentolnet@gmail.com'),(728879,118301,'login','mentol'),(728877,118301,'login_id','1'),(728876,118300,'_server_http_x_forwarded_for_0','60.13.197.131'),(728875,118300,'_server_remote_addr','60.13.197.131'),(728874,118300,'_message_key','user_login_failed'),(728873,118300,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728872,118300,'login','mentol'),(728871,118300,'login_email','mentolnet@gmail.com'),(728870,118300,'login_id','1'),(728869,118299,'_server_http_x_forwarded_for_0','60.13.197.131'),(728868,118299,'_server_remote_addr','60.13.197.131'),(728867,118299,'_message_key','user_login_failed'),(728865,118299,'login','mentol'),(728866,118299,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728864,118299,'login_email','mentolnet@gmail.com'),(728862,118298,'_server_http_x_forwarded_for_0','60.13.197.131'),(728863,118299,'login_id','1'),(728861,118298,'_server_remote_addr','60.13.197.131'),(728860,118298,'_message_key','user_login_failed'),(728859,118298,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728857,118298,'login_email','mentolnet@gmail.com'),(728858,118298,'login','mentol'),(728856,118298,'login_id','1'),(728855,118297,'_server_http_x_forwarded_for_0','60.13.197.131'),(728854,118297,'_server_remote_addr','60.13.197.131'),(728853,118297,'_message_key','user_login_failed'),(728852,118297,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728851,118297,'login','mentol'),(728850,118297,'login_email','mentolnet@gmail.com'),(728849,118297,'login_id','1'),(728848,118296,'_server_http_x_forwarded_for_0','60.13.197.131'),(728847,118296,'_server_remote_addr','60.13.197.131'),(728846,118296,'_message_key','user_login_failed'),(728844,118296,'login','mentol'),(728845,118296,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728843,118296,'login_email','mentolnet@gmail.com'),(728841,118295,'_server_http_x_forwarded_for_0','60.13.197.131'),(728842,118296,'login_id','1'),(728840,118295,'_server_remote_addr','60.13.197.131'),(728839,118295,'_message_key','user_login_failed'),(728838,118295,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728836,118295,'login_email','mentolnet@gmail.com'),(728837,118295,'login','mentol'),(728835,118295,'login_id','1'),(728834,118294,'_server_http_x_forwarded_for_0','60.13.197.131'),(728833,118294,'_server_remote_addr','60.13.197.131'),(728832,118294,'_message_key','user_login_failed'),(728831,118294,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728830,118294,'login','mentol'),(728829,118294,'login_email','mentolnet@gmail.com'),(728828,118294,'login_id','1'),(728827,118293,'_server_http_x_forwarded_for_0','60.13.197.131'),(728826,118293,'_server_remote_addr','60.13.197.131'),(728825,118293,'_message_key','user_login_failed'),(728823,118293,'login','mentol'),(728824,118293,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728822,118293,'login_email','mentolnet@gmail.com'),(728820,118292,'_server_http_x_forwarded_for_0','60.13.197.131'),(728821,118293,'login_id','1'),(728819,118292,'_server_remote_addr','60.13.197.131'),(728818,118292,'_message_key','user_login_failed'),(728817,118292,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728815,118292,'login_email','mentolnet@gmail.com'),(728816,118292,'login','mentol'),(728814,118292,'login_id','1'),(728813,118291,'_server_http_x_forwarded_for_0','60.13.197.131'),(728812,118291,'_server_remote_addr','60.13.197.131'),(728811,118291,'_message_key','user_login_failed'),(728810,118291,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728809,118291,'login','mentol'),(728808,118291,'login_email','mentolnet@gmail.com'),(728807,118291,'login_id','1'),(728806,118290,'_server_http_x_forwarded_for_0','60.13.197.131'),(728805,118290,'_server_remote_addr','60.13.197.131'),(728804,118290,'_message_key','user_login_failed'),(728802,118290,'login','mentol'),(728803,118290,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728801,118290,'login_email','mentolnet@gmail.com'),(728799,118289,'_server_http_x_forwarded_for_0','60.13.197.131'),(728800,118290,'login_id','1'),(728798,118289,'_server_remote_addr','60.13.197.131'),(728797,118289,'_message_key','user_login_failed'),(728796,118289,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728794,118289,'login_email','mentolnet@gmail.com'),(728795,118289,'login','mentol'),(728793,118289,'login_id','1'),(728792,118288,'_server_http_x_forwarded_for_0','60.13.197.131'),(728791,118288,'_server_remote_addr','60.13.197.131'),(728790,118288,'_message_key','user_login_failed'),(728789,118288,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728788,118288,'login','mentol'),(728787,118288,'login_email','mentolnet@gmail.com'),(728786,118288,'login_id','1'),(728785,118287,'_server_http_x_forwarded_for_0','60.13.197.131'),(728784,118287,'_server_remote_addr','60.13.197.131'),(728783,118287,'_message_key','user_login_failed'),(728781,118287,'login','mentol'),(728782,118287,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728780,118287,'login_email','mentolnet@gmail.com'),(728778,118286,'_server_http_x_forwarded_for_0','60.13.197.131'),(728779,118287,'login_id','1'),(728777,118286,'_server_remote_addr','60.13.197.131'),(728776,118286,'_message_key','user_login_failed'),(728775,118286,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728773,118286,'login_email','mentolnet@gmail.com'),(728774,118286,'login','mentol'),(728772,118286,'login_id','1'),(728771,118285,'_server_http_x_forwarded_for_0','60.13.197.131'),(728770,118285,'_server_remote_addr','60.13.197.131'),(728769,118285,'_message_key','user_login_failed'),(728768,118285,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728767,118285,'login','mentol'),(728766,118285,'login_email','mentolnet@gmail.com'),(728765,118285,'login_id','1'),(728764,118284,'_server_http_x_forwarded_for_0','60.13.197.131'),(728763,118284,'_server_remote_addr','60.13.197.131'),(728762,118284,'_message_key','user_login_failed'),(728760,118284,'login','mentol'),(728761,118284,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728759,118284,'login_email','mentolnet@gmail.com'),(728757,118283,'_server_http_x_forwarded_for_0','60.13.197.131'),(728758,118284,'login_id','1'),(728756,118283,'_server_remote_addr','60.13.197.131'),(728755,118283,'_message_key','user_login_failed'),(728754,118283,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728752,118283,'login_email','mentolnet@gmail.com'),(728753,118283,'login','mentol'),(728751,118283,'login_id','1'),(728750,118282,'_server_http_x_forwarded_for_0','60.13.197.131'),(728749,118282,'_server_remote_addr','60.13.197.131'),(728748,118282,'_message_key','user_login_failed'),(728747,118282,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728746,118282,'login','mentol'),(728745,118282,'login_email','mentolnet@gmail.com'),(728744,118282,'login_id','1'),(728743,118281,'_server_http_x_forwarded_for_0','60.13.197.131'),(728742,118281,'_server_remote_addr','60.13.197.131'),(728741,118281,'_message_key','user_login_failed'),(728739,118281,'login','mentol'),(728740,118281,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728738,118281,'login_email','mentolnet@gmail.com'),(728736,118280,'_server_http_x_forwarded_for_0','60.13.197.131'),(728737,118281,'login_id','1'),(728735,118280,'_server_remote_addr','60.13.197.131'),(728734,118280,'_message_key','user_login_failed'),(728733,118280,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728731,118280,'login_email','mentolnet@gmail.com'),(728732,118280,'login','mentol'),(728730,118280,'login_id','1'),(728729,118279,'_server_http_x_forwarded_for_0','60.13.197.131'),(728728,118279,'_server_remote_addr','60.13.197.131'),(728727,118279,'_message_key','user_login_failed'),(728726,118279,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728725,118279,'login','mentol'),(728724,118279,'login_email','mentolnet@gmail.com'),(728723,118279,'login_id','1'),(728722,118278,'_server_http_x_forwarded_for_0','60.13.197.131'),(728721,118278,'_server_remote_addr','60.13.197.131'),(728720,118278,'_message_key','user_login_failed'),(728718,118278,'login','mentol'),(728719,118278,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728717,118278,'login_email','mentolnet@gmail.com'),(728715,118277,'_server_http_x_forwarded_for_0','60.13.197.131'),(728716,118278,'login_id','1'),(728714,118277,'_server_remote_addr','60.13.197.131'),(728713,118277,'_message_key','user_login_failed'),(728712,118277,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728710,118277,'login_email','mentolnet@gmail.com'),(728711,118277,'login','mentol'),(728709,118277,'login_id','1'),(728708,118276,'_server_http_x_forwarded_for_0','60.13.197.131'),(728707,118276,'_server_remote_addr','60.13.197.131'),(728706,118276,'_message_key','user_login_failed'),(728705,118276,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728704,118276,'login','mentol'),(728703,118276,'login_email','mentolnet@gmail.com'),(728702,118276,'login_id','1'),(728701,118275,'_server_http_x_forwarded_for_0','60.13.197.131'),(728700,118275,'_server_remote_addr','60.13.197.131'),(728699,118275,'_message_key','user_login_failed'),(728697,118275,'login','mentol'),(728698,118275,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728696,118275,'login_email','mentolnet@gmail.com'),(728694,118274,'_server_http_x_forwarded_for_0','60.13.197.131'),(728695,118275,'login_id','1'),(728693,118274,'_server_remote_addr','60.13.197.131'),(728692,118274,'_message_key','user_login_failed'),(728691,118274,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728689,118274,'login_email','mentolnet@gmail.com'),(728690,118274,'login','mentol'),(728688,118274,'login_id','1'),(728687,118273,'_server_http_x_forwarded_for_0','60.13.197.131'),(728686,118273,'_server_remote_addr','60.13.197.131'),(728685,118273,'_message_key','user_login_failed'),(728684,118273,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728683,118273,'login','mentol'),(728682,118273,'login_email','mentolnet@gmail.com'),(728681,118273,'login_id','1'),(728680,118272,'_server_http_x_forwarded_for_0','60.13.197.131'),(728679,118272,'_server_remote_addr','60.13.197.131'),(728678,118272,'_message_key','user_login_failed'),(728676,118272,'login','mentol'),(728677,118272,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728675,118272,'login_email','mentolnet@gmail.com'),(728673,118271,'_server_http_x_forwarded_for_0','60.13.197.131'),(728674,118272,'login_id','1'),(728672,118271,'_server_remote_addr','60.13.197.131'),(728671,118271,'_message_key','user_login_failed'),(728670,118271,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728668,118271,'login_email','mentolnet@gmail.com'),(728669,118271,'login','mentol'),(728667,118271,'login_id','1'),(728666,118270,'_server_http_x_forwarded_for_0','60.13.197.131'),(728665,118270,'_server_remote_addr','60.13.197.131'),(728664,118270,'_message_key','user_login_failed'),(728663,118270,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728662,118270,'login','mentol'),(728661,118270,'login_email','mentolnet@gmail.com'),(728660,118270,'login_id','1'),(728659,118269,'_server_http_x_forwarded_for_0','60.13.197.131'),(728658,118269,'_server_remote_addr','60.13.197.131'),(728657,118269,'_message_key','user_login_failed'),(728655,118269,'login','mentol'),(728656,118269,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728654,118269,'login_email','mentolnet@gmail.com'),(728652,118268,'_server_http_x_forwarded_for_0','60.13.197.131'),(728653,118269,'login_id','1'),(728651,118268,'_server_remote_addr','60.13.197.131'),(728650,118268,'_message_key','user_login_failed'),(728649,118268,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728647,118268,'login_email','mentolnet@gmail.com'),(728648,118268,'login','mentol'),(728646,118268,'login_id','1'),(728645,118267,'_server_http_x_forwarded_for_0','60.13.197.131'),(728644,118267,'_server_remote_addr','60.13.197.131'),(728643,118267,'_message_key','user_login_failed'),(728642,118267,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728641,118267,'login','mentol'),(728640,118267,'login_email','mentolnet@gmail.com'),(728639,118267,'login_id','1'),(728638,118266,'_server_http_x_forwarded_for_0','60.13.197.131'),(728637,118266,'_server_remote_addr','60.13.197.131'),(728636,118266,'_message_key','user_login_failed'),(728634,118266,'login','mentol'),(728635,118266,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728633,118266,'login_email','mentolnet@gmail.com'),(728631,118265,'_server_http_x_forwarded_for_0','60.13.197.131'),(728632,118266,'login_id','1'),(728630,118265,'_server_remote_addr','60.13.197.131'),(728629,118265,'_message_key','user_login_failed'),(728628,118265,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728626,118265,'login_email','mentolnet@gmail.com'),(728627,118265,'login','mentol'),(728625,118265,'login_id','1'),(728624,118264,'_server_http_x_forwarded_for_0','60.13.197.131'),(728623,118264,'_server_remote_addr','60.13.197.131'),(728622,118264,'_message_key','user_login_failed'),(728621,118264,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728620,118264,'login','mentol'),(728619,118264,'login_email','mentolnet@gmail.com'),(728618,118264,'login_id','1'),(728617,118263,'_server_http_x_forwarded_for_0','60.13.197.131'),(728616,118263,'_server_remote_addr','60.13.197.131'),(728615,118263,'_message_key','user_login_failed'),(728613,118263,'login','mentol'),(728614,118263,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728612,118263,'login_email','mentolnet@gmail.com'),(728610,118262,'_server_http_x_forwarded_for_0','60.13.197.131'),(728611,118263,'login_id','1'),(728609,118262,'_server_remote_addr','60.13.197.131'),(728608,118262,'_message_key','user_login_failed'),(728607,118262,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728605,118262,'login_email','mentolnet@gmail.com'),(728606,118262,'login','mentol'),(728604,118262,'login_id','1'),(728603,118261,'_server_http_x_forwarded_for_0','60.13.197.131'),(728602,118261,'_server_remote_addr','60.13.197.131'),(728601,118261,'_message_key','user_login_failed'),(728600,118261,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728599,118261,'login','mentol'),(728598,118261,'login_email','mentolnet@gmail.com'),(728597,118261,'login_id','1'),(728596,118260,'_server_http_x_forwarded_for_0','60.13.197.131'),(728595,118260,'_server_remote_addr','60.13.197.131'),(728594,118260,'_message_key','user_login_failed'),(728592,118260,'login','mentol'),(728593,118260,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728591,118260,'login_email','mentolnet@gmail.com'),(728589,118259,'_server_http_x_forwarded_for_0','60.13.197.131'),(728590,118260,'login_id','1'),(728588,118259,'_server_remote_addr','60.13.197.131'),(728587,118259,'_message_key','user_login_failed'),(728586,118259,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728584,118259,'login_email','mentolnet@gmail.com'),(728585,118259,'login','mentol'),(728583,118259,'login_id','1'),(728582,118258,'_server_http_x_forwarded_for_0','60.13.197.131'),(728581,118258,'_server_remote_addr','60.13.197.131'),(728580,118258,'_message_key','user_login_failed'),(728579,118258,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728578,118258,'login','mentol'),(728577,118258,'login_email','mentolnet@gmail.com'),(728576,118258,'login_id','1'),(728575,118257,'_server_http_x_forwarded_for_0','60.13.197.131'),(728574,118257,'_server_remote_addr','60.13.197.131'),(728573,118257,'_message_key','user_login_failed'),(728571,118257,'login','mentol'),(728572,118257,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728570,118257,'login_email','mentolnet@gmail.com'),(728568,118256,'_server_http_x_forwarded_for_0','60.13.197.131'),(728569,118257,'login_id','1'),(728567,118256,'_server_remote_addr','60.13.197.131'),(728566,118256,'_message_key','user_login_failed'),(728565,118256,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728563,118256,'login_email','mentolnet@gmail.com'),(728564,118256,'login','mentol'),(728562,118256,'login_id','1'),(728561,118255,'_server_http_x_forwarded_for_0','60.13.197.131'),(728560,118255,'_server_remote_addr','60.13.197.131'),(728559,118255,'_message_key','user_login_failed'),(728558,118255,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728557,118255,'login','mentol'),(728556,118255,'login_email','mentolnet@gmail.com'),(728555,118255,'login_id','1'),(728554,118254,'_server_http_x_forwarded_for_0','60.13.197.131'),(728553,118254,'_server_remote_addr','60.13.197.131'),(728552,118254,'_message_key','user_login_failed'),(728550,118254,'login','mentol'),(728551,118254,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728549,118254,'login_email','mentolnet@gmail.com'),(728547,118253,'_server_http_x_forwarded_for_0','60.13.197.131'),(728548,118254,'login_id','1'),(728546,118253,'_server_remote_addr','60.13.197.131'),(728545,118253,'_message_key','user_login_failed'),(728544,118253,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728542,118253,'login_email','mentolnet@gmail.com'),(728543,118253,'login','mentol'),(728541,118253,'login_id','1'),(728540,118252,'_server_http_x_forwarded_for_0','60.13.197.131'),(728539,118252,'_server_remote_addr','60.13.197.131'),(728538,118252,'_message_key','user_login_failed'),(728537,118252,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728536,118252,'login','mentol'),(728535,118252,'login_email','mentolnet@gmail.com'),(728534,118252,'login_id','1'),(728533,118251,'_server_http_x_forwarded_for_0','60.13.197.131'),(728532,118251,'_server_remote_addr','60.13.197.131'),(728531,118251,'_message_key','user_login_failed'),(728529,118251,'login','mentol'),(728530,118251,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728528,118251,'login_email','mentolnet@gmail.com'),(728526,118250,'_server_http_x_forwarded_for_0','60.13.197.131'),(728527,118251,'login_id','1'),(728525,118250,'_server_remote_addr','60.13.197.131'),(728524,118250,'_message_key','user_login_failed'),(728523,118250,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728521,118250,'login_email','mentolnet@gmail.com'),(728522,118250,'login','mentol'),(728520,118250,'login_id','1'),(728519,118249,'_server_http_x_forwarded_for_0','60.13.197.131'),(728518,118249,'_server_remote_addr','60.13.197.131'),(728517,118249,'_message_key','user_login_failed'),(728516,118249,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728515,118249,'login','mentol'),(728514,118249,'login_email','mentolnet@gmail.com'),(728513,118249,'login_id','1'),(728512,118248,'_server_http_x_forwarded_for_0','60.13.197.131'),(728511,118248,'_server_remote_addr','60.13.197.131'),(728510,118248,'_message_key','user_login_failed'),(728508,118248,'login','mentol'),(728509,118248,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728507,118248,'login_email','mentolnet@gmail.com'),(728505,118247,'_server_http_x_forwarded_for_0','60.13.197.131'),(728506,118248,'login_id','1'),(728504,118247,'_server_remote_addr','60.13.197.131'),(728503,118247,'_message_key','user_login_failed'),(728502,118247,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728500,118247,'login_email','mentolnet@gmail.com'),(728501,118247,'login','mentol'),(728499,118247,'login_id','1'),(728498,118246,'_server_http_x_forwarded_for_0','60.13.197.131'),(728497,118246,'_server_remote_addr','60.13.197.131'),(728496,118246,'_message_key','user_login_failed'),(728495,118246,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728494,118246,'login','mentol'),(728493,118246,'login_email','mentolnet@gmail.com'),(728492,118246,'login_id','1'),(728491,118245,'_server_http_x_forwarded_for_0','60.13.197.131'),(728490,118245,'_server_remote_addr','60.13.197.131'),(728489,118245,'_message_key','user_login_failed'),(728487,118245,'login','mentol'),(728488,118245,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728486,118245,'login_email','mentolnet@gmail.com'),(728484,118244,'_server_http_x_forwarded_for_0','60.13.197.131'),(728485,118245,'login_id','1'),(728483,118244,'_server_remote_addr','60.13.197.131'),(728482,118244,'_message_key','user_login_failed'),(728481,118244,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728479,118244,'login_email','mentolnet@gmail.com'),(728480,118244,'login','mentol'),(728478,118244,'login_id','1'),(728477,118243,'_server_http_x_forwarded_for_0','60.13.197.131'),(728476,118243,'_server_remote_addr','60.13.197.131'),(728475,118243,'_message_key','user_login_failed'),(728474,118243,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728473,118243,'login','mentol'),(728472,118243,'login_email','mentolnet@gmail.com'),(728471,118243,'login_id','1'),(728470,118242,'_server_http_x_forwarded_for_0','60.13.197.131'),(728469,118242,'_server_remote_addr','60.13.197.131'),(728468,118242,'_message_key','user_login_failed'),(728466,118242,'login','mentol'),(728467,118242,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728465,118242,'login_email','mentolnet@gmail.com'),(728463,118241,'_server_http_x_forwarded_for_0','60.13.197.131'),(728464,118242,'login_id','1'),(728462,118241,'_server_remote_addr','60.13.197.131'),(728461,118241,'_message_key','user_login_failed'),(728460,118241,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728458,118241,'login_email','mentolnet@gmail.com'),(728459,118241,'login','mentol'),(728457,118241,'login_id','1'),(728456,118240,'_server_http_x_forwarded_for_0','60.13.197.131'),(728455,118240,'_server_remote_addr','60.13.197.131'),(728454,118240,'_message_key','user_login_failed'),(728453,118240,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728452,118240,'login','mentol'),(728451,118240,'login_email','mentolnet@gmail.com'),(728450,118240,'login_id','1'),(728449,118239,'_server_http_x_forwarded_for_0','60.13.197.131'),(728448,118239,'_server_remote_addr','60.13.197.131'),(728447,118239,'_message_key','user_login_failed'),(728445,118239,'login','mentol'),(728446,118239,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728444,118239,'login_email','mentolnet@gmail.com'),(728442,118238,'_server_http_x_forwarded_for_0','60.13.197.131'),(728443,118239,'login_id','1'),(728441,118238,'_server_remote_addr','60.13.197.131'),(728440,118238,'_message_key','user_login_failed'),(728439,118238,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728437,118238,'login_email','mentolnet@gmail.com'),(728438,118238,'login','mentol'),(728436,118238,'login_id','1'),(728435,118237,'_server_http_x_forwarded_for_0','60.13.197.131'),(728434,118237,'_server_remote_addr','60.13.197.131'),(728433,118237,'_message_key','user_login_failed'),(728432,118237,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728431,118237,'login','mentol'),(728430,118237,'login_email','mentolnet@gmail.com'),(728429,118237,'login_id','1'),(728428,118236,'_server_http_x_forwarded_for_0','60.13.197.131'),(728427,118236,'_server_remote_addr','60.13.197.131'),(728426,118236,'_message_key','user_login_failed'),(728424,118236,'login','mentol'),(728425,118236,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728423,118236,'login_email','mentolnet@gmail.com'),(728421,118235,'_server_http_x_forwarded_for_0','60.13.197.131'),(728422,118236,'login_id','1'),(728420,118235,'_server_remote_addr','60.13.197.131'),(728419,118235,'_message_key','user_login_failed'),(728418,118235,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728416,118235,'login_email','mentolnet@gmail.com'),(728417,118235,'login','mentol'),(728415,118235,'login_id','1'),(728414,118234,'_server_http_x_forwarded_for_0','60.13.197.131'),(728413,118234,'_server_remote_addr','60.13.197.131'),(728412,118234,'_message_key','user_login_failed'),(728411,118234,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728410,118234,'login','mentol'),(728409,118234,'login_email','mentolnet@gmail.com'),(728408,118234,'login_id','1'),(728407,118233,'_server_http_x_forwarded_for_0','60.13.197.131'),(728406,118233,'_server_remote_addr','60.13.197.131'),(728405,118233,'_message_key','user_login_failed'),(728403,118233,'login','mentol'),(728404,118233,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728402,118233,'login_email','mentolnet@gmail.com'),(728400,118232,'_server_http_x_forwarded_for_0','60.13.197.131'),(728401,118233,'login_id','1'),(728399,118232,'_server_remote_addr','60.13.197.131'),(728398,118232,'_message_key','user_login_failed'),(728397,118232,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728395,118232,'login_email','mentolnet@gmail.com'),(728396,118232,'login','mentol'),(728394,118232,'login_id','1'),(728393,118231,'_server_http_x_forwarded_for_0','60.13.197.131'),(728392,118231,'_server_remote_addr','60.13.197.131'),(728391,118231,'_message_key','user_login_failed'),(728390,118231,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728389,118231,'login','mentol'),(728388,118231,'login_email','mentolnet@gmail.com'),(728387,118231,'login_id','1'),(728386,118230,'_server_http_x_forwarded_for_0','60.13.197.131'),(728385,118230,'_server_remote_addr','60.13.197.131'),(728384,118230,'_message_key','user_login_failed'),(728382,118230,'login','mentol'),(728383,118230,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728381,118230,'login_email','mentolnet@gmail.com'),(728379,118229,'_server_http_x_forwarded_for_0','60.13.197.131'),(728380,118230,'login_id','1'),(728378,118229,'_server_remote_addr','60.13.197.131'),(728377,118229,'_message_key','user_login_failed'),(728376,118229,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728374,118229,'login_email','mentolnet@gmail.com'),(728375,118229,'login','mentol'),(728373,118229,'login_id','1'),(728372,118228,'_server_http_x_forwarded_for_0','60.13.197.131'),(728371,118228,'_server_remote_addr','60.13.197.131'),(728370,118228,'_message_key','user_login_failed'),(728369,118228,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728368,118228,'login','mentol'),(728367,118228,'login_email','mentolnet@gmail.com'),(728366,118228,'login_id','1'),(728365,118227,'_server_http_x_forwarded_for_0','60.13.197.131'),(728364,118227,'_server_remote_addr','60.13.197.131'),(728363,118227,'_message_key','user_login_failed'),(728361,118227,'login','mentol'),(728362,118227,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728360,118227,'login_email','mentolnet@gmail.com'),(728358,118226,'_server_http_x_forwarded_for_0','60.13.197.131'),(728359,118227,'login_id','1'),(728357,118226,'_server_remote_addr','60.13.197.131'),(728356,118226,'_message_key','user_login_failed'),(728355,118226,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728353,118226,'login_email','mentolnet@gmail.com'),(728354,118226,'login','mentol'),(728352,118226,'login_id','1'),(728351,118225,'_server_http_x_forwarded_for_0','60.13.197.131'),(728350,118225,'_server_remote_addr','60.13.197.131'),(728349,118225,'_message_key','user_login_failed'),(728348,118225,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728347,118225,'login','mentol'),(728346,118225,'login_email','mentolnet@gmail.com'),(728345,118225,'login_id','1'),(728344,118224,'_server_http_x_forwarded_for_0','60.13.197.131'),(728343,118224,'_server_remote_addr','60.13.197.131'),(728342,118224,'_message_key','user_login_failed'),(728340,118224,'login','mentol'),(728341,118224,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728339,118224,'login_email','mentolnet@gmail.com'),(728337,118223,'_server_http_x_forwarded_for_0','60.13.197.131'),(728338,118224,'login_id','1'),(728336,118223,'_server_remote_addr','60.13.197.131'),(728335,118223,'_message_key','user_login_failed'),(728334,118223,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728332,118223,'login_email','mentolnet@gmail.com'),(728333,118223,'login','mentol'),(728331,118223,'login_id','1'),(728330,118222,'_server_http_x_forwarded_for_0','60.13.197.131'),(728329,118222,'_server_remote_addr','60.13.197.131'),(728328,118222,'_message_key','user_login_failed'),(728327,118222,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728326,118222,'login','mentol'),(728325,118222,'login_email','mentolnet@gmail.com'),(728324,118222,'login_id','1'),(728323,118221,'_server_http_x_forwarded_for_0','60.13.197.131'),(728322,118221,'_server_remote_addr','60.13.197.131'),(728321,118221,'_message_key','user_login_failed'),(728319,118221,'login','mentol'),(728320,118221,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728318,118221,'login_email','mentolnet@gmail.com'),(728316,118220,'_server_http_x_forwarded_for_0','60.13.197.131'),(728317,118221,'login_id','1'),(728315,118220,'_server_remote_addr','60.13.197.131'),(728314,118220,'_message_key','user_login_failed'),(728313,118220,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728311,118220,'login_email','mentolnet@gmail.com'),(728312,118220,'login','mentol'),(728310,118220,'login_id','1'),(728309,118219,'_server_http_x_forwarded_for_0','60.13.197.131'),(728308,118219,'_server_remote_addr','60.13.197.131'),(728307,118219,'_message_key','user_login_failed'),(728306,118219,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728305,118219,'login','mentol'),(728304,118219,'login_email','mentolnet@gmail.com'),(728303,118219,'login_id','1'),(728302,118218,'_server_http_x_forwarded_for_0','60.13.197.131'),(728301,118218,'_server_remote_addr','60.13.197.131'),(728300,118218,'_message_key','user_login_failed'),(728298,118218,'login','mentol'),(728299,118218,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728297,118218,'login_email','mentolnet@gmail.com'),(728295,118217,'_server_http_x_forwarded_for_0','60.13.197.131'),(728296,118218,'login_id','1'),(728294,118217,'_server_remote_addr','60.13.197.131'),(728293,118217,'_message_key','user_login_failed'),(728292,118217,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728290,118217,'login_email','mentolnet@gmail.com'),(728291,118217,'login','mentol'),(728289,118217,'login_id','1'),(728288,118216,'_server_http_x_forwarded_for_0','60.13.197.131'),(728287,118216,'_server_remote_addr','60.13.197.131'),(728286,118216,'_message_key','user_login_failed'),(728285,118216,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728284,118216,'login','mentol'),(728283,118216,'login_email','mentolnet@gmail.com'),(728282,118216,'login_id','1'),(728281,118215,'_server_http_x_forwarded_for_0','60.13.197.131'),(728280,118215,'_server_remote_addr','60.13.197.131'),(728279,118215,'_message_key','user_login_failed'),(728277,118215,'login','mentol'),(728278,118215,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728276,118215,'login_email','mentolnet@gmail.com'),(728274,118214,'_server_http_x_forwarded_for_0','60.13.197.131'),(728275,118215,'login_id','1'),(728273,118214,'_server_remote_addr','60.13.197.131'),(728272,118214,'_message_key','user_login_failed'),(728271,118214,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728269,118214,'login_email','mentolnet@gmail.com'),(728270,118214,'login','mentol'),(728268,118214,'login_id','1'),(728267,118213,'_server_http_x_forwarded_for_0','60.13.197.131'),(728266,118213,'_server_remote_addr','60.13.197.131'),(728265,118213,'_message_key','user_login_failed'),(728264,118213,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728263,118213,'login','mentol'),(728262,118213,'login_email','mentolnet@gmail.com'),(728261,118213,'login_id','1'),(728260,118212,'_server_http_x_forwarded_for_0','222.89.231.12'),(728259,118212,'_server_remote_addr','222.89.231.12'),(728258,118212,'_message_key','user_login_failed'),(728256,118212,'login','mentol'),(728257,118212,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728255,118212,'login_email','mentolnet@gmail.com'),(728253,118211,'_server_http_x_forwarded_for_0','222.89.231.12'),(728254,118212,'login_id','1'),(728252,118211,'_server_remote_addr','222.89.231.12'),(728251,118211,'_message_key','user_login_failed'),(728250,118211,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728248,118211,'login_email','mentolnet@gmail.com'),(728249,118211,'login','mentol'),(728247,118211,'login_id','1'),(728246,118210,'_server_http_x_forwarded_for_0','83.166.138.47'),(728245,118210,'_server_remote_addr','83.166.138.47'),(728244,118210,'_xmlrpc_request','true'),(728242,118210,'server_http_user_agent','wp-iphone'),(728243,118210,'_message_key','user_login_failed'),(728241,118210,'login','mentol'),(728240,118210,'login_email','mentolnet@gmail.com'),(728239,118210,'login_id','1'),(728238,118209,'_server_http_x_forwarded_for_0','222.89.231.12'),(728237,118209,'_server_remote_addr','222.89.231.12'),(728236,118209,'_message_key','user_login_failed'),(728234,118209,'login','mentol'),(728235,118209,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728233,118209,'login_email','mentolnet@gmail.com'),(728231,118208,'_server_http_x_forwarded_for_0','222.89.231.12'),(728232,118209,'login_id','1'),(728230,118208,'_server_remote_addr','222.89.231.12'),(728229,118208,'_message_key','user_login_failed'),(728228,118208,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728226,118208,'login_email','mentolnet@gmail.com'),(728227,118208,'login','mentol'),(728225,118208,'login_id','1'),(728224,118207,'_server_http_x_forwarded_for_0','222.89.231.12'),(728223,118207,'_server_remote_addr','222.89.231.12'),(728222,118207,'_message_key','user_login_failed'),(728221,118207,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728220,118207,'login','mentol'),(728219,118207,'login_email','mentolnet@gmail.com'),(728218,118207,'login_id','1'),(728217,118206,'_server_http_x_forwarded_for_0','222.89.231.12'),(728216,118206,'_server_remote_addr','222.89.231.12'),(728215,118206,'_message_key','user_login_failed'),(728213,118206,'login','mentol'),(728214,118206,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728212,118206,'login_email','mentolnet@gmail.com'),(728210,118205,'_server_http_x_forwarded_for_0','222.89.231.12'),(728211,118206,'login_id','1'),(728209,118205,'_server_remote_addr','222.89.231.12'),(728208,118205,'_message_key','user_login_failed'),(728207,118205,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728205,118205,'login_email','mentolnet@gmail.com'),(728206,118205,'login','mentol'),(728204,118205,'login_id','1'),(728203,118204,'_server_http_x_forwarded_for_0','222.89.231.12'),(728202,118204,'_server_remote_addr','222.89.231.12'),(728201,118204,'_message_key','user_login_failed'),(728200,118204,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728199,118204,'login','mentol'),(728198,118204,'login_email','mentolnet@gmail.com'),(728197,118204,'login_id','1'),(728196,118203,'_server_http_x_forwarded_for_0','222.89.231.12'),(728195,118203,'_server_remote_addr','222.89.231.12'),(728194,118203,'_message_key','user_login_failed'),(728192,118203,'login','mentol'),(728193,118203,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728191,118203,'login_email','mentolnet@gmail.com'),(728189,118202,'_server_http_x_forwarded_for_0','222.89.231.12'),(728190,118203,'login_id','1'),(728188,118202,'_server_remote_addr','222.89.231.12'),(728187,118202,'_message_key','user_login_failed'),(728186,118202,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728184,118202,'login_email','mentolnet@gmail.com'),(728185,118202,'login','mentol'),(728183,118202,'login_id','1'),(728182,118201,'_server_http_x_forwarded_for_0','222.89.231.12'),(728181,118201,'_server_remote_addr','222.89.231.12'),(728180,118201,'_message_key','user_login_failed'),(728179,118201,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728178,118201,'login','mentol'),(728177,118201,'login_email','mentolnet@gmail.com'),(728176,118201,'login_id','1'),(728175,118200,'_server_http_x_forwarded_for_0','222.89.231.12'),(728174,118200,'_server_remote_addr','222.89.231.12'),(728173,118200,'_message_key','user_login_failed'),(728171,118200,'login','mentol'),(728172,118200,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728170,118200,'login_email','mentolnet@gmail.com'),(728168,118199,'_server_http_x_forwarded_for_0','222.89.231.12'),(728169,118200,'login_id','1'),(728167,118199,'_server_remote_addr','222.89.231.12'),(728166,118199,'_message_key','user_login_failed'),(728165,118199,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728163,118199,'login_email','mentolnet@gmail.com'),(728164,118199,'login','mentol'),(728162,118199,'login_id','1'),(728161,118198,'_server_http_x_forwarded_for_0','222.89.231.12'),(728160,118198,'_server_remote_addr','222.89.231.12'),(728159,118198,'_message_key','user_login_failed'),(728158,118198,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728157,118198,'login','mentol'),(728156,118198,'login_email','mentolnet@gmail.com'),(728155,118198,'login_id','1'),(728154,118197,'_server_http_x_forwarded_for_0','222.89.231.12'),(728153,118197,'_server_remote_addr','222.89.231.12'),(728152,118197,'_message_key','user_login_failed'),(728150,118197,'login','mentol'),(728151,118197,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728149,118197,'login_email','mentolnet@gmail.com'),(728147,118196,'_server_http_x_forwarded_for_0','222.89.231.12'),(728148,118197,'login_id','1'),(728146,118196,'_server_remote_addr','222.89.231.12'),(728145,118196,'_message_key','user_login_failed'),(728144,118196,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728142,118196,'login_email','mentolnet@gmail.com'),(728143,118196,'login','mentol'),(728141,118196,'login_id','1'),(728140,118195,'_server_http_x_forwarded_for_0','222.89.231.12'),(728139,118195,'_server_remote_addr','222.89.231.12'),(728138,118195,'_message_key','user_login_failed'),(728137,118195,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728136,118195,'login','mentol'),(728135,118195,'login_email','mentolnet@gmail.com'),(728134,118195,'login_id','1'),(728133,118194,'_server_http_x_forwarded_for_0','222.89.231.12'),(728132,118194,'_server_remote_addr','222.89.231.12'),(728131,118194,'_message_key','user_login_failed'),(728129,118194,'login','mentol'),(728130,118194,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728128,118194,'login_email','mentolnet@gmail.com'),(728126,118193,'_server_http_x_forwarded_for_0','222.89.231.12'),(728127,118194,'login_id','1'),(728125,118193,'_server_remote_addr','222.89.231.12'),(728124,118193,'_message_key','user_login_failed'),(728123,118193,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728121,118193,'login_email','mentolnet@gmail.com'),(728122,118193,'login','mentol'),(728120,118193,'login_id','1'),(728119,118192,'_server_http_x_forwarded_for_0','222.89.231.12'),(728118,118192,'_server_remote_addr','222.89.231.12'),(728117,118192,'_message_key','user_login_failed'),(728116,118192,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728115,118192,'login','mentol'),(728114,118192,'login_email','mentolnet@gmail.com'),(728113,118192,'login_id','1'),(728112,118191,'_server_http_x_forwarded_for_0','222.89.231.12'),(728111,118191,'_server_remote_addr','222.89.231.12'),(728110,118191,'_message_key','user_login_failed'),(728108,118191,'login','mentol'),(728109,118191,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728107,118191,'login_email','mentolnet@gmail.com'),(728105,118190,'_server_http_x_forwarded_for_0','222.89.231.12'),(728106,118191,'login_id','1'),(728104,118190,'_server_remote_addr','222.89.231.12'),(728103,118190,'_message_key','user_login_failed'),(728102,118190,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728100,118190,'login_email','mentolnet@gmail.com'),(728101,118190,'login','mentol'),(728099,118190,'login_id','1'),(728098,118189,'_server_http_x_forwarded_for_0','222.89.231.12'),(728097,118189,'_server_remote_addr','222.89.231.12'),(728096,118189,'_message_key','user_login_failed'),(728095,118189,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728094,118189,'login','mentol'),(728093,118189,'login_email','mentolnet@gmail.com'),(728092,118189,'login_id','1'),(728091,118188,'_server_http_x_forwarded_for_0','222.89.231.12'),(728090,118188,'_server_remote_addr','222.89.231.12'),(728089,118188,'_message_key','user_login_failed'),(728087,118188,'login','mentol'),(728088,118188,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728086,118188,'login_email','mentolnet@gmail.com'),(728084,118187,'_server_http_x_forwarded_for_0','222.89.231.12'),(728085,118188,'login_id','1'),(728083,118187,'_server_remote_addr','222.89.231.12'),(728082,118187,'_message_key','user_login_failed'),(728081,118187,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728079,118187,'login_email','mentolnet@gmail.com'),(728080,118187,'login','mentol'),(728078,118187,'login_id','1'),(728077,118186,'_server_http_x_forwarded_for_0','222.89.231.12'),(728076,118186,'_server_remote_addr','222.89.231.12'),(728075,118186,'_message_key','user_login_failed'),(728074,118186,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728073,118186,'login','mentol'),(728072,118186,'login_email','mentolnet@gmail.com'),(728071,118186,'login_id','1'),(728070,118185,'_server_http_x_forwarded_for_0','222.89.231.12'),(728069,118185,'_server_remote_addr','222.89.231.12'),(728068,118185,'_message_key','user_login_failed'),(728066,118185,'login','mentol'),(728067,118185,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728065,118185,'login_email','mentolnet@gmail.com'),(728063,118184,'_server_http_x_forwarded_for_0','222.89.231.12'),(728064,118185,'login_id','1'),(728062,118184,'_server_remote_addr','222.89.231.12'),(728061,118184,'_message_key','user_login_failed'),(728060,118184,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728058,118184,'login_email','mentolnet@gmail.com'),(728059,118184,'login','mentol'),(728057,118184,'login_id','1'),(728056,118183,'_server_http_x_forwarded_for_0','222.89.231.12'),(728055,118183,'_server_remote_addr','222.89.231.12'),(728054,118183,'_message_key','user_login_failed'),(728053,118183,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728052,118183,'login','mentol'),(728050,118183,'login_id','1'),(728051,118183,'login_email','mentolnet@gmail.com'),(728048,118182,'_server_remote_addr','222.89.231.12'),(728049,118182,'_server_http_x_forwarded_for_0','222.89.231.12'),(728047,118182,'_message_key','user_login_failed'),(728046,118182,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728045,118182,'login','mentol'),(728043,118182,'login_id','1'),(728044,118182,'login_email','mentolnet@gmail.com'),(728042,118181,'_server_http_x_forwarded_for_0','222.89.231.12'),(728041,118181,'_server_remote_addr','222.89.231.12'),(728040,118181,'_message_key','user_login_failed'),(728038,118181,'login','mentol'),(728039,118181,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728037,118181,'login_email','mentolnet@gmail.com'),(728036,118181,'login_id','1'),(728035,118180,'_server_http_x_forwarded_for_0','222.89.231.12'),(728034,118180,'_server_remote_addr','222.89.231.12'),(728033,118180,'_message_key','user_login_failed'),(728032,118180,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728031,118180,'login','mentol'),(728030,118180,'login_email','mentolnet@gmail.com'),(728029,118180,'login_id','1'),(728028,118179,'_server_http_x_forwarded_for_0','222.89.231.12'),(728026,118179,'_message_key','user_login_failed'),(728027,118179,'_server_remote_addr','222.89.231.12'),(728025,118179,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728024,118179,'login','mentol'),(728023,118179,'login_email','mentolnet@gmail.com'),(728022,118179,'login_id','1'),(728021,118178,'_server_http_x_forwarded_for_0','222.89.231.12'),(728020,118178,'_server_remote_addr','222.89.231.12'),(728019,118178,'_message_key','user_login_failed'),(728017,118178,'login','mentol'),(728018,118178,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728016,118178,'login_email','mentolnet@gmail.com'),(728014,118177,'_server_http_x_forwarded_for_0','222.89.231.12'),(728015,118178,'login_id','1'),(728013,118177,'_server_remote_addr','222.89.231.12'),(728012,118177,'_message_key','user_login_failed'),(728011,118177,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728009,118177,'login_email','mentolnet@gmail.com'),(728010,118177,'login','mentol'),(728008,118177,'login_id','1'),(728007,118176,'_server_http_x_forwarded_for_0','222.89.231.12'),(728006,118176,'_server_remote_addr','222.89.231.12'),(728005,118176,'_message_key','user_login_failed'),(728004,118176,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(728003,118176,'login','mentol'),(728002,118176,'login_email','mentolnet@gmail.com'),(728001,118176,'login_id','1'),(728000,118175,'_server_http_x_forwarded_for_0','222.89.231.12'),(727999,118175,'_server_remote_addr','222.89.231.12'),(727998,118175,'_message_key','user_login_failed'),(727996,118175,'login','mentol'),(727997,118175,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727995,118175,'login_email','mentolnet@gmail.com'),(727993,118174,'_server_http_x_forwarded_for_0','222.89.231.12'),(727994,118175,'login_id','1'),(727992,118174,'_server_remote_addr','222.89.231.12'),(727991,118174,'_message_key','user_login_failed'),(727990,118174,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727988,118174,'login_email','mentolnet@gmail.com'),(727989,118174,'login','mentol'),(727987,118174,'login_id','1'),(727986,118173,'_server_http_x_forwarded_for_0','222.89.231.12'),(727985,118173,'_server_remote_addr','222.89.231.12'),(727984,118173,'_message_key','user_login_failed'),(727983,118173,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727982,118173,'login','mentol'),(727981,118173,'login_email','mentolnet@gmail.com'),(727980,118173,'login_id','1'),(727979,118172,'_server_http_x_forwarded_for_0','222.89.231.12'),(727978,118172,'_server_remote_addr','222.89.231.12'),(727977,118172,'_message_key','user_login_failed'),(727975,118172,'login','mentol'),(727976,118172,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727974,118172,'login_email','mentolnet@gmail.com'),(727972,118171,'_server_http_x_forwarded_for_0','222.89.231.12'),(727973,118172,'login_id','1'),(727971,118171,'_server_remote_addr','222.89.231.12'),(727970,118171,'_message_key','user_login_failed'),(727969,118171,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727967,118171,'login_email','mentolnet@gmail.com'),(727968,118171,'login','mentol'),(727966,118171,'login_id','1'),(727965,118170,'_server_http_x_forwarded_for_0','222.89.231.12'),(727964,118170,'_server_remote_addr','222.89.231.12'),(727963,118170,'_message_key','user_login_failed'),(727962,118170,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727961,118170,'login','mentol'),(727960,118170,'login_email','mentolnet@gmail.com'),(727959,118170,'login_id','1'),(727958,118169,'_server_http_x_forwarded_for_0','222.89.231.12'),(727957,118169,'_server_remote_addr','222.89.231.12'),(727956,118169,'_message_key','user_login_failed'),(727954,118169,'login','mentol'),(727955,118169,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727953,118169,'login_email','mentolnet@gmail.com'),(727951,118168,'_server_http_x_forwarded_for_0','222.89.231.12'),(727952,118169,'login_id','1'),(727950,118168,'_server_remote_addr','222.89.231.12'),(727949,118168,'_message_key','user_login_failed'),(727948,118168,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727946,118168,'login_email','mentolnet@gmail.com'),(727947,118168,'login','mentol'),(727945,118168,'login_id','1'),(727944,118167,'_server_http_x_forwarded_for_0','222.89.231.12'),(727943,118167,'_server_remote_addr','222.89.231.12'),(727942,118167,'_message_key','user_login_failed'),(727941,118167,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727940,118167,'login','mentol'),(727939,118167,'login_email','mentolnet@gmail.com'),(727938,118167,'login_id','1'),(727937,118166,'_server_http_x_forwarded_for_0','222.89.231.12'),(727936,118166,'_server_remote_addr','222.89.231.12'),(727935,118166,'_message_key','user_login_failed'),(727933,118166,'login','mentol'),(727934,118166,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727932,118166,'login_email','mentolnet@gmail.com'),(727930,118165,'_server_http_x_forwarded_for_0','222.89.231.12'),(727931,118166,'login_id','1'),(727929,118165,'_server_remote_addr','222.89.231.12'),(727928,118165,'_message_key','user_login_failed'),(727927,118165,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727925,118165,'login_email','mentolnet@gmail.com'),(727926,118165,'login','mentol'),(727924,118165,'login_id','1'),(727923,118164,'_server_http_x_forwarded_for_0','222.89.231.12'),(727922,118164,'_server_remote_addr','222.89.231.12'),(727921,118164,'_message_key','user_login_failed'),(727920,118164,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727919,118164,'login','mentol'),(727918,118164,'login_email','mentolnet@gmail.com'),(727917,118164,'login_id','1'),(727916,118163,'_server_http_x_forwarded_for_0','222.89.231.12'),(727915,118163,'_server_remote_addr','222.89.231.12'),(727914,118163,'_message_key','user_login_failed'),(727912,118163,'login','mentol'),(727913,118163,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727911,118163,'login_email','mentolnet@gmail.com'),(727909,118162,'_server_http_x_forwarded_for_0','222.89.231.12'),(727910,118163,'login_id','1'),(727908,118162,'_server_remote_addr','222.89.231.12'),(727907,118162,'_message_key','user_login_failed'),(727906,118162,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727904,118162,'login_email','mentolnet@gmail.com'),(727905,118162,'login','mentol'),(727903,118162,'login_id','1'),(727902,118161,'_server_http_x_forwarded_for_0','222.89.231.12'),(727901,118161,'_server_remote_addr','222.89.231.12'),(727900,118161,'_message_key','user_login_failed'),(727899,118161,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727898,118161,'login','mentol'),(727897,118161,'login_email','mentolnet@gmail.com'),(727896,118161,'login_id','1'),(727895,118160,'_server_http_x_forwarded_for_0','222.89.231.12'),(727894,118160,'_server_remote_addr','222.89.231.12'),(727893,118160,'_message_key','user_login_failed'),(727891,118160,'login','mentol'),(727892,118160,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727890,118160,'login_email','mentolnet@gmail.com'),(727888,118159,'_server_http_x_forwarded_for_0','222.89.231.12'),(727889,118160,'login_id','1'),(727887,118159,'_server_remote_addr','222.89.231.12'),(727886,118159,'_message_key','user_login_failed'),(727885,118159,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727883,118159,'login_email','mentolnet@gmail.com'),(727884,118159,'login','mentol'),(727882,118159,'login_id','1'),(727881,118158,'_server_http_x_forwarded_for_0','222.89.231.12'),(727880,118158,'_server_remote_addr','222.89.231.12'),(727879,118158,'_message_key','user_login_failed'),(727878,118158,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727877,118158,'login','mentol'),(727876,118158,'login_email','mentolnet@gmail.com'),(727875,118158,'login_id','1'),(727874,118157,'_server_http_x_forwarded_for_0','222.89.231.12'),(727873,118157,'_server_remote_addr','222.89.231.12'),(727872,118157,'_message_key','user_login_failed'),(727870,118157,'login','mentol'),(727871,118157,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727869,118157,'login_email','mentolnet@gmail.com'),(727867,118156,'_server_http_x_forwarded_for_0','222.89.231.12'),(727868,118157,'login_id','1'),(727866,118156,'_server_remote_addr','222.89.231.12'),(727865,118156,'_message_key','user_login_failed'),(727864,118156,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727862,118156,'login_email','mentolnet@gmail.com'),(727863,118156,'login','mentol'),(727861,118156,'login_id','1'),(727860,118155,'_server_http_x_forwarded_for_0','222.89.231.12'),(727859,118155,'_server_remote_addr','222.89.231.12'),(727858,118155,'_message_key','user_login_failed'),(727857,118155,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727856,118155,'login','mentol'),(727855,118155,'login_email','mentolnet@gmail.com'),(727854,118155,'login_id','1'),(727853,118154,'_server_http_x_forwarded_for_0','222.89.231.12'),(727852,118154,'_server_remote_addr','222.89.231.12'),(727851,118154,'_message_key','user_login_failed'),(727849,118154,'login','mentol'),(727850,118154,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727848,118154,'login_email','mentolnet@gmail.com'),(727846,118153,'_server_http_x_forwarded_for_0','222.89.231.12'),(727847,118154,'login_id','1'),(727845,118153,'_server_remote_addr','222.89.231.12'),(727844,118153,'_message_key','user_login_failed'),(727843,118153,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727841,118153,'login_email','mentolnet@gmail.com'),(727842,118153,'login','mentol'),(727840,118153,'login_id','1'),(727839,118152,'_server_http_x_forwarded_for_0','222.89.231.12'),(727838,118152,'_server_remote_addr','222.89.231.12'),(727837,118152,'_message_key','user_login_failed'),(727836,118152,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727835,118152,'login','mentol'),(727834,118152,'login_email','mentolnet@gmail.com'),(727833,118152,'login_id','1'),(727832,118151,'_server_http_x_forwarded_for_0','222.89.231.12'),(727831,118151,'_server_remote_addr','222.89.231.12'),(727830,118151,'_message_key','user_login_failed'),(727828,118151,'login','mentol'),(727829,118151,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727827,118151,'login_email','mentolnet@gmail.com'),(727825,118150,'_server_http_x_forwarded_for_0','222.89.231.12'),(727826,118151,'login_id','1'),(727824,118150,'_server_remote_addr','222.89.231.12'),(727823,118150,'_message_key','user_login_failed'),(727822,118150,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727820,118150,'login_email','mentolnet@gmail.com'),(727821,118150,'login','mentol'),(727819,118150,'login_id','1'),(727818,118149,'_server_http_x_forwarded_for_0','222.89.231.12'),(727817,118149,'_server_remote_addr','222.89.231.12'),(727816,118149,'_message_key','user_login_failed'),(727815,118149,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727814,118149,'login','mentol'),(727813,118149,'login_email','mentolnet@gmail.com'),(727812,118149,'login_id','1'),(727811,118148,'_server_http_x_forwarded_for_0','222.89.231.12'),(727810,118148,'_server_remote_addr','222.89.231.12'),(727809,118148,'_message_key','user_login_failed'),(727807,118148,'login','mentol'),(727808,118148,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727806,118148,'login_email','mentolnet@gmail.com'),(727804,118147,'_server_http_x_forwarded_for_0','222.89.231.12'),(727805,118148,'login_id','1'),(727803,118147,'_server_remote_addr','222.89.231.12'),(727802,118147,'_message_key','user_login_failed'),(727801,118147,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727799,118147,'login_email','mentolnet@gmail.com'),(727800,118147,'login','mentol'),(727798,118147,'login_id','1'),(727797,118146,'_server_http_x_forwarded_for_0','222.89.231.12'),(727796,118146,'_server_remote_addr','222.89.231.12'),(727795,118146,'_message_key','user_login_failed'),(727794,118146,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727793,118146,'login','mentol'),(727792,118146,'login_email','mentolnet@gmail.com'),(727791,118146,'login_id','1'),(727790,118145,'_server_http_x_forwarded_for_0','222.89.231.12'),(727789,118145,'_server_remote_addr','222.89.231.12'),(727788,118145,'_message_key','user_login_failed'),(727786,118145,'login','mentol'),(727787,118145,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727785,118145,'login_email','mentolnet@gmail.com'),(727783,118144,'_server_http_x_forwarded_for_0','222.89.231.12'),(727784,118145,'login_id','1'),(727782,118144,'_server_remote_addr','222.89.231.12'),(727781,118144,'_message_key','user_login_failed'),(727780,118144,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727778,118144,'login_email','mentolnet@gmail.com'),(727779,118144,'login','mentol'),(727777,118144,'login_id','1'),(727776,118143,'_server_http_x_forwarded_for_0','222.89.231.12'),(727775,118143,'_server_remote_addr','222.89.231.12'),(727774,118143,'_message_key','user_login_failed'),(727773,118143,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727772,118143,'login','mentol'),(727771,118143,'login_email','mentolnet@gmail.com'),(727770,118143,'login_id','1'),(727769,118142,'_server_http_x_forwarded_for_0','222.89.231.12'),(727768,118142,'_server_remote_addr','222.89.231.12'),(727767,118142,'_message_key','user_login_failed'),(727765,118142,'login','mentol'),(727766,118142,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727764,118142,'login_email','mentolnet@gmail.com'),(727762,118141,'_server_http_x_forwarded_for_0','222.89.231.12'),(727763,118142,'login_id','1'),(727761,118141,'_server_remote_addr','222.89.231.12'),(727760,118141,'_message_key','user_login_failed'),(727759,118141,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727757,118141,'login_email','mentolnet@gmail.com'),(727758,118141,'login','mentol'),(727756,118141,'login_id','1'),(727755,118140,'_server_http_x_forwarded_for_0','222.89.231.12'),(727754,118140,'_server_remote_addr','222.89.231.12'),(727753,118140,'_message_key','user_login_failed'),(727752,118140,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727751,118140,'login','mentol'),(727750,118140,'login_email','mentolnet@gmail.com'),(727749,118140,'login_id','1'),(727748,118139,'_server_http_x_forwarded_for_0','222.89.231.12'),(727747,118139,'_server_remote_addr','222.89.231.12'),(727746,118139,'_message_key','user_login_failed'),(727744,118139,'login','mentol'),(727745,118139,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727743,118139,'login_email','mentolnet@gmail.com'),(727741,118138,'_server_http_x_forwarded_for_0','222.89.231.12'),(727742,118139,'login_id','1'),(727740,118138,'_server_remote_addr','222.89.231.12'),(727739,118138,'_message_key','user_login_failed'),(727738,118138,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727736,118138,'login_email','mentolnet@gmail.com'),(727737,118138,'login','mentol'),(727735,118138,'login_id','1'),(727734,118137,'_server_http_x_forwarded_for_0','222.89.231.12'),(727733,118137,'_server_remote_addr','222.89.231.12'),(727732,118137,'_message_key','user_login_failed'),(727731,118137,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727730,118137,'login','mentol'),(727729,118137,'login_email','mentolnet@gmail.com'),(727728,118137,'login_id','1'),(727727,118136,'_server_http_x_forwarded_for_0','222.89.231.12'),(727726,118136,'_server_remote_addr','222.89.231.12'),(727725,118136,'_message_key','user_login_failed'),(727723,118136,'login','mentol'),(727724,118136,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727722,118136,'login_email','mentolnet@gmail.com'),(727720,118135,'_server_http_x_forwarded_for_0','222.89.231.12'),(727721,118136,'login_id','1'),(727719,118135,'_server_remote_addr','222.89.231.12'),(727718,118135,'_message_key','user_login_failed'),(727717,118135,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727715,118135,'login_email','mentolnet@gmail.com'),(727716,118135,'login','mentol'),(727714,118135,'login_id','1'),(727713,118134,'_server_http_x_forwarded_for_0','222.89.231.12'),(727712,118134,'_server_remote_addr','222.89.231.12'),(727711,118134,'_message_key','user_login_failed'),(727710,118134,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727709,118134,'login','mentol'),(727708,118134,'login_email','mentolnet@gmail.com'),(727707,118134,'login_id','1'),(727706,118133,'_server_http_x_forwarded_for_0','222.89.231.12'),(727705,118133,'_server_remote_addr','222.89.231.12'),(727704,118133,'_message_key','user_login_failed'),(727702,118133,'login','mentol'),(727703,118133,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727701,118133,'login_email','mentolnet@gmail.com'),(727699,118132,'_server_http_x_forwarded_for_0','222.89.231.12'),(727700,118133,'login_id','1'),(727698,118132,'_server_remote_addr','222.89.231.12'),(727697,118132,'_message_key','user_login_failed'),(727696,118132,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727694,118132,'login_email','mentolnet@gmail.com'),(727695,118132,'login','mentol'),(727693,118132,'login_id','1'),(727692,118131,'_server_http_x_forwarded_for_0','222.89.231.12'),(727691,118131,'_server_remote_addr','222.89.231.12'),(727690,118131,'_message_key','user_login_failed'),(727689,118131,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727688,118131,'login','mentol'),(727687,118131,'login_email','mentolnet@gmail.com'),(727686,118131,'login_id','1'),(727685,118130,'_server_http_x_forwarded_for_0','222.89.231.12'),(727684,118130,'_server_remote_addr','222.89.231.12'),(727683,118130,'_message_key','user_login_failed'),(727681,118130,'login','mentol'),(727682,118130,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727680,118130,'login_email','mentolnet@gmail.com'),(727678,118129,'_server_http_x_forwarded_for_0','222.89.231.12'),(727679,118130,'login_id','1'),(727677,118129,'_server_remote_addr','222.89.231.12'),(727676,118129,'_message_key','user_login_failed'),(727675,118129,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727673,118129,'login_email','mentolnet@gmail.com'),(727674,118129,'login','mentol'),(727672,118129,'login_id','1'),(727671,118128,'_server_http_x_forwarded_for_0','222.89.231.12'),(727670,118128,'_server_remote_addr','222.89.231.12'),(727669,118128,'_message_key','user_login_failed'),(727668,118128,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727667,118128,'login','mentol'),(727666,118128,'login_email','mentolnet@gmail.com'),(727665,118128,'login_id','1'),(727664,118127,'_server_http_x_forwarded_for_0','222.89.231.12'),(727663,118127,'_server_remote_addr','222.89.231.12'),(727662,118127,'_message_key','user_login_failed'),(727660,118127,'login','mentol'),(727661,118127,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727659,118127,'login_email','mentolnet@gmail.com'),(727657,118126,'_server_http_x_forwarded_for_0','222.89.231.12'),(727658,118127,'login_id','1'),(727656,118126,'_server_remote_addr','222.89.231.12'),(727655,118126,'_message_key','user_login_failed'),(727654,118126,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727652,118126,'login_email','mentolnet@gmail.com'),(727653,118126,'login','mentol'),(727651,118126,'login_id','1'),(727650,118125,'_server_http_x_forwarded_for_0','222.89.231.12'),(727649,118125,'_server_remote_addr','222.89.231.12'),(727648,118125,'_message_key','user_login_failed'),(727647,118125,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727646,118125,'login','mentol'),(727645,118125,'login_email','mentolnet@gmail.com'),(727644,118125,'login_id','1'),(727643,118124,'_server_http_x_forwarded_for_0','222.89.231.12'),(727642,118124,'_server_remote_addr','222.89.231.12'),(727641,118124,'_message_key','user_login_failed'),(727639,118124,'login','mentol'),(727640,118124,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727638,118124,'login_email','mentolnet@gmail.com'),(727636,118123,'_server_http_x_forwarded_for_0','222.89.231.12'),(727637,118124,'login_id','1'),(727635,118123,'_server_remote_addr','222.89.231.12'),(727634,118123,'_message_key','user_login_failed'),(727633,118123,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727631,118123,'login_email','mentolnet@gmail.com'),(727632,118123,'login','mentol'),(727630,118123,'login_id','1'),(727629,118122,'_server_http_x_forwarded_for_0','222.89.231.12'),(727628,118122,'_server_remote_addr','222.89.231.12'),(727627,118122,'_message_key','user_login_failed'),(727626,118122,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727625,118122,'login','mentol'),(727624,118122,'login_email','mentolnet@gmail.com'),(727623,118122,'login_id','1'),(727622,118121,'_server_http_x_forwarded_for_0','222.89.231.12'),(727621,118121,'_server_remote_addr','222.89.231.12'),(727620,118121,'_message_key','user_login_failed'),(727618,118121,'login','mentol'),(727619,118121,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727617,118121,'login_email','mentolnet@gmail.com'),(727615,118120,'_server_http_x_forwarded_for_0','222.89.231.12'),(727616,118121,'login_id','1'),(727614,118120,'_server_remote_addr','222.89.231.12'),(727613,118120,'_message_key','user_login_failed'),(727612,118120,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727610,118120,'login_email','mentolnet@gmail.com'),(727611,118120,'login','mentol'),(727609,118120,'login_id','1'),(727608,118119,'_server_http_x_forwarded_for_0','222.89.231.12'),(727607,118119,'_server_remote_addr','222.89.231.12'),(727606,118119,'_message_key','user_login_failed'),(727605,118119,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727604,118119,'login','mentol'),(727603,118119,'login_email','mentolnet@gmail.com'),(727602,118119,'login_id','1'),(727601,118118,'_server_http_x_forwarded_for_0','222.89.231.12'),(727600,118118,'_server_remote_addr','222.89.231.12'),(727599,118118,'_message_key','user_login_failed'),(727597,118118,'login','mentol'),(727598,118118,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727596,118118,'login_email','mentolnet@gmail.com'),(727594,118117,'_server_http_x_forwarded_for_0','59.44.27.195'),(727595,118118,'login_id','1'),(727593,118117,'_server_remote_addr','59.44.27.195'),(727592,118117,'_message_key','user_login_failed'),(727591,118117,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727589,118117,'login_email','mentolnet@gmail.com'),(727590,118117,'login','mentol'),(727588,118117,'login_id','1'),(727587,118116,'_server_http_x_forwarded_for_0','59.44.27.195'),(727586,118116,'_server_remote_addr','59.44.27.195'),(727585,118116,'_message_key','user_login_failed'),(727584,118116,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727583,118116,'login','mentol'),(727582,118116,'login_email','mentolnet@gmail.com'),(727581,118116,'login_id','1'),(727580,118115,'_server_http_x_forwarded_for_0','59.44.27.195'),(727579,118115,'_server_remote_addr','59.44.27.195'),(727578,118115,'_message_key','user_login_failed'),(727576,118115,'login','mentol'),(727577,118115,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727575,118115,'login_email','mentolnet@gmail.com'),(727573,118114,'_server_http_x_forwarded_for_0','36.67.120.85'),(727574,118115,'login_id','1'),(727572,118114,'_server_remote_addr','36.67.120.85'),(727571,118114,'_message_key','user_login_failed'),(727570,118114,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727568,118114,'login_email','mentolnet@gmail.com'),(727569,118114,'login','mentol'),(727567,118114,'login_id','1'),(727566,118113,'_server_http_x_forwarded_for_0','36.67.120.85'),(727565,118113,'_server_remote_addr','36.67.120.85'),(727564,118113,'_message_key','user_login_failed'),(727563,118113,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727562,118113,'login','mentol'),(727561,118113,'login_email','mentolnet@gmail.com'),(727560,118113,'login_id','1'),(727559,118112,'_server_http_x_forwarded_for_0','36.67.120.85'),(727558,118112,'_server_remote_addr','36.67.120.85'),(727557,118112,'_message_key','user_login_failed'),(727555,118112,'login','mentol'),(727556,118112,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727554,118112,'login_email','mentolnet@gmail.com'),(727552,118111,'_server_http_x_forwarded_for_0','36.67.120.85'),(727553,118112,'login_id','1'),(727551,118111,'_server_remote_addr','36.67.120.85'),(727550,118111,'_message_key','user_login_failed'),(727549,118111,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727547,118111,'login_email','mentolnet@gmail.com'),(727548,118111,'login','mentol'),(727546,118111,'login_id','1'),(727545,118110,'_server_http_x_forwarded_for_0','36.67.120.85'),(727544,118110,'_server_remote_addr','36.67.120.85'),(727543,118110,'_message_key','user_login_failed'),(727542,118110,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727541,118110,'login','mentol'),(727540,118110,'login_email','mentolnet@gmail.com'),(727539,118110,'login_id','1'),(727538,118109,'_server_http_x_forwarded_for_0','36.67.120.85'),(727537,118109,'_server_remote_addr','36.67.120.85'),(727536,118109,'_message_key','user_login_failed'),(727534,118109,'login','mentol'),(727535,118109,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727533,118109,'login_email','mentolnet@gmail.com'),(727531,118108,'_server_http_x_forwarded_for_0','36.67.120.85'),(727532,118109,'login_id','1'),(727530,118108,'_server_remote_addr','36.67.120.85'),(727529,118108,'_message_key','user_login_failed'),(727528,118108,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727526,118108,'login_email','mentolnet@gmail.com'),(727527,118108,'login','mentol'),(727525,118108,'login_id','1'),(727524,118107,'_server_http_x_forwarded_for_0','36.67.120.85'),(727523,118107,'_server_remote_addr','36.67.120.85'),(727522,118107,'_message_key','user_login_failed'),(727521,118107,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727520,118107,'login','mentol'),(727519,118107,'login_email','mentolnet@gmail.com'),(727518,118107,'login_id','1'),(727517,118106,'_server_http_x_forwarded_for_0','36.67.120.85'),(727516,118106,'_server_remote_addr','36.67.120.85'),(727515,118106,'_message_key','user_login_failed'),(727513,118106,'login','mentol'),(727514,118106,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727512,118106,'login_email','mentolnet@gmail.com'),(727510,118105,'_server_http_x_forwarded_for_0','36.67.120.85'),(727511,118106,'login_id','1'),(727509,118105,'_server_remote_addr','36.67.120.85'),(727508,118105,'_message_key','user_login_failed'),(727507,118105,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727505,118105,'login_email','mentolnet@gmail.com'),(727506,118105,'login','mentol'),(727504,118105,'login_id','1'),(727503,118104,'_server_http_x_forwarded_for_0','36.67.120.85'),(727502,118104,'_server_remote_addr','36.67.120.85'),(727501,118104,'_message_key','user_login_failed'),(727500,118104,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727499,118104,'login','mentol'),(727498,118104,'login_email','mentolnet@gmail.com'),(727497,118104,'login_id','1'),(727496,118103,'_server_http_x_forwarded_for_0','36.67.120.85'),(727495,118103,'_server_remote_addr','36.67.120.85'),(727494,118103,'_message_key','user_login_failed'),(727492,118103,'login','mentol'),(727493,118103,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727491,118103,'login_email','mentolnet@gmail.com'),(727489,118102,'_server_http_x_forwarded_for_0','36.67.120.85'),(727490,118103,'login_id','1'),(727488,118102,'_server_remote_addr','36.67.120.85'),(727487,118102,'_message_key','user_login_failed'),(727486,118102,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727484,118102,'login_email','mentolnet@gmail.com'),(727485,118102,'login','mentol'),(727483,118102,'login_id','1'),(727482,118101,'_server_http_x_forwarded_for_0','36.67.120.85'),(727481,118101,'_server_remote_addr','36.67.120.85'),(727480,118101,'_message_key','user_login_failed'),(727479,118101,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727478,118101,'login','mentol'),(727477,118101,'login_email','mentolnet@gmail.com'),(727476,118101,'login_id','1'),(727475,118100,'_server_http_x_forwarded_for_0','36.67.120.85'),(727474,118100,'_server_remote_addr','36.67.120.85'),(727473,118100,'_message_key','user_login_failed'),(727471,118100,'login','mentol'),(727472,118100,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727470,118100,'login_email','mentolnet@gmail.com'),(727468,118099,'_server_http_x_forwarded_for_0','36.67.120.85'),(727469,118100,'login_id','1'),(727467,118099,'_server_remote_addr','36.67.120.85'),(727466,118099,'_message_key','user_login_failed'),(727465,118099,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727463,118099,'login_email','mentolnet@gmail.com'),(727464,118099,'login','mentol'),(727462,118099,'login_id','1'),(727461,118098,'_server_http_x_forwarded_for_0','36.67.120.85'),(727460,118098,'_server_remote_addr','36.67.120.85'),(727459,118098,'_message_key','user_login_failed'),(727458,118098,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727457,118098,'login','mentol'),(727456,118098,'login_email','mentolnet@gmail.com'),(727455,118098,'login_id','1'),(727454,118097,'_server_http_x_forwarded_for_0','36.67.120.85'),(727453,118097,'_server_remote_addr','36.67.120.85'),(727452,118097,'_message_key','user_login_failed'),(727450,118097,'login','mentol'),(727451,118097,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727449,118097,'login_email','mentolnet@gmail.com'),(727447,118096,'_server_http_x_forwarded_for_0','36.67.120.85'),(727448,118097,'login_id','1'),(727446,118096,'_server_remote_addr','36.67.120.85'),(727445,118096,'_message_key','user_login_failed'),(727444,118096,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727442,118096,'login_email','mentolnet@gmail.com'),(727443,118096,'login','mentol'),(727441,118096,'login_id','1'),(727440,118095,'_server_http_x_forwarded_for_0','36.67.120.85'),(727439,118095,'_server_remote_addr','36.67.120.85'),(727438,118095,'_message_key','user_login_failed'),(727437,118095,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727436,118095,'login','mentol'),(727435,118095,'login_email','mentolnet@gmail.com'),(727434,118095,'login_id','1'),(727433,118094,'_server_http_x_forwarded_for_0','36.67.120.85'),(727432,118094,'_server_remote_addr','36.67.120.85'),(727431,118094,'_message_key','user_login_failed'),(727429,118094,'login','mentol'),(727430,118094,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727428,118094,'login_email','mentolnet@gmail.com'),(727426,118093,'_server_http_x_forwarded_for_0','36.67.120.85'),(727427,118094,'login_id','1'),(727425,118093,'_server_remote_addr','36.67.120.85'),(727424,118093,'_message_key','user_login_failed'),(727423,118093,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727421,118093,'login_email','mentolnet@gmail.com'),(727422,118093,'login','mentol'),(727420,118093,'login_id','1'),(727419,118092,'_server_http_x_forwarded_for_0','36.67.120.85'),(727418,118092,'_server_remote_addr','36.67.120.85'),(727417,118092,'_message_key','user_login_failed'),(727416,118092,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727415,118092,'login','mentol'),(727414,118092,'login_email','mentolnet@gmail.com'),(727413,118092,'login_id','1'),(727412,118091,'_server_http_x_forwarded_for_0','36.67.120.85'),(727411,118091,'_server_remote_addr','36.67.120.85'),(727410,118091,'_message_key','user_login_failed'),(727408,118091,'login','mentol'),(727409,118091,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727407,118091,'login_email','mentolnet@gmail.com'),(727405,118090,'_server_http_x_forwarded_for_0','36.67.120.85'),(727406,118091,'login_id','1'),(727404,118090,'_server_remote_addr','36.67.120.85'),(727403,118090,'_message_key','user_login_failed'),(727402,118090,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727400,118090,'login_email','mentolnet@gmail.com'),(727401,118090,'login','mentol'),(727399,118090,'login_id','1'),(727398,118089,'_server_http_x_forwarded_for_0','36.67.120.85'),(727397,118089,'_server_remote_addr','36.67.120.85'),(727396,118089,'_message_key','user_login_failed'),(727395,118089,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727394,118089,'login','mentol'),(727393,118089,'login_email','mentolnet@gmail.com'),(727392,118089,'login_id','1'),(727391,118088,'_server_http_x_forwarded_for_0','36.67.120.85'),(727390,118088,'_server_remote_addr','36.67.120.85'),(727389,118088,'_message_key','user_login_failed'),(727387,118088,'login','mentol'),(727388,118088,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727386,118088,'login_email','mentolnet@gmail.com'),(727384,118087,'_server_http_x_forwarded_for_0','36.67.120.85'),(727385,118088,'login_id','1'),(727383,118087,'_server_remote_addr','36.67.120.85'),(727382,118087,'_message_key','user_login_failed'),(727381,118087,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727379,118087,'login_email','mentolnet@gmail.com'),(727380,118087,'login','mentol'),(727378,118087,'login_id','1'),(727377,118086,'_server_http_x_forwarded_for_0','36.67.120.85'),(727376,118086,'_server_remote_addr','36.67.120.85'),(727375,118086,'_message_key','user_login_failed'),(727374,118086,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727373,118086,'login','mentol'),(727372,118086,'login_email','mentolnet@gmail.com'),(727371,118086,'login_id','1'),(727370,118085,'_server_http_x_forwarded_for_0','36.67.120.85'),(727369,118085,'_server_remote_addr','36.67.120.85'),(727368,118085,'_message_key','user_login_failed'),(727366,118085,'login','mentol'),(727367,118085,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727365,118085,'login_email','mentolnet@gmail.com'),(727363,118084,'_server_http_x_forwarded_for_0','36.67.120.85'),(727364,118085,'login_id','1'),(727362,118084,'_server_remote_addr','36.67.120.85'),(727361,118084,'_message_key','user_login_failed'),(727360,118084,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727358,118084,'login_email','mentolnet@gmail.com'),(727359,118084,'login','mentol'),(727357,118084,'login_id','1'),(727356,118083,'_server_http_x_forwarded_for_0','36.67.120.85'),(727355,118083,'_server_remote_addr','36.67.120.85'),(727354,118083,'_message_key','user_login_failed'),(727353,118083,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727352,118083,'login','mentol'),(727351,118083,'login_email','mentolnet@gmail.com'),(727350,118083,'login_id','1'),(727349,118082,'_server_http_x_forwarded_for_0','36.67.120.85'),(727348,118082,'_server_remote_addr','36.67.120.85'),(727347,118082,'_message_key','user_login_failed'),(727345,118082,'login','mentol'),(727346,118082,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727344,118082,'login_email','mentolnet@gmail.com'),(727342,118081,'_server_http_x_forwarded_for_0','36.67.120.85'),(727343,118082,'login_id','1'),(727341,118081,'_server_remote_addr','36.67.120.85'),(727340,118081,'_message_key','user_login_failed'),(727339,118081,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727337,118081,'login_email','mentolnet@gmail.com'),(727338,118081,'login','mentol'),(727336,118081,'login_id','1'),(727335,118080,'_server_http_x_forwarded_for_0','36.67.120.85'),(727334,118080,'_server_remote_addr','36.67.120.85'),(727333,118080,'_message_key','user_login_failed'),(727332,118080,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727331,118080,'login','mentol'),(727330,118080,'login_email','mentolnet@gmail.com'),(727329,118080,'login_id','1'),(727328,118079,'_server_http_x_forwarded_for_0','36.67.120.85'),(727327,118079,'_server_remote_addr','36.67.120.85'),(727326,118079,'_message_key','user_login_failed'),(727324,118079,'login','mentol'),(727325,118079,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727323,118079,'login_email','mentolnet@gmail.com'),(727321,118078,'_server_http_x_forwarded_for_0','36.67.120.85'),(727322,118079,'login_id','1'),(727320,118078,'_server_remote_addr','36.67.120.85'),(727319,118078,'_message_key','user_login_failed'),(727318,118078,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727316,118078,'login_email','mentolnet@gmail.com'),(727317,118078,'login','mentol'),(727315,118078,'login_id','1'),(727314,118077,'_server_http_x_forwarded_for_0','36.67.120.85'),(727313,118077,'_server_remote_addr','36.67.120.85'),(727312,118077,'_message_key','user_login_failed'),(727311,118077,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727310,118077,'login','mentol'),(727309,118077,'login_email','mentolnet@gmail.com'),(727308,118077,'login_id','1'),(727307,118076,'_server_http_x_forwarded_for_0','36.67.120.85'),(727306,118076,'_server_remote_addr','36.67.120.85'),(727305,118076,'_message_key','user_login_failed'),(727303,118076,'login','mentol'),(727304,118076,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727302,118076,'login_email','mentolnet@gmail.com'),(727300,118075,'_server_http_x_forwarded_for_0','36.67.120.85'),(727301,118076,'login_id','1'),(727299,118075,'_server_remote_addr','36.67.120.85'),(727298,118075,'_message_key','user_login_failed'),(727297,118075,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727295,118075,'login_email','mentolnet@gmail.com'),(727296,118075,'login','mentol'),(727294,118075,'login_id','1'),(727293,118074,'_server_http_x_forwarded_for_0','36.67.120.85'),(727292,118074,'_server_remote_addr','36.67.120.85'),(727291,118074,'_message_key','user_login_failed'),(727290,118074,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727289,118074,'login','mentol'),(727288,118074,'login_email','mentolnet@gmail.com'),(727287,118074,'login_id','1'),(727286,118073,'_server_http_x_forwarded_for_0','36.67.120.85'),(727285,118073,'_server_remote_addr','36.67.120.85'),(727284,118073,'_message_key','user_login_failed'),(727282,118073,'login','mentol'),(727283,118073,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727281,118073,'login_email','mentolnet@gmail.com'),(727279,118072,'_server_http_x_forwarded_for_0','36.67.120.85'),(727280,118073,'login_id','1'),(727278,118072,'_server_remote_addr','36.67.120.85'),(727277,118072,'_message_key','user_login_failed'),(727276,118072,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727274,118072,'login_email','mentolnet@gmail.com'),(727275,118072,'login','mentol'),(727273,118072,'login_id','1'),(727272,118071,'_server_http_x_forwarded_for_0','36.67.120.85'),(727271,118071,'_server_remote_addr','36.67.120.85'),(727270,118071,'_message_key','user_login_failed'),(727269,118071,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727268,118071,'login','mentol'),(727267,118071,'login_email','mentolnet@gmail.com'),(727266,118071,'login_id','1'),(727265,118070,'_server_http_x_forwarded_for_0','36.67.120.85'),(727264,118070,'_server_remote_addr','36.67.120.85'),(727263,118070,'_message_key','user_login_failed'),(727261,118070,'login','mentol'),(727262,118070,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727260,118070,'login_email','mentolnet@gmail.com'),(727258,118069,'_server_http_x_forwarded_for_0','36.67.120.85'),(727259,118070,'login_id','1'),(727257,118069,'_server_remote_addr','36.67.120.85'),(727256,118069,'_message_key','user_login_failed'),(727255,118069,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727253,118069,'login_email','mentolnet@gmail.com'),(727254,118069,'login','mentol'),(727252,118069,'login_id','1'),(727251,118068,'_server_http_x_forwarded_for_0','36.67.120.85'),(727250,118068,'_server_remote_addr','36.67.120.85'),(727249,118068,'_message_key','user_login_failed'),(727248,118068,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727247,118068,'login','mentol'),(727246,118068,'login_email','mentolnet@gmail.com'),(727245,118068,'login_id','1'),(727244,118067,'_server_http_x_forwarded_for_0','36.67.120.85'),(727243,118067,'_server_remote_addr','36.67.120.85'),(727242,118067,'_message_key','user_login_failed'),(727240,118067,'login','mentol'),(727241,118067,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727239,118067,'login_email','mentolnet@gmail.com'),(727237,118066,'_server_http_x_forwarded_for_0','36.67.120.85'),(727238,118067,'login_id','1'),(727236,118066,'_server_remote_addr','36.67.120.85'),(727235,118066,'_message_key','user_login_failed'),(727234,118066,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727232,118066,'login_email','mentolnet@gmail.com'),(727233,118066,'login','mentol'),(727231,118066,'login_id','1'),(727230,118065,'_server_http_x_forwarded_for_0','36.67.120.85'),(727229,118065,'_server_remote_addr','36.67.120.85'),(727228,118065,'_message_key','user_login_failed'),(727227,118065,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(727226,118065,'login','mentol'),(727224,118065,'login_id','1'),(727225,118065,'login_email','mentolnet@gmail.com'),(727222,118064,'_server_remote_addr','109.71.43.243'),(727223,118064,'_server_http_x_forwarded_for_0','109.71.43.243'),(727221,118064,'_xmlrpc_request','true'),(727220,118064,'_message_key','user_login_failed'),(727219,118064,'server_http_user_agent','Windows Live Writer'),(727218,118064,'login','mentol'),(727216,118064,'login_id','1'),(727217,118064,'login_email','mentolnet@gmail.com'),(727215,118063,'_server_http_x_forwarded_for_0','182.50.151.6'),(727214,118063,'_server_remote_addr','182.50.151.6'),(727213,118063,'_xmlrpc_request','true'),(727212,118063,'_message_key','user_unknown_login_failed'),(727210,118063,'failed_username','luis-monteiro'),(727211,118063,'server_http_user_agent','wp-iphone'),(727209,118062,'_server_http_x_forwarded_for_0','91.134.248.211'),(727208,118062,'_server_remote_addr','91.134.248.211'),(727207,118062,'_xmlrpc_request','true'),(727205,118062,'server_http_user_agent','wp-windowsphone'),(727206,118062,'_message_key','user_login_failed'),(727204,118062,'login','mentol'),(727202,118062,'login_id','1'),(727203,118062,'login_email','mentolnet@gmail.com'),(727200,118061,'_server_remote_addr','198.71.226.41'),(727201,118061,'_server_http_x_forwarded_for_0','198.71.226.41'),(727199,118061,'_xmlrpc_request','true'),(727198,118061,'_message_key','user_login_failed'),(727197,118061,'server_http_user_agent','wp-android'),(727196,118061,'login','mentol'),(727194,118061,'login_id','1'),(727195,118061,'login_email','mentolnet@gmail.com'),(727193,118060,'_server_http_x_forwarded_for_0','104.254.244.117'),(727192,118060,'_server_remote_addr','104.254.244.117'),(727191,118060,'_xmlrpc_request','true'),(727190,118060,'_message_key','user_unknown_login_failed'),(727188,118060,'failed_username','luis-monteiro'),(727189,118060,'server_http_user_agent','Poster'),(727187,118059,'_server_http_x_forwarded_for_0','213.251.182.102'),(727186,118059,'_server_remote_addr','213.251.182.102'),(727185,118059,'_xmlrpc_request','true'),(727183,118059,'server_http_user_agent','wp-windowsphone'),(727184,118059,'_message_key','user_login_failed'),(727182,118059,'login','mentol'),(727180,118059,'login_id','1'),(727181,118059,'login_email','mentolnet@gmail.com'),(727178,118058,'_server_remote_addr','186.64.113.110'),(727179,118058,'_server_http_x_forwarded_for_0','186.64.113.110'),(727177,118058,'_xmlrpc_request','true'),(727176,118058,'_message_key','user_login_failed'),(727175,118058,'server_http_user_agent','wp-windowsphone'),(727174,118058,'login','mentol'),(727172,118058,'login_id','1'),(727173,118058,'login_email','mentolnet@gmail.com'),(727171,118057,'_server_http_x_forwarded_for_0','209.59.182.49'),(727170,118057,'_server_remote_addr','209.59.182.49'),(727169,118057,'_xmlrpc_request','true'),(727167,118057,'server_http_user_agent','Python-urllib/2.6'),(727168,118057,'_message_key','user_login_failed'),(727166,118057,'login','mentol'),(727164,118057,'login_id','1'),(727165,118057,'login_email','mentolnet@gmail.com'),(727162,118056,'_server_remote_addr','209.59.182.49'),(727163,118056,'_server_http_x_forwarded_for_0','209.59.182.49'),(727161,118056,'_xmlrpc_request','true'),(727160,118056,'_message_key','user_login_failed'),(727159,118056,'server_http_user_agent','Python-urllib/2.6'),(727158,118056,'login','mentol'),(727156,118056,'login_id','1'),(727157,118056,'login_email','mentolnet@gmail.com'),(727155,118055,'_server_http_x_forwarded_for_0','209.59.182.49'),(727154,118055,'_server_remote_addr','209.59.182.49'),(727153,118055,'_xmlrpc_request','true'),(727151,118055,'server_http_user_agent','Python-urllib/2.6'),(727152,118055,'_message_key','user_login_failed'),(727150,118055,'login','mentol'),(727148,118055,'login_id','1'),(727149,118055,'login_email','mentolnet@gmail.com'),(727146,118054,'_server_remote_addr','209.59.182.49'),(727147,118054,'_server_http_x_forwarded_for_0','209.59.182.49'),(727145,118054,'_xmlrpc_request','true'),(727144,118054,'_message_key','user_login_failed'),(727143,118054,'server_http_user_agent','Python-urllib/2.6'),(727142,118054,'login','mentol'),(727140,118054,'login_id','1'),(727141,118054,'login_email','mentolnet@gmail.com'),(727139,118053,'_server_http_x_forwarded_for_0','209.59.182.49'),(727138,118053,'_server_remote_addr','209.59.182.49'),(727137,118053,'_xmlrpc_request','true'),(727135,118053,'server_http_user_agent','Python-urllib/2.6'),(727136,118053,'_message_key','user_login_failed'),(727134,118053,'login','mentol'),(727132,118053,'login_id','1'),(727133,118053,'login_email','mentolnet@gmail.com'),(727130,118052,'_server_remote_addr','209.59.182.49'),(727131,118052,'_server_http_x_forwarded_for_0','209.59.182.49'),(727129,118052,'_xmlrpc_request','true'),(727128,118052,'_message_key','user_login_failed'),(727127,118052,'server_http_user_agent','Python-urllib/2.6'),(727126,118052,'login','mentol'),(727124,118052,'login_id','1'),(727125,118052,'login_email','mentolnet@gmail.com'),(727123,118051,'_server_http_x_forwarded_for_0','209.59.182.49'),(727122,118051,'_server_remote_addr','209.59.182.49'),(727121,118051,'_xmlrpc_request','true'),(727119,118051,'server_http_user_agent','Python-urllib/2.6'),(727120,118051,'_message_key','user_login_failed'),(727118,118051,'login','mentol'),(727117,118051,'login_email','mentolnet@gmail.com'),(727116,118051,'login_id','1'),(727115,118050,'_server_http_x_forwarded_for_0','178.33.236.165'),(727113,118050,'_xmlrpc_request','true'),(727114,118050,'_server_remote_addr','178.33.236.165'),(727112,118050,'_message_key','user_unknown_login_failed'),(727111,118050,'server_http_user_agent','wp-windowsphone'),(727110,118050,'failed_username','luis-monteiro'),(727108,118049,'_server_remote_addr','209.59.182.49'),(727109,118049,'_server_http_x_forwarded_for_0','209.59.182.49'),(727107,118049,'_xmlrpc_request','true'),(727106,118049,'_message_key','user_login_failed'),(727105,118049,'server_http_user_agent','Python-urllib/2.6'),(727104,118049,'login','mentol'),(727102,118049,'login_id','1'),(727103,118049,'login_email','mentolnet@gmail.com'),(727101,118048,'_server_http_x_forwarded_for_0','209.59.182.49'),(727100,118048,'_server_remote_addr','209.59.182.49'),(727099,118048,'_xmlrpc_request','true'),(727097,118048,'server_http_user_agent','Python-urllib/2.6'),(727098,118048,'_message_key','user_login_failed'),(727096,118048,'login','mentol'),(727094,118048,'login_id','1'),(727095,118048,'login_email','mentolnet@gmail.com'),(727092,118047,'_server_remote_addr','209.59.182.49'),(727093,118047,'_server_http_x_forwarded_for_0','209.59.182.49'),(727091,118047,'_xmlrpc_request','true'),(727090,118047,'_message_key','user_login_failed'),(727089,118047,'server_http_user_agent','Python-urllib/2.6'),(727088,118047,'login','mentol'),(727086,118047,'login_id','1'),(727087,118047,'login_email','mentolnet@gmail.com'),(727085,118046,'_server_http_x_forwarded_for_0','209.59.182.49'),(727084,118046,'_server_remote_addr','209.59.182.49'),(727083,118046,'_xmlrpc_request','true'),(727081,118046,'server_http_user_agent','Python-urllib/2.6'),(727082,118046,'_message_key','user_login_failed'),(727080,118046,'login','mentol'),(727078,118046,'login_id','1'),(727079,118046,'login_email','mentolnet@gmail.com'),(727076,118045,'_server_remote_addr','209.59.182.49'),(727077,118045,'_server_http_x_forwarded_for_0','209.59.182.49'),(727075,118045,'_xmlrpc_request','true'),(727074,118045,'_message_key','user_login_failed'),(727073,118045,'server_http_user_agent','Python-urllib/2.6'),(727072,118045,'login','mentol'),(727070,118045,'login_id','1'),(727071,118045,'login_email','mentolnet@gmail.com'),(727069,118044,'_server_http_x_forwarded_for_0','209.59.182.49'),(727068,118044,'_server_remote_addr','209.59.182.49'),(727067,118044,'_xmlrpc_request','true'),(727065,118044,'server_http_user_agent','Python-urllib/2.6'),(727066,118044,'_message_key','user_login_failed'),(727064,118044,'login','mentol'),(727062,118044,'login_id','1'),(727063,118044,'login_email','mentolnet@gmail.com'),(727060,118043,'_server_remote_addr','209.59.182.49'),(727061,118043,'_server_http_x_forwarded_for_0','209.59.182.49'),(727059,118043,'_xmlrpc_request','true'),(727058,118043,'_message_key','user_login_failed'),(727057,118043,'server_http_user_agent','Python-urllib/2.6'),(727056,118043,'login','mentol'),(727054,118043,'login_id','1'),(727055,118043,'login_email','mentolnet@gmail.com'),(727053,118042,'_server_http_x_forwarded_for_0','209.59.182.49'),(727052,118042,'_server_remote_addr','209.59.182.49'),(727051,118042,'_xmlrpc_request','true'),(727049,118042,'server_http_user_agent','Python-urllib/2.6'),(727050,118042,'_message_key','user_login_failed'),(727048,118042,'login','mentol'),(727046,118042,'login_id','1'),(727047,118042,'login_email','mentolnet@gmail.com'),(727044,118041,'_server_remote_addr','209.59.182.49'),(727045,118041,'_server_http_x_forwarded_for_0','209.59.182.49'),(727043,118041,'_xmlrpc_request','true'),(727042,118041,'_message_key','user_login_failed'),(727041,118041,'server_http_user_agent','Python-urllib/2.6'),(727040,118041,'login','mentol'),(727038,118041,'login_id','1'),(727039,118041,'login_email','mentolnet@gmail.com'),(727037,118040,'_server_http_x_forwarded_for_0','209.59.182.49'),(727036,118040,'_server_remote_addr','209.59.182.49'),(727035,118040,'_xmlrpc_request','true'),(727033,118040,'server_http_user_agent','Python-urllib/2.6'),(727034,118040,'_message_key','user_login_failed'),(727032,118040,'login','mentol'),(727030,118040,'login_id','1'),(727031,118040,'login_email','mentolnet@gmail.com'),(727028,118039,'_server_remote_addr','209.59.182.49'),(727029,118039,'_server_http_x_forwarded_for_0','209.59.182.49'),(727027,118039,'_xmlrpc_request','true'),(727026,118039,'_message_key','user_login_failed'),(727025,118039,'server_http_user_agent','Python-urllib/2.6'),(727024,118039,'login','mentol'),(727022,118039,'login_id','1'),(727023,118039,'login_email','mentolnet@gmail.com'),(727021,118038,'_server_http_x_forwarded_for_0','209.59.182.49'),(727020,118038,'_server_remote_addr','209.59.182.49'),(727019,118038,'_xmlrpc_request','true'),(727017,118038,'server_http_user_agent','Python-urllib/2.6'),(727018,118038,'_message_key','user_login_failed'),(727016,118038,'login','mentol'),(727014,118038,'login_id','1'),(727015,118038,'login_email','mentolnet@gmail.com'),(727012,118037,'_server_remote_addr','209.59.182.49'),(727013,118037,'_server_http_x_forwarded_for_0','209.59.182.49'),(727011,118037,'_xmlrpc_request','true'),(727010,118037,'_message_key','user_login_failed'),(727009,118037,'server_http_user_agent','Python-urllib/2.6'),(727008,118037,'login','mentol'),(727006,118037,'login_id','1'),(727007,118037,'login_email','mentolnet@gmail.com'),(727005,118036,'_server_http_x_forwarded_for_0','209.59.182.49'),(727004,118036,'_server_remote_addr','209.59.182.49'),(727003,118036,'_xmlrpc_request','true'),(727001,118036,'server_http_user_agent','Python-urllib/2.6'),(727002,118036,'_message_key','user_login_failed'),(727000,118036,'login','mentol'),(726998,118036,'login_id','1'),(726999,118036,'login_email','mentolnet@gmail.com'),(726996,118035,'_server_remote_addr','209.59.182.49'),(726997,118035,'_server_http_x_forwarded_for_0','209.59.182.49'),(726995,118035,'_xmlrpc_request','true'),(726994,118035,'_message_key','user_login_failed'),(726993,118035,'server_http_user_agent','Python-urllib/2.6'),(726992,118035,'login','mentol'),(726990,118035,'login_id','1'),(726991,118035,'login_email','mentolnet@gmail.com'),(726989,118034,'_server_http_x_forwarded_for_0','209.59.182.49'),(726988,118034,'_server_remote_addr','209.59.182.49'),(726987,118034,'_xmlrpc_request','true'),(726985,118034,'server_http_user_agent','Python-urllib/2.6'),(726986,118034,'_message_key','user_login_failed'),(726984,118034,'login','mentol'),(726982,118034,'login_id','1'),(726983,118034,'login_email','mentolnet@gmail.com'),(726980,118033,'_server_remote_addr','209.59.182.49'),(726981,118033,'_server_http_x_forwarded_for_0','209.59.182.49'),(726979,118033,'_xmlrpc_request','true'),(726978,118033,'_message_key','user_login_failed'),(726977,118033,'server_http_user_agent','Python-urllib/2.6'),(726976,118033,'login','mentol'),(726974,118033,'login_id','1'),(726975,118033,'login_email','mentolnet@gmail.com'),(726973,118032,'_server_http_x_forwarded_for_0','209.59.182.49'),(726972,118032,'_server_remote_addr','209.59.182.49'),(726971,118032,'_xmlrpc_request','true'),(726969,118032,'server_http_user_agent','Python-urllib/2.6'),(726970,118032,'_message_key','user_login_failed'),(726968,118032,'login','mentol'),(726966,118032,'login_id','1'),(726967,118032,'login_email','mentolnet@gmail.com'),(726964,118031,'_server_remote_addr','209.59.182.49'),(726965,118031,'_server_http_x_forwarded_for_0','209.59.182.49'),(726963,118031,'_xmlrpc_request','true'),(726962,118031,'_message_key','user_login_failed'),(726961,118031,'server_http_user_agent','Python-urllib/2.6'),(726960,118031,'login','mentol'),(726958,118031,'login_id','1'),(726959,118031,'login_email','mentolnet@gmail.com'),(726957,118030,'_server_http_x_forwarded_for_0','209.59.182.49'),(726956,118030,'_server_remote_addr','209.59.182.49'),(726955,118030,'_xmlrpc_request','true'),(726953,118030,'server_http_user_agent','Python-urllib/2.6'),(726954,118030,'_message_key','user_login_failed'),(726952,118030,'login','mentol'),(726950,118030,'login_id','1'),(726951,118030,'login_email','mentolnet@gmail.com'),(726948,118029,'_server_remote_addr','209.59.182.49'),(726949,118029,'_server_http_x_forwarded_for_0','209.59.182.49'),(726947,118029,'_xmlrpc_request','true'),(726946,118029,'_message_key','user_login_failed'),(726945,118029,'server_http_user_agent','Python-urllib/2.6'),(726944,118029,'login','mentol'),(726942,118029,'login_id','1'),(726943,118029,'login_email','mentolnet@gmail.com'),(726941,118028,'_server_http_x_forwarded_for_0','209.59.182.49'),(726940,118028,'_server_remote_addr','209.59.182.49'),(726939,118028,'_xmlrpc_request','true'),(726937,118028,'server_http_user_agent','Python-urllib/2.6'),(726938,118028,'_message_key','user_login_failed'),(726936,118028,'login','mentol'),(726934,118028,'login_id','1'),(726935,118028,'login_email','mentolnet@gmail.com'),(726932,118027,'_server_remote_addr','209.59.182.49'),(726933,118027,'_server_http_x_forwarded_for_0','209.59.182.49'),(726931,118027,'_xmlrpc_request','true'),(726930,118027,'_message_key','user_login_failed'),(726929,118027,'server_http_user_agent','Python-urllib/2.6'),(726928,118027,'login','mentol'),(726926,118027,'login_id','1'),(726927,118027,'login_email','mentolnet@gmail.com'),(726925,118026,'_server_http_x_forwarded_for_0','209.59.182.49'),(726924,118026,'_server_remote_addr','209.59.182.49'),(726923,118026,'_xmlrpc_request','true'),(726921,118026,'server_http_user_agent','Python-urllib/2.6'),(726922,118026,'_message_key','user_login_failed'),(726920,118026,'login','mentol'),(726918,118026,'login_id','1'),(726919,118026,'login_email','mentolnet@gmail.com'),(726916,118025,'_server_remote_addr','209.59.182.49'),(726917,118025,'_server_http_x_forwarded_for_0','209.59.182.49'),(726915,118025,'_xmlrpc_request','true'),(726914,118025,'_message_key','user_login_failed'),(726913,118025,'server_http_user_agent','Python-urllib/2.6'),(726912,118025,'login','mentol'),(726910,118025,'login_id','1'),(726911,118025,'login_email','mentolnet@gmail.com'),(726909,118024,'_server_http_x_forwarded_for_0','209.59.182.49'),(726908,118024,'_server_remote_addr','209.59.182.49'),(726907,118024,'_xmlrpc_request','true'),(726905,118024,'server_http_user_agent','Python-urllib/2.6'),(726906,118024,'_message_key','user_login_failed'),(726904,118024,'login','mentol'),(726902,118024,'login_id','1'),(726903,118024,'login_email','mentolnet@gmail.com'),(726900,118023,'_server_remote_addr','209.59.182.49'),(726901,118023,'_server_http_x_forwarded_for_0','209.59.182.49'),(726899,118023,'_xmlrpc_request','true'),(726898,118023,'_message_key','user_login_failed'),(726897,118023,'server_http_user_agent','Python-urllib/2.6'),(726896,118023,'login','mentol'),(726894,118023,'login_id','1'),(726895,118023,'login_email','mentolnet@gmail.com'),(726893,118022,'_server_http_x_forwarded_for_0','209.59.182.49'),(726892,118022,'_server_remote_addr','209.59.182.49'),(726891,118022,'_xmlrpc_request','true'),(726889,118022,'server_http_user_agent','Python-urllib/2.6'),(726890,118022,'_message_key','user_login_failed'),(726888,118022,'login','mentol'),(726886,118022,'login_id','1'),(726887,118022,'login_email','mentolnet@gmail.com'),(726884,118021,'_server_remote_addr','209.59.182.49'),(726885,118021,'_server_http_x_forwarded_for_0','209.59.182.49'),(726883,118021,'_xmlrpc_request','true'),(726882,118021,'_message_key','user_login_failed'),(726881,118021,'server_http_user_agent','Python-urllib/2.6'),(726880,118021,'login','mentol'),(726878,118021,'login_id','1'),(726879,118021,'login_email','mentolnet@gmail.com'),(726877,118020,'_server_http_x_forwarded_for_0','209.59.182.49'),(726876,118020,'_server_remote_addr','209.59.182.49'),(726875,118020,'_xmlrpc_request','true'),(726873,118020,'server_http_user_agent','Python-urllib/2.6'),(726874,118020,'_message_key','user_login_failed'),(726872,118020,'login','mentol'),(726870,118020,'login_id','1'),(726871,118020,'login_email','mentolnet@gmail.com'),(726868,118019,'_server_remote_addr','209.59.182.49'),(726869,118019,'_server_http_x_forwarded_for_0','209.59.182.49'),(726867,118019,'_xmlrpc_request','true'),(726866,118019,'_message_key','user_login_failed'),(726865,118019,'server_http_user_agent','Python-urllib/2.6'),(726864,118019,'login','mentol'),(726862,118019,'login_id','1'),(726863,118019,'login_email','mentolnet@gmail.com'),(726861,118018,'_server_http_x_forwarded_for_0','209.59.182.49'),(726860,118018,'_server_remote_addr','209.59.182.49'),(726859,118018,'_xmlrpc_request','true'),(726857,118018,'server_http_user_agent','Python-urllib/2.6'),(726858,118018,'_message_key','user_login_failed'),(726856,118018,'login','mentol'),(726854,118018,'login_id','1'),(726855,118018,'login_email','mentolnet@gmail.com'),(726852,118017,'_server_remote_addr','209.59.182.49'),(726853,118017,'_server_http_x_forwarded_for_0','209.59.182.49'),(726851,118017,'_xmlrpc_request','true'),(726850,118017,'_message_key','user_login_failed'),(726849,118017,'server_http_user_agent','Python-urllib/2.6'),(726848,118017,'login','mentol'),(726846,118017,'login_id','1'),(726847,118017,'login_email','mentolnet@gmail.com'),(726845,118016,'_server_http_x_forwarded_for_0','209.59.182.49'),(726844,118016,'_server_remote_addr','209.59.182.49'),(726843,118016,'_xmlrpc_request','true'),(726841,118016,'server_http_user_agent','Python-urllib/2.6'),(726842,118016,'_message_key','user_login_failed'),(726840,118016,'login','mentol'),(726838,118016,'login_id','1'),(726839,118016,'login_email','mentolnet@gmail.com'),(726836,118015,'_server_remote_addr','209.59.182.49'),(726837,118015,'_server_http_x_forwarded_for_0','209.59.182.49'),(726835,118015,'_xmlrpc_request','true'),(726834,118015,'_message_key','user_login_failed'),(726833,118015,'server_http_user_agent','Python-urllib/2.6'),(726832,118015,'login','mentol'),(726830,118015,'login_id','1'),(726831,118015,'login_email','mentolnet@gmail.com'),(726829,118014,'_server_http_x_forwarded_for_0','209.59.182.49'),(726828,118014,'_server_remote_addr','209.59.182.49'),(726827,118014,'_xmlrpc_request','true'),(726825,118014,'server_http_user_agent','Python-urllib/2.6'),(726826,118014,'_message_key','user_login_failed'),(726824,118014,'login','mentol'),(726822,118014,'login_id','1'),(726823,118014,'login_email','mentolnet@gmail.com'),(726820,118013,'_server_remote_addr','209.59.182.49'),(726821,118013,'_server_http_x_forwarded_for_0','209.59.182.49'),(726819,118013,'_xmlrpc_request','true'),(726818,118013,'_message_key','user_login_failed'),(726817,118013,'server_http_user_agent','Python-urllib/2.6'),(726816,118013,'login','mentol'),(726814,118013,'login_id','1'),(726815,118013,'login_email','mentolnet@gmail.com'),(726813,118012,'_server_http_x_forwarded_for_0','209.59.182.49'),(726812,118012,'_server_remote_addr','209.59.182.49'),(726811,118012,'_xmlrpc_request','true'),(726809,118012,'server_http_user_agent','Python-urllib/2.6'),(726810,118012,'_message_key','user_login_failed'),(726808,118012,'login','mentol'),(726806,118012,'login_id','1'),(726807,118012,'login_email','mentolnet@gmail.com'),(726804,118011,'_server_remote_addr','209.59.182.49'),(726805,118011,'_server_http_x_forwarded_for_0','209.59.182.49'),(726803,118011,'_xmlrpc_request','true'),(726802,118011,'_message_key','user_login_failed'),(726801,118011,'server_http_user_agent','Python-urllib/2.6'),(726800,118011,'login','mentol'),(726798,118011,'login_id','1'),(726799,118011,'login_email','mentolnet@gmail.com'),(726797,118010,'_server_http_x_forwarded_for_0','209.59.182.49'),(726796,118010,'_server_remote_addr','209.59.182.49'),(726795,118010,'_xmlrpc_request','true'),(726793,118010,'server_http_user_agent','Python-urllib/2.6'),(726794,118010,'_message_key','user_login_failed'),(726792,118010,'login','mentol'),(726790,118010,'login_id','1'),(726791,118010,'login_email','mentolnet@gmail.com'),(726788,118009,'_server_remote_addr','209.59.182.49'),(726789,118009,'_server_http_x_forwarded_for_0','209.59.182.49'),(726787,118009,'_xmlrpc_request','true'),(726786,118009,'_message_key','user_login_failed'),(726785,118009,'server_http_user_agent','Python-urllib/2.6'),(726784,118009,'login','mentol'),(726782,118009,'login_id','1'),(726783,118009,'login_email','mentolnet@gmail.com'),(726781,118008,'_server_http_x_forwarded_for_0','209.59.182.49'),(726780,118008,'_server_remote_addr','209.59.182.49'),(726779,118008,'_xmlrpc_request','true'),(726777,118008,'server_http_user_agent','Python-urllib/2.6'),(726778,118008,'_message_key','user_login_failed'),(726776,118008,'login','mentol'),(726774,118008,'login_id','1'),(726775,118008,'login_email','mentolnet@gmail.com'),(726772,118007,'_server_remote_addr','209.59.182.49'),(726773,118007,'_server_http_x_forwarded_for_0','209.59.182.49'),(726771,118007,'_xmlrpc_request','true'),(726770,118007,'_message_key','user_login_failed'),(726769,118007,'server_http_user_agent','Python-urllib/2.6'),(726768,118007,'login','mentol'),(726766,118007,'login_id','1'),(726767,118007,'login_email','mentolnet@gmail.com'),(726765,118006,'_server_http_x_forwarded_for_0','209.59.182.49'),(726764,118006,'_server_remote_addr','209.59.182.49'),(726763,118006,'_xmlrpc_request','true'),(726761,118006,'server_http_user_agent','Python-urllib/2.6'),(726762,118006,'_message_key','user_login_failed'),(726760,118006,'login','mentol'),(726758,118006,'login_id','1'),(726759,118006,'login_email','mentolnet@gmail.com'),(726756,118005,'_server_remote_addr','209.59.182.49'),(726757,118005,'_server_http_x_forwarded_for_0','209.59.182.49'),(726755,118005,'_xmlrpc_request','true'),(726754,118005,'_message_key','user_login_failed'),(726753,118005,'server_http_user_agent','Python-urllib/2.6'),(726752,118005,'login','mentol'),(726750,118005,'login_id','1'),(726751,118005,'login_email','mentolnet@gmail.com'),(726749,118004,'_server_http_x_forwarded_for_0','209.59.182.49'),(726748,118004,'_server_remote_addr','209.59.182.49'),(726747,118004,'_xmlrpc_request','true'),(726745,118004,'server_http_user_agent','Python-urllib/2.6'),(726746,118004,'_message_key','user_login_failed'),(726744,118004,'login','mentol'),(726742,118004,'login_id','1'),(726743,118004,'login_email','mentolnet@gmail.com'),(726740,118003,'_server_remote_addr','209.59.182.49'),(726741,118003,'_server_http_x_forwarded_for_0','209.59.182.49'),(726739,118003,'_xmlrpc_request','true'),(726738,118003,'_message_key','user_login_failed'),(726737,118003,'server_http_user_agent','Python-urllib/2.6'),(726736,118003,'login','mentol'),(726734,118003,'login_id','1'),(726735,118003,'login_email','mentolnet@gmail.com'),(726733,118002,'_server_http_x_forwarded_for_0','209.59.182.49'),(726732,118002,'_server_remote_addr','209.59.182.49'),(726731,118002,'_xmlrpc_request','true'),(726729,118002,'server_http_user_agent','Python-urllib/2.6'),(726730,118002,'_message_key','user_login_failed'),(726728,118002,'login','mentol'),(726726,118002,'login_id','1'),(726727,118002,'login_email','mentolnet@gmail.com'),(726724,118001,'_server_remote_addr','209.59.182.49'),(726725,118001,'_server_http_x_forwarded_for_0','209.59.182.49'),(726723,118001,'_xmlrpc_request','true'),(726722,118001,'_message_key','user_login_failed'),(726721,118001,'server_http_user_agent','Python-urllib/2.6'),(726720,118001,'login','mentol'),(726718,118001,'login_id','1'),(726719,118001,'login_email','mentolnet@gmail.com'),(726717,118000,'_server_http_x_forwarded_for_0','209.59.182.49'),(726716,118000,'_server_remote_addr','209.59.182.49'),(726715,118000,'_xmlrpc_request','true'),(726713,118000,'server_http_user_agent','Python-urllib/2.6'),(726714,118000,'_message_key','user_login_failed'),(726712,118000,'login','mentol'),(726710,118000,'login_id','1'),(726711,118000,'login_email','mentolnet@gmail.com'),(726708,117999,'_server_remote_addr','209.59.182.49'),(726709,117999,'_server_http_x_forwarded_for_0','209.59.182.49'),(726707,117999,'_xmlrpc_request','true'),(726706,117999,'_message_key','user_login_failed'),(726705,117999,'server_http_user_agent','Python-urllib/2.6'),(726704,117999,'login','mentol'),(726702,117999,'login_id','1'),(726703,117999,'login_email','mentolnet@gmail.com'),(726701,117998,'_server_http_x_forwarded_for_0','209.59.182.49'),(726700,117998,'_server_remote_addr','209.59.182.49'),(726699,117998,'_xmlrpc_request','true'),(726697,117998,'server_http_user_agent','Python-urllib/2.6'),(726698,117998,'_message_key','user_login_failed'),(726696,117998,'login','mentol'),(726694,117998,'login_id','1'),(726695,117998,'login_email','mentolnet@gmail.com'),(726692,117997,'_server_remote_addr','209.59.182.49'),(726693,117997,'_server_http_x_forwarded_for_0','209.59.182.49'),(726691,117997,'_xmlrpc_request','true'),(726690,117997,'_message_key','user_login_failed'),(726689,117997,'server_http_user_agent','Python-urllib/2.6'),(726688,117997,'login','mentol'),(726686,117997,'login_id','1'),(726687,117997,'login_email','mentolnet@gmail.com'),(726685,117996,'_server_http_x_forwarded_for_0','209.59.182.49'),(726684,117996,'_server_remote_addr','209.59.182.49'),(726683,117996,'_xmlrpc_request','true'),(726681,117996,'server_http_user_agent','Python-urllib/2.6'),(726682,117996,'_message_key','user_login_failed'),(726680,117996,'login','mentol'),(726678,117996,'login_id','1'),(726679,117996,'login_email','mentolnet@gmail.com'),(726676,117995,'_server_remote_addr','209.59.182.49'),(726677,117995,'_server_http_x_forwarded_for_0','209.59.182.49'),(726675,117995,'_xmlrpc_request','true'),(726674,117995,'_message_key','user_login_failed'),(726673,117995,'server_http_user_agent','Python-urllib/2.6'),(726672,117995,'login','mentol'),(726670,117995,'login_id','1'),(726671,117995,'login_email','mentolnet@gmail.com'),(726669,117994,'_server_http_x_forwarded_for_0','209.59.182.49'),(726668,117994,'_server_remote_addr','209.59.182.49'),(726667,117994,'_xmlrpc_request','true'),(726665,117994,'server_http_user_agent','Python-urllib/2.6'),(726666,117994,'_message_key','user_login_failed'),(726664,117994,'login','mentol'),(726662,117994,'login_id','1'),(726663,117994,'login_email','mentolnet@gmail.com'),(726660,117993,'_server_remote_addr','209.59.182.49'),(726661,117993,'_server_http_x_forwarded_for_0','209.59.182.49'),(726659,117993,'_xmlrpc_request','true'),(726658,117993,'_message_key','user_login_failed'),(726657,117993,'server_http_user_agent','Python-urllib/2.6'),(726656,117993,'login','mentol'),(726654,117993,'login_id','1'),(726655,117993,'login_email','mentolnet@gmail.com'),(726653,117992,'_server_http_x_forwarded_for_0','209.59.182.49'),(726652,117992,'_server_remote_addr','209.59.182.49'),(726651,117992,'_xmlrpc_request','true'),(726649,117992,'server_http_user_agent','Python-urllib/2.6'),(726650,117992,'_message_key','user_login_failed'),(726648,117992,'login','mentol'),(726646,117992,'login_id','1'),(726647,117992,'login_email','mentolnet@gmail.com'),(726644,117991,'_server_remote_addr','209.59.182.49'),(726645,117991,'_server_http_x_forwarded_for_0','209.59.182.49'),(726643,117991,'_xmlrpc_request','true'),(726642,117991,'_message_key','user_login_failed'),(726641,117991,'server_http_user_agent','Python-urllib/2.6'),(726640,117991,'login','mentol'),(726638,117991,'login_id','1'),(726639,117991,'login_email','mentolnet@gmail.com'),(726637,117990,'_server_http_x_forwarded_for_0','209.59.182.49'),(726636,117990,'_server_remote_addr','209.59.182.49'),(726635,117990,'_xmlrpc_request','true'),(726633,117990,'server_http_user_agent','Python-urllib/2.6'),(726634,117990,'_message_key','user_login_failed'),(726632,117990,'login','mentol'),(726630,117990,'login_id','1'),(726631,117990,'login_email','mentolnet@gmail.com'),(726628,117989,'_server_remote_addr','209.59.182.49'),(726629,117989,'_server_http_x_forwarded_for_0','209.59.182.49'),(726627,117989,'_xmlrpc_request','true'),(726626,117989,'_message_key','user_login_failed'),(726625,117989,'server_http_user_agent','Python-urllib/2.6'),(726624,117989,'login','mentol'),(726622,117989,'login_id','1'),(726623,117989,'login_email','mentolnet@gmail.com'),(726621,117988,'_server_http_x_forwarded_for_0','209.59.182.49'),(726620,117988,'_server_remote_addr','209.59.182.49'),(726619,117988,'_xmlrpc_request','true'),(726617,117988,'server_http_user_agent','Python-urllib/2.6'),(726618,117988,'_message_key','user_login_failed'),(726616,117988,'login','mentol'),(726614,117988,'login_id','1'),(726615,117988,'login_email','mentolnet@gmail.com'),(726612,117987,'_server_remote_addr','209.59.182.49'),(726613,117987,'_server_http_x_forwarded_for_0','209.59.182.49'),(726611,117987,'_xmlrpc_request','true'),(726610,117987,'_message_key','user_login_failed'),(726609,117987,'server_http_user_agent','Python-urllib/2.6'),(726608,117987,'login','mentol'),(726606,117987,'login_id','1'),(726607,117987,'login_email','mentolnet@gmail.com'),(726605,117986,'_server_http_x_forwarded_for_0','209.59.182.49'),(726604,117986,'_server_remote_addr','209.59.182.49'),(726603,117986,'_xmlrpc_request','true'),(726601,117986,'server_http_user_agent','Python-urllib/2.6'),(726602,117986,'_message_key','user_login_failed'),(726600,117986,'login','mentol'),(726598,117986,'login_id','1'),(726599,117986,'login_email','mentolnet@gmail.com'),(726596,117985,'_server_remote_addr','209.59.182.49'),(726597,117985,'_server_http_x_forwarded_for_0','209.59.182.49'),(726595,117985,'_xmlrpc_request','true'),(726594,117985,'_message_key','user_login_failed'),(726593,117985,'server_http_user_agent','Python-urllib/2.6'),(726592,117985,'login','mentol'),(726590,117985,'login_id','1'),(726591,117985,'login_email','mentolnet@gmail.com'),(726589,117984,'_server_http_x_forwarded_for_0','209.59.182.49'),(726588,117984,'_server_remote_addr','209.59.182.49'),(726587,117984,'_xmlrpc_request','true'),(726585,117984,'server_http_user_agent','Python-urllib/2.6'),(726586,117984,'_message_key','user_login_failed'),(726584,117984,'login','mentol'),(726582,117984,'login_id','1'),(726583,117984,'login_email','mentolnet@gmail.com'),(726580,117983,'_server_remote_addr','209.59.182.49'),(726581,117983,'_server_http_x_forwarded_for_0','209.59.182.49'),(726579,117983,'_xmlrpc_request','true'),(726578,117983,'_message_key','user_login_failed'),(726577,117983,'server_http_user_agent','Python-urllib/2.6'),(726576,117983,'login','mentol'),(726574,117983,'login_id','1'),(726575,117983,'login_email','mentolnet@gmail.com'),(726573,117982,'_server_http_x_forwarded_for_0','209.59.182.49'),(726572,117982,'_server_remote_addr','209.59.182.49'),(726571,117982,'_xmlrpc_request','true'),(726569,117982,'server_http_user_agent','Python-urllib/2.6'),(726570,117982,'_message_key','user_login_failed'),(726568,117982,'login','mentol'),(726566,117982,'login_id','1'),(726567,117982,'login_email','mentolnet@gmail.com'),(726564,117981,'_server_remote_addr','209.59.182.49'),(726565,117981,'_server_http_x_forwarded_for_0','209.59.182.49'),(726563,117981,'_xmlrpc_request','true'),(726562,117981,'_message_key','user_login_failed'),(726561,117981,'server_http_user_agent','Python-urllib/2.6'),(726560,117981,'login','mentol'),(726558,117981,'login_id','1'),(726559,117981,'login_email','mentolnet@gmail.com'),(726557,117980,'_server_http_x_forwarded_for_0','209.59.182.49'),(726556,117980,'_server_remote_addr','209.59.182.49'),(726555,117980,'_xmlrpc_request','true'),(726553,117980,'server_http_user_agent','Python-urllib/2.6'),(726554,117980,'_message_key','user_login_failed'),(726552,117980,'login','mentol'),(726550,117980,'login_id','1'),(726551,117980,'login_email','mentolnet@gmail.com'),(726548,117979,'_server_remote_addr','209.59.182.49'),(726549,117979,'_server_http_x_forwarded_for_0','209.59.182.49'),(726547,117979,'_xmlrpc_request','true'),(726546,117979,'_message_key','user_login_failed'),(726545,117979,'server_http_user_agent','Python-urllib/2.6'),(726544,117979,'login','mentol'),(726542,117979,'login_id','1'),(726543,117979,'login_email','mentolnet@gmail.com'),(726541,117978,'_server_http_x_forwarded_for_0','209.59.182.49'),(726540,117978,'_server_remote_addr','209.59.182.49'),(726539,117978,'_xmlrpc_request','true'),(726537,117978,'server_http_user_agent','Python-urllib/2.6'),(726538,117978,'_message_key','user_login_failed'),(726536,117978,'login','mentol'),(726534,117978,'login_id','1'),(726535,117978,'login_email','mentolnet@gmail.com'),(726532,117977,'_server_remote_addr','209.59.182.49'),(726533,117977,'_server_http_x_forwarded_for_0','209.59.182.49'),(726531,117977,'_xmlrpc_request','true'),(726530,117977,'_message_key','user_login_failed'),(726529,117977,'server_http_user_agent','Python-urllib/2.6'),(726528,117977,'login','mentol'),(726526,117977,'login_id','1'),(726527,117977,'login_email','mentolnet@gmail.com'),(726525,117976,'_server_http_x_forwarded_for_0','209.59.182.49'),(726524,117976,'_server_remote_addr','209.59.182.49'),(726523,117976,'_xmlrpc_request','true'),(726521,117976,'server_http_user_agent','Python-urllib/2.6'),(726522,117976,'_message_key','user_login_failed'),(726520,117976,'login','mentol'),(726518,117976,'login_id','1'),(726519,117976,'login_email','mentolnet@gmail.com'),(726516,117975,'_server_remote_addr','209.59.182.49'),(726517,117975,'_server_http_x_forwarded_for_0','209.59.182.49'),(726515,117975,'_xmlrpc_request','true'),(726514,117975,'_message_key','user_login_failed'),(726513,117975,'server_http_user_agent','Python-urllib/2.6'),(726512,117975,'login','mentol'),(726510,117975,'login_id','1'),(726511,117975,'login_email','mentolnet@gmail.com'),(726509,117974,'_server_http_x_forwarded_for_0','209.59.182.49'),(726508,117974,'_server_remote_addr','209.59.182.49'),(726507,117974,'_xmlrpc_request','true'),(726505,117974,'server_http_user_agent','Python-urllib/2.6'),(726506,117974,'_message_key','user_login_failed'),(726504,117974,'login','mentol'),(726502,117974,'login_id','1'),(726503,117974,'login_email','mentolnet@gmail.com'),(726500,117973,'_server_remote_addr','209.59.182.49'),(726501,117973,'_server_http_x_forwarded_for_0','209.59.182.49'),(726499,117973,'_xmlrpc_request','true'),(726498,117973,'_message_key','user_login_failed'),(726497,117973,'server_http_user_agent','Python-urllib/2.6'),(726496,117973,'login','mentol'),(726494,117973,'login_id','1'),(726495,117973,'login_email','mentolnet@gmail.com'),(726493,117972,'_server_http_x_forwarded_for_0','209.59.182.49'),(726492,117972,'_server_remote_addr','209.59.182.49'),(726491,117972,'_xmlrpc_request','true'),(726489,117972,'server_http_user_agent','Python-urllib/2.6'),(726490,117972,'_message_key','user_login_failed'),(726488,117972,'login','mentol'),(726486,117972,'login_id','1'),(726487,117972,'login_email','mentolnet@gmail.com'),(726484,117971,'_server_remote_addr','209.59.182.49'),(726485,117971,'_server_http_x_forwarded_for_0','209.59.182.49'),(726483,117971,'_xmlrpc_request','true'),(726482,117971,'_message_key','user_login_failed'),(726481,117971,'server_http_user_agent','Python-urllib/2.6'),(726480,117971,'login','mentol'),(726478,117971,'login_id','1'),(726479,117971,'login_email','mentolnet@gmail.com'),(726477,117970,'_server_http_x_forwarded_for_0','209.59.182.49'),(726476,117970,'_server_remote_addr','209.59.182.49'),(726475,117970,'_xmlrpc_request','true'),(726473,117970,'server_http_user_agent','Python-urllib/2.6'),(726474,117970,'_message_key','user_login_failed'),(726472,117970,'login','mentol'),(726470,117970,'login_id','1'),(726471,117970,'login_email','mentolnet@gmail.com'),(726468,117969,'_server_remote_addr','209.59.182.49'),(726469,117969,'_server_http_x_forwarded_for_0','209.59.182.49'),(726467,117969,'_xmlrpc_request','true'),(726466,117969,'_message_key','user_login_failed'),(726465,117969,'server_http_user_agent','Python-urllib/2.6'),(726464,117969,'login','mentol'),(726462,117969,'login_id','1'),(726463,117969,'login_email','mentolnet@gmail.com'),(726461,117968,'_server_http_x_forwarded_for_0','209.59.182.49'),(726460,117968,'_server_remote_addr','209.59.182.49'),(726459,117968,'_xmlrpc_request','true'),(726457,117968,'server_http_user_agent','Python-urllib/2.6'),(726458,117968,'_message_key','user_login_failed'),(726456,117968,'login','mentol'),(726454,117968,'login_id','1'),(726455,117968,'login_email','mentolnet@gmail.com'),(726452,117967,'_server_remote_addr','209.59.182.49'),(726453,117967,'_server_http_x_forwarded_for_0','209.59.182.49'),(726451,117967,'_xmlrpc_request','true'),(726450,117967,'_message_key','user_login_failed'),(726449,117967,'server_http_user_agent','Python-urllib/2.6'),(726448,117967,'login','mentol'),(726446,117967,'login_id','1'),(726447,117967,'login_email','mentolnet@gmail.com'),(726445,117966,'_server_http_x_forwarded_for_0','209.59.182.49'),(726444,117966,'_server_remote_addr','209.59.182.49'),(726443,117966,'_xmlrpc_request','true'),(726441,117966,'server_http_user_agent','Python-urllib/2.6'),(726442,117966,'_message_key','user_login_failed'),(726440,117966,'login','mentol'),(726438,117966,'login_id','1'),(726439,117966,'login_email','mentolnet@gmail.com'),(726436,117965,'_server_remote_addr','209.59.182.49'),(726437,117965,'_server_http_x_forwarded_for_0','209.59.182.49'),(726435,117965,'_xmlrpc_request','true'),(726434,117965,'_message_key','user_login_failed'),(726433,117965,'server_http_user_agent','Python-urllib/2.6'),(726432,117965,'login','mentol'),(726430,117965,'login_id','1'),(726431,117965,'login_email','mentolnet@gmail.com'),(726429,117964,'_server_http_x_forwarded_for_0','209.59.182.49'),(726428,117964,'_server_remote_addr','209.59.182.49'),(726427,117964,'_xmlrpc_request','true'),(726425,117964,'server_http_user_agent','Python-urllib/2.6'),(726426,117964,'_message_key','user_login_failed'),(726424,117964,'login','mentol'),(726422,117964,'login_id','1'),(726423,117964,'login_email','mentolnet@gmail.com'),(726420,117963,'_server_remote_addr','209.59.182.49'),(726421,117963,'_server_http_x_forwarded_for_0','209.59.182.49'),(726419,117963,'_xmlrpc_request','true'),(726418,117963,'_message_key','user_login_failed'),(726417,117963,'server_http_user_agent','Python-urllib/2.6'),(726416,117963,'login','mentol'),(726414,117963,'login_id','1'),(726415,117963,'login_email','mentolnet@gmail.com'),(726413,117962,'_server_http_x_forwarded_for_0','209.59.182.49'),(726412,117962,'_server_remote_addr','209.59.182.49'),(726411,117962,'_xmlrpc_request','true'),(726409,117962,'server_http_user_agent','Python-urllib/2.6'),(726410,117962,'_message_key','user_login_failed'),(726408,117962,'login','mentol'),(726406,117962,'login_id','1'),(726407,117962,'login_email','mentolnet@gmail.com'),(726404,117961,'_server_remote_addr','209.59.182.49'),(726405,117961,'_server_http_x_forwarded_for_0','209.59.182.49'),(726403,117961,'_xmlrpc_request','true'),(726402,117961,'_message_key','user_login_failed'),(726401,117961,'server_http_user_agent','Python-urllib/2.6'),(726400,117961,'login','mentol'),(726398,117961,'login_id','1'),(726399,117961,'login_email','mentolnet@gmail.com'),(726397,117960,'_server_http_x_forwarded_for_0','209.59.182.49'),(726396,117960,'_server_remote_addr','209.59.182.49'),(726395,117960,'_xmlrpc_request','true'),(726393,117960,'server_http_user_agent','Python-urllib/2.6'),(726394,117960,'_message_key','user_login_failed'),(726392,117960,'login','mentol'),(726390,117960,'login_id','1'),(726391,117960,'login_email','mentolnet@gmail.com'),(726388,117959,'_server_remote_addr','209.59.182.49'),(726389,117959,'_server_http_x_forwarded_for_0','209.59.182.49'),(726387,117959,'_xmlrpc_request','true'),(726386,117959,'_message_key','user_login_failed'),(726385,117959,'server_http_user_agent','Python-urllib/2.6'),(726384,117959,'login','mentol'),(726382,117959,'login_id','1'),(726383,117959,'login_email','mentolnet@gmail.com'),(726381,117958,'_server_http_x_forwarded_for_0','209.59.182.49'),(726380,117958,'_server_remote_addr','209.59.182.49'),(726379,117958,'_xmlrpc_request','true'),(726377,117958,'server_http_user_agent','Python-urllib/2.6'),(726378,117958,'_message_key','user_login_failed'),(726376,117958,'login','mentol'),(726374,117958,'login_id','1'),(726375,117958,'login_email','mentolnet@gmail.com'),(726372,117957,'_server_remote_addr','209.59.182.49'),(726373,117957,'_server_http_x_forwarded_for_0','209.59.182.49'),(726371,117957,'_xmlrpc_request','true'),(726370,117957,'_message_key','user_login_failed'),(726369,117957,'server_http_user_agent','Python-urllib/2.6'),(726368,117957,'login','mentol'),(726366,117957,'login_id','1'),(726367,117957,'login_email','mentolnet@gmail.com'),(726365,117956,'_server_http_x_forwarded_for_0','209.59.182.49'),(726364,117956,'_server_remote_addr','209.59.182.49'),(726363,117956,'_xmlrpc_request','true'),(726361,117956,'server_http_user_agent','Python-urllib/2.6'),(726362,117956,'_message_key','user_login_failed'),(726360,117956,'login','mentol'),(726358,117956,'login_id','1'),(726359,117956,'login_email','mentolnet@gmail.com'),(726356,117955,'_server_remote_addr','209.59.182.49'),(726357,117955,'_server_http_x_forwarded_for_0','209.59.182.49'),(726355,117955,'_xmlrpc_request','true'),(726354,117955,'_message_key','user_login_failed'),(726353,117955,'server_http_user_agent','Python-urllib/2.6'),(726352,117955,'login','mentol'),(726350,117955,'login_id','1'),(726351,117955,'login_email','mentolnet@gmail.com'),(726349,117954,'_server_http_x_forwarded_for_0','209.59.182.49'),(726348,117954,'_server_remote_addr','209.59.182.49'),(726347,117954,'_xmlrpc_request','true'),(726345,117954,'server_http_user_agent','Python-urllib/2.6'),(726346,117954,'_message_key','user_login_failed'),(726344,117954,'login','mentol'),(726342,117954,'login_id','1'),(726343,117954,'login_email','mentolnet@gmail.com'),(726340,117953,'_server_remote_addr','209.59.182.49'),(726341,117953,'_server_http_x_forwarded_for_0','209.59.182.49'),(726339,117953,'_xmlrpc_request','true'),(726338,117953,'_message_key','user_login_failed'),(726337,117953,'server_http_user_agent','Python-urllib/2.6'),(726336,117953,'login','mentol'),(726334,117953,'login_id','1'),(726335,117953,'login_email','mentolnet@gmail.com'),(726333,117952,'_server_http_x_forwarded_for_0','209.59.182.49'),(726332,117952,'_server_remote_addr','209.59.182.49'),(726331,117952,'_xmlrpc_request','true'),(726329,117952,'server_http_user_agent','Python-urllib/2.6'),(726330,117952,'_message_key','user_login_failed'),(726328,117952,'login','mentol'),(726326,117952,'login_id','1'),(726327,117952,'login_email','mentolnet@gmail.com'),(726324,117951,'_server_remote_addr','209.59.182.49'),(726325,117951,'_server_http_x_forwarded_for_0','209.59.182.49'),(726323,117951,'_xmlrpc_request','true'),(726322,117951,'_message_key','user_login_failed'),(726321,117951,'server_http_user_agent','Python-urllib/2.6'),(726320,117951,'login','mentol'),(726318,117951,'login_id','1'),(726319,117951,'login_email','mentolnet@gmail.com'),(726317,117950,'_server_http_x_forwarded_for_0','209.59.182.49'),(726316,117950,'_server_remote_addr','209.59.182.49'),(726315,117950,'_xmlrpc_request','true'),(726313,117950,'server_http_user_agent','Python-urllib/2.6'),(726314,117950,'_message_key','user_login_failed'),(726312,117950,'login','mentol'),(726310,117950,'login_id','1'),(726311,117950,'login_email','mentolnet@gmail.com'),(726308,117949,'_server_remote_addr','209.59.182.49'),(726309,117949,'_server_http_x_forwarded_for_0','209.59.182.49'),(726307,117949,'_xmlrpc_request','true'),(726306,117949,'_message_key','user_login_failed'),(726305,117949,'server_http_user_agent','Python-urllib/2.6'),(726304,117949,'login','mentol'),(726302,117949,'login_id','1'),(726303,117949,'login_email','mentolnet@gmail.com'),(726301,117948,'_server_http_x_forwarded_for_0','209.59.182.49'),(726300,117948,'_server_remote_addr','209.59.182.49'),(726299,117948,'_xmlrpc_request','true'),(726297,117948,'server_http_user_agent','Python-urllib/2.6'),(726298,117948,'_message_key','user_login_failed'),(726296,117948,'login','mentol'),(726294,117948,'login_id','1'),(726295,117948,'login_email','mentolnet@gmail.com'),(726292,117947,'_server_remote_addr','209.59.182.49'),(726293,117947,'_server_http_x_forwarded_for_0','209.59.182.49'),(726291,117947,'_xmlrpc_request','true'),(726290,117947,'_message_key','user_login_failed'),(726289,117947,'server_http_user_agent','Python-urllib/2.6'),(726288,117947,'login','mentol'),(726286,117947,'login_id','1'),(726287,117947,'login_email','mentolnet@gmail.com'),(726285,117946,'_server_http_x_forwarded_for_0','209.59.182.49'),(726284,117946,'_server_remote_addr','209.59.182.49'),(726283,117946,'_xmlrpc_request','true'),(726281,117946,'server_http_user_agent','Python-urllib/2.6'),(726282,117946,'_message_key','user_login_failed'),(726280,117946,'login','mentol'),(726278,117946,'login_id','1'),(726279,117946,'login_email','mentolnet@gmail.com'),(726276,117945,'_server_remote_addr','209.59.182.49'),(726277,117945,'_server_http_x_forwarded_for_0','209.59.182.49'),(726275,117945,'_xmlrpc_request','true'),(726274,117945,'_message_key','user_login_failed'),(726273,117945,'server_http_user_agent','Python-urllib/2.6'),(726272,117945,'login','mentol'),(726270,117945,'login_id','1'),(726271,117945,'login_email','mentolnet@gmail.com'),(726269,117944,'_server_http_x_forwarded_for_0','209.59.182.49'),(726268,117944,'_server_remote_addr','209.59.182.49'),(726267,117944,'_xmlrpc_request','true'),(726265,117944,'server_http_user_agent','Python-urllib/2.6'),(726266,117944,'_message_key','user_login_failed'),(726264,117944,'login','mentol'),(726262,117944,'login_id','1'),(726263,117944,'login_email','mentolnet@gmail.com'),(726260,117943,'_server_remote_addr','209.59.182.49'),(726261,117943,'_server_http_x_forwarded_for_0','209.59.182.49'),(726259,117943,'_xmlrpc_request','true'),(726258,117943,'_message_key','user_login_failed'),(726257,117943,'server_http_user_agent','Python-urllib/2.6'),(726256,117943,'login','mentol'),(726254,117943,'login_id','1'),(726255,117943,'login_email','mentolnet@gmail.com'),(726253,117942,'_server_http_x_forwarded_for_0','209.59.182.49'),(726252,117942,'_server_remote_addr','209.59.182.49'),(726251,117942,'_xmlrpc_request','true'),(726249,117942,'server_http_user_agent','Python-urllib/2.6'),(726250,117942,'_message_key','user_login_failed'),(726248,117942,'login','mentol'),(726246,117942,'login_id','1'),(726247,117942,'login_email','mentolnet@gmail.com'),(726244,117941,'_server_remote_addr','209.59.182.49'),(726245,117941,'_server_http_x_forwarded_for_0','209.59.182.49'),(726243,117941,'_xmlrpc_request','true'),(726242,117941,'_message_key','user_login_failed'),(726241,117941,'server_http_user_agent','Python-urllib/2.6'),(726240,117941,'login','mentol'),(726238,117941,'login_id','1'),(726239,117941,'login_email','mentolnet@gmail.com'),(726237,117940,'_server_http_x_forwarded_for_0','209.59.182.49'),(726236,117940,'_server_remote_addr','209.59.182.49'),(726235,117940,'_xmlrpc_request','true'),(726233,117940,'server_http_user_agent','Python-urllib/2.6'),(726234,117940,'_message_key','user_login_failed'),(726232,117940,'login','mentol'),(726230,117940,'login_id','1'),(726231,117940,'login_email','mentolnet@gmail.com'),(726228,117939,'_server_remote_addr','209.59.182.49'),(726229,117939,'_server_http_x_forwarded_for_0','209.59.182.49'),(726227,117939,'_xmlrpc_request','true'),(726226,117939,'_message_key','user_login_failed'),(726225,117939,'server_http_user_agent','Python-urllib/2.6'),(726224,117939,'login','mentol'),(726222,117939,'login_id','1'),(726223,117939,'login_email','mentolnet@gmail.com'),(726221,117938,'_server_http_x_forwarded_for_0','209.59.182.49'),(726220,117938,'_server_remote_addr','209.59.182.49'),(726219,117938,'_xmlrpc_request','true'),(726217,117938,'server_http_user_agent','Python-urllib/2.6'),(726218,117938,'_message_key','user_login_failed'),(726216,117938,'login','mentol'),(726214,117938,'login_id','1'),(726215,117938,'login_email','mentolnet@gmail.com'),(726212,117937,'_server_remote_addr','209.59.182.49'),(726213,117937,'_server_http_x_forwarded_for_0','209.59.182.49'),(726211,117937,'_xmlrpc_request','true'),(726210,117937,'_message_key','user_login_failed'),(726209,117937,'server_http_user_agent','Python-urllib/2.6'),(726208,117937,'login','mentol'),(726206,117937,'login_id','1'),(726207,117937,'login_email','mentolnet@gmail.com'),(726205,117936,'_server_http_x_forwarded_for_0','209.59.182.49'),(726204,117936,'_server_remote_addr','209.59.182.49'),(726203,117936,'_xmlrpc_request','true'),(726201,117936,'server_http_user_agent','Python-urllib/2.6'),(726202,117936,'_message_key','user_login_failed'),(726200,117936,'login','mentol'),(726198,117936,'login_id','1'),(726199,117936,'login_email','mentolnet@gmail.com'),(726196,117935,'_server_remote_addr','209.59.182.49'),(726197,117935,'_server_http_x_forwarded_for_0','209.59.182.49'),(726195,117935,'_xmlrpc_request','true'),(726194,117935,'_message_key','user_login_failed'),(726193,117935,'server_http_user_agent','Python-urllib/2.6'),(726192,117935,'login','mentol'),(726190,117935,'login_id','1'),(726191,117935,'login_email','mentolnet@gmail.com'),(726189,117934,'_server_http_x_forwarded_for_0','209.59.182.49'),(726188,117934,'_server_remote_addr','209.59.182.49'),(726187,117934,'_xmlrpc_request','true'),(726185,117934,'server_http_user_agent','Python-urllib/2.6'),(726186,117934,'_message_key','user_login_failed'),(726184,117934,'login','mentol'),(726182,117934,'login_id','1'),(726183,117934,'login_email','mentolnet@gmail.com'),(726180,117933,'_server_remote_addr','209.59.182.49'),(726181,117933,'_server_http_x_forwarded_for_0','209.59.182.49'),(726179,117933,'_xmlrpc_request','true'),(726178,117933,'_message_key','user_login_failed'),(726177,117933,'server_http_user_agent','Python-urllib/2.6'),(726176,117933,'login','mentol'),(726174,117933,'login_id','1'),(726175,117933,'login_email','mentolnet@gmail.com'),(726173,117932,'_server_http_x_forwarded_for_0','209.59.182.49'),(726172,117932,'_server_remote_addr','209.59.182.49'),(726171,117932,'_xmlrpc_request','true'),(726169,117932,'server_http_user_agent','Python-urllib/2.6'),(726170,117932,'_message_key','user_login_failed'),(726168,117932,'login','mentol'),(726166,117932,'login_id','1'),(726167,117932,'login_email','mentolnet@gmail.com'),(726164,117931,'_server_remote_addr','209.59.182.49'),(726165,117931,'_server_http_x_forwarded_for_0','209.59.182.49'),(726163,117931,'_xmlrpc_request','true'),(726162,117931,'_message_key','user_login_failed'),(726161,117931,'server_http_user_agent','Python-urllib/2.6'),(726160,117931,'login','mentol'),(726158,117931,'login_id','1'),(726159,117931,'login_email','mentolnet@gmail.com'),(726157,117930,'_server_http_x_forwarded_for_0','209.59.182.49'),(726156,117930,'_server_remote_addr','209.59.182.49'),(726155,117930,'_xmlrpc_request','true'),(726153,117930,'server_http_user_agent','Python-urllib/2.6'),(726154,117930,'_message_key','user_login_failed'),(726152,117930,'login','mentol'),(726150,117930,'login_id','1'),(726151,117930,'login_email','mentolnet@gmail.com'),(726148,117929,'_server_remote_addr','209.59.182.49'),(726149,117929,'_server_http_x_forwarded_for_0','209.59.182.49'),(726147,117929,'_xmlrpc_request','true'),(726146,117929,'_message_key','user_login_failed'),(726145,117929,'server_http_user_agent','Python-urllib/2.6'),(726144,117929,'login','mentol'),(726142,117929,'login_id','1'),(726143,117929,'login_email','mentolnet@gmail.com'),(726141,117928,'_server_http_x_forwarded_for_0','209.59.182.49'),(726140,117928,'_server_remote_addr','209.59.182.49'),(726139,117928,'_xmlrpc_request','true'),(726137,117928,'server_http_user_agent','Python-urllib/2.6'),(726138,117928,'_message_key','user_login_failed'),(726136,117928,'login','mentol'),(726134,117928,'login_id','1'),(726135,117928,'login_email','mentolnet@gmail.com'),(726132,117927,'_server_remote_addr','209.59.182.49'),(726133,117927,'_server_http_x_forwarded_for_0','209.59.182.49'),(726131,117927,'_xmlrpc_request','true'),(726130,117927,'_message_key','user_login_failed'),(726129,117927,'server_http_user_agent','Python-urllib/2.6'),(726128,117927,'login','mentol'),(726126,117927,'login_id','1'),(726127,117927,'login_email','mentolnet@gmail.com'),(726125,117926,'_server_http_x_forwarded_for_0','209.59.182.49'),(726124,117926,'_server_remote_addr','209.59.182.49'),(726123,117926,'_xmlrpc_request','true'),(726121,117926,'server_http_user_agent','Python-urllib/2.6'),(726122,117926,'_message_key','user_login_failed'),(726120,117926,'login','mentol'),(726118,117926,'login_id','1'),(726119,117926,'login_email','mentolnet@gmail.com'),(726116,117925,'_server_remote_addr','209.59.182.49'),(726117,117925,'_server_http_x_forwarded_for_0','209.59.182.49'),(726115,117925,'_xmlrpc_request','true'),(726114,117925,'_message_key','user_login_failed'),(726113,117925,'server_http_user_agent','Python-urllib/2.6'),(726112,117925,'login','mentol'),(726110,117925,'login_id','1'),(726111,117925,'login_email','mentolnet@gmail.com'),(726109,117924,'_server_http_x_forwarded_for_0','209.59.182.49'),(726108,117924,'_server_remote_addr','209.59.182.49'),(726107,117924,'_xmlrpc_request','true'),(726105,117924,'server_http_user_agent','Python-urllib/2.6'),(726106,117924,'_message_key','user_login_failed'),(726104,117924,'login','mentol'),(726102,117924,'login_id','1'),(726103,117924,'login_email','mentolnet@gmail.com'),(726100,117923,'_server_remote_addr','209.59.182.49'),(726101,117923,'_server_http_x_forwarded_for_0','209.59.182.49'),(726099,117923,'_xmlrpc_request','true'),(726098,117923,'_message_key','user_login_failed'),(726097,117923,'server_http_user_agent','Python-urllib/2.6'),(726096,117923,'login','mentol'),(726094,117923,'login_id','1'),(726095,117923,'login_email','mentolnet@gmail.com'),(726093,117922,'_server_http_x_forwarded_for_0','209.59.182.49'),(726092,117922,'_server_remote_addr','209.59.182.49'),(726091,117922,'_xmlrpc_request','true'),(726089,117922,'server_http_user_agent','Python-urllib/2.6'),(726090,117922,'_message_key','user_login_failed'),(726088,117922,'login','mentol'),(726086,117922,'login_id','1'),(726087,117922,'login_email','mentolnet@gmail.com'),(726084,117921,'_server_remote_addr','209.59.182.49'),(726085,117921,'_server_http_x_forwarded_for_0','209.59.182.49'),(726083,117921,'_xmlrpc_request','true'),(726082,117921,'_message_key','user_login_failed'),(726081,117921,'server_http_user_agent','Python-urllib/2.6'),(726080,117921,'login','mentol'),(726078,117921,'login_id','1'),(726079,117921,'login_email','mentolnet@gmail.com'),(726077,117920,'_server_http_x_forwarded_for_0','209.59.182.49'),(726076,117920,'_server_remote_addr','209.59.182.49'),(726075,117920,'_xmlrpc_request','true'),(726073,117920,'server_http_user_agent','Python-urllib/2.6'),(726074,117920,'_message_key','user_login_failed'),(726072,117920,'login','mentol'),(726070,117920,'login_id','1'),(726071,117920,'login_email','mentolnet@gmail.com'),(726068,117919,'_server_remote_addr','209.59.182.49'),(726069,117919,'_server_http_x_forwarded_for_0','209.59.182.49'),(726067,117919,'_xmlrpc_request','true'),(726066,117919,'_message_key','user_login_failed'),(726065,117919,'server_http_user_agent','Python-urllib/2.6'),(726064,117919,'login','mentol'),(726062,117919,'login_id','1'),(726063,117919,'login_email','mentolnet@gmail.com'),(726061,117918,'_server_http_x_forwarded_for_0','209.59.182.49'),(726060,117918,'_server_remote_addr','209.59.182.49'),(726059,117918,'_xmlrpc_request','true'),(726057,117918,'server_http_user_agent','Python-urllib/2.6'),(726058,117918,'_message_key','user_login_failed'),(726056,117918,'login','mentol'),(726054,117918,'login_id','1'),(726055,117918,'login_email','mentolnet@gmail.com'),(726052,117917,'_server_remote_addr','209.59.182.49'),(726053,117917,'_server_http_x_forwarded_for_0','209.59.182.49'),(726051,117917,'_xmlrpc_request','true'),(726050,117917,'_message_key','user_login_failed'),(726049,117917,'server_http_user_agent','Python-urllib/2.6'),(726048,117917,'login','mentol'),(726046,117917,'login_id','1'),(726047,117917,'login_email','mentolnet@gmail.com'),(726045,117916,'_server_http_x_forwarded_for_0','209.59.182.49'),(726044,117916,'_server_remote_addr','209.59.182.49'),(726043,117916,'_xmlrpc_request','true'),(726041,117916,'server_http_user_agent','Python-urllib/2.6'),(726042,117916,'_message_key','user_login_failed'),(726040,117916,'login','mentol'),(726038,117916,'login_id','1'),(726039,117916,'login_email','mentolnet@gmail.com'),(726036,117915,'_server_remote_addr','209.59.182.49'),(726037,117915,'_server_http_x_forwarded_for_0','209.59.182.49'),(726035,117915,'_xmlrpc_request','true'),(726034,117915,'_message_key','user_login_failed'),(726033,117915,'server_http_user_agent','Python-urllib/2.6'),(726032,117915,'login','mentol'),(726030,117915,'login_id','1'),(726031,117915,'login_email','mentolnet@gmail.com'),(726029,117914,'_server_http_x_forwarded_for_0','209.59.182.49'),(726028,117914,'_server_remote_addr','209.59.182.49'),(726027,117914,'_xmlrpc_request','true'),(726025,117914,'server_http_user_agent','Python-urllib/2.6'),(726026,117914,'_message_key','user_login_failed'),(726024,117914,'login','mentol'),(726022,117914,'login_id','1'),(726023,117914,'login_email','mentolnet@gmail.com'),(726020,117913,'_server_remote_addr','209.59.182.49'),(726021,117913,'_server_http_x_forwarded_for_0','209.59.182.49'),(726019,117913,'_xmlrpc_request','true'),(726018,117913,'_message_key','user_login_failed'),(726017,117913,'server_http_user_agent','Python-urllib/2.6'),(726016,117913,'login','mentol'),(726014,117913,'login_id','1'),(726015,117913,'login_email','mentolnet@gmail.com'),(726013,117912,'_server_http_x_forwarded_for_0','209.59.182.49'),(726012,117912,'_server_remote_addr','209.59.182.49'),(726011,117912,'_xmlrpc_request','true'),(726009,117912,'server_http_user_agent','Python-urllib/2.6'),(726010,117912,'_message_key','user_login_failed'),(726008,117912,'login','mentol'),(726006,117912,'login_id','1'),(726007,117912,'login_email','mentolnet@gmail.com'),(726004,117911,'_server_remote_addr','209.59.182.49'),(726005,117911,'_server_http_x_forwarded_for_0','209.59.182.49'),(726003,117911,'_xmlrpc_request','true'),(726002,117911,'_message_key','user_login_failed'),(726001,117911,'server_http_user_agent','Python-urllib/2.6'),(726000,117911,'login','mentol'),(725998,117911,'login_id','1'),(725999,117911,'login_email','mentolnet@gmail.com'),(725997,117910,'_server_http_x_forwarded_for_0','209.59.182.49'),(725996,117910,'_server_remote_addr','209.59.182.49'),(725995,117910,'_xmlrpc_request','true'),(725993,117910,'server_http_user_agent','Python-urllib/2.6'),(725994,117910,'_message_key','user_login_failed'),(725992,117910,'login','mentol'),(725990,117910,'login_id','1'),(725991,117910,'login_email','mentolnet@gmail.com'),(725988,117909,'_server_remote_addr','209.59.182.49'),(725989,117909,'_server_http_x_forwarded_for_0','209.59.182.49'),(725987,117909,'_xmlrpc_request','true'),(725986,117909,'_message_key','user_login_failed'),(725985,117909,'server_http_user_agent','Python-urllib/2.6'),(725984,117909,'login','mentol'),(725982,117909,'login_id','1'),(725983,117909,'login_email','mentolnet@gmail.com'),(725981,117908,'_server_http_x_forwarded_for_0','209.59.182.49'),(725980,117908,'_server_remote_addr','209.59.182.49'),(725979,117908,'_xmlrpc_request','true'),(725977,117908,'server_http_user_agent','Python-urllib/2.6'),(725978,117908,'_message_key','user_login_failed'),(725976,117908,'login','mentol'),(725974,117908,'login_id','1'),(725975,117908,'login_email','mentolnet@gmail.com'),(725972,117907,'_server_remote_addr','209.59.182.49'),(725973,117907,'_server_http_x_forwarded_for_0','209.59.182.49'),(725971,117907,'_xmlrpc_request','true'),(725970,117907,'_message_key','user_login_failed'),(725969,117907,'server_http_user_agent','Python-urllib/2.6'),(725968,117907,'login','mentol'),(725966,117907,'login_id','1'),(725967,117907,'login_email','mentolnet@gmail.com'),(725965,117906,'_server_http_x_forwarded_for_0','209.59.182.49'),(725964,117906,'_server_remote_addr','209.59.182.49'),(725963,117906,'_xmlrpc_request','true'),(725961,117906,'server_http_user_agent','Python-urllib/2.6'),(725962,117906,'_message_key','user_login_failed'),(725960,117906,'login','mentol'),(725958,117906,'login_id','1'),(725959,117906,'login_email','mentolnet@gmail.com'),(725956,117905,'_server_remote_addr','209.59.182.49'),(725957,117905,'_server_http_x_forwarded_for_0','209.59.182.49'),(725955,117905,'_xmlrpc_request','true'),(725954,117905,'_message_key','user_login_failed'),(725953,117905,'server_http_user_agent','Python-urllib/2.6'),(725952,117905,'login','mentol'),(725950,117905,'login_id','1'),(725951,117905,'login_email','mentolnet@gmail.com'),(725949,117904,'_server_http_x_forwarded_for_0','209.59.182.49'),(725948,117904,'_server_remote_addr','209.59.182.49'),(725947,117904,'_xmlrpc_request','true'),(725945,117904,'server_http_user_agent','Python-urllib/2.6'),(725946,117904,'_message_key','user_login_failed'),(725944,117904,'login','mentol'),(725942,117904,'login_id','1'),(725943,117904,'login_email','mentolnet@gmail.com'),(725940,117903,'_server_remote_addr','209.59.182.49'),(725941,117903,'_server_http_x_forwarded_for_0','209.59.182.49'),(725939,117903,'_xmlrpc_request','true'),(725938,117903,'_message_key','user_login_failed'),(725937,117903,'server_http_user_agent','Python-urllib/2.6'),(725936,117903,'login','mentol'),(725934,117903,'login_id','1'),(725935,117903,'login_email','mentolnet@gmail.com'),(725933,117902,'_server_http_x_forwarded_for_0','209.59.182.49'),(725932,117902,'_server_remote_addr','209.59.182.49'),(725931,117902,'_xmlrpc_request','true'),(725929,117902,'server_http_user_agent','Python-urllib/2.6'),(725930,117902,'_message_key','user_login_failed'),(725928,117902,'login','mentol'),(725926,117902,'login_id','1'),(725927,117902,'login_email','mentolnet@gmail.com'),(725924,117901,'_server_remote_addr','209.59.182.49'),(725925,117901,'_server_http_x_forwarded_for_0','209.59.182.49'),(725923,117901,'_xmlrpc_request','true'),(725922,117901,'_message_key','user_login_failed'),(725921,117901,'server_http_user_agent','Python-urllib/2.6'),(725920,117901,'login','mentol'),(725918,117901,'login_id','1'),(725919,117901,'login_email','mentolnet@gmail.com'),(725917,117900,'_server_http_x_forwarded_for_0','209.59.182.49'),(725916,117900,'_server_remote_addr','209.59.182.49'),(725915,117900,'_xmlrpc_request','true'),(725913,117900,'server_http_user_agent','Python-urllib/2.6'),(725914,117900,'_message_key','user_login_failed'),(725912,117900,'login','mentol'),(725910,117900,'login_id','1'),(725911,117900,'login_email','mentolnet@gmail.com'),(725908,117899,'_server_remote_addr','209.59.182.49'),(725909,117899,'_server_http_x_forwarded_for_0','209.59.182.49'),(725907,117899,'_xmlrpc_request','true'),(725906,117899,'_message_key','user_login_failed'),(725905,117899,'server_http_user_agent','Python-urllib/2.6'),(725904,117899,'login','mentol'),(725902,117899,'login_id','1'),(725903,117899,'login_email','mentolnet@gmail.com'),(725901,117898,'_server_http_x_forwarded_for_0','209.59.182.49'),(725900,117898,'_server_remote_addr','209.59.182.49'),(725899,117898,'_xmlrpc_request','true'),(725897,117898,'server_http_user_agent','Python-urllib/2.6'),(725898,117898,'_message_key','user_login_failed'),(725896,117898,'login','mentol'),(725894,117898,'login_id','1'),(725895,117898,'login_email','mentolnet@gmail.com'),(725892,117897,'_server_remote_addr','209.59.182.49'),(725893,117897,'_server_http_x_forwarded_for_0','209.59.182.49'),(725891,117897,'_xmlrpc_request','true'),(725890,117897,'_message_key','user_login_failed'),(725889,117897,'server_http_user_agent','Python-urllib/2.6'),(725888,117897,'login','mentol'),(725886,117897,'login_id','1'),(725887,117897,'login_email','mentolnet@gmail.com'),(725885,117896,'_server_http_x_forwarded_for_0','209.59.182.49'),(725884,117896,'_server_remote_addr','209.59.182.49'),(725883,117896,'_xmlrpc_request','true'),(725881,117896,'server_http_user_agent','Python-urllib/2.6'),(725882,117896,'_message_key','user_login_failed'),(725880,117896,'login','mentol'),(725878,117896,'login_id','1'),(725879,117896,'login_email','mentolnet@gmail.com'),(725876,117895,'_server_remote_addr','209.59.182.49'),(725877,117895,'_server_http_x_forwarded_for_0','209.59.182.49'),(725875,117895,'_xmlrpc_request','true'),(725874,117895,'_message_key','user_login_failed'),(725873,117895,'server_http_user_agent','Python-urllib/2.6'),(725872,117895,'login','mentol'),(725870,117895,'login_id','1'),(725871,117895,'login_email','mentolnet@gmail.com'),(725869,117894,'_server_http_x_forwarded_for_0','209.59.182.49'),(725868,117894,'_server_remote_addr','209.59.182.49'),(725867,117894,'_xmlrpc_request','true'),(725865,117894,'server_http_user_agent','Python-urllib/2.6'),(725866,117894,'_message_key','user_login_failed'),(725864,117894,'login','mentol'),(725862,117894,'login_id','1'),(725863,117894,'login_email','mentolnet@gmail.com'),(725860,117893,'_server_remote_addr','209.59.182.49'),(725861,117893,'_server_http_x_forwarded_for_0','209.59.182.49'),(725859,117893,'_xmlrpc_request','true'),(725858,117893,'_message_key','user_login_failed'),(725857,117893,'server_http_user_agent','Python-urllib/2.6'),(725856,117893,'login','mentol'),(725854,117893,'login_id','1'),(725855,117893,'login_email','mentolnet@gmail.com'),(725853,117892,'_server_http_x_forwarded_for_0','209.59.182.49'),(725852,117892,'_server_remote_addr','209.59.182.49'),(725851,117892,'_xmlrpc_request','true'),(725849,117892,'server_http_user_agent','Python-urllib/2.6'),(725850,117892,'_message_key','user_login_failed'),(725848,117892,'login','mentol'),(725846,117892,'login_id','1'),(725847,117892,'login_email','mentolnet@gmail.com'),(725844,117891,'_server_remote_addr','209.59.182.49'),(725845,117891,'_server_http_x_forwarded_for_0','209.59.182.49'),(725843,117891,'_xmlrpc_request','true'),(725842,117891,'_message_key','user_login_failed'),(725841,117891,'server_http_user_agent','Python-urllib/2.6'),(725840,117891,'login','mentol'),(725838,117891,'login_id','1'),(725839,117891,'login_email','mentolnet@gmail.com'),(725837,117890,'_server_http_x_forwarded_for_0','209.59.182.49'),(725836,117890,'_server_remote_addr','209.59.182.49'),(725835,117890,'_xmlrpc_request','true'),(725833,117890,'server_http_user_agent','Python-urllib/2.6'),(725834,117890,'_message_key','user_login_failed'),(725832,117890,'login','mentol'),(725830,117890,'login_id','1'),(725831,117890,'login_email','mentolnet@gmail.com'),(725828,117889,'_server_remote_addr','209.59.182.49'),(725829,117889,'_server_http_x_forwarded_for_0','209.59.182.49'),(725827,117889,'_xmlrpc_request','true'),(725826,117889,'_message_key','user_login_failed'),(725825,117889,'server_http_user_agent','Python-urllib/2.6'),(725824,117889,'login','mentol'),(725822,117889,'login_id','1'),(725823,117889,'login_email','mentolnet@gmail.com'),(725821,117888,'_server_http_x_forwarded_for_0','209.59.182.49'),(725820,117888,'_server_remote_addr','209.59.182.49'),(725819,117888,'_xmlrpc_request','true'),(725817,117888,'server_http_user_agent','Python-urllib/2.6'),(725818,117888,'_message_key','user_login_failed'),(725816,117888,'login','mentol'),(725814,117888,'login_id','1'),(725815,117888,'login_email','mentolnet@gmail.com'),(725812,117887,'_server_remote_addr','209.59.182.49'),(725813,117887,'_server_http_x_forwarded_for_0','209.59.182.49'),(725811,117887,'_xmlrpc_request','true'),(725810,117887,'_message_key','user_login_failed'),(725809,117887,'server_http_user_agent','Python-urllib/2.6'),(725808,117887,'login','mentol'),(725806,117887,'login_id','1'),(725807,117887,'login_email','mentolnet@gmail.com'),(725805,117886,'_server_http_x_forwarded_for_0','209.59.182.49'),(725804,117886,'_server_remote_addr','209.59.182.49'),(725803,117886,'_xmlrpc_request','true'),(725801,117886,'server_http_user_agent','Python-urllib/2.6'),(725802,117886,'_message_key','user_login_failed'),(725800,117886,'login','mentol'),(725798,117886,'login_id','1'),(725799,117886,'login_email','mentolnet@gmail.com'),(725796,117885,'_server_remote_addr','209.59.182.49'),(725797,117885,'_server_http_x_forwarded_for_0','209.59.182.49'),(725795,117885,'_xmlrpc_request','true'),(725794,117885,'_message_key','user_login_failed'),(725793,117885,'server_http_user_agent','Python-urllib/2.6'),(725792,117885,'login','mentol'),(725790,117885,'login_id','1'),(725791,117885,'login_email','mentolnet@gmail.com'),(725789,117884,'_server_http_x_forwarded_for_0','209.59.182.49'),(725788,117884,'_server_remote_addr','209.59.182.49'),(725787,117884,'_xmlrpc_request','true'),(725785,117884,'server_http_user_agent','Python-urllib/2.6'),(725786,117884,'_message_key','user_login_failed'),(725784,117884,'login','mentol'),(725782,117884,'login_id','1'),(725783,117884,'login_email','mentolnet@gmail.com'),(725780,117883,'_server_remote_addr','209.59.182.49'),(725781,117883,'_server_http_x_forwarded_for_0','209.59.182.49'),(725779,117883,'_xmlrpc_request','true'),(725778,117883,'_message_key','user_login_failed'),(725777,117883,'server_http_user_agent','Python-urllib/2.6'),(725776,117883,'login','mentol'),(725774,117883,'login_id','1'),(725775,117883,'login_email','mentolnet@gmail.com'),(725773,117882,'_server_http_x_forwarded_for_0','209.59.182.49'),(725772,117882,'_server_remote_addr','209.59.182.49'),(725771,117882,'_xmlrpc_request','true'),(725769,117882,'server_http_user_agent','Python-urllib/2.6'),(725770,117882,'_message_key','user_login_failed'),(725768,117882,'login','mentol'),(725766,117882,'login_id','1'),(725767,117882,'login_email','mentolnet@gmail.com'),(725764,117881,'_server_remote_addr','209.59.182.49'),(725765,117881,'_server_http_x_forwarded_for_0','209.59.182.49'),(725763,117881,'_xmlrpc_request','true'),(725762,117881,'_message_key','user_login_failed'),(725761,117881,'server_http_user_agent','Python-urllib/2.6'),(725760,117881,'login','mentol'),(725758,117881,'login_id','1'),(725759,117881,'login_email','mentolnet@gmail.com'),(725757,117880,'_server_http_x_forwarded_for_0','209.59.182.49'),(725756,117880,'_server_remote_addr','209.59.182.49'),(725755,117880,'_xmlrpc_request','true'),(725753,117880,'server_http_user_agent','Python-urllib/2.6'),(725754,117880,'_message_key','user_login_failed'),(725752,117880,'login','mentol'),(725750,117880,'login_id','1'),(725751,117880,'login_email','mentolnet@gmail.com'),(725748,117879,'_server_remote_addr','209.59.182.49'),(725749,117879,'_server_http_x_forwarded_for_0','209.59.182.49'),(725747,117879,'_xmlrpc_request','true'),(725746,117879,'_message_key','user_login_failed'),(725745,117879,'server_http_user_agent','Python-urllib/2.6'),(725744,117879,'login','mentol'),(725742,117879,'login_id','1'),(725743,117879,'login_email','mentolnet@gmail.com'),(725741,117878,'_server_http_x_forwarded_for_0','209.59.182.49'),(725740,117878,'_server_remote_addr','209.59.182.49'),(725739,117878,'_xmlrpc_request','true'),(725737,117878,'server_http_user_agent','Python-urllib/2.6'),(725738,117878,'_message_key','user_login_failed'),(725736,117878,'login','mentol'),(725734,117878,'login_id','1'),(725735,117878,'login_email','mentolnet@gmail.com'),(725732,117877,'_server_remote_addr','209.59.182.49'),(725733,117877,'_server_http_x_forwarded_for_0','209.59.182.49'),(725731,117877,'_xmlrpc_request','true'),(725730,117877,'_message_key','user_login_failed'),(725729,117877,'server_http_user_agent','Python-urllib/2.6'),(725728,117877,'login','mentol'),(725726,117877,'login_id','1'),(725727,117877,'login_email','mentolnet@gmail.com'),(725725,117876,'_server_http_x_forwarded_for_0','209.59.182.49'),(725724,117876,'_server_remote_addr','209.59.182.49'),(725723,117876,'_xmlrpc_request','true'),(725721,117876,'server_http_user_agent','Python-urllib/2.6'),(725722,117876,'_message_key','user_login_failed'),(725720,117876,'login','mentol'),(725718,117876,'login_id','1'),(725719,117876,'login_email','mentolnet@gmail.com'),(725716,117875,'_server_remote_addr','209.59.182.49'),(725717,117875,'_server_http_x_forwarded_for_0','209.59.182.49'),(725715,117875,'_xmlrpc_request','true'),(725714,117875,'_message_key','user_login_failed'),(725713,117875,'server_http_user_agent','Python-urllib/2.6'),(725712,117875,'login','mentol'),(725710,117875,'login_id','1'),(725711,117875,'login_email','mentolnet@gmail.com'),(725709,117874,'_server_http_x_forwarded_for_0','209.59.182.49'),(725708,117874,'_server_remote_addr','209.59.182.49'),(725707,117874,'_xmlrpc_request','true'),(725705,117874,'server_http_user_agent','Python-urllib/2.6'),(725706,117874,'_message_key','user_login_failed'),(725704,117874,'login','mentol'),(725702,117874,'login_id','1'),(725703,117874,'login_email','mentolnet@gmail.com'),(725700,117873,'_server_remote_addr','209.59.182.49'),(725701,117873,'_server_http_x_forwarded_for_0','209.59.182.49'),(725699,117873,'_xmlrpc_request','true'),(725698,117873,'_message_key','user_login_failed'),(725697,117873,'server_http_user_agent','Python-urllib/2.6'),(725696,117873,'login','mentol'),(725694,117873,'login_id','1'),(725695,117873,'login_email','mentolnet@gmail.com'),(725693,117872,'_server_http_x_forwarded_for_0','209.59.182.49'),(725692,117872,'_server_remote_addr','209.59.182.49'),(725691,117872,'_xmlrpc_request','true'),(725689,117872,'server_http_user_agent','Python-urllib/2.6'),(725690,117872,'_message_key','user_login_failed'),(725688,117872,'login','mentol'),(725686,117872,'login_id','1'),(725687,117872,'login_email','mentolnet@gmail.com'),(725684,117871,'_server_remote_addr','209.59.182.49'),(725685,117871,'_server_http_x_forwarded_for_0','209.59.182.49'),(725683,117871,'_xmlrpc_request','true'),(725682,117871,'_message_key','user_login_failed'),(725681,117871,'server_http_user_agent','Python-urllib/2.6'),(725680,117871,'login','mentol'),(725678,117871,'login_id','1'),(725679,117871,'login_email','mentolnet@gmail.com'),(725677,117870,'_server_http_x_forwarded_for_0','209.59.182.49'),(725676,117870,'_server_remote_addr','209.59.182.49'),(725675,117870,'_xmlrpc_request','true'),(725673,117870,'server_http_user_agent','Python-urllib/2.6'),(725674,117870,'_message_key','user_login_failed'),(725672,117870,'login','mentol'),(725670,117870,'login_id','1'),(725671,117870,'login_email','mentolnet@gmail.com'),(725668,117869,'_server_remote_addr','209.59.182.49'),(725669,117869,'_server_http_x_forwarded_for_0','209.59.182.49'),(725667,117869,'_xmlrpc_request','true'),(725666,117869,'_message_key','user_login_failed'),(725665,117869,'server_http_user_agent','Python-urllib/2.6'),(725664,117869,'login','mentol'),(725662,117869,'login_id','1'),(725663,117869,'login_email','mentolnet@gmail.com'),(725661,117868,'_server_http_x_forwarded_for_0','209.59.182.49'),(725660,117868,'_server_remote_addr','209.59.182.49'),(725659,117868,'_xmlrpc_request','true'),(725657,117868,'server_http_user_agent','Python-urllib/2.6'),(725658,117868,'_message_key','user_login_failed'),(725656,117868,'login','mentol'),(725654,117868,'login_id','1'),(725655,117868,'login_email','mentolnet@gmail.com'),(725652,117867,'_server_remote_addr','209.59.182.49'),(725653,117867,'_server_http_x_forwarded_for_0','209.59.182.49'),(725651,117867,'_xmlrpc_request','true'),(725650,117867,'_message_key','user_login_failed'),(725649,117867,'server_http_user_agent','Python-urllib/2.6'),(725648,117867,'login','mentol'),(725646,117867,'login_id','1'),(725647,117867,'login_email','mentolnet@gmail.com'),(725645,117866,'_server_http_x_forwarded_for_0','209.59.182.49'),(725644,117866,'_server_remote_addr','209.59.182.49'),(725643,117866,'_xmlrpc_request','true'),(725641,117866,'server_http_user_agent','Python-urllib/2.6'),(725642,117866,'_message_key','user_login_failed'),(725640,117866,'login','mentol'),(725638,117866,'login_id','1'),(725639,117866,'login_email','mentolnet@gmail.com'),(725636,117865,'_server_remote_addr','209.59.182.49'),(725637,117865,'_server_http_x_forwarded_for_0','209.59.182.49'),(725635,117865,'_xmlrpc_request','true'),(725634,117865,'_message_key','user_login_failed'),(725633,117865,'server_http_user_agent','Python-urllib/2.6'),(725632,117865,'login','mentol'),(725630,117865,'login_id','1'),(725631,117865,'login_email','mentolnet@gmail.com'),(725629,117864,'_server_http_x_forwarded_for_0','209.59.182.49'),(725628,117864,'_server_remote_addr','209.59.182.49'),(725627,117864,'_xmlrpc_request','true'),(725625,117864,'server_http_user_agent','Python-urllib/2.6'),(725626,117864,'_message_key','user_login_failed'),(725624,117864,'login','mentol'),(725622,117864,'login_id','1'),(725623,117864,'login_email','mentolnet@gmail.com'),(725620,117863,'_server_remote_addr','209.59.182.49'),(725621,117863,'_server_http_x_forwarded_for_0','209.59.182.49'),(725619,117863,'_xmlrpc_request','true'),(725618,117863,'_message_key','user_login_failed'),(725617,117863,'server_http_user_agent','Python-urllib/2.6'),(725616,117863,'login','mentol'),(725614,117863,'login_id','1'),(725615,117863,'login_email','mentolnet@gmail.com'),(725613,117862,'_server_http_x_forwarded_for_0','209.59.182.49'),(725612,117862,'_server_remote_addr','209.59.182.49'),(725611,117862,'_xmlrpc_request','true'),(725609,117862,'server_http_user_agent','Python-urllib/2.6'),(725610,117862,'_message_key','user_login_failed'),(725608,117862,'login','mentol'),(725606,117862,'login_id','1'),(725607,117862,'login_email','mentolnet@gmail.com'),(725604,117861,'_server_remote_addr','209.59.182.49'),(725605,117861,'_server_http_x_forwarded_for_0','209.59.182.49'),(725603,117861,'_xmlrpc_request','true'),(725602,117861,'_message_key','user_login_failed'),(725601,117861,'server_http_user_agent','Python-urllib/2.6'),(725600,117861,'login','mentol'),(725598,117861,'login_id','1'),(725599,117861,'login_email','mentolnet@gmail.com'),(725597,117860,'_server_http_x_forwarded_for_0','209.59.182.49'),(725596,117860,'_server_remote_addr','209.59.182.49'),(725595,117860,'_xmlrpc_request','true'),(725593,117860,'server_http_user_agent','Python-urllib/2.6'),(725594,117860,'_message_key','user_login_failed'),(725592,117860,'login','mentol'),(725590,117860,'login_id','1'),(725591,117860,'login_email','mentolnet@gmail.com'),(725588,117859,'_server_remote_addr','209.59.182.49'),(725589,117859,'_server_http_x_forwarded_for_0','209.59.182.49'),(725587,117859,'_xmlrpc_request','true'),(725586,117859,'_message_key','user_login_failed'),(725585,117859,'server_http_user_agent','Python-urllib/2.6'),(725584,117859,'login','mentol'),(725582,117859,'login_id','1'),(725583,117859,'login_email','mentolnet@gmail.com'),(725581,117858,'_server_http_x_forwarded_for_0','209.59.182.49'),(725580,117858,'_server_remote_addr','209.59.182.49'),(725579,117858,'_xmlrpc_request','true'),(725577,117858,'server_http_user_agent','Python-urllib/2.6'),(725578,117858,'_message_key','user_login_failed'),(725576,117858,'login','mentol'),(725574,117858,'login_id','1'),(725575,117858,'login_email','mentolnet@gmail.com'),(725572,117857,'_server_remote_addr','209.59.182.49'),(725573,117857,'_server_http_x_forwarded_for_0','209.59.182.49'),(725571,117857,'_xmlrpc_request','true'),(725570,117857,'_message_key','user_login_failed'),(725569,117857,'server_http_user_agent','Python-urllib/2.6'),(725568,117857,'login','mentol'),(725566,117857,'login_id','1'),(725567,117857,'login_email','mentolnet@gmail.com'),(725565,117856,'_server_http_x_forwarded_for_0','209.59.182.49'),(725564,117856,'_server_remote_addr','209.59.182.49'),(725563,117856,'_xmlrpc_request','true'),(725561,117856,'server_http_user_agent','Python-urllib/2.6'),(725562,117856,'_message_key','user_login_failed'),(725560,117856,'login','mentol'),(725558,117856,'login_id','1'),(725559,117856,'login_email','mentolnet@gmail.com'),(725556,117855,'_server_remote_addr','209.59.182.49'),(725557,117855,'_server_http_x_forwarded_for_0','209.59.182.49'),(725555,117855,'_xmlrpc_request','true'),(725554,117855,'_message_key','user_login_failed'),(725553,117855,'server_http_user_agent','Python-urllib/2.6'),(725552,117855,'login','mentol'),(725550,117855,'login_id','1'),(725551,117855,'login_email','mentolnet@gmail.com'),(725549,117854,'_server_http_x_forwarded_for_0','209.59.182.49'),(725548,117854,'_server_remote_addr','209.59.182.49'),(725547,117854,'_xmlrpc_request','true'),(725545,117854,'server_http_user_agent','Python-urllib/2.6'),(725546,117854,'_message_key','user_login_failed'),(725544,117854,'login','mentol'),(725542,117854,'login_id','1'),(725543,117854,'login_email','mentolnet@gmail.com'),(725540,117853,'_server_remote_addr','209.59.182.49'),(725541,117853,'_server_http_x_forwarded_for_0','209.59.182.49'),(725539,117853,'_xmlrpc_request','true'),(725538,117853,'_message_key','user_login_failed'),(725537,117853,'server_http_user_agent','Python-urllib/2.6'),(725536,117853,'login','mentol'),(725534,117853,'login_id','1'),(725535,117853,'login_email','mentolnet@gmail.com'),(725533,117852,'_server_http_x_forwarded_for_0','209.59.182.49'),(725532,117852,'_server_remote_addr','209.59.182.49'),(725531,117852,'_xmlrpc_request','true'),(725529,117852,'server_http_user_agent','Python-urllib/2.6'),(725530,117852,'_message_key','user_login_failed'),(725528,117852,'login','mentol'),(725526,117852,'login_id','1'),(725527,117852,'login_email','mentolnet@gmail.com'),(725524,117851,'_server_remote_addr','209.59.182.49'),(725525,117851,'_server_http_x_forwarded_for_0','209.59.182.49'),(725523,117851,'_xmlrpc_request','true'),(725522,117851,'_message_key','user_login_failed'),(725521,117851,'server_http_user_agent','Python-urllib/2.6'),(725520,117851,'login','mentol'),(725518,117851,'login_id','1'),(725519,117851,'login_email','mentolnet@gmail.com'),(725517,117850,'_server_http_x_forwarded_for_0','209.59.182.49'),(725516,117850,'_server_remote_addr','209.59.182.49'),(725515,117850,'_xmlrpc_request','true'),(725513,117850,'server_http_user_agent','Python-urllib/2.6'),(725514,117850,'_message_key','user_login_failed'),(725512,117850,'login','mentol'),(725510,117850,'login_id','1'),(725511,117850,'login_email','mentolnet@gmail.com'),(725508,117849,'_server_remote_addr','209.59.182.49'),(725509,117849,'_server_http_x_forwarded_for_0','209.59.182.49'),(725507,117849,'_xmlrpc_request','true'),(725506,117849,'_message_key','user_login_failed'),(725505,117849,'server_http_user_agent','Python-urllib/2.6'),(725504,117849,'login','mentol'),(725502,117849,'login_id','1'),(725503,117849,'login_email','mentolnet@gmail.com'),(725501,117848,'_server_http_x_forwarded_for_0','209.59.182.49'),(725500,117848,'_server_remote_addr','209.59.182.49'),(725499,117848,'_xmlrpc_request','true'),(725497,117848,'server_http_user_agent','Python-urllib/2.6'),(725498,117848,'_message_key','user_login_failed'),(725496,117848,'login','mentol'),(725494,117848,'login_id','1'),(725495,117848,'login_email','mentolnet@gmail.com'),(725492,117847,'_server_remote_addr','209.59.182.49'),(725493,117847,'_server_http_x_forwarded_for_0','209.59.182.49'),(725491,117847,'_xmlrpc_request','true'),(725490,117847,'_message_key','user_login_failed'),(725489,117847,'server_http_user_agent','Python-urllib/2.6'),(725488,117847,'login','mentol'),(725486,117847,'login_id','1'),(725487,117847,'login_email','mentolnet@gmail.com'),(725485,117846,'_server_http_x_forwarded_for_0','209.59.182.49'),(725484,117846,'_server_remote_addr','209.59.182.49'),(725483,117846,'_xmlrpc_request','true'),(725481,117846,'server_http_user_agent','Python-urllib/2.6'),(725482,117846,'_message_key','user_login_failed'),(725480,117846,'login','mentol'),(725478,117846,'login_id','1'),(725479,117846,'login_email','mentolnet@gmail.com'),(725476,117845,'_server_remote_addr','209.59.182.49'),(725477,117845,'_server_http_x_forwarded_for_0','209.59.182.49'),(725475,117845,'_xmlrpc_request','true'),(725474,117845,'_message_key','user_login_failed'),(725473,117845,'server_http_user_agent','Python-urllib/2.6'),(725472,117845,'login','mentol'),(725470,117845,'login_id','1'),(725471,117845,'login_email','mentolnet@gmail.com'),(725469,117844,'_server_http_x_forwarded_for_0','209.59.182.49'),(725468,117844,'_server_remote_addr','209.59.182.49'),(725467,117844,'_xmlrpc_request','true'),(725465,117844,'server_http_user_agent','Python-urllib/2.6'),(725466,117844,'_message_key','user_login_failed'),(725464,117844,'login','mentol'),(725462,117844,'login_id','1'),(725463,117844,'login_email','mentolnet@gmail.com'),(725460,117843,'_server_remote_addr','209.59.182.49'),(725461,117843,'_server_http_x_forwarded_for_0','209.59.182.49'),(725459,117843,'_xmlrpc_request','true'),(725458,117843,'_message_key','user_login_failed'),(725457,117843,'server_http_user_agent','Python-urllib/2.6'),(725456,117843,'login','mentol'),(725454,117843,'login_id','1'),(725455,117843,'login_email','mentolnet@gmail.com'),(725453,117842,'_server_http_x_forwarded_for_0','209.59.182.49'),(725452,117842,'_server_remote_addr','209.59.182.49'),(725451,117842,'_xmlrpc_request','true'),(725449,117842,'server_http_user_agent','Python-urllib/2.6'),(725450,117842,'_message_key','user_login_failed'),(725448,117842,'login','mentol'),(725446,117842,'login_id','1'),(725447,117842,'login_email','mentolnet@gmail.com'),(725444,117841,'_server_remote_addr','209.59.182.49'),(725445,117841,'_server_http_x_forwarded_for_0','209.59.182.49'),(725443,117841,'_xmlrpc_request','true'),(725442,117841,'_message_key','user_login_failed'),(725441,117841,'server_http_user_agent','Python-urllib/2.6'),(725440,117841,'login','mentol'),(725438,117841,'login_id','1'),(725439,117841,'login_email','mentolnet@gmail.com'),(725437,117840,'_server_http_x_forwarded_for_0','209.59.182.49'),(725436,117840,'_server_remote_addr','209.59.182.49'),(725435,117840,'_xmlrpc_request','true'),(725433,117840,'server_http_user_agent','Python-urllib/2.6'),(725434,117840,'_message_key','user_login_failed'),(725432,117840,'login','mentol'),(725430,117840,'login_id','1'),(725431,117840,'login_email','mentolnet@gmail.com'),(725428,117839,'_server_remote_addr','209.59.182.49'),(725429,117839,'_server_http_x_forwarded_for_0','209.59.182.49'),(725427,117839,'_xmlrpc_request','true'),(725426,117839,'_message_key','user_login_failed'),(725425,117839,'server_http_user_agent','Python-urllib/2.6'),(725424,117839,'login','mentol'),(725422,117839,'login_id','1'),(725423,117839,'login_email','mentolnet@gmail.com'),(725421,117838,'_server_http_x_forwarded_for_0','209.59.182.49'),(725420,117838,'_server_remote_addr','209.59.182.49'),(725419,117838,'_xmlrpc_request','true'),(725417,117838,'server_http_user_agent','Python-urllib/2.6'),(725418,117838,'_message_key','user_login_failed'),(725416,117838,'login','mentol'),(725414,117838,'login_id','1'),(725415,117838,'login_email','mentolnet@gmail.com'),(725412,117837,'_server_remote_addr','209.59.182.49'),(725413,117837,'_server_http_x_forwarded_for_0','209.59.182.49'),(725411,117837,'_xmlrpc_request','true'),(725410,117837,'_message_key','user_login_failed'),(725409,117837,'server_http_user_agent','Python-urllib/2.6'),(725408,117837,'login','mentol'),(725406,117837,'login_id','1'),(725407,117837,'login_email','mentolnet@gmail.com'),(725405,117836,'_server_http_x_forwarded_for_0','209.59.182.49'),(725404,117836,'_server_remote_addr','209.59.182.49'),(725403,117836,'_xmlrpc_request','true'),(725401,117836,'server_http_user_agent','Python-urllib/2.6'),(725402,117836,'_message_key','user_login_failed'),(725400,117836,'login','mentol'),(725398,117836,'login_id','1'),(725399,117836,'login_email','mentolnet@gmail.com'),(725396,117835,'_server_remote_addr','209.59.182.49'),(725397,117835,'_server_http_x_forwarded_for_0','209.59.182.49'),(725395,117835,'_xmlrpc_request','true'),(725394,117835,'_message_key','user_login_failed'),(725393,117835,'server_http_user_agent','Python-urllib/2.6'),(725392,117835,'login','mentol'),(725390,117835,'login_id','1'),(725391,117835,'login_email','mentolnet@gmail.com'),(725389,117834,'_server_http_x_forwarded_for_0','209.59.182.49'),(725388,117834,'_server_remote_addr','209.59.182.49'),(725387,117834,'_xmlrpc_request','true'),(725385,117834,'server_http_user_agent','Python-urllib/2.6'),(725386,117834,'_message_key','user_login_failed'),(725384,117834,'login','mentol'),(725382,117834,'login_id','1'),(725383,117834,'login_email','mentolnet@gmail.com'),(725380,117833,'_server_remote_addr','209.59.182.49'),(725381,117833,'_server_http_x_forwarded_for_0','209.59.182.49'),(725379,117833,'_xmlrpc_request','true'),(725378,117833,'_message_key','user_login_failed'),(725377,117833,'server_http_user_agent','Python-urllib/2.6'),(725376,117833,'login','mentol'),(725374,117833,'login_id','1'),(725375,117833,'login_email','mentolnet@gmail.com'),(725373,117832,'_server_http_x_forwarded_for_0','209.59.182.49'),(725372,117832,'_server_remote_addr','209.59.182.49'),(725371,117832,'_xmlrpc_request','true'),(725369,117832,'server_http_user_agent','Python-urllib/2.6'),(725370,117832,'_message_key','user_login_failed'),(725368,117832,'login','mentol'),(725367,117832,'login_email','mentolnet@gmail.com'),(725366,117832,'login_id','1'),(725365,117831,'_server_http_x_forwarded_for_0','209.59.182.49'),(725363,117831,'_xmlrpc_request','true'),(725364,117831,'_server_remote_addr','209.59.182.49'),(725362,117831,'_message_key','user_login_failed'),(725361,117831,'server_http_user_agent','Python-urllib/2.6'),(725360,117831,'login','mentol'),(725359,117831,'login_email','mentolnet@gmail.com'),(725358,117831,'login_id','1'),(725357,117830,'_server_http_x_forwarded_for_0','209.59.182.49'),(725356,117830,'_server_remote_addr','209.59.182.49'),(725354,117830,'_message_key','user_login_failed'),(725355,117830,'_xmlrpc_request','true'),(725353,117830,'server_http_user_agent','Python-urllib/2.6'),(725302,117824,'login_id','1'),(725303,117824,'login_email','mentolnet@gmail.com'),(725304,117824,'login','mentol'),(725305,117824,'server_http_user_agent','Python-urllib/2.6'),(725306,117824,'_message_key','user_login_failed'),(725307,117824,'_xmlrpc_request','true'),(725308,117824,'_server_remote_addr','209.59.182.49'),(725309,117824,'_server_http_x_forwarded_for_0','209.59.182.49'),(725310,117825,'login_id','1'),(725311,117825,'login_email','mentolnet@gmail.com'),(725312,117825,'login','mentol'),(725313,117825,'server_http_user_agent','Python-urllib/2.6'),(725314,117825,'_message_key','user_login_failed'),(725315,117825,'_xmlrpc_request','true'),(725316,117825,'_server_remote_addr','209.59.182.49'),(725317,117825,'_server_http_x_forwarded_for_0','209.59.182.49'),(725318,117826,'login_id','1'),(725319,117826,'login_email','mentolnet@gmail.com'),(725320,117826,'login','mentol'),(725321,117826,'server_http_user_agent','Python-urllib/2.6'),(725322,117826,'_message_key','user_login_failed'),(725323,117826,'_xmlrpc_request','true'),(725324,117826,'_server_remote_addr','209.59.182.49'),(725325,117826,'_server_http_x_forwarded_for_0','209.59.182.49'),(725326,117827,'login_id','1'),(725327,117827,'login_email','mentolnet@gmail.com'),(725328,117827,'login','mentol'),(725329,117827,'server_http_user_agent','Python-urllib/2.6'),(725330,117827,'_message_key','user_login_failed'),(725331,117827,'_xmlrpc_request','true'),(725332,117827,'_server_remote_addr','209.59.182.49'),(725333,117827,'_server_http_x_forwarded_for_0','209.59.182.49'),(725334,117828,'login_id','1'),(725335,117828,'login_email','mentolnet@gmail.com'),(725336,117828,'login','mentol'),(725337,117828,'server_http_user_agent','Python-urllib/2.6'),(725338,117828,'_message_key','user_login_failed'),(725339,117828,'_xmlrpc_request','true'),(725340,117828,'_server_remote_addr','209.59.182.49'),(725341,117828,'_server_http_x_forwarded_for_0','209.59.182.49'),(725342,117829,'login_id','1'),(725343,117829,'login_email','mentolnet@gmail.com'),(725344,117829,'login','mentol'),(725345,117829,'server_http_user_agent','Python-urllib/2.6'),(725346,117829,'_message_key','user_login_failed'),(725347,117829,'_xmlrpc_request','true'),(725348,117829,'_server_remote_addr','209.59.182.49'),(725349,117829,'_server_http_x_forwarded_for_0','209.59.182.49'),(725350,117830,'login_id','1'),(725351,117830,'login_email','mentolnet@gmail.com'),(725352,117830,'login','mentol'),(725301,117823,'_server_http_x_forwarded_for_0','209.59.182.49'),(725300,117823,'_server_remote_addr','209.59.182.49'),(725299,117823,'_xmlrpc_request','true'),(725298,117823,'_message_key','user_login_failed'),(725297,117823,'server_http_user_agent','Python-urllib/2.6'),(725294,117823,'login_id','1'),(725295,117823,'login_email','mentolnet@gmail.com'),(725296,117823,'login','mentol'),(725293,117822,'_server_http_x_forwarded_for_0','209.59.182.49'),(725292,117822,'_server_remote_addr','209.59.182.49'),(725291,117822,'_xmlrpc_request','true'),(725290,117822,'_message_key','user_login_failed'),(725289,117822,'server_http_user_agent','Python-urllib/2.6'),(725286,117822,'login_id','1'),(725287,117822,'login_email','mentolnet@gmail.com'),(725288,117822,'login','mentol'),(725285,117821,'_server_http_x_forwarded_for_0','209.59.182.49'),(725284,117821,'_server_remote_addr','209.59.182.49'),(725283,117821,'_xmlrpc_request','true'),(725282,117821,'_message_key','user_login_failed'),(725281,117821,'server_http_user_agent','Python-urllib/2.6'),(725278,117821,'login_id','1'),(725279,117821,'login_email','mentolnet@gmail.com'),(725280,117821,'login','mentol'),(725277,117820,'_server_http_x_forwarded_for_0','209.59.182.49'),(725276,117820,'_server_remote_addr','209.59.182.49'),(725275,117820,'_xmlrpc_request','true'),(725274,117820,'_message_key','user_login_failed'),(725271,117820,'login_email','mentolnet@gmail.com'),(725272,117820,'login','mentol'),(725273,117820,'server_http_user_agent','Python-urllib/2.6'),(725270,117820,'login_id','1'),(725269,117819,'_server_http_x_forwarded_for_0','209.59.182.49'),(725268,117819,'_server_remote_addr','209.59.182.49'),(725267,117819,'_xmlrpc_request','true'),(725264,117819,'login','mentol'),(725265,117819,'server_http_user_agent','Python-urllib/2.6'),(725266,117819,'_message_key','user_login_failed'),(725263,117819,'login_email','mentolnet@gmail.com'),(725262,117819,'login_id','1'),(725261,117818,'_server_http_x_forwarded_for_0','209.59.182.49'),(725260,117818,'_server_remote_addr','209.59.182.49'),(725259,117818,'_xmlrpc_request','true'),(725257,117818,'server_http_user_agent','Python-urllib/2.6'),(725258,117818,'_message_key','user_login_failed'),(725256,117818,'login','mentol'),(725255,117818,'login_email','mentolnet@gmail.com'),(725247,117817,'login_email','mentolnet@gmail.com'),(725248,117817,'login','mentol'),(725249,117817,'server_http_user_agent','Python-urllib/2.6'),(725250,117817,'_message_key','user_login_failed'),(725251,117817,'_xmlrpc_request','true'),(725252,117817,'_server_remote_addr','209.59.182.49'),(725253,117817,'_server_http_x_forwarded_for_0','209.59.182.49'),(725254,117818,'login_id','1'),(725246,117817,'login_id','1'),(725245,117816,'_server_http_x_forwarded_for_0','209.59.182.49'),(725244,117816,'_server_remote_addr','209.59.182.49'),(725243,117816,'_xmlrpc_request','true'),(725242,117816,'_message_key','user_login_failed'),(725241,117816,'server_http_user_agent','Python-urllib/2.6'),(725238,117816,'login_id','1'),(725239,117816,'login_email','mentolnet@gmail.com'),(725240,117816,'login','mentol'),(725237,117815,'_server_http_x_forwarded_for_0','209.59.182.49'),(725236,117815,'_server_remote_addr','209.59.182.49'),(725235,117815,'_xmlrpc_request','true'),(725234,117815,'_message_key','user_login_failed'),(725233,117815,'server_http_user_agent','Python-urllib/2.6'),(725230,117815,'login_id','1'),(725231,117815,'login_email','mentolnet@gmail.com'),(725232,117815,'login','mentol'),(725229,117814,'_server_http_x_forwarded_for_0','209.59.182.49'),(725228,117814,'_server_remote_addr','209.59.182.49'),(725227,117814,'_xmlrpc_request','true'),(725226,117814,'_message_key','user_login_failed'),(725225,117814,'server_http_user_agent','Python-urllib/2.6'),(725222,117814,'login_id','1'),(725223,117814,'login_email','mentolnet@gmail.com'),(725224,117814,'login','mentol'),(725221,117813,'_server_http_x_forwarded_for_0','209.59.182.49'),(725220,117813,'_server_remote_addr','209.59.182.49'),(725219,117813,'_xmlrpc_request','true'),(725218,117813,'_message_key','user_login_failed'),(725217,117813,'server_http_user_agent','Python-urllib/2.6'),(725214,117813,'login_id','1'),(725215,117813,'login_email','mentolnet@gmail.com'),(725216,117813,'login','mentol'),(725213,117812,'_server_http_x_forwarded_for_0','209.59.182.49'),(725212,117812,'_server_remote_addr','209.59.182.49'),(725211,117812,'_xmlrpc_request','true'),(725210,117812,'_message_key','user_login_failed'),(725209,117812,'server_http_user_agent','Python-urllib/2.6'),(725206,117812,'login_id','1'),(725207,117812,'login_email','mentolnet@gmail.com'),(725208,117812,'login','mentol'),(725205,117811,'_server_http_x_forwarded_for_0','209.59.182.49'),(725204,117811,'_server_remote_addr','209.59.182.49'),(725203,117811,'_xmlrpc_request','true'),(725202,117811,'_message_key','user_login_failed'),(725201,117811,'server_http_user_agent','Python-urllib/2.6'),(725198,117811,'login_id','1'),(725199,117811,'login_email','mentolnet@gmail.com'),(725200,117811,'login','mentol'),(725197,117810,'_server_http_x_forwarded_for_0','209.59.182.49'),(725196,117810,'_server_remote_addr','209.59.182.49'),(725195,117810,'_xmlrpc_request','true'),(725194,117810,'_message_key','user_login_failed'),(725191,117810,'login_email','mentolnet@gmail.com'),(725192,117810,'login','mentol'),(725193,117810,'server_http_user_agent','Python-urllib/2.6'),(725132,117802,'_server_remote_addr','209.59.182.49'),(725133,117802,'_server_http_x_forwarded_for_0','209.59.182.49'),(725134,117803,'login_id','1'),(725135,117803,'login_email','mentolnet@gmail.com'),(725136,117803,'login','mentol'),(725137,117803,'server_http_user_agent','Python-urllib/2.6'),(725138,117803,'_message_key','user_login_failed'),(725139,117803,'_xmlrpc_request','true'),(725140,117803,'_server_remote_addr','209.59.182.49'),(725141,117803,'_server_http_x_forwarded_for_0','209.59.182.49'),(725142,117804,'login_id','1'),(725143,117804,'login_email','mentolnet@gmail.com'),(725144,117804,'login','mentol'),(725145,117804,'server_http_user_agent','Python-urllib/2.6'),(725146,117804,'_message_key','user_login_failed'),(725147,117804,'_xmlrpc_request','true'),(725148,117804,'_server_remote_addr','209.59.182.49'),(725149,117804,'_server_http_x_forwarded_for_0','209.59.182.49'),(725150,117805,'login_id','1'),(725151,117805,'login_email','mentolnet@gmail.com'),(725152,117805,'login','mentol'),(725153,117805,'server_http_user_agent','Python-urllib/2.6'),(725154,117805,'_message_key','user_login_failed'),(725155,117805,'_xmlrpc_request','true'),(725156,117805,'_server_remote_addr','209.59.182.49'),(725157,117805,'_server_http_x_forwarded_for_0','209.59.182.49'),(725158,117806,'login_id','1'),(725159,117806,'login_email','mentolnet@gmail.com'),(725160,117806,'login','mentol'),(725161,117806,'server_http_user_agent','Python-urllib/2.6'),(725162,117806,'_message_key','user_login_failed'),(725163,117806,'_xmlrpc_request','true'),(725164,117806,'_server_remote_addr','209.59.182.49'),(725165,117806,'_server_http_x_forwarded_for_0','209.59.182.49'),(725166,117807,'login_id','1'),(725167,117807,'login_email','mentolnet@gmail.com'),(725168,117807,'login','mentol'),(725169,117807,'server_http_user_agent','Python-urllib/2.6'),(725170,117807,'_message_key','user_login_failed'),(725171,117807,'_xmlrpc_request','true'),(725172,117807,'_server_remote_addr','209.59.182.49'),(725173,117807,'_server_http_x_forwarded_for_0','209.59.182.49'),(725174,117808,'login_id','1'),(725175,117808,'login_email','mentolnet@gmail.com'),(725176,117808,'login','mentol'),(725177,117808,'server_http_user_agent','Python-urllib/2.6'),(725178,117808,'_message_key','user_login_failed'),(725179,117808,'_xmlrpc_request','true'),(725180,117808,'_server_remote_addr','209.59.182.49'),(725181,117808,'_server_http_x_forwarded_for_0','209.59.182.49'),(725182,117809,'login_id','1'),(725183,117809,'login_email','mentolnet@gmail.com'),(725184,117809,'login','mentol'),(725185,117809,'server_http_user_agent','Python-urllib/2.6'),(725186,117809,'_message_key','user_login_failed'),(725187,117809,'_xmlrpc_request','true'),(725188,117809,'_server_remote_addr','209.59.182.49'),(725189,117809,'_server_http_x_forwarded_for_0','209.59.182.49'),(725190,117810,'login_id','1'),(725131,117802,'_xmlrpc_request','true'),(724449,117714,'login_email','mentolnet@gmail.com'),(724450,117714,'login','mentol'),(724451,117714,'server_http_user_agent','wp-windowsphone'),(724452,117714,'_message_key','user_login_failed'),(724453,117714,'_xmlrpc_request','true'),(724454,117714,'_server_remote_addr','50.62.208.64'),(724455,117714,'_server_http_x_forwarded_for_0','50.62.208.64'),(724456,117715,'failed_username','luis-monteiro'),(724457,117715,'server_http_user_agent','WordPress'),(724458,117715,'_message_key','user_unknown_login_failed'),(724459,117715,'_xmlrpc_request','true'),(724460,117715,'_server_remote_addr','67.220.185.18'),(724461,117715,'_server_http_x_forwarded_for_0','67.220.185.18'),(724462,117716,'login_id','1'),(724463,117716,'login_email','mentolnet@gmail.com'),(724464,117716,'login','mentol'),(724465,117716,'server_http_user_agent','Windows Live Writer'),(724466,117716,'_message_key','user_login_failed'),(724467,117716,'_xmlrpc_request','true'),(724468,117716,'_server_remote_addr','148.163.100.130'),(724469,117716,'_server_http_x_forwarded_for_0','148.163.100.130'),(724470,117717,'login_id','1'),(724471,117717,'login_email','mentolnet@gmail.com'),(724472,117717,'login','mentol'),(724473,117717,'server_http_user_agent','WordPress'),(724474,117717,'_message_key','user_login_failed'),(724475,117717,'_xmlrpc_request','true'),(724476,117717,'_server_remote_addr','132.148.36.185'),(724477,117717,'_server_http_x_forwarded_for_0','132.148.36.185'),(724478,117718,'failed_username','luis-monteiro'),(724479,117718,'server_http_user_agent','Windows Live Writer'),(724480,117718,'_message_key','user_unknown_login_failed'),(724481,117718,'_xmlrpc_request','true'),(724482,117718,'_server_remote_addr','185.207.39.66'),(724483,117718,'_server_http_x_forwarded_for_0','185.207.39.66'),(724484,117719,'login_id','1'),(724485,117719,'login_email','mentolnet@gmail.com'),(724486,117719,'login','mentol'),(724487,117719,'server_http_user_agent','Windows Live Writer'),(724488,117719,'_message_key','user_login_failed'),(724489,117719,'_xmlrpc_request','true'),(724490,117719,'_server_remote_addr','64.20.52.82'),(724491,117719,'_server_http_x_forwarded_for_0','64.20.52.82'),(724492,117720,'login_id','1'),(724493,117720,'login_email','mentolnet@gmail.com'),(724494,117720,'login','mentol'),(724495,117720,'server_http_user_agent','wp-windowsphone'),(724496,117720,'_message_key','user_login_failed'),(724497,117720,'_xmlrpc_request','true'),(724498,117720,'_server_remote_addr','31.170.161.42'),(724499,117720,'_server_http_x_forwarded_for_0','31.170.161.42'),(724500,117721,'failed_username','luis-monteiro'),(724501,117721,'server_http_user_agent','WordPress'),(724502,117721,'_message_key','user_unknown_login_failed'),(724503,117721,'_xmlrpc_request','true'),(724504,117721,'_server_remote_addr','89.252.180.101'),(724505,117721,'_server_http_x_forwarded_for_0','89.252.180.101'),(724506,117722,'login_id','1'),(724507,117722,'login_email','mentolnet@gmail.com'),(724508,117722,'login','mentol'),(724509,117722,'server_http_user_agent','Windows Live Writer'),(724510,117722,'_message_key','user_login_failed'),(724511,117722,'_xmlrpc_request','true'),(724512,117722,'_server_remote_addr','198.54.114.55'),(724513,117722,'_server_http_x_forwarded_for_0','198.54.114.55'),(724514,117723,'login_id','1'),(724515,117723,'login_email','mentolnet@gmail.com'),(724516,117723,'login','mentol'),(724517,117723,'server_http_user_agent','Windows Live Writer'),(724518,117723,'_message_key','user_login_failed'),(724519,117723,'_xmlrpc_request','true'),(724520,117723,'_server_remote_addr','107.180.120.18'),(724521,117723,'_server_http_x_forwarded_for_0','107.180.120.18'),(724522,117724,'failed_username','luis-monteiro'),(724523,117724,'server_http_user_agent','wp-android'),(724524,117724,'_message_key','user_unknown_login_failed'),(724525,117724,'_xmlrpc_request','true'),(724526,117724,'_server_remote_addr','153.92.0.20'),(724527,117724,'_server_http_x_forwarded_for_0','153.92.0.20'),(724528,117725,'login_id','1'),(724529,117725,'login_email','mentolnet@gmail.com'),(724530,117725,'login','mentol'),(724531,117725,'server_http_user_agent','wp-android'),(724532,117725,'_message_key','user_login_failed'),(724533,117725,'_xmlrpc_request','true'),(724534,117725,'_server_remote_addr','107.180.109.50'),(724535,117725,'_server_http_x_forwarded_for_0','107.180.109.50'),(724536,117726,'login_id','1'),(724537,117726,'login_email','mentolnet@gmail.com'),(724538,117726,'login','mentol'),(724539,117726,'server_http_user_agent','wp-windowsphone'),(724540,117726,'_message_key','user_login_failed'),(724541,117726,'_xmlrpc_request','true'),(724542,117726,'_server_remote_addr','185.106.210.201'),(724543,117726,'_server_http_x_forwarded_for_0','185.106.210.201'),(724544,117727,'failed_username','luis-monteiro'),(724545,117727,'server_http_user_agent','wp-windowsphone'),(724546,117727,'_message_key','user_unknown_login_failed'),(724547,117727,'_xmlrpc_request','true'),(724548,117727,'_server_remote_addr','41.185.8.221'),(724549,117727,'_server_http_x_forwarded_for_0','41.185.8.221'),(724550,117728,'login_id','1'),(724551,117728,'login_email','mentolnet@gmail.com'),(724552,117728,'login','mentol'),(724553,117728,'server_http_user_agent','wp-android'),(724554,117728,'_message_key','user_login_failed'),(724555,117728,'_xmlrpc_request','true'),(724556,117728,'_server_remote_addr','103.254.155.181'),(724557,117728,'_server_http_x_forwarded_for_0','103.254.155.181'),(724558,117729,'login_id','1'),(724559,117729,'login_email','mentolnet@gmail.com'),(724560,117729,'login','mentol'),(724561,117729,'server_http_user_agent','wp-windowsphone'),(724562,117729,'_message_key','user_login_failed'),(724563,117729,'_xmlrpc_request','true'),(724564,117729,'_server_remote_addr','123.207.238.146'),(724565,117729,'_server_http_x_forwarded_for_0','123.207.238.146'),(724566,117730,'failed_username','luis-monteiro'),(724567,117730,'server_http_user_agent','Windows Live Writer'),(724568,117730,'_message_key','user_unknown_login_failed'),(724569,117730,'_xmlrpc_request','true'),(724570,117730,'_server_remote_addr','86.123.186.63'),(724571,117730,'_server_http_x_forwarded_for_0','86.123.186.63'),(724572,117731,'login_id','1'),(724573,117731,'login_email','mentolnet@gmail.com'),(724574,117731,'login','mentol'),(724575,117731,'server_http_user_agent','WordPress'),(724576,117731,'_message_key','user_login_failed'),(724577,117731,'_xmlrpc_request','true'),(724578,117731,'_server_remote_addr','107.180.120.61'),(724579,117731,'_server_http_x_forwarded_for_0','107.180.120.61'),(724580,117732,'login_id','1'),(724581,117732,'login_email','mentolnet@gmail.com'),(724582,117732,'login','mentol'),(724583,117732,'server_http_user_agent','WordPress'),(724584,117732,'_message_key','user_login_failed'),(724585,117732,'_xmlrpc_request','true'),(724586,117732,'_server_remote_addr','86.123.186.63'),(724587,117732,'_server_http_x_forwarded_for_0','86.123.186.63'),(724588,117733,'failed_username','luis-monteiro'),(724589,117733,'server_http_user_agent','Windows Live Writer'),(724590,117733,'_message_key','user_unknown_login_failed'),(724591,117733,'_xmlrpc_request','true'),(724592,117733,'_server_remote_addr','198.38.82.72'),(724593,117733,'_server_http_x_forwarded_for_0','198.38.82.72'),(724594,117734,'login_id','1'),(724595,117734,'login_email','mentolnet@gmail.com'),(724596,117734,'login','mentol'),(724597,117734,'server_http_user_agent','wp-iphone'),(724598,117734,'_message_key','user_login_failed'),(724599,117734,'_xmlrpc_request','true'),(724600,117734,'_server_remote_addr','70.32.28.66'),(724601,117734,'_server_http_x_forwarded_for_0','70.32.28.66'),(724602,117735,'failed_username','luis-monteiro'),(724603,117735,'server_http_user_agent','WordPress'),(724604,117735,'_message_key','user_unknown_login_failed'),(724605,117735,'_xmlrpc_request','true'),(724606,117735,'_server_remote_addr','67.225.224.35'),(724607,117735,'_server_http_x_forwarded_for_0','67.225.224.35'),(724608,117736,'login_id','1'),(724609,117736,'login_email','mentolnet@gmail.com'),(724610,117736,'login','mentol'),(724611,117736,'server_http_user_agent','wp-iphone'),(724612,117736,'_message_key','user_login_failed'),(724613,117736,'_xmlrpc_request','true'),(724614,117736,'_server_remote_addr','103.8.25.116'),(724615,117736,'_server_http_x_forwarded_for_0','103.8.25.116'),(724616,117737,'login_id','1'),(724617,117737,'login_email','mentolnet@gmail.com'),(724618,117737,'login','mentol'),(724619,117737,'server_http_user_agent','Windows Live Writer'),(724620,117737,'_message_key','user_login_failed'),(724621,117737,'_xmlrpc_request','true'),(724622,117737,'_server_remote_addr','198.54.114.125'),(724623,117737,'_server_http_x_forwarded_for_0','198.54.114.125'),(724624,117738,'failed_username','luis-monteiro'),(724625,117738,'server_http_user_agent','wp-iphone'),(724626,117738,'_message_key','user_unknown_login_failed'),(724627,117738,'_xmlrpc_request','true'),(724628,117738,'_server_remote_addr','148.66.145.143'),(724629,117738,'_server_http_x_forwarded_for_0','148.66.145.143'),(724630,117739,'login_id','1'),(724631,117739,'login_email','mentolnet@gmail.com'),(724632,117739,'login','mentol'),(724633,117739,'server_http_user_agent','Windows Live Writer'),(724634,117739,'_message_key','user_login_failed'),(724635,117739,'_xmlrpc_request','true'),(724636,117739,'_server_remote_addr','107.180.111.69'),(724637,117739,'_server_http_x_forwarded_for_0','107.180.111.69'),(724638,117740,'failed_username','luis-monteiro'),(724639,117740,'server_http_user_agent','Poster'),(724640,117740,'_message_key','user_unknown_login_failed'),(724641,117740,'_xmlrpc_request','true'),(724642,117740,'_server_remote_addr','79.127.127.24'),(724643,117740,'_server_http_x_forwarded_for_0','79.127.127.24'),(724644,117741,'login_id','1'),(724645,117741,'login_email','mentolnet@gmail.com'),(724646,117741,'login','mentol'),(724647,117741,'server_http_user_agent','wp-android'),(724648,117741,'_message_key','user_login_failed'),(724649,117741,'_xmlrpc_request','true'),(724650,117741,'_server_remote_addr','31.14.13.75'),(724651,117741,'_server_http_x_forwarded_for_0','31.14.13.75'),(724652,117742,'login_id','1'),(724653,117742,'login_email','mentolnet@gmail.com'),(724654,117742,'login','mentol'),(724655,117742,'server_http_user_agent','Windows Live Writer'),(724656,117742,'_message_key','user_login_failed'),(724657,117742,'_xmlrpc_request','true'),(724658,117742,'_server_remote_addr','186.64.113.60'),(724659,117742,'_server_http_x_forwarded_for_0','186.64.113.60'),(724660,117743,'login_id','1'),(724661,117743,'login_email','mentolnet@gmail.com'),(724662,117743,'login','mentol'),(724663,117743,'server_http_user_agent','Poster'),(724664,117743,'_message_key','user_login_failed'),(724665,117743,'_xmlrpc_request','true'),(724666,117743,'_server_remote_addr','186.64.113.60'),(724667,117743,'_server_http_x_forwarded_for_0','186.64.113.60'),(724668,117744,'failed_username','luis-monteiro'),(724669,117744,'server_http_user_agent','wp-windowsphone'),(724670,117744,'_message_key','user_unknown_login_failed'),(724671,117744,'_xmlrpc_request','true'),(724672,117744,'_server_remote_addr','107.180.120.67'),(724673,117744,'_server_http_x_forwarded_for_0','107.180.120.67'),(724674,117745,'login_id','1'),(724675,117745,'login_email','mentolnet@gmail.com'),(724676,117745,'login','mentol'),(724677,117745,'server_http_user_agent','wp-windowsphone'),(724678,117745,'_message_key','user_login_failed'),(724679,117745,'_xmlrpc_request','true'),(724680,117745,'_server_remote_addr','37.187.146.135'),(724681,117745,'_server_http_x_forwarded_for_0','37.187.146.135'),(724682,117746,'login_id','1'),(724683,117746,'login_email','mentolnet@gmail.com'),(724684,117746,'login','mentol'),(724685,117746,'server_http_user_agent','Poster'),(724686,117746,'_message_key','user_login_failed'),(724687,117746,'_xmlrpc_request','true'),(724688,117746,'_server_remote_addr','107.180.120.51'),(724689,117746,'_server_http_x_forwarded_for_0','107.180.120.51'),(724690,117747,'failed_username','luis-monteiro'),(724691,117747,'server_http_user_agent','wp-windowsphone'),(724692,117747,'_message_key','user_unknown_login_failed'),(724693,117747,'_xmlrpc_request','true'),(724694,117747,'_server_remote_addr','182.50.135.77'),(724695,117747,'_server_http_x_forwarded_for_0','182.50.135.77'),(724696,117748,'login_id','1'),(724697,117748,'login_email','mentolnet@gmail.com'),(724698,117748,'login','mentol'),(724699,117748,'server_http_user_agent','wp-windowsphone'),(724700,117748,'_message_key','user_login_failed'),(724701,117748,'_xmlrpc_request','true'),(724702,117748,'_server_remote_addr','69.90.163.40'),(724703,117748,'_server_http_x_forwarded_for_0','69.90.163.40'),(724704,117749,'login_id','1'),(724705,117749,'login_email','mentolnet@gmail.com'),(724706,117749,'login','mentol'),(724707,117749,'server_http_user_agent','Windows Live Writer'),(724708,117749,'_message_key','user_login_failed'),(724709,117749,'_xmlrpc_request','true'),(724710,117749,'_server_remote_addr','198.71.239.51'),(724711,117749,'_server_http_x_forwarded_for_0','198.71.239.51'),(724712,117750,'failed_username','luis-monteiro'),(724713,117750,'server_http_user_agent','Windows Live Writer'),(724714,117750,'_message_key','user_unknown_login_failed'),(724715,117750,'_xmlrpc_request','true'),(724716,117750,'_server_remote_addr','37.61.238.59'),(724717,117750,'_server_http_x_forwarded_for_0','37.61.238.59'),(724718,117751,'login_id','1'),(724719,117751,'login_email','mentolnet@gmail.com'),(724720,117751,'login','mentol'),(724721,117751,'server_http_user_agent','wp-windowsphone'),(724722,117751,'_message_key','user_login_failed'),(724723,117751,'_xmlrpc_request','true'),(724724,117751,'_server_remote_addr','103.227.176.13'),(724725,117751,'_server_http_x_forwarded_for_0','103.227.176.13'),(724726,117752,'login_id','1'),(724727,117752,'login_email','mentolnet@gmail.com'),(724728,117752,'login','mentol'),(724729,117752,'server_http_user_agent','WordPress'),(724730,117752,'_message_key','user_login_failed'),(724731,117752,'_xmlrpc_request','true');
INSERT INTO `carpi_simple_history_contexts` (`context_id`, `history_id`, `key`, `value`) VALUES (724732,117752,'_server_remote_addr','104.248.161.82'),(724733,117752,'_server_http_x_forwarded_for_0','104.248.161.82'),(724734,117753,'login_id','1'),(724735,117753,'login_email','mentolnet@gmail.com'),(724736,117753,'login','mentol'),(724737,117753,'server_http_user_agent','Python-urllib/2.6'),(724738,117753,'_message_key','user_login_failed'),(724739,117753,'_xmlrpc_request','true'),(724740,117753,'_server_remote_addr','209.59.182.49'),(724741,117753,'_server_http_x_forwarded_for_0','209.59.182.49'),(724742,117754,'login_id','1'),(724743,117754,'login_email','mentolnet@gmail.com'),(724744,117754,'login','mentol'),(724745,117754,'server_http_user_agent','Python-urllib/2.6'),(724746,117754,'_message_key','user_login_failed'),(724747,117754,'_xmlrpc_request','true'),(724748,117754,'_server_remote_addr','209.59.182.49'),(724749,117754,'_server_http_x_forwarded_for_0','209.59.182.49'),(724750,117755,'login_id','1'),(724751,117755,'login_email','mentolnet@gmail.com'),(724752,117755,'login','mentol'),(724753,117755,'server_http_user_agent','Python-urllib/2.6'),(724754,117755,'_message_key','user_login_failed'),(724755,117755,'_xmlrpc_request','true'),(724756,117755,'_server_remote_addr','209.59.182.49'),(724757,117755,'_server_http_x_forwarded_for_0','209.59.182.49'),(724758,117756,'login_id','1'),(724759,117756,'login_email','mentolnet@gmail.com'),(724760,117756,'login','mentol'),(724761,117756,'server_http_user_agent','Python-urllib/2.6'),(724762,117756,'_message_key','user_login_failed'),(724763,117756,'_xmlrpc_request','true'),(724764,117756,'_server_remote_addr','209.59.182.49'),(724765,117756,'_server_http_x_forwarded_for_0','209.59.182.49'),(724766,117757,'login_id','1'),(724767,117757,'login_email','mentolnet@gmail.com'),(724768,117757,'login','mentol'),(724769,117757,'server_http_user_agent','Python-urllib/2.6'),(724770,117757,'_message_key','user_login_failed'),(724771,117757,'_xmlrpc_request','true'),(724772,117757,'_server_remote_addr','209.59.182.49'),(724773,117757,'_server_http_x_forwarded_for_0','209.59.182.49'),(724774,117758,'login_id','1'),(724775,117758,'login_email','mentolnet@gmail.com'),(724776,117758,'login','mentol'),(724777,117758,'server_http_user_agent','Python-urllib/2.6'),(724778,117758,'_message_key','user_login_failed'),(724779,117758,'_xmlrpc_request','true'),(724780,117758,'_server_remote_addr','209.59.182.49'),(724781,117758,'_server_http_x_forwarded_for_0','209.59.182.49'),(724782,117759,'login_id','1'),(724783,117759,'login_email','mentolnet@gmail.com'),(724784,117759,'login','mentol'),(724785,117759,'server_http_user_agent','Python-urllib/2.6'),(724786,117759,'_message_key','user_login_failed'),(724787,117759,'_xmlrpc_request','true'),(724788,117759,'_server_remote_addr','209.59.182.49'),(724789,117759,'_server_http_x_forwarded_for_0','209.59.182.49'),(724790,117760,'login_id','1'),(724791,117760,'login_email','mentolnet@gmail.com'),(724792,117760,'login','mentol'),(724793,117760,'server_http_user_agent','Python-urllib/2.6'),(724794,117760,'_message_key','user_login_failed'),(724795,117760,'_xmlrpc_request','true'),(724796,117760,'_server_remote_addr','209.59.182.49'),(724797,117760,'_server_http_x_forwarded_for_0','209.59.182.49'),(724798,117761,'login_id','1'),(724799,117761,'login_email','mentolnet@gmail.com'),(724800,117761,'login','mentol'),(724801,117761,'server_http_user_agent','Python-urllib/2.6'),(724802,117761,'_message_key','user_login_failed'),(724803,117761,'_xmlrpc_request','true'),(724804,117761,'_server_remote_addr','209.59.182.49'),(724805,117761,'_server_http_x_forwarded_for_0','209.59.182.49'),(724806,117762,'login_id','1'),(724807,117762,'login_email','mentolnet@gmail.com'),(724808,117762,'login','mentol'),(724809,117762,'server_http_user_agent','Python-urllib/2.6'),(724810,117762,'_message_key','user_login_failed'),(724811,117762,'_xmlrpc_request','true'),(724812,117762,'_server_remote_addr','209.59.182.49'),(724813,117762,'_server_http_x_forwarded_for_0','209.59.182.49'),(724814,117763,'login_id','1'),(724815,117763,'login_email','mentolnet@gmail.com'),(724816,117763,'login','mentol'),(724817,117763,'server_http_user_agent','Python-urllib/2.6'),(724818,117763,'_message_key','user_login_failed'),(724819,117763,'_xmlrpc_request','true'),(724820,117763,'_server_remote_addr','209.59.182.49'),(724821,117763,'_server_http_x_forwarded_for_0','209.59.182.49'),(724822,117764,'login_id','1'),(724823,117764,'login_email','mentolnet@gmail.com'),(724824,117764,'login','mentol'),(724825,117764,'server_http_user_agent','Python-urllib/2.6'),(724826,117764,'_message_key','user_login_failed'),(724827,117764,'_xmlrpc_request','true'),(724828,117764,'_server_remote_addr','209.59.182.49'),(724829,117764,'_server_http_x_forwarded_for_0','209.59.182.49'),(724830,117765,'login_id','1'),(724831,117765,'login_email','mentolnet@gmail.com'),(724832,117765,'login','mentol'),(724833,117765,'server_http_user_agent','Python-urllib/2.6'),(724834,117765,'_message_key','user_login_failed'),(724835,117765,'_xmlrpc_request','true'),(724836,117765,'_server_remote_addr','209.59.182.49'),(724837,117765,'_server_http_x_forwarded_for_0','209.59.182.49'),(724838,117766,'login_id','1'),(724839,117766,'login_email','mentolnet@gmail.com'),(724840,117766,'login','mentol'),(724841,117766,'server_http_user_agent','Python-urllib/2.6'),(724842,117766,'_message_key','user_login_failed'),(724843,117766,'_xmlrpc_request','true'),(724844,117766,'_server_remote_addr','209.59.182.49'),(724845,117766,'_server_http_x_forwarded_for_0','209.59.182.49'),(724846,117767,'login_id','1'),(724847,117767,'login_email','mentolnet@gmail.com'),(724848,117767,'login','mentol'),(724849,117767,'server_http_user_agent','Python-urllib/2.6'),(724850,117767,'_message_key','user_login_failed'),(724851,117767,'_xmlrpc_request','true'),(724852,117767,'_server_remote_addr','209.59.182.49'),(724853,117767,'_server_http_x_forwarded_for_0','209.59.182.49'),(724854,117768,'login_id','1'),(724855,117768,'login_email','mentolnet@gmail.com'),(724856,117768,'login','mentol'),(724857,117768,'server_http_user_agent','Python-urllib/2.6'),(724858,117768,'_message_key','user_login_failed'),(724859,117768,'_xmlrpc_request','true'),(724860,117768,'_server_remote_addr','209.59.182.49'),(724861,117768,'_server_http_x_forwarded_for_0','209.59.182.49'),(724862,117769,'login_id','1'),(724863,117769,'login_email','mentolnet@gmail.com'),(724864,117769,'login','mentol'),(724865,117769,'server_http_user_agent','Python-urllib/2.6'),(724866,117769,'_message_key','user_login_failed'),(724867,117769,'_xmlrpc_request','true'),(724868,117769,'_server_remote_addr','209.59.182.49'),(724869,117769,'_server_http_x_forwarded_for_0','209.59.182.49'),(724870,117770,'login_id','1'),(724871,117770,'login_email','mentolnet@gmail.com'),(724872,117770,'login','mentol'),(724873,117770,'server_http_user_agent','Python-urllib/2.6'),(724874,117770,'_message_key','user_login_failed'),(724875,117770,'_xmlrpc_request','true'),(724876,117770,'_server_remote_addr','209.59.182.49'),(724877,117770,'_server_http_x_forwarded_for_0','209.59.182.49'),(724878,117771,'login_id','1'),(724879,117771,'login_email','mentolnet@gmail.com'),(724880,117771,'login','mentol'),(724881,117771,'server_http_user_agent','Python-urllib/2.6'),(724882,117771,'_message_key','user_login_failed'),(724883,117771,'_xmlrpc_request','true'),(724884,117771,'_server_remote_addr','209.59.182.49'),(724885,117771,'_server_http_x_forwarded_for_0','209.59.182.49'),(724886,117772,'login_id','1'),(724887,117772,'login_email','mentolnet@gmail.com'),(724888,117772,'login','mentol'),(724889,117772,'server_http_user_agent','Python-urllib/2.6'),(724890,117772,'_message_key','user_login_failed'),(724891,117772,'_xmlrpc_request','true'),(724892,117772,'_server_remote_addr','209.59.182.49'),(724893,117772,'_server_http_x_forwarded_for_0','209.59.182.49'),(724894,117773,'login_id','1'),(724895,117773,'login_email','mentolnet@gmail.com'),(724896,117773,'login','mentol'),(724897,117773,'server_http_user_agent','Python-urllib/2.6'),(724898,117773,'_message_key','user_login_failed'),(724899,117773,'_xmlrpc_request','true'),(724900,117773,'_server_remote_addr','209.59.182.49'),(724901,117773,'_server_http_x_forwarded_for_0','209.59.182.49'),(724902,117774,'login_id','1'),(724903,117774,'login_email','mentolnet@gmail.com'),(724904,117774,'login','mentol'),(724905,117774,'server_http_user_agent','Python-urllib/2.6'),(724906,117774,'_message_key','user_login_failed'),(724907,117774,'_xmlrpc_request','true'),(724908,117774,'_server_remote_addr','209.59.182.49'),(724909,117774,'_server_http_x_forwarded_for_0','209.59.182.49'),(724910,117775,'login_id','1'),(724911,117775,'login_email','mentolnet@gmail.com'),(724912,117775,'login','mentol'),(724913,117775,'server_http_user_agent','Python-urllib/2.6'),(724914,117775,'_message_key','user_login_failed'),(724915,117775,'_xmlrpc_request','true'),(724916,117775,'_server_remote_addr','209.59.182.49'),(724917,117775,'_server_http_x_forwarded_for_0','209.59.182.49'),(724918,117776,'login_id','1'),(724919,117776,'login_email','mentolnet@gmail.com'),(724920,117776,'login','mentol'),(724921,117776,'server_http_user_agent','Python-urllib/2.6'),(724922,117776,'_message_key','user_login_failed'),(724923,117776,'_xmlrpc_request','true'),(724924,117776,'_server_remote_addr','209.59.182.49'),(724925,117776,'_server_http_x_forwarded_for_0','209.59.182.49'),(724926,117777,'login_id','1'),(724927,117777,'login_email','mentolnet@gmail.com'),(724928,117777,'login','mentol'),(724929,117777,'server_http_user_agent','Python-urllib/2.6'),(724930,117777,'_message_key','user_login_failed'),(724931,117777,'_xmlrpc_request','true'),(724932,117777,'_server_remote_addr','209.59.182.49'),(724933,117777,'_server_http_x_forwarded_for_0','209.59.182.49'),(724934,117778,'login_id','1'),(724935,117778,'login_email','mentolnet@gmail.com'),(724936,117778,'login','mentol'),(724937,117778,'server_http_user_agent','Python-urllib/2.6'),(724938,117778,'_message_key','user_login_failed'),(724939,117778,'_xmlrpc_request','true'),(724940,117778,'_server_remote_addr','209.59.182.49'),(724941,117778,'_server_http_x_forwarded_for_0','209.59.182.49'),(724942,117779,'login_id','1'),(724943,117779,'login_email','mentolnet@gmail.com'),(724944,117779,'login','mentol'),(724945,117779,'server_http_user_agent','Python-urllib/2.6'),(724946,117779,'_message_key','user_login_failed'),(724947,117779,'_xmlrpc_request','true'),(724948,117779,'_server_remote_addr','209.59.182.49'),(724949,117779,'_server_http_x_forwarded_for_0','209.59.182.49'),(724950,117780,'login_id','1'),(724951,117780,'login_email','mentolnet@gmail.com'),(724952,117780,'login','mentol'),(724953,117780,'server_http_user_agent','Python-urllib/2.6'),(724954,117780,'_message_key','user_login_failed'),(724955,117780,'_xmlrpc_request','true'),(724956,117780,'_server_remote_addr','209.59.182.49'),(724957,117780,'_server_http_x_forwarded_for_0','209.59.182.49'),(724958,117781,'login_id','1'),(724959,117781,'login_email','mentolnet@gmail.com'),(724960,117781,'login','mentol'),(724961,117781,'server_http_user_agent','Python-urllib/2.6'),(724962,117781,'_message_key','user_login_failed'),(724963,117781,'_xmlrpc_request','true'),(724964,117781,'_server_remote_addr','209.59.182.49'),(724965,117781,'_server_http_x_forwarded_for_0','209.59.182.49'),(724966,117782,'login_id','1'),(724967,117782,'login_email','mentolnet@gmail.com'),(724968,117782,'login','mentol'),(724969,117782,'server_http_user_agent','Python-urllib/2.6'),(724970,117782,'_message_key','user_login_failed'),(724971,117782,'_xmlrpc_request','true'),(724972,117782,'_server_remote_addr','209.59.182.49'),(724973,117782,'_server_http_x_forwarded_for_0','209.59.182.49'),(724974,117783,'login_id','1'),(724975,117783,'login_email','mentolnet@gmail.com'),(724976,117783,'login','mentol'),(724977,117783,'server_http_user_agent','Python-urllib/2.6'),(724978,117783,'_message_key','user_login_failed'),(724979,117783,'_xmlrpc_request','true'),(724980,117783,'_server_remote_addr','209.59.182.49'),(724981,117783,'_server_http_x_forwarded_for_0','209.59.182.49'),(724982,117784,'login_id','1'),(724983,117784,'login_email','mentolnet@gmail.com'),(724984,117784,'login','mentol'),(724985,117784,'server_http_user_agent','Python-urllib/2.6'),(724986,117784,'_message_key','user_login_failed'),(724987,117784,'_xmlrpc_request','true'),(724988,117784,'_server_remote_addr','209.59.182.49'),(724989,117784,'_server_http_x_forwarded_for_0','209.59.182.49'),(724990,117785,'login_id','1'),(724991,117785,'login_email','mentolnet@gmail.com'),(724992,117785,'login','mentol'),(724993,117785,'server_http_user_agent','Python-urllib/2.6'),(724994,117785,'_message_key','user_login_failed'),(724995,117785,'_xmlrpc_request','true'),(724996,117785,'_server_remote_addr','209.59.182.49'),(724997,117785,'_server_http_x_forwarded_for_0','209.59.182.49'),(724998,117786,'login_id','1'),(724999,117786,'login_email','mentolnet@gmail.com'),(725000,117786,'login','mentol'),(725001,117786,'server_http_user_agent','Python-urllib/2.6'),(725002,117786,'_message_key','user_login_failed'),(725003,117786,'_xmlrpc_request','true'),(725004,117786,'_server_remote_addr','209.59.182.49'),(725005,117786,'_server_http_x_forwarded_for_0','209.59.182.49'),(725006,117787,'login_id','1'),(725007,117787,'login_email','mentolnet@gmail.com'),(725008,117787,'login','mentol'),(725009,117787,'server_http_user_agent','Python-urllib/2.6'),(725010,117787,'_message_key','user_login_failed'),(725011,117787,'_xmlrpc_request','true'),(725012,117787,'_server_remote_addr','209.59.182.49'),(725013,117787,'_server_http_x_forwarded_for_0','209.59.182.49'),(725014,117788,'login_id','1'),(725015,117788,'login_email','mentolnet@gmail.com'),(725016,117788,'login','mentol'),(725017,117788,'server_http_user_agent','Python-urllib/2.6'),(725018,117788,'_message_key','user_login_failed'),(725019,117788,'_xmlrpc_request','true'),(725020,117788,'_server_remote_addr','209.59.182.49'),(725021,117788,'_server_http_x_forwarded_for_0','209.59.182.49'),(725022,117789,'login_id','1'),(725023,117789,'login_email','mentolnet@gmail.com'),(725024,117789,'login','mentol'),(725025,117789,'server_http_user_agent','Python-urllib/2.6'),(725026,117789,'_message_key','user_login_failed'),(725027,117789,'_xmlrpc_request','true'),(725028,117789,'_server_remote_addr','209.59.182.49'),(725029,117789,'_server_http_x_forwarded_for_0','209.59.182.49'),(725030,117790,'login_id','1'),(725031,117790,'login_email','mentolnet@gmail.com'),(725032,117790,'login','mentol'),(725033,117790,'server_http_user_agent','Python-urllib/2.6'),(725034,117790,'_message_key','user_login_failed'),(725035,117790,'_xmlrpc_request','true'),(725036,117790,'_server_remote_addr','209.59.182.49'),(725037,117790,'_server_http_x_forwarded_for_0','209.59.182.49'),(725038,117791,'login_id','1'),(725039,117791,'login_email','mentolnet@gmail.com'),(725040,117791,'login','mentol'),(725041,117791,'server_http_user_agent','Python-urllib/2.6'),(725042,117791,'_message_key','user_login_failed'),(725043,117791,'_xmlrpc_request','true'),(725044,117791,'_server_remote_addr','209.59.182.49'),(725045,117791,'_server_http_x_forwarded_for_0','209.59.182.49'),(725046,117792,'login_id','1'),(725047,117792,'login_email','mentolnet@gmail.com'),(725048,117792,'login','mentol'),(725049,117792,'server_http_user_agent','Python-urllib/2.6'),(725050,117792,'_message_key','user_login_failed'),(725051,117792,'_xmlrpc_request','true'),(725052,117792,'_server_remote_addr','209.59.182.49'),(725053,117792,'_server_http_x_forwarded_for_0','209.59.182.49'),(725054,117793,'login_id','1'),(725055,117793,'login_email','mentolnet@gmail.com'),(725056,117793,'login','mentol'),(725057,117793,'server_http_user_agent','Python-urllib/2.6'),(725058,117793,'_message_key','user_login_failed'),(725059,117793,'_xmlrpc_request','true'),(725060,117793,'_server_remote_addr','209.59.182.49'),(725061,117793,'_server_http_x_forwarded_for_0','209.59.182.49'),(725062,117794,'login_id','1'),(725063,117794,'login_email','mentolnet@gmail.com'),(725064,117794,'login','mentol'),(725065,117794,'server_http_user_agent','Python-urllib/2.6'),(725066,117794,'_message_key','user_login_failed'),(725067,117794,'_xmlrpc_request','true'),(725068,117794,'_server_remote_addr','209.59.182.49'),(725069,117794,'_server_http_x_forwarded_for_0','209.59.182.49'),(725070,117795,'login_id','1'),(725071,117795,'login_email','mentolnet@gmail.com'),(725072,117795,'login','mentol'),(725073,117795,'server_http_user_agent','Python-urllib/2.6'),(725074,117795,'_message_key','user_login_failed'),(725075,117795,'_xmlrpc_request','true'),(725076,117795,'_server_remote_addr','209.59.182.49'),(725077,117795,'_server_http_x_forwarded_for_0','209.59.182.49'),(725078,117796,'login_id','1'),(725079,117796,'login_email','mentolnet@gmail.com'),(725080,117796,'login','mentol'),(725081,117796,'server_http_user_agent','Python-urllib/2.6'),(725082,117796,'_message_key','user_login_failed'),(725083,117796,'_xmlrpc_request','true'),(725084,117796,'_server_remote_addr','209.59.182.49'),(725085,117796,'_server_http_x_forwarded_for_0','209.59.182.49'),(725086,117797,'login_id','1'),(725087,117797,'login_email','mentolnet@gmail.com'),(725088,117797,'login','mentol'),(725089,117797,'server_http_user_agent','Python-urllib/2.6'),(725090,117797,'_message_key','user_login_failed'),(725091,117797,'_xmlrpc_request','true'),(725092,117797,'_server_remote_addr','209.59.182.49'),(725093,117797,'_server_http_x_forwarded_for_0','209.59.182.49'),(725094,117798,'login_id','1'),(725095,117798,'login_email','mentolnet@gmail.com'),(725096,117798,'login','mentol'),(725097,117798,'server_http_user_agent','Python-urllib/2.6'),(725098,117798,'_message_key','user_login_failed'),(725099,117798,'_xmlrpc_request','true'),(725100,117798,'_server_remote_addr','209.59.182.49'),(725101,117798,'_server_http_x_forwarded_for_0','209.59.182.49'),(725102,117799,'login_id','1'),(725103,117799,'login_email','mentolnet@gmail.com'),(725104,117799,'login','mentol'),(725105,117799,'server_http_user_agent','Python-urllib/2.6'),(725106,117799,'_message_key','user_login_failed'),(725107,117799,'_xmlrpc_request','true'),(725108,117799,'_server_remote_addr','209.59.182.49'),(725109,117799,'_server_http_x_forwarded_for_0','209.59.182.49'),(725110,117800,'login_id','1'),(725111,117800,'login_email','mentolnet@gmail.com'),(725112,117800,'login','mentol'),(725113,117800,'server_http_user_agent','Python-urllib/2.6'),(725114,117800,'_message_key','user_login_failed'),(725115,117800,'_xmlrpc_request','true'),(725116,117800,'_server_remote_addr','209.59.182.49'),(725117,117800,'_server_http_x_forwarded_for_0','209.59.182.49'),(725118,117801,'login_id','1'),(725119,117801,'login_email','mentolnet@gmail.com'),(725120,117801,'login','mentol'),(725121,117801,'server_http_user_agent','Python-urllib/2.6'),(725122,117801,'_message_key','user_login_failed'),(725123,117801,'_xmlrpc_request','true'),(725124,117801,'_server_remote_addr','209.59.182.49'),(725125,117801,'_server_http_x_forwarded_for_0','209.59.182.49'),(725126,117802,'login_id','1'),(725127,117802,'login_email','mentolnet@gmail.com'),(725128,117802,'login','mentol'),(725129,117802,'server_http_user_agent','Python-urllib/2.6'),(725130,117802,'_message_key','user_login_failed'),(724448,117714,'login_id','1'),(724447,117713,'_server_http_x_forwarded_for_0','89.42.216.238'),(724445,117713,'_xmlrpc_request','true'),(724446,117713,'_server_remote_addr','89.42.216.238'),(724444,117713,'_message_key','user_login_failed'),(724443,117713,'server_http_user_agent','Windows Live Writer'),(724442,117713,'login','mentol'),(724441,117713,'login_email','mentolnet@gmail.com'),(724440,117713,'login_id','1'),(724438,117712,'_server_remote_addr','107.180.111.7'),(724439,117712,'_server_http_x_forwarded_for_0','107.180.111.7'),(724437,117712,'_xmlrpc_request','true'),(724436,117712,'_message_key','user_unknown_login_failed'),(724435,117712,'server_http_user_agent','Poster'),(724434,117712,'failed_username','luis-monteiro'),(724431,117711,'_xmlrpc_request','true'),(724432,117711,'_server_remote_addr','107.180.120.38'),(724433,117711,'_server_http_x_forwarded_for_0','107.180.120.38'),(724430,117711,'_message_key','user_login_failed'),(724429,117711,'server_http_user_agent','wp-android'),(724428,117711,'login','mentol'),(724427,117711,'login_email','mentolnet@gmail.com'),(724426,117711,'login_id','1'),(724424,117710,'_server_remote_addr','160.153.196.115'),(724425,117710,'_server_http_x_forwarded_for_0','160.153.196.115'),(724423,117710,'_xmlrpc_request','true'),(724422,117710,'_message_key','user_unknown_login_failed'),(724421,117710,'server_http_user_agent','wp-iphone'),(724420,117710,'failed_username','luis-monteiro'),(724417,117709,'_xmlrpc_request','true'),(724418,117709,'_server_remote_addr','107.180.123.26'),(724419,117709,'_server_http_x_forwarded_for_0','107.180.123.26'),(724416,117709,'_message_key','user_login_failed'),(724415,117709,'server_http_user_agent','wp-iphone'),(724414,117709,'login','mentol'),(724413,117709,'login_email','mentolnet@gmail.com'),(724412,117709,'login_id','1'),(724410,117708,'_server_remote_addr','107.180.122.32'),(724411,117708,'_server_http_x_forwarded_for_0','107.180.122.32'),(724409,117708,'_xmlrpc_request','true'),(724408,117708,'_message_key','user_login_failed'),(724406,117708,'login','mentol'),(724407,117708,'server_http_user_agent','wp-iphone'),(724403,117707,'_server_http_x_forwarded_for_0','66.198.240.31'),(724404,117708,'login_id','1'),(724405,117708,'login_email','mentolnet@gmail.com'),(724402,117707,'_server_remote_addr','66.198.240.31'),(724401,117707,'_xmlrpc_request','true'),(724400,117707,'_message_key','user_unknown_login_failed'),(724399,117707,'server_http_user_agent','Poster'),(724398,117707,'failed_username','luis-monteiro'),(724396,117706,'_server_remote_addr','202.52.146.102'),(724397,117706,'_server_http_x_forwarded_for_0','202.52.146.102'),(724395,117706,'_xmlrpc_request','true'),(724394,117706,'_message_key','user_login_failed'),(724392,117706,'login','mentol'),(724393,117706,'server_http_user_agent','wp-windowsphone'),(724389,117705,'_server_http_x_forwarded_for_0','107.180.120.61'),(724390,117706,'login_id','1'),(724391,117706,'login_email','mentolnet@gmail.com'),(724388,117705,'_server_remote_addr','107.180.120.61'),(724387,117705,'_xmlrpc_request','true'),(724386,117705,'_message_key','user_login_failed'),(724385,117705,'server_http_user_agent','wp-windowsphone'),(724384,117705,'login','mentol'),(724382,117705,'login_id','1'),(724383,117705,'login_email','mentolnet@gmail.com'),(724380,117704,'_server_remote_addr','162.241.179.255'),(724381,117704,'_server_http_x_forwarded_for_0','162.241.179.255'),(724379,117704,'_xmlrpc_request','true'),(724378,117704,'_message_key','user_unknown_login_failed'),(724376,117704,'failed_username','luis-monteiro'),(724377,117704,'server_http_user_agent','Windows Live Writer'),(724375,117703,'_server_http_x_forwarded_for_0','62.210.185.4'),(724374,117703,'_server_remote_addr','62.210.185.4'),(724373,117703,'_xmlrpc_request','true'),(724372,117703,'_message_key','user_login_failed'),(724371,117703,'server_http_user_agent','wp-iphone'),(724368,117703,'login_id','1'),(724369,117703,'login_email','mentolnet@gmail.com'),(724370,117703,'login','mentol'),(724367,117702,'_server_http_x_forwarded_for_0','182.50.151.15'),(724366,117702,'_server_remote_addr','182.50.151.15'),(724365,117702,'_xmlrpc_request','true'),(724364,117702,'_message_key','user_login_failed'),(724363,117702,'server_http_user_agent','wp-iphone'),(724360,117702,'login_id','1'),(724361,117702,'login_email','mentolnet@gmail.com'),(724362,117702,'login','mentol'),(724358,117701,'_server_remote_addr','185.159.153.13'),(724359,117701,'_server_http_x_forwarded_for_0','185.159.153.13'),(724357,117701,'_xmlrpc_request','true'),(724356,117701,'_message_key','user_unknown_login_failed'),(724355,117701,'server_http_user_agent','wp-windowsphone'),(724354,117701,'failed_username','luis-monteiro'),(724352,117700,'_server_remote_addr','54.161.139.34'),(724353,117700,'_server_http_x_forwarded_for_0','54.161.139.34'),(724351,117700,'_xmlrpc_request','true'),(724350,117700,'_message_key','user_login_failed'),(724348,117700,'login','mentol'),(724349,117700,'server_http_user_agent','wp-iphone'),(724345,117699,'_server_http_x_forwarded_for_0','182.50.132.95'),(724346,117700,'login_id','1'),(724347,117700,'login_email','mentolnet@gmail.com'),(724344,117699,'_server_remote_addr','182.50.132.95'),(724343,117699,'_xmlrpc_request','true'),(724342,117699,'_message_key','user_login_failed'),(724341,117699,'server_http_user_agent','wp-windowsphone'),(724340,117699,'login','mentol'),(724337,117698,'_server_http_x_forwarded_for_0','45.40.135.112'),(724338,117699,'login_id','1'),(724339,117699,'login_email','mentolnet@gmail.com'),(724334,117698,'_message_key','user_unknown_login_failed'),(724335,117698,'_xmlrpc_request','true'),(724336,117698,'_server_remote_addr','45.40.135.112'),(724333,117698,'server_http_user_agent','WordPress'),(724332,117698,'failed_username','luis-monteiro'),(724330,117697,'_server_remote_addr','153.92.0.6'),(724331,117697,'_server_http_x_forwarded_for_0','153.92.0.6'),(724329,117697,'_xmlrpc_request','true'),(724328,117697,'_message_key','user_login_failed'),(724327,117697,'server_http_user_agent','Windows Live Writer'),(724324,117697,'login_id','1'),(724325,117697,'login_email','mentolnet@gmail.com'),(724326,117697,'login','mentol'),(724323,117696,'_server_http_x_forwarded_for_0','186.64.116.40'),(724322,117696,'_server_remote_addr','186.64.116.40'),(724321,117696,'_xmlrpc_request','true'),(724320,117696,'_message_key','user_login_failed'),(724317,117696,'login_email','mentolnet@gmail.com'),(724318,117696,'login','mentol'),(724319,117696,'server_http_user_agent','wp-windowsphone'),(724316,117696,'login_id','1'),(724315,117695,'_server_http_x_forwarded_for_0','62.210.185.4'),(724314,117695,'_server_remote_addr','62.210.185.4'),(724313,117695,'_xmlrpc_request','true'),(724311,117695,'server_http_user_agent','wp-windowsphone'),(724312,117695,'_message_key','user_unknown_login_failed'),(724310,117695,'failed_username','luis-monteiro'),(724309,117694,'_server_http_x_forwarded_for_0','121.41.7.181'),(724308,117694,'_server_remote_addr','121.41.7.181'),(724307,117694,'_xmlrpc_request','true'),(724306,117694,'_message_key','user_login_failed'),(724303,117694,'login_email','mentolnet@gmail.com'),(724304,117694,'login','mentol'),(724305,117694,'server_http_user_agent','wp-windowsphone'),(724216,117682,'login','mentol'),(724217,117682,'server_http_user_agent','wp-iphone'),(724218,117682,'_message_key','user_login_failed'),(724219,117682,'_xmlrpc_request','true'),(724220,117682,'_server_remote_addr','198.71.235.85'),(724221,117682,'_server_http_x_forwarded_for_0','198.71.235.85'),(724222,117683,'failed_username','luis-monteiro'),(724223,117683,'server_http_user_agent','Poster'),(724224,117683,'_message_key','user_unknown_login_failed'),(724225,117683,'_xmlrpc_request','true'),(724226,117683,'_server_remote_addr','129.232.138.64'),(724227,117683,'_server_http_x_forwarded_for_0','129.232.138.64'),(724228,117684,'login_id','1'),(724229,117684,'login_email','mentolnet@gmail.com'),(724230,117684,'login','mentol'),(724231,117684,'server_http_user_agent','wp-android'),(724232,117684,'_message_key','user_login_failed'),(724233,117684,'_xmlrpc_request','true'),(724234,117684,'_server_remote_addr','91.134.248.211'),(724235,117684,'_server_http_x_forwarded_for_0','91.134.248.211'),(724236,117685,'login_id','1'),(724237,117685,'login_email','mentolnet@gmail.com'),(724238,117685,'login','mentol'),(724239,117685,'server_http_user_agent','wp-android'),(724240,117685,'_message_key','user_login_failed'),(724241,117685,'_xmlrpc_request','true'),(724242,117685,'_server_remote_addr','50.87.248.92'),(724243,117685,'_server_http_x_forwarded_for_0','50.87.248.92'),(724244,117686,'failed_username','luis-monteiro'),(724245,117686,'server_http_user_agent','Poster'),(724246,117686,'_message_key','user_unknown_login_failed'),(724247,117686,'_xmlrpc_request','true'),(724248,117686,'_server_remote_addr','45.56.100.50'),(724249,117686,'_server_http_x_forwarded_for_0','45.56.100.50'),(724250,117687,'login_id','1'),(724251,117687,'login_email','mentolnet@gmail.com'),(724252,117687,'login','mentol'),(724253,117687,'server_http_user_agent','Poster'),(724254,117687,'_message_key','user_login_failed'),(724255,117687,'_xmlrpc_request','true'),(724256,117687,'_server_remote_addr','50.63.197.157'),(724257,117687,'_server_http_x_forwarded_for_0','50.63.197.157'),(724258,117688,'login_id','1'),(724259,117688,'login_email','mentolnet@gmail.com'),(724260,117688,'login','mentol'),(724261,117688,'server_http_user_agent','wp-windowsphone'),(724262,117688,'_message_key','user_login_failed'),(724263,117688,'_xmlrpc_request','true'),(724264,117688,'_server_remote_addr','162.245.236.66'),(724265,117688,'_server_http_x_forwarded_for_0','162.245.236.66'),(724266,117689,'failed_username','luis-monteiro'),(724267,117689,'server_http_user_agent','wp-windowsphone'),(724268,117689,'_message_key','user_unknown_login_failed'),(724269,117689,'_xmlrpc_request','true'),(724270,117689,'_server_remote_addr','144.76.34.233'),(724271,117689,'_server_http_x_forwarded_for_0','144.76.34.233'),(724272,117690,'login_id','1'),(724273,117690,'login_email','mentolnet@gmail.com'),(724274,117690,'login','mentol'),(724275,117690,'server_http_user_agent','Poster'),(724276,117690,'_message_key','user_login_failed'),(724277,117690,'_xmlrpc_request','true'),(724278,117690,'_server_remote_addr','192.145.239.208'),(724279,117690,'_server_http_x_forwarded_for_0','192.145.239.208'),(724280,117691,'login_id','1'),(724281,117691,'login_email','mentolnet@gmail.com'),(724282,117691,'login','mentol'),(724283,117691,'server_http_user_agent','wp-windowsphone'),(724284,117691,'_message_key','user_login_failed'),(724285,117691,'_xmlrpc_request','true'),(724286,117691,'_server_remote_addr','41.185.8.235'),(724287,117691,'_server_http_x_forwarded_for_0','41.185.8.235'),(724288,117692,'failed_username','luis-monteiro'),(724289,117692,'server_http_user_agent','wp-iphone'),(724290,117692,'_message_key','user_unknown_login_failed'),(724291,117692,'_xmlrpc_request','true'),(724292,117692,'_server_remote_addr','72.167.190.90'),(724293,117692,'_server_http_x_forwarded_for_0','72.167.190.90'),(724294,117693,'login_id','1'),(724295,117693,'login_email','mentolnet@gmail.com'),(724296,117693,'login','mentol'),(724297,117693,'server_http_user_agent','Windows Live Writer'),(724298,117693,'_message_key','user_login_failed'),(724299,117693,'_xmlrpc_request','true'),(724300,117693,'_server_remote_addr','198.71.228.48'),(724301,117693,'_server_http_x_forwarded_for_0','198.71.228.48'),(724302,117694,'login_id','1'),(724215,117682,'login_email','mentolnet@gmail.com'),(724214,117682,'login_id','1'),(724213,117681,'_server_http_x_forwarded_for_0','198.71.239.51'),(724212,117681,'_server_remote_addr','198.71.239.51'),(724211,117681,'_xmlrpc_request','true'),(724189,117678,'_xmlrpc_request','true'),(724190,117678,'_server_remote_addr','196.41.130.155'),(724191,117678,'_server_http_x_forwarded_for_0','196.41.130.155'),(724192,117679,'login_id','1'),(724193,117679,'login_email','mentolnet@gmail.com'),(724194,117679,'login','mentol'),(724195,117679,'server_http_user_agent','wp-windowsphone'),(724196,117679,'_message_key','user_login_failed'),(724197,117679,'_xmlrpc_request','true'),(724198,117679,'_server_remote_addr','107.180.122.32'),(724199,117679,'_server_http_x_forwarded_for_0','107.180.122.32'),(724200,117680,'failed_username','luis-monteiro'),(724201,117680,'server_http_user_agent','Poster'),(724202,117680,'_message_key','user_unknown_login_failed'),(724203,117680,'_xmlrpc_request','true'),(724204,117680,'_server_remote_addr','112.213.89.67'),(724205,117680,'_server_http_x_forwarded_for_0','112.213.89.67'),(724206,117681,'login_id','1'),(724207,117681,'login_email','mentolnet@gmail.com'),(724208,117681,'login','mentol'),(724209,117681,'server_http_user_agent','Poster'),(724210,117681,'_message_key','user_login_failed'),(724188,117678,'_message_key','user_login_failed'),(724187,117678,'server_http_user_agent','wp-windowsphone'),(724186,117678,'login','mentol'),(724182,117677,'_server_remote_addr','144.217.67.14'),(724183,117677,'_server_http_x_forwarded_for_0','144.217.67.14'),(724184,117678,'login_id','1'),(724185,117678,'login_email','mentolnet@gmail.com'),(724180,117677,'_message_key','user_unknown_login_failed'),(724181,117677,'_xmlrpc_request','true'),(724179,117677,'server_http_user_agent','wp-iphone'),(724178,117677,'failed_username','luis-monteiro'),(724177,117676,'_server_http_x_forwarded_for_0','173.208.229.242'),(724176,117676,'_server_remote_addr','173.208.229.242'),(724174,117676,'_message_key','user_login_failed'),(724175,117676,'_xmlrpc_request','true'),(724173,117676,'server_http_user_agent','wp-android'),(724172,117676,'login','mentol'),(724171,117676,'login_email','mentolnet@gmail.com'),(724170,117676,'login_id','1'),(724169,117675,'_server_http_x_forwarded_for_0','182.50.132.83'),(724167,117675,'_xmlrpc_request','true'),(724168,117675,'_server_remote_addr','182.50.132.83'),(724166,117675,'_message_key','user_login_failed'),(724165,117675,'server_http_user_agent','Windows Live Writer'),(724163,117675,'login_email','mentolnet@gmail.com'),(724164,117675,'login','mentol'),(724162,117675,'login_id','1'),(724161,117674,'_server_http_x_forwarded_for_0','107.180.96.244'),(724160,117674,'_server_remote_addr','107.180.96.244'),(724159,117674,'_xmlrpc_request','true'),(724158,117674,'_message_key','user_unknown_login_failed'),(724157,117674,'server_http_user_agent','Poster'),(724154,117673,'_server_remote_addr','185.92.239.147'),(724155,117673,'_server_http_x_forwarded_for_0','185.92.239.147'),(724156,117674,'failed_username','luis-monteiro'),(724153,117673,'_xmlrpc_request','true'),(724152,117673,'_message_key','user_login_failed'),(724147,117672,'_server_http_x_forwarded_for_0','195.201.58.170'),(724148,117673,'login_id','1'),(724149,117673,'login_email','mentolnet@gmail.com'),(724150,117673,'login','mentol'),(724151,117673,'server_http_user_agent','Windows Live Writer'),(724144,117672,'_message_key','user_login_failed'),(724145,117672,'_xmlrpc_request','true'),(724146,117672,'_server_remote_addr','195.201.58.170'),(724142,117672,'login','mentol'),(724143,117672,'server_http_user_agent','wp-iphone'),(724141,117672,'login_email','mentolnet@gmail.com'),(724140,117672,'login_id','1'),(724138,117671,'_server_remote_addr','91.228.152.249'),(724139,117671,'_server_http_x_forwarded_for_0','91.228.152.249'),(724137,117671,'_xmlrpc_request','true'),(724135,117671,'server_http_user_agent','wp-android'),(724136,117671,'_message_key','user_unknown_login_failed'),(724133,117670,'_server_http_x_forwarded_for_0','109.71.40.15'),(724134,117671,'failed_username','luis-monteiro'),(724132,117670,'_server_remote_addr','109.71.40.15'),(724122,117669,'_message_key','user_login_failed'),(724123,117669,'_xmlrpc_request','true'),(724124,117669,'_server_remote_addr','94.46.176.210'),(724125,117669,'_server_http_x_forwarded_for_0','94.46.176.210'),(724126,117670,'login_id','1'),(724127,117670,'login_email','mentolnet@gmail.com'),(724128,117670,'login','mentol'),(724129,117670,'server_http_user_agent','wp-iphone'),(724130,117670,'_message_key','user_login_failed'),(724131,117670,'_xmlrpc_request','true'),(724121,117669,'server_http_user_agent','wp-windowsphone'),(724120,117669,'login','mentol'),(724118,117669,'login_id','1'),(724119,117669,'login_email','mentolnet@gmail.com'),(724117,117668,'_server_http_x_forwarded_for_0','186.64.115.60'),(724116,117668,'_server_remote_addr','186.64.115.60'),(724115,117668,'_xmlrpc_request','true'),(724114,117668,'_message_key','user_unknown_login_failed'),(724113,117668,'server_http_user_agent','Windows Live Writer'),(724112,117668,'failed_username','luis-monteiro'),(724111,117667,'_server_http_referer','https://carpi2018.org/wp-cron.php?doing_wp_cron=1542568883.7582039833068847656250'),(724110,117667,'_server_http_x_forwarded_for_0','130.185.87.25'),(724109,117667,'_server_remote_addr','130.185.87.25'),(724106,117667,'days','60'),(724107,117667,'num_rows','19411'),(724108,117667,'_wp_cron_running','true'),(721911,117391,'wp_core_current_version','4.9.7'),(721912,117391,'wp_core_new_version','4.9.8'),(721913,117391,'_message_key','core_update_available'),(721914,117391,'_server_remote_addr','130.185.87.25'),(721915,117391,'_server_http_x_forwarded_for_0','130.185.87.25'),(721916,117391,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721917,117392,'plugin_name','Akismet Anti-Spam'),(721918,117392,'plugin_current_version','4.0.3'),(721919,117392,'plugin_new_version','4.1'),(721920,117392,'_message_key','plugin_update_available'),(721921,117392,'_server_remote_addr','130.185.87.25'),(721922,117392,'_server_http_x_forwarded_for_0','130.185.87.25'),(721923,117392,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721924,117393,'plugin_name','BackUpWordPress'),(721925,117393,'plugin_current_version','3.6.4'),(721926,117393,'plugin_new_version','3.8'),(721927,117393,'_message_key','plugin_update_available'),(721928,117393,'_server_remote_addr','130.185.87.25'),(721929,117393,'_server_http_x_forwarded_for_0','130.185.87.25'),(721930,117393,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721931,117394,'plugin_name','BackWPup'),(721932,117394,'plugin_current_version','3.6.0'),(721933,117394,'plugin_new_version','3.6.3'),(721934,117394,'_message_key','plugin_update_available'),(721935,117394,'_server_remote_addr','130.185.87.25'),(721936,117394,'_server_http_x_forwarded_for_0','130.185.87.25'),(721937,117394,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721938,117395,'plugin_name','Contact Form 7'),(721939,117395,'plugin_current_version','5.0.1'),(721940,117395,'plugin_new_version','5.0.5'),(721941,117395,'_message_key','plugin_update_available'),(721942,117395,'_server_remote_addr','130.185.87.25'),(721943,117395,'_server_http_x_forwarded_for_0','130.185.87.25'),(721944,117395,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721945,117396,'plugin_name','Meta Box'),(721946,117396,'plugin_current_version','4.14.5'),(721947,117396,'plugin_new_version','4.15.7'),(721948,117396,'_message_key','plugin_update_available'),(721949,117396,'_server_remote_addr','130.185.87.25'),(721950,117396,'_server_http_x_forwarded_for_0','130.185.87.25'),(721951,117396,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721952,117397,'plugin_name','Simple History'),(721953,117397,'plugin_current_version','2.20'),(721954,117397,'plugin_new_version','2.28.1'),(721955,117397,'_message_key','plugin_update_available'),(721956,117397,'_server_remote_addr','130.185.87.25'),(721957,117397,'_server_http_x_forwarded_for_0','130.185.87.25'),(721958,117397,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721959,117398,'theme_name','Twenty Seventeen'),(721960,117398,'theme_current_version','1.6'),(721961,117398,'theme_new_version','1.7'),(721962,117398,'_message_key','theme_update_available'),(721963,117398,'_server_remote_addr','130.185.87.25'),(721964,117398,'_server_http_x_forwarded_for_0','130.185.87.25'),(721965,117398,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721966,117399,'prev_version','4.9.7'),(721967,117399,'new_version','4.9.8'),(721968,117399,'_message_key','core_auto_updated'),(721969,117399,'_wp_cron_running','true'),(721970,117399,'_server_remote_addr','130.185.87.25'),(721971,117399,'_server_http_x_forwarded_for_0','130.185.87.25'),(721972,117399,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721973,117400,'plugin_name','Scripts n Styles'),(721974,117400,'plugin_current_version','3.4.4'),(721975,117400,'plugin_new_version','3.4.5'),(721976,117400,'_message_key','plugin_update_available'),(721977,117400,'_server_remote_addr','130.185.87.25'),(721978,117400,'_server_http_x_forwarded_for_0','130.185.87.25'),(721979,117400,'_server_http_referer','http://carpi2018.org/wp-cron.php?doing_wp_cron=1542107897.5008571147918701171875'),(721980,117401,'failed_username','admin'),(721981,117401,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(721982,117401,'_message_key','user_unknown_login_failed'),(721983,117401,'_server_remote_addr','79.169.35.161'),(721984,117401,'_server_http_x_forwarded_for_0','79.169.35.161'),(721985,117401,'_server_http_referer','https://carpi2018.org/wp-login.php?redirect_to=https%3A%2F%2Fcarpi2018.org%2Fwp-admin%2F&reauth=1'),(721986,117402,'user_id','2'),(721987,117402,'user_email','luis.monteiro@albatroz.engineering'),(721988,117402,'user_login','Luis Monteiro'),(721989,117402,'_user_id','2'),(721990,117402,'_user_login','Luis Monteiro'),(721991,117402,'_user_email','luis.monteiro@albatroz.engineering'),(721992,117402,'server_http_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(721993,117402,'_message_key','user_logged_in'),(721994,117402,'_server_remote_addr','79.169.35.161'),(721995,117402,'_server_http_x_forwarded_for_0','79.169.35.161'),(721996,117402,'_server_http_referer','https://carpi2018.org/wp-login.php'),(721997,117403,'failed_username','luis-monteiro'),(721998,117403,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(721999,117403,'_message_key','user_unknown_login_failed'),(722000,117403,'_xmlrpc_request','true'),(722001,117403,'_server_remote_addr','85.15.216.56'),(722002,117403,'_server_http_x_forwarded_for_0','215.29.61.19'),(722003,117403,'_server_http_x_forwarded_for_1','85.15.216.56'),(722004,117403,'_server_http_referer','http://www.google.com.hk'),(722005,117404,'failed_username','luis-monteiro'),(722006,117404,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722007,117404,'_message_key','user_unknown_login_failed'),(722008,117404,'_xmlrpc_request','true'),(722009,117404,'_server_remote_addr','188.239.121.152'),(722010,117404,'_server_http_x_forwarded_for_0','171.185.151.116'),(722011,117404,'_server_http_x_forwarded_for_1','192.99.8.157'),(722012,117404,'_server_http_x_forwarded_for_2','188.239.121.152'),(722013,117404,'_server_http_referer','http://www.google.com.hk'),(722014,117405,'failed_username','luis-monteiro'),(722015,117405,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722016,117405,'_message_key','user_unknown_login_failed'),(722017,117405,'_xmlrpc_request','true'),(722018,117405,'_server_remote_addr','200.229.230.237'),(722019,117405,'_server_http_x_forwarded_for_0','135.227.13.209'),(722020,117405,'_server_http_x_forwarded_for_1','192.99.8.157'),(722021,117405,'_server_http_x_forwarded_for_2','200.229.230.237'),(722022,117405,'_server_http_referer','http://www.google.com.hk'),(722023,117406,'failed_username','luis-monteiro'),(722024,117406,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722025,117406,'_message_key','user_unknown_login_failed'),(722026,117406,'_xmlrpc_request','true'),(722027,117406,'_server_remote_addr','95.71.126.250'),(722028,117406,'_server_http_x_forwarded_for_0','113.178.190.113'),(722029,117406,'_server_http_x_forwarded_for_1','95.71.126.250'),(722030,117406,'_server_http_referer','http://www.google.com.hk'),(722031,117407,'failed_username','luis-monteiro'),(722032,117407,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722033,117407,'_message_key','user_unknown_login_failed'),(722034,117407,'_xmlrpc_request','true'),(722035,117407,'_server_remote_addr','194.156.230.58'),(722036,117407,'_server_http_x_forwarded_for_0','112.120.178.228'),(722037,117407,'_server_http_x_forwarded_for_1','194.156.230.58'),(722038,117407,'_server_http_referer','http://www.google.com.hk'),(722039,117408,'failed_username','luis-monteiro'),(722040,117408,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722041,117408,'_message_key','user_unknown_login_failed'),(722042,117408,'_xmlrpc_request','true'),(722043,117408,'_server_remote_addr','149.255.3.132'),(722044,117408,'_server_http_x_forwarded_for_1','149.255.3.132'),(722045,117408,'_server_http_referer','http://www.google.com.hk'),(722046,117409,'failed_username','luis-monteiro'),(722047,117409,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722048,117409,'_message_key','user_unknown_login_failed'),(722049,117409,'_xmlrpc_request','true'),(722050,117409,'_server_remote_addr','217.117.25.182'),(722051,117409,'_server_http_x_forwarded_for_0','22.58.116.195'),(722052,117409,'_server_http_x_forwarded_for_1','192.99.8.157'),(722053,117409,'_server_http_x_forwarded_for_2','217.117.25.182'),(722054,117409,'_server_http_referer','http://www.google.com.hk'),(722055,117410,'failed_username','luis-monteiro'),(722056,117410,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722057,117410,'_message_key','user_unknown_login_failed'),(722058,117410,'_xmlrpc_request','true'),(722059,117410,'_server_remote_addr','177.53.8.166'),(722060,117410,'_server_http_x_forwarded_for_0','194.119.147.211'),(722061,117410,'_server_http_x_forwarded_for_1','177.53.8.166'),(722062,117410,'_server_http_referer','http://www.google.com.hk'),(722063,117411,'failed_username','luis-monteiro'),(722064,117411,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722065,117411,'_message_key','user_unknown_login_failed'),(722066,117411,'_xmlrpc_request','true'),(722067,117411,'_server_remote_addr','109.202.17.4'),(722068,117411,'_server_http_x_forwarded_for_0','96.24.121.221'),(722069,117411,'_server_http_x_forwarded_for_1','109.202.17.4'),(722070,117411,'_server_http_referer','http://www.google.com.hk'),(722071,117412,'failed_username','luis-monteiro'),(722072,117412,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722073,117412,'_message_key','user_unknown_login_failed'),(722074,117412,'_xmlrpc_request','true'),(722075,117412,'_server_remote_addr','182.253.238.154'),(722076,117412,'_server_http_x_forwarded_for_0','89.188.105.4'),(722077,117412,'_server_http_x_forwarded_for_1','182.253.238.154'),(722078,117412,'_server_http_referer','http://www.google.com.hk'),(722079,117413,'failed_username','luis-monteiro'),(722080,117413,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722081,117413,'_message_key','user_unknown_login_failed'),(722082,117413,'_xmlrpc_request','true'),(722083,117413,'_server_remote_addr','114.8.145.74'),(722084,117413,'_server_http_x_forwarded_for_0','8.181.95.243'),(722085,117413,'_server_http_x_forwarded_for_1','114.8.145.74'),(722086,117413,'_server_http_referer','http://www.google.com.hk'),(722087,117414,'failed_username','luis-monteiro'),(722088,117414,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722089,117414,'_message_key','user_unknown_login_failed'),(722090,117414,'_xmlrpc_request','true'),(722091,117414,'_server_remote_addr','186.233.199.154'),(722092,117414,'_server_http_x_forwarded_for_0','104.129.201.224'),(722093,117414,'_server_http_x_forwarded_for_1','186.233.199.154'),(722094,117414,'_server_http_referer','http://www.google.com.hk'),(722095,117415,'failed_username','luis-monteiro'),(722096,117415,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722097,117415,'_message_key','user_unknown_login_failed'),(722098,117415,'_xmlrpc_request','true'),(722099,117415,'_server_remote_addr','47.206.13.115'),(722100,117415,'_server_http_x_forwarded_for_1','47.206.13.115'),(722101,117415,'_server_http_referer','http://www.google.com.hk'),(722102,117416,'failed_username','luis-monteiro'),(722103,117416,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722104,117416,'_message_key','user_unknown_login_failed'),(722105,117416,'_xmlrpc_request','true'),(722106,117416,'_server_remote_addr','213.109.40.150'),(722107,117416,'_server_http_x_forwarded_for_0','190.201.45.119'),(722108,117416,'_server_http_x_forwarded_for_1','213.109.40.150'),(722109,117416,'_server_http_referer','http://www.google.com.hk'),(722110,117417,'failed_username','luis-monteiro'),(722111,117417,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722112,117417,'_message_key','user_unknown_login_failed'),(722113,117417,'_xmlrpc_request','true'),(722114,117417,'_server_remote_addr','187.44.193.42'),(722115,117417,'_server_http_x_forwarded_for_0','141.111.193.133'),(722116,117417,'_server_http_x_forwarded_for_1','192.99.8.157'),(722117,117417,'_server_http_x_forwarded_for_2','187.44.193.42'),(722118,117417,'_server_http_referer','http://www.google.com.hk'),(722119,117418,'failed_username','luis-monteiro'),(722120,117418,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722121,117418,'_message_key','user_unknown_login_failed'),(722122,117418,'_xmlrpc_request','true'),(722123,117418,'_server_remote_addr','187.188.30.34'),(722124,117418,'_server_http_x_forwarded_for_0','78.88.91.106'),(722125,117418,'_server_http_x_forwarded_for_1','187.188.30.34'),(722126,117418,'_server_http_referer','http://www.google.com.hk'),(722127,117419,'failed_username','luis-monteiro'),(722128,117419,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722129,117419,'_message_key','user_unknown_login_failed'),(722130,117419,'_xmlrpc_request','true'),(722131,117419,'_server_remote_addr','178.217.194.175'),(722132,117419,'_server_http_x_forwarded_for_0','56.75.232.69'),(722133,117419,'_server_http_x_forwarded_for_1','178.217.194.175'),(722134,117419,'_server_http_referer','http://www.google.com.hk'),(722135,117420,'failed_username','luis-monteiro'),(722136,117420,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722137,117420,'_message_key','user_unknown_login_failed'),(722138,117420,'_xmlrpc_request','true'),(722139,117420,'_server_remote_addr','181.129.139.202'),(722140,117420,'_server_http_x_forwarded_for_0','138.161.2.89'),(722141,117420,'_server_http_x_forwarded_for_1','181.129.139.202'),(722142,117420,'_server_http_referer','http://www.google.com.hk'),(722143,117421,'failed_username','luis-monteiro'),(722144,117421,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722145,117421,'_message_key','user_unknown_login_failed'),(722146,117421,'_xmlrpc_request','true'),(722147,117421,'_server_remote_addr','95.161.157.227'),(722148,117421,'_server_http_x_forwarded_for_0','182.76.16.239'),(722149,117421,'_server_http_x_forwarded_for_1','95.161.157.227'),(722150,117421,'_server_http_referer','http://www.google.com.hk'),(722151,117422,'failed_username','luis-monteiro'),(722152,117422,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722153,117422,'_message_key','user_unknown_login_failed'),(722154,117422,'_xmlrpc_request','true'),(722155,117422,'_server_remote_addr','173.82.188.58'),(722156,117422,'_server_http_x_forwarded_for_0','132.235.250.232'),(722157,117422,'_server_http_x_forwarded_for_1','192.99.8.157'),(722158,117422,'_server_http_x_forwarded_for_2','173.82.188.58'),(722159,117422,'_server_http_referer','http://www.google.com.hk'),(722160,117423,'failed_username','luis-monteiro'),(722161,117423,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722162,117423,'_message_key','user_unknown_login_failed'),(722163,117423,'_xmlrpc_request','true'),(722164,117423,'_server_remote_addr','91.144.142.19'),(722165,117423,'_server_http_x_forwarded_for_0','66.15.236.212'),(722166,117423,'_server_http_x_forwarded_for_1','91.144.142.19'),(722167,117423,'_server_http_referer','http://www.google.com.hk'),(722168,117424,'failed_username','luis-monteiro'),(722169,117424,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722170,117424,'_message_key','user_unknown_login_failed'),(722171,117424,'_xmlrpc_request','true'),(722172,117424,'_server_remote_addr','176.215.170.147'),(722173,117424,'_server_http_x_forwarded_for_0','94.163.184.227'),(722174,117424,'_server_http_x_forwarded_for_1','176.215.170.147'),(722175,117424,'_server_http_referer','http://www.google.com.hk'),(722176,117425,'failed_username','luis-monteiro'),(722177,117425,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722178,117425,'_message_key','user_unknown_login_failed'),(722179,117425,'_xmlrpc_request','true'),(722180,117425,'_server_remote_addr','89.47.98.125'),(722181,117425,'_server_http_x_forwarded_for_0','64.42.179.48'),(722182,117425,'_server_http_x_forwarded_for_1','89.47.98.125'),(722183,117425,'_server_http_referer','http://www.google.com.hk'),(722184,117426,'failed_username','luis-monteiro'),(722185,117426,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722186,117426,'_message_key','user_unknown_login_failed'),(722187,117426,'_xmlrpc_request','true'),(722188,117426,'_server_remote_addr','114.33.8.11'),(722189,117426,'_server_http_x_forwarded_for_0','21.12.154.33'),(722190,117426,'_server_http_x_forwarded_for_1','114.33.8.11'),(722191,117426,'_server_http_referer','http://www.google.com.hk'),(722192,117427,'failed_username','luis-monteiro'),(722193,117427,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722194,117427,'_message_key','user_unknown_login_failed'),(722195,117427,'_xmlrpc_request','true'),(722196,117427,'_server_remote_addr','202.166.216.213'),(722197,117427,'_server_http_x_forwarded_for_0','182.217.145.56'),(722198,117427,'_server_http_x_forwarded_for_1','202.166.216.213'),(722199,117427,'_server_http_referer','http://www.google.com.hk'),(722200,117428,'failed_username','luis-monteiro'),(722201,117428,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722202,117428,'_message_key','user_unknown_login_failed'),(722203,117428,'_xmlrpc_request','true'),(722204,117428,'_server_remote_addr','91.144.142.19'),(722205,117428,'_server_http_x_forwarded_for_0','185.16.169.253'),(722206,117428,'_server_http_x_forwarded_for_1','91.144.142.19'),(722207,117428,'_server_http_referer','http://www.google.com.hk'),(722208,117429,'failed_username','luis-monteiro'),(722209,117429,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722210,117429,'_message_key','user_unknown_login_failed'),(722211,117429,'_xmlrpc_request','true'),(722212,117429,'_server_remote_addr','36.37.114.35'),(722213,117429,'_server_http_x_forwarded_for_0','129.123.40.14'),(722214,117429,'_server_http_x_forwarded_for_1','36.37.114.35'),(722215,117429,'_server_http_referer','http://www.google.com.hk'),(722216,117430,'failed_username','luis-monteiro'),(722217,117430,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722218,117430,'_message_key','user_unknown_login_failed'),(722219,117430,'_xmlrpc_request','true'),(722220,117430,'_server_remote_addr','104.248.172.93'),(722221,117430,'_server_http_x_forwarded_for_0','157.81.51.31'),(722222,117430,'_server_http_x_forwarded_for_1','192.99.8.157'),(722223,117430,'_server_http_x_forwarded_for_2','104.248.172.93'),(722224,117430,'_server_http_referer','http://www.google.com.hk'),(722225,117431,'failed_username','luis-monteiro'),(722226,117431,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722227,117431,'_message_key','user_unknown_login_failed'),(722228,117431,'_xmlrpc_request','true'),(722229,117431,'_server_remote_addr','103.69.45.124'),(722230,117431,'_server_http_x_forwarded_for_0','38.198.182.221'),(722231,117431,'_server_http_x_forwarded_for_1','103.69.45.124'),(722232,117431,'_server_http_referer','http://www.google.com.hk'),(722233,117432,'failed_username','luis-monteiro'),(722234,117432,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722235,117432,'_message_key','user_unknown_login_failed'),(722236,117432,'_xmlrpc_request','true'),(722237,117432,'_server_remote_addr','180.214.247.195'),(722238,117432,'_server_http_x_forwarded_for_0','21.245.241.114'),(722239,117432,'_server_http_x_forwarded_for_1','180.214.247.195'),(722240,117432,'_server_http_referer','http://www.google.com.hk'),(722241,117433,'failed_username','luis-monteiro'),(722242,117433,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722243,117433,'_message_key','user_unknown_login_failed'),(722244,117433,'_xmlrpc_request','true'),(722245,117433,'_server_remote_addr','85.15.216.56'),(722246,117433,'_server_http_x_forwarded_for_0','20.118.7.226'),(722247,117433,'_server_http_x_forwarded_for_1','85.15.216.56'),(722248,117433,'_server_http_referer','http://www.google.com.hk'),(722249,117434,'failed_username','luis-monteiro'),(722250,117434,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722251,117434,'_message_key','user_unknown_login_failed'),(722252,117434,'_xmlrpc_request','true'),(722253,117434,'_server_remote_addr','187.102.47.2'),(722254,117434,'_server_http_x_forwarded_for_0','184.217.93.160'),(722255,117434,'_server_http_x_forwarded_for_1','187.102.47.2'),(722256,117434,'_server_http_referer','http://www.google.com.hk'),(722257,117435,'failed_username','luis-monteiro'),(722258,117435,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722259,117435,'_message_key','user_unknown_login_failed'),(722260,117435,'_xmlrpc_request','true'),(722261,117435,'_server_remote_addr','213.168.188.250'),(722262,117435,'_server_http_x_forwarded_for_0','88.46.31.220'),(722263,117435,'_server_http_x_forwarded_for_1','213.168.188.250'),(722264,117435,'_server_http_referer','http://www.google.com.hk'),(722265,117436,'failed_username','luis-monteiro'),(722266,117436,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722267,117436,'_message_key','user_unknown_login_failed'),(722268,117436,'_xmlrpc_request','true'),(722269,117436,'_server_remote_addr','80.65.28.57'),(722270,117436,'_server_http_x_forwarded_for_0','154.146.250.132'),(722271,117436,'_server_http_x_forwarded_for_1','80.65.28.57'),(722272,117436,'_server_http_referer','http://www.google.com.hk'),(722273,117437,'failed_username','luis-monteiro'),(722274,117437,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722275,117437,'_message_key','user_unknown_login_failed'),(722276,117437,'_xmlrpc_request','true'),(722277,117437,'_server_remote_addr','89.47.98.241'),(722278,117437,'_server_http_x_forwarded_for_0','83.244.59.191'),(722279,117437,'_server_http_x_forwarded_for_1','89.47.98.241'),(722280,117437,'_server_http_referer','http://www.google.com.hk'),(722281,117438,'failed_username','luis-monteiro'),(722282,117438,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722283,117438,'_message_key','user_unknown_login_failed'),(722284,117438,'_xmlrpc_request','true'),(722285,117438,'_server_remote_addr','27.2.7.59'),(722286,117438,'_server_http_x_forwarded_for_0','72.49.85.229'),(722287,117438,'_server_http_x_forwarded_for_1','27.2.7.59'),(722288,117438,'_server_http_referer','http://www.google.com.hk'),(722289,117439,'failed_username','luis-monteiro'),(722290,117439,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722291,117439,'_message_key','user_unknown_login_failed'),(722292,117439,'_xmlrpc_request','true'),(722293,117439,'_server_remote_addr','222.165.222.137'),(722294,117439,'_server_http_x_forwarded_for_0','105.95.114.67'),(722295,117439,'_server_http_x_forwarded_for_1','222.165.222.137'),(722296,117439,'_server_http_referer','http://www.google.com.hk'),(722297,117440,'failed_username','luis-monteiro'),(722298,117440,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722299,117440,'_message_key','user_unknown_login_failed'),(722300,117440,'_xmlrpc_request','true'),(722301,117440,'_server_remote_addr','36.37.160.108'),(722302,117440,'_server_http_x_forwarded_for_0','33.202.73.50'),(722303,117440,'_server_http_x_forwarded_for_1','36.37.160.108'),(722304,117440,'_server_http_referer','http://www.google.com.hk'),(722305,117441,'failed_username','luis-monteiro'),(722306,117441,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722307,117441,'_message_key','user_unknown_login_failed'),(722308,117441,'_xmlrpc_request','true'),(722309,117441,'_server_remote_addr','142.93.181.178'),(722310,117441,'_server_http_x_forwarded_for_0','196.20.238.178'),(722311,117441,'_server_http_x_forwarded_for_2','142.93.181.178'),(722312,117441,'_server_http_referer','http://www.google.com.hk'),(722313,117442,'failed_username','luis-monteiro'),(722314,117442,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722315,117442,'_message_key','user_unknown_login_failed'),(722316,117442,'_xmlrpc_request','true'),(722317,117442,'_server_remote_addr','163.44.173.238'),(722318,117442,'_server_http_x_forwarded_for_0','19.19.186.137'),(722319,117442,'_server_http_x_forwarded_for_1','192.99.8.157'),(722320,117442,'_server_http_x_forwarded_for_2','163.44.173.238'),(722321,117442,'_server_http_referer','http://www.google.com.hk'),(722322,117443,'failed_username','luis-monteiro'),(722323,117443,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722324,117443,'_message_key','user_unknown_login_failed'),(722325,117443,'_xmlrpc_request','true'),(722326,117443,'_server_remote_addr','140.227.60.146'),(722327,117443,'_server_http_x_forwarded_for_0','140.227.60.146'),(722328,117443,'_server_http_referer','http://www.google.com.hk'),(722329,117444,'failed_username','luis-monteiro'),(722330,117444,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722331,117444,'_message_key','user_unknown_login_failed'),(722332,117444,'_xmlrpc_request','true'),(722333,117444,'_server_remote_addr','202.166.216.213'),(722334,117444,'_server_http_x_forwarded_for_1','202.166.216.213'),(722335,117444,'_server_http_referer','http://www.google.com.hk'),(722336,117445,'failed_username','luis-monteiro'),(722337,117445,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722338,117445,'_message_key','user_unknown_login_failed'),(722339,117445,'_xmlrpc_request','true'),(722340,117445,'_server_remote_addr','91.202.110.242'),(722341,117445,'_server_http_x_forwarded_for_1','91.202.110.242'),(722342,117445,'_server_http_referer','http://www.google.com.hk'),(722343,117446,'failed_username','luis-monteiro'),(722344,117446,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722345,117446,'_message_key','user_unknown_login_failed'),(722346,117446,'_xmlrpc_request','true'),(722347,117446,'_server_remote_addr','36.37.160.108'),(722348,117446,'_server_http_x_forwarded_for_0','6.214.29.132'),(722349,117446,'_server_http_x_forwarded_for_1','36.37.160.108'),(722350,117446,'_server_http_referer','http://www.google.com.hk'),(722351,117447,'failed_username','luis-monteiro'),(722352,117447,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722353,117447,'_message_key','user_unknown_login_failed'),(722354,117447,'_xmlrpc_request','true'),(722355,117447,'_server_remote_addr','89.47.98.241'),(722356,117447,'_server_http_x_forwarded_for_0','25.84.214.113'),(722357,117447,'_server_http_x_forwarded_for_1','89.47.98.241'),(722358,117447,'_server_http_referer','http://www.google.com.hk'),(722359,117448,'failed_username','luis-monteiro'),(722360,117448,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722361,117448,'_message_key','user_unknown_login_failed'),(722362,117448,'_xmlrpc_request','true'),(722363,117448,'_server_remote_addr','89.47.98.125'),(722364,117448,'_server_http_x_forwarded_for_0','188.70.202.247'),(722365,117448,'_server_http_x_forwarded_for_1','89.47.98.125'),(722366,117448,'_server_http_referer','http://www.google.com.hk'),(722367,117449,'failed_username','luis-monteiro'),(722368,117449,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722369,117449,'_message_key','user_unknown_login_failed'),(722370,117449,'_xmlrpc_request','true'),(722371,117449,'_server_remote_addr','85.15.216.56'),(722372,117449,'_server_http_x_forwarded_for_0','194.162.66.88'),(722373,117449,'_server_http_x_forwarded_for_1','85.15.216.56'),(722374,117449,'_server_http_referer','http://www.google.com.hk'),(722375,117450,'failed_username','luis-monteiro'),(722376,117450,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722377,117450,'_message_key','user_unknown_login_failed'),(722378,117450,'_xmlrpc_request','true'),(722379,117450,'_server_remote_addr','140.227.73.83'),(722380,117450,'_server_http_x_forwarded_for_0','140.227.73.83'),(722381,117450,'_server_http_referer','http://www.google.com.hk'),(722382,117451,'failed_username','luis-monteiro'),(722383,117451,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722384,117451,'_message_key','user_unknown_login_failed'),(722385,117451,'_xmlrpc_request','true'),(722386,117451,'_server_remote_addr','140.227.73.83'),(722387,117451,'_server_http_x_forwarded_for_0','140.227.73.83'),(722388,117451,'_server_http_referer','http://www.google.com.hk'),(722389,117452,'failed_username','luis-monteiro'),(722390,117452,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722391,117452,'_message_key','user_unknown_login_failed'),(722392,117452,'_xmlrpc_request','true'),(722393,117452,'_server_remote_addr','140.227.60.146'),(722394,117452,'_server_http_x_forwarded_for_0','140.227.60.146'),(722395,117452,'_server_http_referer','http://www.google.com.hk'),(722396,117453,'failed_username','luis-monteiro'),(722397,117453,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722398,117453,'_message_key','user_unknown_login_failed'),(722399,117453,'_xmlrpc_request','true'),(722400,117453,'_server_remote_addr','89.47.98.241'),(722401,117453,'_server_http_x_forwarded_for_0','219.172.161.237'),(722402,117453,'_server_http_x_forwarded_for_1','89.47.98.241'),(722403,117453,'_server_http_referer','http://www.google.com.hk'),(722404,117454,'failed_username','luis-monteiro'),(722405,117454,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722406,117454,'_message_key','user_unknown_login_failed'),(722407,117454,'_xmlrpc_request','true'),(722408,117454,'_server_remote_addr','46.151.157.115'),(722409,117454,'_server_http_x_forwarded_for_0','121.189.119.93'),(722410,117454,'_server_http_x_forwarded_for_1','46.151.157.115'),(722411,117454,'_server_http_referer','http://www.google.com.hk'),(722412,117455,'failed_username','luis-monteiro'),(722413,117455,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722414,117455,'_message_key','user_unknown_login_failed'),(722415,117455,'_xmlrpc_request','true'),(722416,117455,'_server_remote_addr','202.166.216.213'),(722417,117455,'_server_http_x_forwarded_for_0','169.148.48.169'),(722418,117455,'_server_http_x_forwarded_for_1','202.166.216.213'),(722419,117455,'_server_http_referer','http://www.google.com.hk'),(722420,117456,'failed_username','luis-monteiro'),(722421,117456,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722422,117456,'_message_key','user_unknown_login_failed'),(722423,117456,'_xmlrpc_request','true'),(722424,117456,'_server_remote_addr','128.140.225.41'),(722425,117456,'_server_http_x_forwarded_for_0','141.96.112.82'),(722426,117456,'_server_http_x_forwarded_for_1','128.140.225.41'),(722427,117456,'_server_http_referer','http://www.google.com.hk'),(722428,117457,'failed_username','luis-monteiro'),(722429,117457,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722430,117457,'_message_key','user_unknown_login_failed'),(722431,117457,'_xmlrpc_request','true'),(722432,117457,'_server_remote_addr','159.138.20.34'),(722433,117457,'_server_http_x_forwarded_for_0','67.113.201.49'),(722434,117457,'_server_http_x_forwarded_for_1','159.138.20.34'),(722435,117457,'_server_http_referer','http://www.google.com.hk'),(722436,117458,'failed_username','luis-monteiro'),(722437,117458,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722438,117458,'_message_key','user_unknown_login_failed'),(722439,117458,'_xmlrpc_request','true'),(722440,117458,'_server_remote_addr','62.133.131.171'),(722441,117458,'_server_http_x_forwarded_for_0','30.127.111.59'),(722442,117458,'_server_http_x_forwarded_for_1','192.99.8.157'),(722443,117458,'_server_http_x_forwarded_for_3','62.133.131.171'),(722444,117458,'_server_http_referer','http://www.google.com.hk'),(722445,117459,'failed_username','luis-monteiro'),(722446,117459,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722447,117459,'_message_key','user_unknown_login_failed'),(722448,117459,'_xmlrpc_request','true'),(722449,117459,'_server_remote_addr','14.102.76.130'),(722450,117459,'_server_http_x_forwarded_for_0','140.150.7.233'),(722451,117459,'_server_http_x_forwarded_for_1','14.102.76.130'),(722452,117459,'_server_http_referer','http://www.google.com.hk'),(722453,117460,'failed_username','luis-monteiro'),(722454,117460,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722455,117460,'_message_key','user_unknown_login_failed'),(722456,117460,'_xmlrpc_request','true'),(722457,117460,'_server_remote_addr','83.175.238.170'),(722458,117460,'_server_http_x_forwarded_for_0','19.33.228.239'),(722459,117460,'_server_http_x_forwarded_for_1','83.175.238.170'),(722460,117460,'_server_http_referer','http://www.google.com.hk'),(722461,117461,'failed_username','luis-monteiro'),(722462,117461,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722463,117461,'_message_key','user_unknown_login_failed'),(722464,117461,'_xmlrpc_request','true'),(722465,117461,'_server_remote_addr','195.9.225.134'),(722466,117461,'_server_http_x_forwarded_for_0','170.183.242.97'),(722467,117461,'_server_http_x_forwarded_for_1','195.9.225.134'),(722468,117461,'_server_http_referer','http://www.google.com.hk'),(722469,117462,'failed_username','luis-monteiro'),(722470,117462,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722471,117462,'_message_key','user_unknown_login_failed'),(722472,117462,'_xmlrpc_request','true'),(722473,117462,'_server_remote_addr','140.227.65.146'),(722474,117462,'_server_http_x_forwarded_for_0','140.227.65.146'),(722475,117462,'_server_http_referer','http://www.google.com.hk'),(722476,117463,'failed_username','luis-monteiro'),(722477,117463,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722478,117463,'_message_key','user_unknown_login_failed'),(722479,117463,'_xmlrpc_request','true'),(722480,117463,'_server_remote_addr','223.19.212.30'),(722481,117463,'_server_http_x_forwarded_for_1','223.19.212.30'),(722482,117463,'_server_http_referer','http://www.google.com.hk'),(722483,117464,'failed_username','luis-monteiro'),(722484,117464,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722485,117464,'_message_key','user_unknown_login_failed'),(722486,117464,'_xmlrpc_request','true'),(722487,117464,'_server_remote_addr','192.124.176.77'),(722488,117464,'_server_http_x_forwarded_for_0','130.76.49.29'),(722489,117464,'_server_http_x_forwarded_for_1','192.124.176.77'),(722490,117464,'_server_http_referer','http://www.google.com.hk'),(722491,117465,'failed_username','luis-monteiro'),(722492,117465,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722493,117465,'_message_key','user_unknown_login_failed'),(722494,117465,'_xmlrpc_request','true'),(722495,117465,'_server_remote_addr','91.235.186.91'),(722496,117465,'_server_http_x_forwarded_for_0','148.187.146.239'),(722497,117465,'_server_http_x_forwarded_for_1','91.235.186.91'),(722498,117465,'_server_http_referer','http://www.google.com.hk'),(722499,117466,'failed_username','luis-monteiro'),(722500,117466,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722501,117466,'_message_key','user_unknown_login_failed'),(722502,117466,'_xmlrpc_request','true'),(722503,117466,'_server_remote_addr','52.179.5.76'),(722504,117466,'_server_http_x_forwarded_for_0','166.47.227.160'),(722505,117466,'_server_http_x_forwarded_for_1','192.99.8.157'),(722506,117466,'_server_http_x_forwarded_for_2','52.179.5.76'),(722507,117466,'_server_http_referer','http://www.google.com.hk'),(722508,117467,'failed_username','luis-monteiro'),(722509,117467,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722510,117467,'_message_key','user_unknown_login_failed'),(722511,117467,'_xmlrpc_request','true'),(722512,117467,'_server_remote_addr','180.250.153.129'),(722513,117467,'_server_http_x_forwarded_for_0','83.78.84.81'),(722514,117467,'_server_http_x_forwarded_for_1','180.250.153.129'),(722515,117467,'_server_http_referer','http://www.google.com.hk'),(722516,117468,'failed_username','luis-monteiro'),(722517,117468,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722518,117468,'_message_key','user_unknown_login_failed'),(722519,117468,'_xmlrpc_request','true'),(722520,117468,'_server_remote_addr','18.209.179.41'),(722521,117468,'_server_http_x_forwarded_for_0','36.11.200.165'),(722522,117468,'_server_http_x_forwarded_for_1','18.209.179.41'),(722523,117468,'_server_http_referer','http://www.google.com.hk'),(722524,117469,'failed_username','luis-monteiro'),(722525,117469,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722526,117469,'_message_key','user_unknown_login_failed'),(722527,117469,'_xmlrpc_request','true'),(722528,117469,'_server_remote_addr','185.190.40.115'),(722529,117469,'_server_http_x_forwarded_for_0','111.128.153.189'),(722530,117469,'_server_http_x_forwarded_for_1','185.190.40.115'),(722531,117469,'_server_http_referer','http://www.google.com.hk'),(722532,117470,'failed_username','luis-monteiro'),(722533,117470,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722534,117470,'_message_key','user_unknown_login_failed'),(722535,117470,'_xmlrpc_request','true'),(722536,117470,'_server_remote_addr','178.128.212.254'),(722537,117470,'_server_http_x_forwarded_for_0','178.128.212.254'),(722538,117471,'failed_username','luis-monteiro'),(722539,117471,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722540,117471,'_message_key','user_unknown_login_failed'),(722541,117471,'_xmlrpc_request','true'),(722542,117471,'_server_remote_addr','118.174.220.163'),(722543,117471,'_server_http_x_forwarded_for_1','118.174.220.163'),(722544,117471,'_server_http_referer','http://www.google.com.hk'),(722545,117472,'failed_username','luis-monteiro'),(722546,117472,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722547,117472,'_message_key','user_unknown_login_failed'),(722548,117472,'_xmlrpc_request','true'),(722549,117472,'_server_remote_addr','103.90.227.194'),(722550,117472,'_server_http_x_forwarded_for_0','9.232.228.5'),(722551,117472,'_server_http_x_forwarded_for_1','192.99.8.157'),(722552,117472,'_server_http_x_forwarded_for_2','103.90.227.194'),(722553,117472,'_server_http_referer','http://www.google.com.hk'),(722554,117473,'failed_username','luis-monteiro'),(722555,117473,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722556,117473,'_message_key','user_unknown_login_failed'),(722557,117473,'_xmlrpc_request','true'),(722558,117473,'_server_remote_addr','185.152.112.18'),(722559,117473,'_server_http_x_forwarded_for_0','16.232.162.157'),(722560,117473,'_server_http_x_forwarded_for_1','185.152.112.18'),(722561,117473,'_server_http_referer','http://www.google.com.hk'),(722562,117474,'failed_username','luis-monteiro'),(722563,117474,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722564,117474,'_message_key','user_unknown_login_failed'),(722565,117474,'_xmlrpc_request','true'),(722566,117474,'_server_remote_addr','95.161.157.227'),(722567,117474,'_server_http_x_forwarded_for_1','95.161.157.227'),(722568,117474,'_server_http_referer','http://www.google.com.hk'),(722569,117475,'failed_username','luis-monteiro'),(722570,117475,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722571,117475,'_message_key','user_unknown_login_failed'),(722572,117475,'_xmlrpc_request','true'),(722573,117475,'_server_remote_addr','91.207.184.63'),(722574,117475,'_server_http_x_forwarded_for_0','43.87.166.148'),(722575,117475,'_server_http_x_forwarded_for_1','91.207.184.63'),(722576,117475,'_server_http_referer','http://www.google.com.hk'),(722577,117476,'failed_username','luis-monteiro'),(722578,117476,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722579,117476,'_message_key','user_unknown_login_failed'),(722580,117476,'_xmlrpc_request','true'),(722581,117476,'_server_remote_addr','164.160.143.88'),(722582,117476,'_server_http_x_forwarded_for_0','179.229.187.49'),(722583,117476,'_server_http_x_forwarded_for_1','164.160.143.88'),(722584,117476,'_server_http_referer','http://www.google.com.hk'),(722585,117477,'failed_username','luis-monteiro'),(722586,117477,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722587,117477,'_message_key','user_unknown_login_failed'),(722588,117477,'_xmlrpc_request','true'),(722589,117477,'_server_remote_addr','185.46.223.198'),(722590,117477,'_server_http_x_forwarded_for_0','169.124.178.254'),(722591,117477,'_server_http_x_forwarded_for_1','185.46.223.198'),(722592,117477,'_server_http_referer','http://www.google.com.hk'),(722593,117478,'failed_username','luis-monteiro'),(722594,117478,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722595,117478,'_message_key','user_unknown_login_failed'),(722596,117478,'_xmlrpc_request','true'),(722597,117478,'_server_remote_addr','81.162.251.216'),(722598,117478,'_server_http_x_forwarded_for_1','81.162.251.216'),(722599,117478,'_server_http_referer','http://www.google.com.hk'),(722600,117479,'failed_username','luis-monteiro'),(722601,117479,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722602,117479,'_message_key','user_unknown_login_failed'),(722603,117479,'_xmlrpc_request','true'),(722604,117479,'_server_remote_addr','36.37.114.35'),(722605,117479,'_server_http_x_forwarded_for_0','5.65.35.162'),(722606,117479,'_server_http_x_forwarded_for_1','36.37.114.35'),(722607,117479,'_server_http_referer','http://www.google.com.hk'),(722608,117480,'failed_username','luis-monteiro'),(722609,117480,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722610,117480,'_message_key','user_unknown_login_failed'),(722611,117480,'_xmlrpc_request','true'),(722612,117480,'_server_remote_addr','91.144.142.19'),(722613,117480,'_server_http_x_forwarded_for_1','91.144.142.19'),(722614,117480,'_server_http_referer','http://www.google.com.hk'),(722615,117481,'failed_username','luis-monteiro'),(722616,117481,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722617,117481,'_message_key','user_unknown_login_failed'),(722618,117481,'_xmlrpc_request','true'),(722619,117481,'_server_remote_addr','140.227.31.77'),(722620,117481,'_server_http_x_forwarded_for_0','140.227.31.77'),(722621,117481,'_server_http_referer','http://www.google.com.hk'),(722622,117482,'failed_username','luis-monteiro'),(722623,117482,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722624,117482,'_message_key','user_unknown_login_failed'),(722625,117482,'_xmlrpc_request','true'),(722626,117482,'_server_remote_addr','46.151.157.115'),(722627,117482,'_server_http_x_forwarded_for_0','19.248.108.158'),(722628,117482,'_server_http_x_forwarded_for_1','46.151.157.115'),(722629,117482,'_server_http_referer','http://www.google.com.hk'),(722630,117483,'failed_username','luis-monteiro'),(722631,117483,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722632,117483,'_message_key','user_unknown_login_failed'),(722633,117483,'_xmlrpc_request','true'),(722634,117483,'_server_remote_addr','118.173.233.151'),(722635,117483,'_server_http_x_forwarded_for_0','188.83.154.175'),(722636,117483,'_server_http_x_forwarded_for_1','118.173.233.151'),(722637,117483,'_server_http_referer','http://www.google.com.hk'),(722638,117484,'failed_username','luis-monteiro'),(722639,117484,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722640,117484,'_message_key','user_unknown_login_failed'),(722641,117484,'_xmlrpc_request','true'),(722642,117484,'_server_remote_addr','190.115.6.83'),(722643,117484,'_server_http_x_forwarded_for_0','87.11.175.183'),(722644,117484,'_server_http_x_forwarded_for_1','190.115.6.83'),(722645,117484,'_server_http_referer','http://www.google.com.hk'),(722646,117485,'failed_username','luis-monteiro'),(722647,117485,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722648,117485,'_message_key','user_unknown_login_failed'),(722649,117485,'_xmlrpc_request','true'),(722650,117485,'_server_remote_addr','163.53.198.58'),(722651,117485,'_server_http_x_forwarded_for_0','90.202.224.228'),(722652,117485,'_server_http_x_forwarded_for_1','163.53.198.58'),(722653,117485,'_server_http_referer','http://www.google.com.hk'),(722654,117486,'failed_username','luis-monteiro'),(722655,117486,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722656,117486,'_message_key','user_unknown_login_failed'),(722657,117486,'_xmlrpc_request','true'),(722658,117486,'_server_remote_addr','223.19.212.30'),(722659,117486,'_server_http_x_forwarded_for_0','213.54.52.64'),(722660,117486,'_server_http_x_forwarded_for_1','223.19.212.30'),(722661,117486,'_server_http_referer','http://www.google.com.hk'),(722662,117487,'failed_username','luis-monteiro'),(722663,117487,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722664,117487,'_message_key','user_unknown_login_failed'),(722665,117487,'_xmlrpc_request','true'),(722666,117487,'_server_remote_addr','193.70.52.233'),(722667,117487,'_server_http_x_forwarded_for_0','129.5.227.31'),(722668,117487,'_server_http_x_forwarded_for_1','193.70.52.233'),(722669,117487,'_server_http_referer','http://www.google.com.hk'),(722670,117488,'failed_username','luis-monteiro'),(722671,117488,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722672,117488,'_message_key','user_unknown_login_failed'),(722673,117488,'_xmlrpc_request','true'),(722674,117488,'_server_remote_addr','118.172.201.148'),(722675,117488,'_server_http_x_forwarded_for_0','9.64.215.226'),(722676,117488,'_server_http_x_forwarded_for_1','118.172.201.148'),(722677,117488,'_server_http_referer','http://www.google.com.hk'),(722678,117489,'failed_username','luis-monteiro'),(722679,117489,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722680,117489,'_message_key','user_unknown_login_failed'),(722681,117489,'_xmlrpc_request','true'),(722682,117489,'_server_remote_addr','139.255.123.194'),(722683,117489,'_server_http_x_forwarded_for_0','116.9.195.156'),(722684,117489,'_server_http_x_forwarded_for_1','139.255.123.194'),(722685,117489,'_server_http_referer','http://www.google.com.hk'),(722686,117490,'failed_username','luis-monteiro'),(722687,117490,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722688,117490,'_message_key','user_unknown_login_failed'),(722689,117490,'_xmlrpc_request','true'),(722690,117490,'_server_remote_addr','142.93.181.178'),(722691,117490,'_server_http_x_forwarded_for_0','194.73.91.160'),(722692,117490,'_server_http_x_forwarded_for_2','142.93.181.178'),(722693,117490,'_server_http_referer','http://www.google.com.hk'),(722694,117491,'failed_username','luis-monteiro'),(722695,117491,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722696,117491,'_message_key','user_unknown_login_failed'),(722697,117491,'_xmlrpc_request','true'),(722698,117491,'_server_remote_addr','142.93.181.178'),(722699,117491,'_server_http_x_forwarded_for_2','142.93.181.178'),(722700,117491,'_server_http_referer','http://www.google.com.hk'),(722701,117492,'failed_username','luis-monteiro'),(722702,117492,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722703,117492,'_message_key','user_unknown_login_failed'),(722704,117492,'_xmlrpc_request','true'),(722705,117492,'_server_remote_addr','103.40.54.103'),(722706,117492,'_server_http_x_forwarded_for_0','87.31.159.78'),(722707,117492,'_server_http_x_forwarded_for_1','103.40.54.103'),(722708,117492,'_server_http_referer','http://www.google.com.hk'),(722709,117493,'failed_username','luis-monteiro'),(722710,117493,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722711,117493,'_message_key','user_unknown_login_failed'),(722712,117493,'_xmlrpc_request','true'),(722713,117493,'_server_remote_addr','190.248.13.19'),(722714,117493,'_server_http_x_forwarded_for_0','57.10.187.191'),(722715,117493,'_server_http_x_forwarded_for_1','190.248.13.19'),(722716,117493,'_server_http_referer','http://www.google.com.hk'),(722717,117494,'failed_username','luis-monteiro'),(722718,117494,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722719,117494,'_message_key','user_unknown_login_failed'),(722720,117494,'_xmlrpc_request','true'),(722721,117494,'_server_remote_addr','187.188.168.57'),(722722,117494,'_server_http_x_forwarded_for_0','132.97.179.183'),(722723,117494,'_server_http_x_forwarded_for_1','192.99.8.157'),(722724,117494,'_server_http_x_forwarded_for_2','187.188.168.57'),(722725,117494,'_server_http_referer','http://www.google.com.hk'),(722726,117495,'failed_username','luis-monteiro'),(722727,117495,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722728,117495,'_message_key','user_unknown_login_failed'),(722729,117495,'_xmlrpc_request','true'),(722730,117495,'_server_remote_addr','174.138.191.61'),(722731,117495,'_server_http_x_forwarded_for_0','29.84.100.161'),(722732,117495,'_server_http_x_forwarded_for_2','174.138.191.61'),(722733,117495,'_server_http_referer','http://www.google.com.hk'),(722734,117496,'failed_username','luis-monteiro'),(722735,117496,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722736,117496,'_message_key','user_unknown_login_failed'),(722737,117496,'_xmlrpc_request','true'),(722738,117496,'_server_remote_addr','118.172.181.181'),(722739,117496,'_server_http_x_forwarded_for_0','31.119.113.42'),(722740,117496,'_server_http_x_forwarded_for_1','118.172.181.181'),(722741,117496,'_server_http_referer','http://www.google.com.hk'),(722742,117497,'failed_username','luis-monteiro'),(722743,117497,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722744,117497,'_message_key','user_unknown_login_failed'),(722745,117497,'_xmlrpc_request','true'),(722746,117497,'_server_remote_addr','114.8.145.74'),(722747,117497,'_server_http_x_forwarded_for_0','82.130.177.253'),(722748,117497,'_server_http_x_forwarded_for_1','114.8.145.74'),(722749,117497,'_server_http_referer','http://www.google.com.hk'),(722750,117498,'failed_username','luis-monteiro'),(722751,117498,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722752,117498,'_message_key','user_unknown_login_failed'),(722753,117498,'_xmlrpc_request','true'),(722754,117498,'_server_remote_addr','95.171.198.206'),(722755,117498,'_server_http_x_forwarded_for_1','192.99.8.157'),(722756,117498,'_server_http_x_forwarded_for_2','95.171.198.206'),(722757,117498,'_server_http_referer','http://www.google.com.hk'),(722758,117499,'failed_username','luis-monteiro'),(722759,117499,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722760,117499,'_message_key','user_unknown_login_failed'),(722761,117499,'_xmlrpc_request','true'),(722762,117499,'_server_remote_addr','89.109.14.179'),(722763,117499,'_server_http_x_forwarded_for_0','46.56.68.209'),(722764,117499,'_server_http_x_forwarded_for_1','89.109.14.179'),(722765,117499,'_server_http_referer','http://www.google.com.hk'),(722766,117500,'failed_username','luis-monteiro'),(722767,117500,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722768,117500,'_message_key','user_unknown_login_failed'),(722769,117500,'_xmlrpc_request','true'),(722770,117500,'_server_remote_addr','185.129.2.132'),(722771,117500,'_server_http_x_forwarded_for_0','93.115.17.107'),(722772,117500,'_server_http_x_forwarded_for_1','185.129.2.132'),(722773,117500,'_server_http_referer','http://www.google.com.hk'),(722774,117501,'failed_username','luis-monteiro'),(722775,117501,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722776,117501,'_message_key','user_unknown_login_failed'),(722777,117501,'_xmlrpc_request','true'),(722778,117501,'_server_remote_addr','180.214.247.195'),(722779,117501,'_server_http_x_forwarded_for_0','163.111.86.31'),(722780,117501,'_server_http_x_forwarded_for_1','180.214.247.195'),(722781,117501,'_server_http_referer','http://www.google.com.hk'),(722782,117502,'failed_username','luis-monteiro'),(722783,117502,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722784,117502,'_message_key','user_unknown_login_failed'),(722785,117502,'_xmlrpc_request','true'),(722786,117502,'_server_remote_addr','45.114.68.159'),(722787,117502,'_server_http_x_forwarded_for_0','121.197.237.246'),(722788,117502,'_server_http_x_forwarded_for_1','45.114.68.159'),(722789,117502,'_server_http_referer','http://www.google.com.hk'),(722790,117503,'failed_username','luis-monteiro'),(722791,117503,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722792,117503,'_message_key','user_unknown_login_failed'),(722793,117503,'_xmlrpc_request','true'),(722794,117503,'_server_remote_addr','103.40.54.103'),(722795,117503,'_server_http_x_forwarded_for_0','146.133.77.127'),(722796,117503,'_server_http_x_forwarded_for_1','103.40.54.103'),(722797,117503,'_server_http_referer','http://www.google.com.hk'),(722798,117504,'failed_username','luis-monteiro'),(722799,117504,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722800,117504,'_message_key','user_unknown_login_failed'),(722801,117504,'_xmlrpc_request','true'),(722802,117504,'_server_remote_addr','138.68.49.142'),(722803,117504,'_server_http_x_forwarded_for_0','154.132.217.62'),(722804,117504,'_server_http_x_forwarded_for_1','192.99.8.157'),(722805,117504,'_server_http_x_forwarded_for_2','138.68.49.142'),(722806,117504,'_server_http_referer','http://www.google.com.hk'),(722807,117505,'failed_username','luis-monteiro'),(722808,117505,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722809,117505,'_message_key','user_unknown_login_failed'),(722810,117505,'_xmlrpc_request','true'),(722811,117505,'_server_remote_addr','85.132.110.125'),(722812,117505,'_server_http_x_forwarded_for_0','113.212.175.253'),(722813,117505,'_server_http_x_forwarded_for_1','85.132.110.125'),(722814,117505,'_server_http_referer','http://www.google.com.hk'),(722815,117506,'failed_username','luis-monteiro'),(722816,117506,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722817,117506,'_message_key','user_unknown_login_failed'),(722818,117506,'_xmlrpc_request','true'),(722819,117506,'_server_remote_addr','115.85.71.18'),(722820,117506,'_server_http_x_forwarded_for_0','204.220.90.138'),(722821,117506,'_server_http_x_forwarded_for_1','115.85.71.18'),(722822,117506,'_server_http_referer','http://www.google.com.hk'),(722823,117507,'failed_username','luis-monteiro'),(722824,117507,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722825,117507,'_message_key','user_unknown_login_failed'),(722826,117507,'_xmlrpc_request','true'),(722827,117507,'_server_remote_addr','200.117.153.75'),(722828,117507,'_server_http_x_forwarded_for_0','187.61.179.229'),(722829,117507,'_server_http_x_forwarded_for_1','192.99.8.157'),(722830,117507,'_server_http_x_forwarded_for_2','200.117.153.75'),(722831,117507,'_server_http_referer','http://www.google.com.hk'),(722832,117508,'failed_username','luis-monteiro'),(722833,117508,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722834,117508,'_message_key','user_unknown_login_failed'),(722835,117508,'_xmlrpc_request','true'),(722836,117508,'_server_remote_addr','157.65.167.8'),(722837,117508,'_server_http_x_forwarded_for_0','157.65.167.8'),(722838,117509,'failed_username','luis-monteiro'),(722839,117509,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722840,117509,'_message_key','user_unknown_login_failed'),(722841,117509,'_xmlrpc_request','true'),(722842,117509,'_server_remote_addr','116.212.142.188'),(722843,117509,'_server_http_x_forwarded_for_0','86.195.50.69'),(722844,117509,'_server_http_x_forwarded_for_1','116.212.142.188'),(722845,117509,'_server_http_referer','http://www.google.com.hk'),(722846,117510,'failed_username','luis-monteiro'),(722847,117510,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722848,117510,'_message_key','user_unknown_login_failed'),(722849,117510,'_xmlrpc_request','true'),(722850,117510,'_server_remote_addr','177.47.227.251'),(722851,117510,'_server_http_x_forwarded_for_0','6.47.150.93'),(722852,117510,'_server_http_x_forwarded_for_1','177.47.227.251'),(722853,117510,'_server_http_referer','http://www.google.com.hk'),(722854,117511,'failed_username','luis-monteiro'),(722855,117511,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722856,117511,'_message_key','user_unknown_login_failed'),(722857,117511,'_xmlrpc_request','true'),(722858,117511,'_server_remote_addr','177.12.80.50'),(722859,117511,'_server_http_x_forwarded_for_0','78.192.130.121'),(722860,117511,'_server_http_x_forwarded_for_1','177.12.80.50'),(722861,117511,'_server_http_referer','http://www.google.com.hk'),(722862,117512,'failed_username','luis-monteiro'),(722863,117512,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722864,117512,'_message_key','user_unknown_login_failed'),(722865,117512,'_xmlrpc_request','true'),(722866,117512,'_server_remote_addr','180.180.152.25'),(722867,117512,'_server_http_x_forwarded_for_0','143.4.192.191'),(722868,117512,'_server_http_x_forwarded_for_1','180.180.152.25'),(722869,117512,'_server_http_referer','http://www.google.com.hk'),(722870,117513,'failed_username','luis-monteiro'),(722871,117513,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722872,117513,'_message_key','user_unknown_login_failed'),(722873,117513,'_xmlrpc_request','true'),(722874,117513,'_server_remote_addr','193.106.170.133'),(722875,117513,'_server_http_x_forwarded_for_0','166.138.74.243'),(722876,117513,'_server_http_x_forwarded_for_1','193.106.170.133'),(722877,117513,'_server_http_referer','http://www.google.com.hk'),(722878,117514,'failed_username','luis-monteiro'),(722879,117514,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722880,117514,'_message_key','user_unknown_login_failed'),(722881,117514,'_xmlrpc_request','true'),(722882,117514,'_server_remote_addr','163.172.220.221'),(722883,117514,'_server_http_x_forwarded_for_0','61.47.205.253'),(722884,117514,'_server_http_x_forwarded_for_1','192.99.8.157'),(722885,117514,'_server_http_x_forwarded_for_2','163.172.220.221'),(722886,117514,'_server_http_referer','http://www.google.com.hk'),(722887,117515,'failed_username','luis-monteiro'),(722888,117515,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722889,117515,'_message_key','user_unknown_login_failed'),(722890,117515,'_xmlrpc_request','true'),(722891,117515,'_server_remote_addr','84.19.38.158'),(722892,117515,'_server_http_x_forwarded_for_1','84.19.38.158'),(722893,117515,'_server_http_referer','http://www.google.com.hk'),(722894,117516,'failed_username','luis-monteiro'),(722895,117516,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722896,117516,'_message_key','user_unknown_login_failed'),(722897,117516,'_xmlrpc_request','true'),(722898,117516,'_server_remote_addr','189.50.149.236'),(722899,117516,'_server_http_x_forwarded_for_0','50.170.137.220'),(722900,117516,'_server_http_x_forwarded_for_1','192.99.8.157'),(722901,117516,'_server_http_x_forwarded_for_2','189.50.149.236'),(722902,117516,'_server_http_referer','http://www.google.com.hk'),(722903,117517,'failed_username','luis-monteiro'),(722904,117517,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722905,117517,'_message_key','user_unknown_login_failed'),(722906,117517,'_xmlrpc_request','true'),(722907,117517,'_server_remote_addr','163.44.173.238'),(722908,117517,'_server_http_x_forwarded_for_0','110.160.250.192'),(722909,117517,'_server_http_x_forwarded_for_1','192.99.8.157'),(722910,117517,'_server_http_x_forwarded_for_2','163.44.173.238'),(722911,117517,'_server_http_referer','http://www.google.com.hk'),(722912,117518,'failed_username','luis-monteiro'),(722913,117518,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722914,117518,'_message_key','user_unknown_login_failed'),(722915,117518,'_xmlrpc_request','true'),(722916,117518,'_server_remote_addr','200.117.153.75'),(722917,117518,'_server_http_x_forwarded_for_1','192.99.8.157'),(722918,117518,'_server_http_x_forwarded_for_2','200.117.153.75'),(722919,117518,'_server_http_referer','http://www.google.com.hk'),(722920,117519,'failed_username','luis-monteiro'),(722921,117519,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722922,117519,'_message_key','user_unknown_login_failed'),(722923,117519,'_xmlrpc_request','true'),(722924,117519,'_server_remote_addr','163.44.173.238'),(722925,117519,'_server_http_x_forwarded_for_0','114.27.58.189'),(722926,117519,'_server_http_x_forwarded_for_1','192.99.8.157'),(722927,117519,'_server_http_x_forwarded_for_2','163.44.173.238'),(722928,117519,'_server_http_referer','http://www.google.com.hk'),(722929,117520,'failed_username','luis-monteiro'),(722930,117520,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722931,117520,'_message_key','user_unknown_login_failed'),(722932,117520,'_xmlrpc_request','true'),(722933,117520,'_server_remote_addr','89.47.98.241'),(722934,117520,'_server_http_x_forwarded_for_0','173.9.32.213'),(722935,117520,'_server_http_x_forwarded_for_1','89.47.98.241'),(722936,117520,'_server_http_referer','http://www.google.com.hk'),(722937,117521,'failed_username','luis-monteiro'),(722938,117521,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722939,117521,'_message_key','user_unknown_login_failed'),(722940,117521,'_xmlrpc_request','true'),(722941,117521,'_server_remote_addr','190.90.140.59'),(722942,117521,'_server_http_x_forwarded_for_0','196.11.64.166'),(722943,117521,'_server_http_x_forwarded_for_1','190.90.140.59'),(722944,117521,'_server_http_referer','http://www.google.com.hk'),(722945,117522,'failed_username','luis-monteiro'),(722946,117522,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722947,117522,'_message_key','user_unknown_login_failed'),(722948,117522,'_xmlrpc_request','true'),(722949,117522,'_server_remote_addr','40.74.243.24'),(722950,117522,'_server_http_x_forwarded_for_0','157.201.196.197'),(722951,117522,'_server_http_x_forwarded_for_1','40.74.243.24'),(722952,117522,'_server_http_referer','http://www.google.com.hk'),(722953,117523,'failed_username','luis-monteiro'),(722954,117523,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722955,117523,'_message_key','user_unknown_login_failed'),(722956,117523,'_xmlrpc_request','true'),(722957,117523,'_server_remote_addr','220.132.249.77'),(722958,117523,'_server_http_x_forwarded_for_1','220.132.249.77'),(722959,117523,'_server_http_referer','http://www.google.com.hk'),(722960,117524,'failed_username','luis-monteiro'),(722961,117524,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722962,117524,'_message_key','user_unknown_login_failed'),(722963,117524,'_xmlrpc_request','true'),(722964,117524,'_server_remote_addr','113.11.47.242'),(722965,117524,'_server_http_x_forwarded_for_0','33.79.131.2'),(722966,117524,'_server_http_x_forwarded_for_1','113.11.47.242'),(722967,117524,'_server_http_referer','http://www.google.com.hk'),(722968,117525,'failed_username','luis-monteiro'),(722969,117525,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722970,117525,'_message_key','user_unknown_login_failed'),(722971,117525,'_xmlrpc_request','true'),(722972,117525,'_server_remote_addr','111.92.166.14'),(722973,117525,'_server_http_x_forwarded_for_0','96.216.238.86'),(722974,117525,'_server_http_x_forwarded_for_1','111.92.166.14'),(722975,117525,'_server_http_referer','http://www.google.com.hk'),(722976,117526,'failed_username','luis-monteiro'),(722977,117526,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722978,117526,'_message_key','user_unknown_login_failed'),(722979,117526,'_xmlrpc_request','true'),(722980,117526,'_server_remote_addr','218.255.102.246'),(722981,117526,'_server_http_x_forwarded_for_0','97.192.102.251'),(722982,117526,'_server_http_x_forwarded_for_1','218.255.102.246'),(722983,117526,'_server_http_referer','http://www.google.com.hk'),(722984,117527,'failed_username','luis-monteiro'),(722985,117527,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722986,117527,'_message_key','user_unknown_login_failed'),(722987,117527,'_xmlrpc_request','true'),(722988,117527,'_server_remote_addr','5.226.103.26'),(722989,117527,'_server_http_x_forwarded_for_0','46.16.8.55'),(722990,117527,'_server_http_x_forwarded_for_1','5.226.103.26'),(722991,117527,'_server_http_referer','http://www.google.com.hk'),(722992,117528,'failed_username','luis-monteiro'),(722993,117528,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(722994,117528,'_message_key','user_unknown_login_failed'),(722995,117528,'_xmlrpc_request','true'),(722996,117528,'_server_remote_addr','181.62.248.145'),(722997,117528,'_server_http_x_forwarded_for_0','168.9.45.194'),(722998,117528,'_server_http_x_forwarded_for_1','181.62.248.145'),(722999,117528,'_server_http_referer','http://www.google.com.hk'),(723000,117529,'failed_username','luis-monteiro'),(723001,117529,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723002,117529,'_message_key','user_unknown_login_failed'),(723003,117529,'_xmlrpc_request','true'),(723004,117529,'_server_remote_addr','91.197.174.108'),(723005,117529,'_server_http_x_forwarded_for_0','155.224.227.3'),(723006,117529,'_server_http_x_forwarded_for_1','91.197.174.108'),(723007,117529,'_server_http_referer','http://www.google.com.hk'),(723008,117530,'failed_username','luis-monteiro'),(723009,117530,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723010,117530,'_message_key','user_unknown_login_failed'),(723011,117530,'_xmlrpc_request','true'),(723012,117530,'_server_remote_addr','82.200.99.150'),(723013,117530,'_server_http_x_forwarded_for_0','191.154.139.147'),(723014,117530,'_server_http_x_forwarded_for_1','82.200.99.150'),(723015,117530,'_server_http_referer','http://www.google.com.hk'),(723016,117531,'failed_username','luis-monteiro'),(723017,117531,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723018,117531,'_message_key','user_unknown_login_failed'),(723019,117531,'_xmlrpc_request','true'),(723020,117531,'_server_remote_addr','91.237.202.79'),(723021,117531,'_server_http_x_forwarded_for_0','22.240.115.253'),(723022,117531,'_server_http_x_forwarded_for_1','192.99.8.157'),(723023,117531,'_server_http_x_forwarded_for_2','91.237.202.79'),(723024,117531,'_server_http_referer','http://www.google.com.hk'),(723025,117532,'failed_username','luis-monteiro'),(723026,117532,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723027,117532,'_message_key','user_unknown_login_failed'),(723028,117532,'_xmlrpc_request','true'),(723029,117532,'_server_remote_addr','125.25.80.58'),(723030,117532,'_server_http_x_forwarded_for_0','6.65.48.29'),(723031,117532,'_server_http_x_forwarded_for_1','125.25.80.58'),(723032,117532,'_server_http_referer','http://www.google.com.hk'),(723033,117533,'failed_username','luis-monteiro'),(723034,117533,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723035,117533,'_message_key','user_unknown_login_failed'),(723036,117533,'_xmlrpc_request','true'),(723037,117533,'_server_remote_addr','113.203.238.11'),(723038,117533,'_server_http_x_forwarded_for_0','173.183.194.231'),(723039,117533,'_server_http_x_forwarded_for_1','192.99.8.157'),(723040,117533,'_server_http_x_forwarded_for_2','113.203.238.11'),(723041,117533,'_server_http_referer','http://www.google.com.hk'),(723042,117534,'failed_username','luis-monteiro'),(723043,117534,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723044,117534,'_message_key','user_unknown_login_failed'),(723045,117534,'_xmlrpc_request','true'),(723046,117534,'_server_remote_addr','189.50.149.236'),(723047,117534,'_server_http_x_forwarded_for_0','159.169.53.246'),(723048,117534,'_server_http_x_forwarded_for_1','192.99.8.157'),(723049,117534,'_server_http_x_forwarded_for_2','189.50.149.236'),(723050,117534,'_server_http_referer','http://www.google.com.hk'),(723051,117535,'failed_username','luis-monteiro'),(723052,117535,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723053,117535,'_message_key','user_unknown_login_failed'),(723054,117535,'_xmlrpc_request','true'),(723055,117535,'_server_remote_addr','93.152.172.162'),(723056,117535,'_server_http_x_forwarded_for_0','72.185.112.122'),(723057,117535,'_server_http_x_forwarded_for_1','93.152.172.162'),(723058,117535,'_server_http_referer','http://www.google.com.hk'),(723059,117536,'failed_username','luis-monteiro'),(723060,117536,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723061,117536,'_message_key','user_unknown_login_failed'),(723062,117536,'_xmlrpc_request','true'),(723063,117536,'_server_remote_addr','195.208.172.70'),(723064,117536,'_server_http_x_forwarded_for_0','67.167.100.139'),(723065,117536,'_server_http_x_forwarded_for_1','195.208.172.70'),(723066,117536,'_server_http_referer','http://www.google.com.hk'),(723067,117537,'failed_username','luis-monteiro'),(723068,117537,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723069,117537,'_message_key','user_unknown_login_failed'),(723070,117537,'_xmlrpc_request','true'),(723071,117537,'_server_remote_addr','186.226.172.12'),(723072,117537,'_server_http_x_forwarded_for_0','192.215.117.3'),(723073,117537,'_server_http_x_forwarded_for_1','186.226.172.12'),(723074,117537,'_server_http_referer','http://www.google.com.hk'),(723075,117538,'failed_username','luis-monteiro'),(723076,117538,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723077,117538,'_message_key','user_unknown_login_failed'),(723078,117538,'_xmlrpc_request','true'),(723079,117538,'_server_remote_addr','103.40.54.103'),(723080,117538,'_server_http_x_forwarded_for_0','120.145.22.19'),(723081,117538,'_server_http_x_forwarded_for_1','103.40.54.103'),(723082,117538,'_server_http_referer','http://www.google.com.hk'),(723083,117539,'failed_username','luis-monteiro'),(723084,117539,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723085,117539,'_message_key','user_unknown_login_failed'),(723086,117539,'_xmlrpc_request','true'),(723087,117539,'_server_remote_addr','212.147.27.68'),(723088,117539,'_server_http_x_forwarded_for_0','126.45.203.211'),(723089,117539,'_server_http_x_forwarded_for_1','212.147.27.68'),(723090,117539,'_server_http_referer','http://www.google.com.hk'),(723091,117540,'failed_username','luis-monteiro'),(723092,117540,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723093,117540,'_message_key','user_unknown_login_failed'),(723094,117540,'_xmlrpc_request','true'),(723095,117540,'_server_remote_addr','92.244.136.102'),(723096,117540,'_server_http_x_forwarded_for_1','92.244.136.102'),(723097,117540,'_server_http_referer','http://www.google.com.hk'),(723098,117541,'failed_username','luis-monteiro'),(723099,117541,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723100,117541,'_message_key','user_unknown_login_failed'),(723101,117541,'_xmlrpc_request','true'),(723102,117541,'_server_remote_addr','110.74.199.68'),(723103,117541,'_server_http_x_forwarded_for_0','26.201.152.166'),(723104,117541,'_server_http_x_forwarded_for_1','110.74.199.68'),(723105,117541,'_server_http_referer','http://www.google.com.hk'),(723106,117542,'failed_username','luis-monteiro'),(723107,117542,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723108,117542,'_message_key','user_unknown_login_failed'),(723109,117542,'_xmlrpc_request','true'),(723110,117542,'_server_remote_addr','110.93.13.202'),(723111,117542,'_server_http_x_forwarded_for_0','53.138.196.163'),(723112,117542,'_server_http_x_forwarded_for_1','110.93.13.202'),(723113,117542,'_server_http_referer','http://www.google.com.hk'),(723114,117543,'failed_username','luis-monteiro'),(723115,117543,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723116,117543,'_message_key','user_unknown_login_failed'),(723117,117543,'_xmlrpc_request','true'),(723118,117543,'_server_remote_addr','207.148.123.143'),(723119,117543,'_server_http_x_forwarded_for_0','44.89.159.49'),(723120,117543,'_server_http_x_forwarded_for_1','192.99.8.157'),(723121,117543,'_server_http_x_forwarded_for_2','207.148.123.143'),(723122,117543,'_server_http_referer','http://www.google.com.hk'),(723123,117544,'failed_username','luis-monteiro'),(723124,117544,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723125,117544,'_message_key','user_unknown_login_failed'),(723126,117544,'_xmlrpc_request','true'),(723127,117544,'_server_remote_addr','163.172.220.221'),(723128,117544,'_server_http_x_forwarded_for_0','30.119.151.83'),(723129,117544,'_server_http_x_forwarded_for_1','192.99.8.157'),(723130,117544,'_server_http_x_forwarded_for_2','163.172.220.221'),(723131,117544,'_server_http_referer','http://www.google.com.hk'),(723132,117545,'failed_username','luis-monteiro'),(723133,117545,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723134,117545,'_message_key','user_unknown_login_failed'),(723135,117545,'_xmlrpc_request','true'),(723136,117545,'_server_remote_addr','35.200.49.169'),(723137,117545,'_server_http_x_forwarded_for_0','84.228.47.166'),(723138,117545,'_server_http_x_forwarded_for_1','35.200.49.169'),(723139,117545,'_server_http_referer','http://www.google.com.hk'),(723140,117546,'failed_username','luis-monteiro'),(723141,117546,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723142,117546,'_message_key','user_unknown_login_failed'),(723143,117546,'_xmlrpc_request','true'),(723144,117546,'_server_remote_addr','91.197.174.108'),(723145,117546,'_server_http_x_forwarded_for_0','27.89.68.133'),(723146,117546,'_server_http_x_forwarded_for_1','91.197.174.108'),(723147,117546,'_server_http_referer','http://www.google.com.hk'),(723148,117547,'failed_username','luis-monteiro'),(723149,117547,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723150,117547,'_message_key','user_unknown_login_failed'),(723151,117547,'_xmlrpc_request','true'),(723152,117547,'_server_remote_addr','208.97.119.150'),(723153,117547,'_server_http_x_forwarded_for_0','170.29.191.221'),(723154,117547,'_server_http_x_forwarded_for_1','208.97.119.150'),(723155,117547,'_server_http_referer','http://www.google.com.hk'),(723156,117548,'failed_username','luis-monteiro'),(723157,117548,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723158,117548,'_message_key','user_unknown_login_failed'),(723159,117548,'_xmlrpc_request','true'),(723160,117548,'_server_remote_addr','31.132.97.154'),(723161,117548,'_server_http_x_forwarded_for_1','31.132.97.154'),(723162,117548,'_server_http_referer','http://www.google.com.hk'),(723163,117549,'failed_username','luis-monteiro'),(723164,117549,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723165,117549,'_message_key','user_unknown_login_failed'),(723166,117549,'_xmlrpc_request','true'),(723167,117549,'_server_remote_addr','14.141.39.218'),(723168,117549,'_server_http_x_forwarded_for_0','102.165.141.9'),(723169,117549,'_server_http_x_forwarded_for_1','14.141.39.218'),(723170,117549,'_server_http_referer','http://www.google.com.hk'),(723171,117550,'failed_username','luis-monteiro'),(723172,117550,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723173,117550,'_message_key','user_unknown_login_failed'),(723174,117550,'_xmlrpc_request','true'),(723175,117550,'_server_remote_addr','209.105.225.218'),(723176,117550,'_server_http_x_forwarded_for_0','167.34.23.111'),(723177,117550,'_server_http_x_forwarded_for_1','209.105.225.218'),(723178,117550,'_server_http_referer','http://www.google.com.hk'),(723179,117551,'failed_username','luis-monteiro'),(723180,117551,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723181,117551,'_message_key','user_unknown_login_failed'),(723182,117551,'_xmlrpc_request','true'),(723183,117551,'_server_remote_addr','195.9.225.134'),(723184,117551,'_server_http_x_forwarded_for_0','33.74.139.67'),(723185,117551,'_server_http_x_forwarded_for_1','195.9.225.134'),(723186,117551,'_server_http_referer','http://www.google.com.hk'),(723187,117552,'failed_username','luis-monteiro'),(723188,117552,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723189,117552,'_message_key','user_unknown_login_failed'),(723190,117552,'_xmlrpc_request','true'),(723191,117552,'_server_remote_addr','113.203.238.11'),(723192,117552,'_server_http_x_forwarded_for_0','9.216.4.189'),(723193,117552,'_server_http_x_forwarded_for_1','192.99.8.157'),(723194,117552,'_server_http_x_forwarded_for_2','113.203.238.11'),(723195,117552,'_server_http_referer','http://www.google.com.hk'),(723196,117553,'failed_username','luis-monteiro'),(723197,117553,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723198,117553,'_message_key','user_unknown_login_failed'),(723199,117553,'_xmlrpc_request','true'),(723200,117553,'_server_remote_addr','178.217.194.175'),(723201,117553,'_server_http_x_forwarded_for_0','202.97.97.89'),(723202,117553,'_server_http_x_forwarded_for_1','178.217.194.175'),(723203,117553,'_server_http_referer','http://www.google.com.hk'),(723204,117554,'failed_username','luis-monteiro'),(723205,117554,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723206,117554,'_message_key','user_unknown_login_failed'),(723207,117554,'_xmlrpc_request','true'),(723208,117554,'_server_remote_addr','216.201.235.94'),(723209,117554,'_server_http_x_forwarded_for_0','137.30.175.29'),(723210,117554,'_server_http_x_forwarded_for_1','216.201.235.94'),(723211,117554,'_server_http_referer','http://www.google.com.hk'),(723212,117555,'failed_username','luis-monteiro'),(723213,117555,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723214,117555,'_message_key','user_unknown_login_failed'),(723215,117555,'_xmlrpc_request','true'),(723216,117555,'_server_remote_addr','104.248.172.86'),(723217,117555,'_server_http_x_forwarded_for_0','91.27.226.159'),(723218,117555,'_server_http_x_forwarded_for_1','192.99.8.157'),(723219,117555,'_server_http_x_forwarded_for_2','104.248.172.86'),(723220,117555,'_server_http_referer','http://www.google.com.hk'),(723221,117556,'failed_username','luis-monteiro'),(723222,117556,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723223,117556,'_message_key','user_unknown_login_failed'),(723224,117556,'_xmlrpc_request','true'),(723225,117556,'_server_remote_addr','80.98.8.60'),(723226,117556,'_server_http_x_forwarded_for_0','191.98.73.43'),(723227,117556,'_server_http_x_forwarded_for_1','80.98.8.60'),(723228,117556,'_server_http_referer','http://www.google.com.hk'),(723229,117557,'failed_username','luis-monteiro'),(723230,117557,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723231,117557,'_message_key','user_unknown_login_failed'),(723232,117557,'_xmlrpc_request','true'),(723233,117557,'_server_remote_addr','35.236.88.68'),(723234,117557,'_server_http_x_forwarded_for_0','44.218.58.63'),(723235,117557,'_server_http_x_forwarded_for_2','35.236.88.68'),(723236,117557,'_server_http_referer','http://www.google.com.hk'),(723237,117558,'failed_username','luis-monteiro'),(723238,117558,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723239,117558,'_message_key','user_unknown_login_failed'),(723240,117558,'_xmlrpc_request','true'),(723241,117558,'_server_remote_addr','68.183.138.154'),(723242,117558,'_server_http_x_forwarded_for_0','77.120.224.112'),(723243,117558,'_server_http_x_forwarded_for_2','68.183.138.154'),(723244,117558,'_server_http_referer','http://www.google.com.hk'),(723245,117559,'failed_username','luis-monteiro'),(723246,117559,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723247,117559,'_message_key','user_unknown_login_failed'),(723248,117559,'_xmlrpc_request','true'),(723249,117559,'_server_remote_addr','104.211.23.122'),(723250,117559,'_server_http_x_forwarded_for_0','194.121.210.145'),(723251,117559,'_server_http_x_forwarded_for_1','104.211.23.122'),(723252,117559,'_server_http_referer','http://www.google.com.hk'),(723253,117560,'failed_username','luis-monteiro'),(723254,117560,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723255,117560,'_message_key','user_unknown_login_failed'),(723256,117560,'_xmlrpc_request','true'),(723257,117560,'_server_remote_addr','185.9.136.21'),(723258,117560,'_server_http_x_forwarded_for_1','185.9.136.21'),(723259,117560,'_server_http_referer','http://www.google.com.hk'),(723260,117561,'failed_username','luis-monteiro'),(723261,117561,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723262,117561,'_message_key','user_unknown_login_failed'),(723263,117561,'_xmlrpc_request','true'),(723264,117561,'_server_remote_addr','193.33.233.154'),(723265,117561,'_server_http_x_forwarded_for_0','6.31.233.59'),(723266,117561,'_server_http_x_forwarded_for_1','192.99.8.157'),(723267,117561,'_server_http_x_forwarded_for_2','193.33.233.154'),(723268,117561,'_server_http_referer','http://www.google.com.hk'),(723269,117562,'failed_username','luis-monteiro'),(723270,117562,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723271,117562,'_message_key','user_unknown_login_failed'),(723272,117562,'_xmlrpc_request','true'),(723273,117562,'_server_remote_addr','195.235.204.178'),(723274,117562,'_server_http_x_forwarded_for_0','19.49.172.89'),(723275,117562,'_server_http_x_forwarded_for_1','192.99.8.157'),(723276,117562,'_server_http_x_forwarded_for_2','195.235.204.178'),(723277,117562,'_server_http_referer','http://www.google.com.hk'),(723278,117563,'failed_username','luis-monteiro'),(723279,117563,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723280,117563,'_message_key','user_unknown_login_failed'),(723281,117563,'_xmlrpc_request','true'),(723282,117563,'_server_remote_addr','18.209.179.41'),(723283,117563,'_server_http_x_forwarded_for_0','68.139.38.33'),(723284,117563,'_server_http_x_forwarded_for_1','18.209.179.41'),(723285,117563,'_server_http_referer','http://www.google.com.hk'),(723286,117564,'failed_username','luis-monteiro'),(723287,117564,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723288,117564,'_message_key','user_unknown_login_failed'),(723289,117564,'_xmlrpc_request','true'),(723290,117564,'_server_remote_addr','180.92.239.218'),(723291,117564,'_server_http_x_forwarded_for_0','71.167.105.152'),(723292,117564,'_server_http_x_forwarded_for_1','180.92.239.218'),(723293,117564,'_server_http_referer','http://www.google.com.hk'),(723294,117565,'failed_username','luis-monteiro'),(723295,117565,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723296,117565,'_message_key','user_unknown_login_failed'),(723297,117565,'_xmlrpc_request','true'),(723298,117565,'_server_remote_addr','31.220.183.217'),(723299,117565,'_server_http_x_forwarded_for_1','31.220.183.217'),(723300,117565,'_server_http_referer','http://www.google.com.hk'),(723301,117566,'failed_username','luis-monteiro'),(723302,117566,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723303,117566,'_message_key','user_unknown_login_failed'),(723304,117566,'_xmlrpc_request','true'),(723305,117566,'_server_remote_addr','190.5.124.54'),(723306,117566,'_server_http_x_forwarded_for_0','151.243.152.172'),(723307,117566,'_server_http_x_forwarded_for_1','190.5.124.54'),(723308,117566,'_server_http_referer','http://www.google.com.hk'),(723309,117567,'failed_username','luis-monteiro'),(723310,117567,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723311,117567,'_message_key','user_unknown_login_failed'),(723312,117567,'_xmlrpc_request','true'),(723313,117567,'_server_remote_addr','191.239.243.156'),(723314,117567,'_server_http_x_forwarded_for_0','6.163.24.133'),(723315,117567,'_server_http_x_forwarded_for_1','192.99.8.157'),(723316,117567,'_server_http_x_forwarded_for_2','191.239.243.156'),(723317,117567,'_server_http_referer','http://www.google.com.hk'),(723318,117568,'failed_username','luis-monteiro'),(723319,117568,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723320,117568,'_message_key','user_unknown_login_failed'),(723321,117568,'_xmlrpc_request','true'),(723322,117568,'_server_remote_addr','78.30.213.87'),(723323,117568,'_server_http_x_forwarded_for_0','142.254.82.125'),(723324,117568,'_server_http_x_forwarded_for_1','78.30.213.87'),(723325,117568,'_server_http_referer','http://www.google.com.hk'),(723326,117569,'failed_username','luis-monteiro'),(723327,117569,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723328,117569,'_message_key','user_unknown_login_failed'),(723329,117569,'_xmlrpc_request','true'),(723330,117569,'_server_remote_addr','202.131.248.94'),(723331,117569,'_server_http_x_forwarded_for_0','128.221.35.13'),(723332,117569,'_server_http_x_forwarded_for_1','202.131.248.94'),(723333,117569,'_server_http_referer','http://www.google.com.hk'),(723334,117570,'failed_username','luis-monteiro'),(723335,117570,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723336,117570,'_message_key','user_unknown_login_failed'),(723337,117570,'_xmlrpc_request','true'),(723338,117570,'_server_remote_addr','31.211.130.169'),(723339,117570,'_server_http_x_forwarded_for_0','71.120.235.117'),(723340,117570,'_server_http_x_forwarded_for_1','31.211.130.169'),(723341,117570,'_server_http_referer','http://www.google.com.hk'),(723342,117571,'failed_username','luis-monteiro'),(723343,117571,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723344,117571,'_message_key','user_unknown_login_failed'),(723345,117571,'_xmlrpc_request','true'),(723346,117571,'_server_remote_addr','125.25.80.58'),(723347,117571,'_server_http_x_forwarded_for_0','211.25.220.252'),(723348,117571,'_server_http_x_forwarded_for_1','125.25.80.58'),(723349,117571,'_server_http_referer','http://www.google.com.hk'),(723350,117572,'failed_username','luis-monteiro'),(723351,117572,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723352,117572,'_message_key','user_unknown_login_failed'),(723353,117572,'_xmlrpc_request','true'),(723354,117572,'_server_remote_addr','190.115.6.83'),(723355,117572,'_server_http_x_forwarded_for_0','111.150.51.101'),(723356,117572,'_server_http_x_forwarded_for_1','190.115.6.83'),(723357,117572,'_server_http_referer','http://www.google.com.hk'),(723358,117573,'failed_username','luis-monteiro'),(723359,117573,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723360,117573,'_message_key','user_unknown_login_failed'),(723361,117573,'_xmlrpc_request','true'),(723362,117573,'_server_remote_addr','58.84.189.154'),(723363,117573,'_server_http_x_forwarded_for_0','47.74.130.228'),(723364,117573,'_server_http_x_forwarded_for_1','58.84.189.154'),(723365,117573,'_server_http_referer','http://www.google.com.hk'),(723366,117574,'failed_username','luis-monteiro'),(723367,117574,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723368,117574,'_message_key','user_unknown_login_failed'),(723369,117574,'_xmlrpc_request','true'),(723370,117574,'_server_remote_addr','173.165.44.62'),(723371,117574,'_server_http_x_forwarded_for_0','103.13.187.79'),(723372,117574,'_server_http_x_forwarded_for_1','173.165.44.62'),(723373,117574,'_server_http_referer','http://www.google.com.hk'),(723374,117575,'failed_username','luis-monteiro'),(723375,117575,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723376,117575,'_message_key','user_unknown_login_failed'),(723377,117575,'_xmlrpc_request','true'),(723378,117575,'_server_remote_addr','81.30.176.28'),(723379,117575,'_server_http_x_forwarded_for_1','81.30.176.28'),(723380,117575,'_server_http_referer','http://www.google.com.hk'),(723381,117576,'failed_username','luis-monteiro'),(723382,117576,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723383,117576,'_message_key','user_unknown_login_failed'),(723384,117576,'_xmlrpc_request','true'),(723385,117576,'_server_remote_addr','142.93.181.178'),(723386,117576,'_server_http_x_forwarded_for_0','152.242.35.140'),(723387,117576,'_server_http_x_forwarded_for_2','142.93.181.178'),(723388,117576,'_server_http_referer','http://www.google.com.hk'),(723389,117577,'failed_username','luis-monteiro'),(723390,117577,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723391,117577,'_message_key','user_unknown_login_failed'),(723392,117577,'_xmlrpc_request','true'),(723393,117577,'_server_remote_addr','140.227.60.146'),(723394,117577,'_server_http_x_forwarded_for_0','140.227.60.146'),(723395,117577,'_server_http_referer','http://www.google.com.hk'),(723396,117578,'failed_username','luis-monteiro'),(723397,117578,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723398,117578,'_message_key','user_unknown_login_failed'),(723399,117578,'_xmlrpc_request','true'),(723400,117578,'_server_remote_addr','35.200.49.169'),(723401,117578,'_server_http_x_forwarded_for_1','35.200.49.169'),(723402,117578,'_server_http_referer','http://www.google.com.hk'),(723403,117579,'failed_username','luis-monteiro'),(723404,117579,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723405,117579,'_message_key','user_unknown_login_failed'),(723406,117579,'_xmlrpc_request','true'),(723407,117579,'_server_remote_addr','87.251.188.218'),(723408,117579,'_server_http_x_forwarded_for_0','49.53.152.239'),(723409,117579,'_server_http_x_forwarded_for_1','87.251.188.218'),(723410,117579,'_server_http_referer','http://www.google.com.hk'),(723411,117580,'failed_username','luis-monteiro'),(723412,117580,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723413,117580,'_message_key','user_unknown_login_failed'),(723414,117580,'_xmlrpc_request','true'),(723415,117580,'_server_remote_addr','103.212.129.201'),(723416,117580,'_server_http_x_forwarded_for_1','103.212.129.201'),(723417,117580,'_server_http_referer','http://www.google.com.hk'),(723418,117581,'failed_username','luis-monteiro'),(723419,117581,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723420,117581,'_message_key','user_unknown_login_failed'),(723421,117581,'_xmlrpc_request','true'),(723422,117581,'_server_remote_addr','89.47.98.125'),(723423,117581,'_server_http_x_forwarded_for_0','190.245.146.250'),(723424,117581,'_server_http_x_forwarded_for_1','89.47.98.125'),(723425,117581,'_server_http_referer','http://www.google.com.hk'),(723426,117582,'failed_username','luis-monteiro'),(723427,117582,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723428,117582,'_message_key','user_unknown_login_failed'),(723429,117582,'_xmlrpc_request','true'),(723430,117582,'_server_remote_addr','85.15.216.56'),(723431,117582,'_server_http_x_forwarded_for_0','24.82.205.168'),(723432,117582,'_server_http_x_forwarded_for_1','85.15.216.56'),(723433,117582,'_server_http_referer','http://www.google.com.hk'),(723434,117583,'failed_username','luis-monteiro'),(723435,117583,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723436,117583,'_message_key','user_unknown_login_failed'),(723437,117583,'_xmlrpc_request','true'),(723438,117583,'_server_remote_addr','36.74.102.210'),(723439,117583,'_server_http_x_forwarded_for_0','190.182.203.191'),(723440,117583,'_server_http_x_forwarded_for_1','192.99.8.157'),(723441,117583,'_server_http_x_forwarded_for_2','36.74.102.210'),(723442,117583,'_server_http_referer','http://www.google.com.hk'),(723443,117584,'failed_username','luis-monteiro'),(723444,117584,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723445,117584,'_message_key','user_unknown_login_failed'),(723446,117584,'_xmlrpc_request','true'),(723447,117584,'_server_remote_addr','43.252.158.21'),(723448,117584,'_server_http_x_forwarded_for_0','120.5.93.225'),(723449,117584,'_server_http_x_forwarded_for_1','43.252.158.21'),(723450,117584,'_server_http_referer','http://www.google.com.hk'),(723451,117585,'failed_username','luis-monteiro'),(723452,117585,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723453,117585,'_message_key','user_unknown_login_failed'),(723454,117585,'_xmlrpc_request','true'),(723455,117585,'_server_remote_addr','142.93.181.178'),(723456,117585,'_server_http_x_forwarded_for_0','146.97.40.242'),(723457,117585,'_server_http_x_forwarded_for_2','142.93.181.178'),(723458,117585,'_server_http_referer','http://www.google.com.hk'),(723459,117586,'failed_username','luis-monteiro'),(723460,117586,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723461,117586,'_message_key','user_unknown_login_failed'),(723462,117586,'_xmlrpc_request','true'),(723463,117586,'_server_remote_addr','125.25.57.33'),(723464,117586,'_server_http_x_forwarded_for_0','66.66.187.174'),(723465,117586,'_server_http_x_forwarded_for_1','125.25.57.33'),(723466,117586,'_server_http_referer','http://www.google.com.hk'),(723467,117587,'failed_username','luis-monteiro'),(723468,117587,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723469,117587,'_message_key','user_unknown_login_failed'),(723470,117587,'_xmlrpc_request','true'),(723471,117587,'_server_remote_addr','140.227.59.67'),(723472,117587,'_server_http_x_forwarded_for_0','140.227.59.67'),(723473,117587,'_server_http_referer','http://www.google.com.hk'),(723474,117588,'failed_username','luis-monteiro'),(723475,117588,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723476,117588,'_message_key','user_unknown_login_failed'),(723477,117588,'_xmlrpc_request','true'),(723478,117588,'_server_remote_addr','109.202.17.4'),(723479,117588,'_server_http_x_forwarded_for_0','29.144.154.202'),(723480,117588,'_server_http_x_forwarded_for_1','109.202.17.4'),(723481,117588,'_server_http_referer','http://www.google.com.hk'),(723482,117589,'failed_username','luis-monteiro'),(723483,117589,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723484,117589,'_message_key','user_unknown_login_failed'),(723485,117589,'_xmlrpc_request','true'),(723486,117589,'_server_remote_addr','36.37.185.253'),(723487,117589,'_server_http_x_forwarded_for_0','117.196.117.14'),(723488,117589,'_server_http_x_forwarded_for_1','36.37.185.253'),(723489,117589,'_server_http_referer','http://www.google.com.hk'),(723490,117590,'failed_username','luis-monteiro'),(723491,117590,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723492,117590,'_message_key','user_unknown_login_failed'),(723493,117590,'_xmlrpc_request','true'),(723494,117590,'_server_remote_addr','177.85.114.211'),(723495,117590,'_server_http_x_forwarded_for_0','70.239.155.226'),(723496,117590,'_server_http_x_forwarded_for_1','192.99.8.157'),(723497,117590,'_server_http_x_forwarded_for_2','177.85.114.211'),(723498,117590,'_server_http_referer','http://www.google.com.hk'),(723499,117591,'failed_username','luis-monteiro'),(723500,117591,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723501,117591,'_message_key','user_unknown_login_failed'),(723502,117591,'_xmlrpc_request','true'),(723503,117591,'_server_remote_addr','35.236.183.30'),(723504,117591,'_server_http_x_forwarded_for_0','16.128.23.55'),(723505,117591,'_server_http_x_forwarded_for_1','35.236.183.30'),(723506,117591,'_server_http_referer','http://www.google.com.hk'),(723507,117592,'failed_username','luis-monteiro'),(723508,117592,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723509,117592,'_message_key','user_unknown_login_failed'),(723510,117592,'_xmlrpc_request','true'),(723511,117592,'_server_remote_addr','95.188.68.19'),(723512,117592,'_server_http_x_forwarded_for_0','83.33.53.219'),(723513,117592,'_server_http_x_forwarded_for_1','95.188.68.19'),(723514,117592,'_server_http_referer','http://www.google.com.hk'),(723515,117593,'failed_username','luis-monteiro'),(723516,117593,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723517,117593,'_message_key','user_unknown_login_failed'),(723518,117593,'_xmlrpc_request','true'),(723519,117593,'_server_remote_addr','176.121.48.18'),(723520,117593,'_server_http_x_forwarded_for_0','77.108.44.84'),(723521,117593,'_server_http_x_forwarded_for_1','176.121.48.18'),(723522,117593,'_server_http_referer','http://www.google.com.hk'),(723523,117594,'failed_username','luis-monteiro'),(723524,117594,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723525,117594,'_message_key','user_unknown_login_failed'),(723526,117594,'_xmlrpc_request','true'),(723527,117594,'_server_remote_addr','193.239.72.154'),(723528,117594,'_server_http_x_forwarded_for_0','169.38.146.88'),(723529,117594,'_server_http_x_forwarded_for_1','193.239.72.154'),(723530,117594,'_server_http_referer','http://www.google.com.hk'),(723531,117595,'failed_username','luis-monteiro'),(723532,117595,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723533,117595,'_message_key','user_unknown_login_failed'),(723534,117595,'_xmlrpc_request','true'),(723535,117595,'_server_remote_addr','178.46.188.202'),(723536,117595,'_server_http_x_forwarded_for_0','137.156.85.89'),(723537,117595,'_server_http_x_forwarded_for_1','178.46.188.202'),(723538,117595,'_server_http_referer','http://www.google.com.hk'),(723539,117596,'failed_username','luis-monteiro'),(723540,117596,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723541,117596,'_message_key','user_unknown_login_failed'),(723542,117596,'_xmlrpc_request','true'),(723543,117596,'_server_remote_addr','66.158.61.10'),(723544,117596,'_server_http_x_forwarded_for_0','213.225.225.104'),(723545,117596,'_server_http_x_forwarded_for_1','66.158.61.10'),(723546,117596,'_server_http_referer','http://www.google.com.hk'),(723547,117597,'failed_username','luis-monteiro'),(723548,117597,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723549,117597,'_message_key','user_unknown_login_failed'),(723550,117597,'_xmlrpc_request','true'),(723551,117597,'_server_remote_addr','190.152.17.62'),(723552,117597,'_server_http_x_forwarded_for_0','212.70.234.91'),(723553,117597,'_server_http_x_forwarded_for_1','190.152.17.62'),(723554,117597,'_server_http_referer','http://www.google.com.hk'),(723555,117598,'failed_username','luis-monteiro'),(723556,117598,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723557,117598,'_message_key','user_unknown_login_failed'),(723558,117598,'_xmlrpc_request','true'),(723559,117598,'_server_remote_addr','186.226.172.12'),(723560,117598,'_server_http_x_forwarded_for_0','100.95.155.142'),(723561,117598,'_server_http_x_forwarded_for_1','186.226.172.12'),(723562,117598,'_server_http_referer','http://www.google.com.hk'),(723563,117599,'failed_username','luis-monteiro'),(723564,117599,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723565,117599,'_message_key','user_unknown_login_failed'),(723566,117599,'_xmlrpc_request','true'),(723567,117599,'_server_remote_addr','31.220.183.217'),(723568,117599,'_server_http_x_forwarded_for_0','205.3.18.238'),(723569,117599,'_server_http_x_forwarded_for_1','31.220.183.217'),(723570,117599,'_server_http_referer','http://www.google.com.hk'),(723571,117600,'failed_username','luis-monteiro'),(723572,117600,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723573,117600,'_message_key','user_unknown_login_failed'),(723574,117600,'_xmlrpc_request','true'),(723575,117600,'_server_remote_addr','83.175.238.170'),(723576,117600,'_server_http_x_forwarded_for_0','130.151.79.128'),(723577,117600,'_server_http_x_forwarded_for_1','83.175.238.170'),(723578,117600,'_server_http_referer','http://www.google.com.hk'),(723579,117601,'failed_username','luis-monteiro'),(723580,117601,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723581,117601,'_message_key','user_unknown_login_failed'),(723582,117601,'_xmlrpc_request','true'),(723583,117601,'_server_remote_addr','202.166.216.213'),(723584,117601,'_server_http_x_forwarded_for_0','175.146.239.195'),(723585,117601,'_server_http_x_forwarded_for_1','202.166.216.213'),(723586,117601,'_server_http_referer','http://www.google.com.hk'),(723587,117602,'failed_username','luis-monteiro'),(723588,117602,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723589,117602,'_message_key','user_unknown_login_failed'),(723590,117602,'_xmlrpc_request','true'),(723591,117602,'_server_remote_addr','163.44.173.238'),(723592,117602,'_server_http_x_forwarded_for_0','14.246.244.191'),(723593,117602,'_server_http_x_forwarded_for_1','192.99.8.157'),(723594,117602,'_server_http_x_forwarded_for_2','163.44.173.238'),(723595,117602,'_server_http_referer','http://www.google.com.hk'),(723596,117603,'failed_username','luis-monteiro'),(723597,117603,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723598,117603,'_message_key','user_unknown_login_failed'),(723599,117603,'_xmlrpc_request','true'),(723600,117603,'_server_remote_addr','134.19.147.72'),(723601,117603,'_server_http_x_forwarded_for_1','134.19.147.72'),(723602,117603,'_server_http_referer','http://www.google.com.hk'),(723603,117604,'failed_username','luis-monteiro'),(723604,117604,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723605,117604,'_message_key','user_unknown_login_failed'),(723606,117604,'_xmlrpc_request','true'),(723607,117604,'_server_remote_addr','163.44.173.238'),(723608,117604,'_server_http_x_forwarded_for_0','134.53.54.158'),(723609,117604,'_server_http_x_forwarded_for_1','192.99.8.157'),(723610,117604,'_server_http_x_forwarded_for_2','163.44.173.238'),(723611,117604,'_server_http_referer','http://www.google.com.hk'),(723612,117605,'failed_username','luis-monteiro'),(723613,117605,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723614,117605,'_message_key','user_unknown_login_failed'),(723615,117605,'_xmlrpc_request','true'),(723616,117605,'_server_remote_addr','31.3.91.144'),(723617,117605,'_server_http_x_forwarded_for_0','142.244.82.96'),(723618,117605,'_server_http_x_forwarded_for_1','31.3.91.144'),(723619,117605,'_server_http_referer','http://www.google.com.hk'),(723620,117606,'failed_username','luis-monteiro'),(723621,117606,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723622,117606,'_message_key','user_unknown_login_failed'),(723623,117606,'_xmlrpc_request','true'),(723624,117606,'_server_remote_addr','176.215.236.110'),(723625,117606,'_server_http_x_forwarded_for_0','52.251.108.48'),(723626,117606,'_server_http_x_forwarded_for_1','192.99.8.157'),(723627,117606,'_server_http_x_forwarded_for_2','176.215.236.110'),(723628,117606,'_server_http_referer','http://www.google.com.hk'),(723629,117607,'failed_username','luis-monteiro'),(723630,117607,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723631,117607,'_message_key','user_unknown_login_failed'),(723632,117607,'_xmlrpc_request','true'),(723633,117607,'_server_remote_addr','180.180.152.25'),(723634,117607,'_server_http_x_forwarded_for_0','54.6.174.105'),(723635,117607,'_server_http_x_forwarded_for_1','180.180.152.25'),(723636,117607,'_server_http_referer','http://www.google.com.hk'),(723637,117608,'failed_username','luis-monteiro'),(723638,117608,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723639,117608,'_message_key','user_unknown_login_failed'),(723640,117608,'_xmlrpc_request','true'),(723641,117608,'_server_remote_addr','128.140.225.41'),(723642,117608,'_server_http_x_forwarded_for_0','182.155.64.229'),(723643,117608,'_server_http_x_forwarded_for_1','128.140.225.41'),(723644,117608,'_server_http_referer','http://www.google.com.hk'),(723645,117609,'failed_username','luis-monteiro'),(723646,117609,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723647,117609,'_message_key','user_unknown_login_failed'),(723648,117609,'_xmlrpc_request','true'),(723649,117609,'_server_remote_addr','47.52.210.47'),(723650,117609,'_server_http_x_forwarded_for_0','173.191.170.45'),(723651,117609,'_server_http_x_forwarded_for_1','47.52.210.47'),(723652,117609,'_server_http_referer','http://www.google.com.hk'),(723653,117610,'failed_username','luis-monteiro'),(723654,117610,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723655,117610,'_message_key','user_unknown_login_failed'),(723656,117610,'_xmlrpc_request','true'),(723657,117610,'_server_remote_addr','110.74.206.79'),(723658,117610,'_server_http_x_forwarded_for_0','13.238.36.237'),(723659,117610,'_server_http_x_forwarded_for_1','110.74.206.79'),(723660,117610,'_server_http_referer','http://www.google.com.hk'),(723661,117611,'failed_username','luis-monteiro'),(723662,117611,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723663,117611,'_message_key','user_unknown_login_failed'),(723664,117611,'_xmlrpc_request','true'),(723665,117611,'_server_remote_addr','128.140.225.41'),(723666,117611,'_server_http_x_forwarded_for_0','131.34.233.124'),(723667,117611,'_server_http_x_forwarded_for_1','128.140.225.41'),(723668,117611,'_server_http_referer','http://www.google.com.hk'),(723669,117612,'failed_username','luis-monteiro'),(723670,117612,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723671,117612,'_message_key','user_unknown_login_failed'),(723672,117612,'_xmlrpc_request','true'),(723673,117612,'_server_remote_addr','109.236.211.242'),(723674,117612,'_server_http_x_forwarded_for_0','189.160.99.229'),(723675,117612,'_server_http_x_forwarded_for_1','109.236.211.242'),(723676,117612,'_server_http_referer','http://www.google.com.hk'),(723677,117613,'failed_username','luis-monteiro'),(723678,117613,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723679,117613,'_message_key','user_unknown_login_failed'),(723680,117613,'_xmlrpc_request','true'),(723681,117613,'_server_remote_addr','177.53.8.166'),(723682,117613,'_server_http_x_forwarded_for_0','162.82.95.158'),(723683,117613,'_server_http_x_forwarded_for_1','177.53.8.166'),(723684,117613,'_server_http_referer','http://www.google.com.hk'),(723685,117614,'failed_username','luis-monteiro'),(723686,117614,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723687,117614,'_message_key','user_unknown_login_failed'),(723688,117614,'_xmlrpc_request','true'),(723689,117614,'_server_remote_addr','188.165.240.92'),(723690,117614,'_server_http_x_forwarded_for_0','188.165.240.92'),(723691,117615,'failed_username','luis-monteiro'),(723692,117615,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723693,117615,'_message_key','user_unknown_login_failed'),(723694,117615,'_xmlrpc_request','true'),(723695,117615,'_server_remote_addr','78.29.14.201'),(723696,117615,'_server_http_x_forwarded_for_0','129.115.123.164'),(723697,117615,'_server_http_x_forwarded_for_1','78.29.14.201'),(723698,117615,'_server_http_referer','http://www.google.com.hk'),(723699,117616,'failed_username','luis-monteiro'),(723700,117616,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723701,117616,'_message_key','user_unknown_login_failed'),(723702,117616,'_xmlrpc_request','true'),(723703,117616,'_server_remote_addr','81.30.176.28'),(723704,117616,'_server_http_x_forwarded_for_0','107.235.230.62'),(723705,117616,'_server_http_x_forwarded_for_1','81.30.176.28'),(723706,117616,'_server_http_referer','http://www.google.com.hk'),(723707,117617,'failed_username','luis-monteiro'),(723708,117617,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723709,117617,'_message_key','user_unknown_login_failed'),(723710,117617,'_xmlrpc_request','true'),(723711,117617,'_server_remote_addr','171.100.2.154'),(723712,117617,'_server_http_x_forwarded_for_0','137.254.157.93'),(723713,117617,'_server_http_x_forwarded_for_1','192.99.8.157'),(723714,117617,'_server_http_x_forwarded_for_2','171.100.2.154'),(723715,117617,'_server_http_referer','http://www.google.com.hk'),(723716,117618,'failed_username','luis-monteiro'),(723717,117618,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723718,117618,'_message_key','user_unknown_login_failed'),(723719,117618,'_xmlrpc_request','true'),(723720,117618,'_server_remote_addr','218.255.102.246'),(723721,117618,'_server_http_x_forwarded_for_0','52.179.137.239'),(723722,117618,'_server_http_x_forwarded_for_1','218.255.102.246'),(723723,117618,'_server_http_referer','http://www.google.com.hk'),(723724,117619,'failed_username','luis-monteiro'),(723725,117619,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723726,117619,'_message_key','user_unknown_login_failed'),(723727,117619,'_xmlrpc_request','true'),(723728,117619,'_server_remote_addr','211.24.103.226'),(723729,117619,'_server_http_x_forwarded_for_0','191.141.180.22'),(723730,117619,'_server_http_x_forwarded_for_1','211.24.103.226'),(723731,117619,'_server_http_referer','http://www.google.com.hk'),(723732,117620,'failed_username','luis-monteiro'),(723733,117620,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723734,117620,'_message_key','user_unknown_login_failed'),(723735,117620,'_xmlrpc_request','true'),(723736,117620,'_server_remote_addr','182.53.197.141'),(723737,117620,'_server_http_x_forwarded_for_0','167.170.81.242'),(723738,117620,'_server_http_x_forwarded_for_1','182.53.197.141'),(723739,117620,'_server_http_referer','http://www.google.com.hk'),(723740,117621,'failed_username','luis-monteiro'),(723741,117621,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723742,117621,'_message_key','user_unknown_login_failed'),(723743,117621,'_xmlrpc_request','true'),(723744,117621,'_server_remote_addr','194.44.32.41'),(723745,117621,'_server_http_x_forwarded_for_0','208.222.45.7'),(723746,117621,'_server_http_x_forwarded_for_1','194.44.32.41'),(723747,117621,'_server_http_referer','http://www.google.com.hk'),(723748,117622,'failed_username','luis-monteiro'),(723749,117622,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723750,117622,'_message_key','user_unknown_login_failed'),(723751,117622,'_xmlrpc_request','true'),(723752,117622,'_server_remote_addr','163.53.198.58'),(723753,117622,'_server_http_x_forwarded_for_0','196.223.48.91'),(723754,117622,'_server_http_x_forwarded_for_1','163.53.198.58'),(723755,117622,'_server_http_referer','http://www.google.com.hk'),(723756,117623,'failed_username','luis-monteiro'),(723757,117623,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723758,117623,'_message_key','user_unknown_login_failed'),(723759,117623,'_xmlrpc_request','true'),(723760,117623,'_server_remote_addr','103.69.45.124'),(723761,117623,'_server_http_x_forwarded_for_0','121.176.219.161'),(723762,117623,'_server_http_x_forwarded_for_1','103.69.45.124'),(723763,117623,'_server_http_referer','http://www.google.com.hk'),(723764,117624,'failed_username','luis-monteiro'),(723765,117624,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723766,117624,'_message_key','user_unknown_login_failed'),(723767,117624,'_xmlrpc_request','true'),(723768,117624,'_server_remote_addr','121.101.191.2'),(723769,117624,'_server_http_x_forwarded_for_0','47.81.23.100'),(723770,117624,'_server_http_x_forwarded_for_1','121.101.191.2'),(723771,117624,'_server_http_referer','http://www.google.com.hk'),(723772,117625,'failed_username','luis-monteiro'),(723773,117625,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723774,117625,'_message_key','user_unknown_login_failed'),(723775,117625,'_xmlrpc_request','true'),(723776,117625,'_server_remote_addr','82.200.99.150'),(723777,117625,'_server_http_x_forwarded_for_0','174.93.242.82'),(723778,117625,'_server_http_x_forwarded_for_1','82.200.99.150'),(723779,117625,'_server_http_referer','http://www.google.com.hk'),(723780,117626,'failed_username','luis-monteiro'),(723781,117626,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723782,117626,'_message_key','user_unknown_login_failed'),(723783,117626,'_xmlrpc_request','true'),(723784,117626,'_server_remote_addr','187.188.168.57'),(723785,117626,'_server_http_x_forwarded_for_1','192.99.8.157'),(723786,117626,'_server_http_x_forwarded_for_2','187.188.168.57'),(723787,117626,'_server_http_referer','http://www.google.com.hk'),(723788,117627,'failed_username','luis-monteiro'),(723789,117627,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723790,117627,'_message_key','user_unknown_login_failed'),(723791,117627,'_xmlrpc_request','true'),(723792,117627,'_server_remote_addr','170.81.98.2'),(723793,117627,'_server_http_x_forwarded_for_0','141.154.238.218'),(723794,117627,'_server_http_x_forwarded_for_1','170.81.98.2'),(723795,117627,'_server_http_referer','http://www.google.com.hk'),(723796,117628,'failed_username','luis-monteiro'),(723797,117628,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723798,117628,'_message_key','user_unknown_login_failed'),(723799,117628,'_xmlrpc_request','true'),(723800,117628,'_server_remote_addr','178.128.212.254'),(723801,117628,'_server_http_x_forwarded_for_0','178.128.212.254'),(723802,117629,'failed_username','luis-monteiro'),(723803,117629,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723804,117629,'_message_key','user_unknown_login_failed'),(723805,117629,'_xmlrpc_request','true'),(723806,117629,'_server_remote_addr','42.60.207.36'),(723807,117629,'_server_http_x_forwarded_for_1','42.60.207.36'),(723808,117629,'_server_http_referer','http://www.google.com.hk'),(723809,117630,'failed_username','luis-monteiro'),(723810,117630,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723811,117630,'_message_key','user_unknown_login_failed'),(723812,117630,'_xmlrpc_request','true'),(723813,117630,'_server_remote_addr','43.252.9.76'),(723814,117630,'_server_http_x_forwarded_for_0','40.83.225.241'),(723815,117630,'_server_http_x_forwarded_for_1','192.99.8.157'),(723816,117630,'_server_http_x_forwarded_for_2','43.252.9.76'),(723817,117630,'_server_http_referer','http://www.google.com.hk'),(723818,117631,'failed_username','luis-monteiro'),(723819,117631,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723820,117631,'_message_key','user_unknown_login_failed'),(723821,117631,'_xmlrpc_request','true'),(723822,117631,'_server_remote_addr','93.152.172.162'),(723823,117631,'_server_http_x_forwarded_for_0','178.85.67.60'),(723824,117631,'_server_http_x_forwarded_for_1','93.152.172.162'),(723825,117631,'_server_http_referer','http://www.google.com.hk'),(723826,117632,'failed_username','luis-monteiro'),(723827,117632,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723828,117632,'_message_key','user_unknown_login_failed'),(723829,117632,'_xmlrpc_request','true'),(723830,117632,'_server_remote_addr','40.74.243.24'),(723831,117632,'_server_http_x_forwarded_for_0','102.200.207.37'),(723832,117632,'_server_http_x_forwarded_for_1','40.74.243.24'),(723833,117632,'_server_http_referer','http://www.google.com.hk'),(723834,117633,'failed_username','luis-monteiro'),(723835,117633,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723836,117633,'_message_key','user_unknown_login_failed'),(723837,117633,'_xmlrpc_request','true'),(723838,117633,'_server_remote_addr','95.67.65.18'),(723839,117633,'_server_http_x_forwarded_for_0','141.184.6.157'),(723840,117633,'_server_http_x_forwarded_for_1','95.67.65.18'),(723841,117633,'_server_http_referer','http://www.google.com.hk'),(723842,117634,'failed_username','luis-monteiro'),(723843,117634,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723844,117634,'_message_key','user_unknown_login_failed'),(723845,117634,'_xmlrpc_request','true'),(723846,117634,'_server_remote_addr','93.152.172.162'),(723847,117634,'_server_http_x_forwarded_for_0','217.57.19.208'),(723848,117634,'_server_http_x_forwarded_for_1','93.152.172.162'),(723849,117634,'_server_http_referer','http://www.google.com.hk'),(723850,117635,'failed_username','luis-monteiro'),(723851,117635,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723852,117635,'_message_key','user_unknown_login_failed'),(723853,117635,'_xmlrpc_request','true'),(723854,117635,'_server_remote_addr','212.92.192.130'),(723855,117635,'_server_http_x_forwarded_for_0','62.65.134.230'),(723856,117635,'_server_http_x_forwarded_for_1','212.92.192.130'),(723857,117635,'_server_http_referer','http://www.google.com.hk'),(723858,117636,'failed_username','luis-monteiro'),(723859,117636,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723860,117636,'_message_key','user_unknown_login_failed'),(723861,117636,'_xmlrpc_request','true'),(723862,117636,'_server_remote_addr','142.93.123.116'),(723863,117636,'_server_http_x_forwarded_for_0','174.5.162.188'),(723864,117636,'_server_http_x_forwarded_for_1','192.99.8.157'),(723865,117636,'_server_http_x_forwarded_for_2','142.93.123.116'),(723866,117636,'_server_http_referer','http://www.google.com.hk'),(723867,117637,'failed_username','luis-monteiro'),(723868,117637,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723869,117637,'_message_key','user_unknown_login_failed'),(723870,117637,'_xmlrpc_request','true'),(723871,117637,'_server_remote_addr','163.23.70.130'),(723872,117637,'_server_http_x_forwarded_for_0','145.206.57.25'),(723873,117637,'_server_http_x_forwarded_for_1','192.99.8.157'),(723874,117637,'_server_http_x_forwarded_for_2','163.23.70.130'),(723875,117637,'_server_http_referer','http://www.google.com.hk'),(723876,117638,'failed_username','luis-monteiro'),(723877,117638,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723878,117638,'_message_key','user_unknown_login_failed'),(723879,117638,'_xmlrpc_request','true'),(723880,117638,'_server_remote_addr','88.247.9.171'),(723881,117638,'_server_http_x_forwarded_for_0','187.247.111.107'),(723882,117638,'_server_http_x_forwarded_for_1','88.247.9.171'),(723883,117638,'_server_http_referer','http://www.google.com.hk'),(723884,117639,'failed_username','luis-monteiro'),(723885,117639,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723886,117639,'_message_key','user_unknown_login_failed'),(723887,117639,'_xmlrpc_request','true'),(723888,117639,'_server_remote_addr','91.226.8.218'),(723889,117639,'_server_http_x_forwarded_for_1','91.226.8.218'),(723890,117639,'_server_http_referer','http://www.google.com.hk'),(723891,117640,'failed_username','luis-monteiro'),(723892,117640,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723893,117640,'_message_key','user_unknown_login_failed'),(723894,117640,'_xmlrpc_request','true'),(723895,117640,'_server_remote_addr','103.69.45.124'),(723896,117640,'_server_http_x_forwarded_for_0','174.10.30.134'),(723897,117640,'_server_http_x_forwarded_for_1','103.69.45.124'),(723898,117640,'_server_http_referer','http://www.google.com.hk'),(723899,117641,'failed_username','luis-monteiro'),(723900,117641,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723901,117641,'_message_key','user_unknown_login_failed'),(723902,117641,'_xmlrpc_request','true'),(723903,117641,'_server_remote_addr','118.174.232.187'),(723904,117641,'_server_http_x_forwarded_for_0','22.107.42.110'),(723905,117641,'_server_http_x_forwarded_for_1','118.174.232.187'),(723906,117641,'_server_http_referer','http://www.google.com.hk'),(723907,117642,'failed_username','luis-monteiro'),(723908,117642,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723909,117642,'_message_key','user_unknown_login_failed'),(723910,117642,'_xmlrpc_request','true'),(723911,117642,'_server_remote_addr','199.119.158.2'),(723912,117642,'_server_http_x_forwarded_for_0','39.186.88.130'),(723913,117642,'_server_http_x_forwarded_for_1','199.119.158.2'),(723914,117642,'_server_http_referer','http://www.google.com.hk'),(723915,117643,'failed_username','luis-monteiro'),(723916,117643,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723917,117643,'_message_key','user_unknown_login_failed'),(723918,117643,'_xmlrpc_request','true'),(723919,117643,'_server_remote_addr','103.218.240.182'),(723920,117643,'_server_http_x_forwarded_for_0','164.193.72.250'),(723921,117643,'_server_http_x_forwarded_for_1','103.218.240.182'),(723922,117643,'_server_http_referer','http://www.google.com.hk'),(723923,117644,'failed_username','luis-monteiro'),(723924,117644,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723925,117644,'_message_key','user_unknown_login_failed'),(723926,117644,'_xmlrpc_request','true'),(723927,117644,'_server_remote_addr','188.43.52.166'),(723928,117644,'_server_http_x_forwarded_for_0','82.196.135.84'),(723929,117644,'_server_http_x_forwarded_for_1','188.43.52.166'),(723930,117644,'_server_http_referer','http://www.google.com.hk'),(723931,117645,'failed_username','luis-monteiro'),(723932,117645,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723933,117645,'_message_key','user_unknown_login_failed'),(723934,117645,'_xmlrpc_request','true'),(723935,117645,'_server_remote_addr','46.151.157.115'),(723936,117645,'_server_http_x_forwarded_for_0','162.113.59.181'),(723937,117645,'_server_http_x_forwarded_for_1','46.151.157.115'),(723938,117645,'_server_http_referer','http://www.google.com.hk'),(723939,117646,'failed_username','luis-monteiro'),(723940,117646,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723941,117646,'_message_key','user_unknown_login_failed'),(723942,117646,'_xmlrpc_request','true'),(723943,117646,'_server_remote_addr','95.188.68.19'),(723944,117646,'_server_http_x_forwarded_for_0','73.177.89.243'),(723945,117646,'_server_http_x_forwarded_for_1','95.188.68.19'),(723946,117646,'_server_http_referer','http://www.google.com.hk'),(723947,117647,'failed_username','luis-monteiro'),(723948,117647,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723949,117647,'_message_key','user_unknown_login_failed'),(723950,117647,'_xmlrpc_request','true'),(723951,117647,'_server_remote_addr','134.19.147.72'),(723952,117647,'_server_http_x_forwarded_for_0','176.50.100.102'),(723953,117647,'_server_http_x_forwarded_for_1','134.19.147.72'),(723954,117647,'_server_http_referer','http://www.google.com.hk'),(723955,117648,'failed_username','luis-monteiro'),(723956,117648,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723957,117648,'_message_key','user_unknown_login_failed'),(723958,117648,'_xmlrpc_request','true'),(723959,117648,'_server_remote_addr','203.153.109.150'),(723960,117648,'_server_http_x_forwarded_for_0','187.247.54.31'),(723961,117648,'_server_http_x_forwarded_for_1','203.153.109.150'),(723962,117648,'_server_http_referer','http://www.google.com.hk'),(723963,117649,'failed_username','luis-monteiro'),(723964,117649,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723965,117649,'_message_key','user_unknown_login_failed'),(723966,117649,'_xmlrpc_request','true'),(723967,117649,'_server_remote_addr','142.93.181.178'),(723968,117649,'_server_http_x_forwarded_for_0','65.153.144.90'),(723969,117649,'_server_http_x_forwarded_for_2','142.93.181.178'),(723970,117649,'_server_http_referer','http://www.google.com.hk'),(723971,117650,'failed_username','luis-monteiro'),(723972,117650,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723973,117650,'_message_key','user_unknown_login_failed'),(723974,117650,'_xmlrpc_request','true'),(723975,117650,'_server_remote_addr','121.127.38.186'),(723976,117650,'_server_http_x_forwarded_for_0','77.7.143.108'),(723977,117650,'_server_http_x_forwarded_for_1','121.127.38.186'),(723978,117650,'_server_http_referer','http://www.google.com.hk'),(723979,117651,'failed_username','luis-monteiro'),(723980,117651,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723981,117651,'_message_key','user_unknown_login_failed'),(723982,117651,'_xmlrpc_request','true'),(723983,117651,'_server_remote_addr','176.215.170.147'),(723984,117651,'_server_http_x_forwarded_for_0','77.58.23.95'),(723985,117651,'_server_http_x_forwarded_for_1','176.215.170.147'),(723986,117651,'_server_http_referer','http://www.google.com.hk'),(723987,117652,'failed_username','luis-monteiro'),(723988,117652,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723989,117652,'_message_key','user_unknown_login_failed'),(723990,117652,'_xmlrpc_request','true'),(723991,117652,'_server_remote_addr','114.69.228.86'),(723992,117652,'_server_http_x_forwarded_for_0','111.198.177.163'),(723993,117652,'_server_http_x_forwarded_for_1','114.69.228.86'),(723994,117652,'_server_http_referer','http://www.google.com.hk'),(723995,117653,'failed_username','luis-monteiro'),(723996,117653,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(723997,117653,'_message_key','user_unknown_login_failed'),(723998,117653,'_xmlrpc_request','true'),(723999,117653,'_server_remote_addr','181.143.73.34'),(724000,117653,'_server_http_x_forwarded_for_0','207.63.28.34'),(724001,117653,'_server_http_x_forwarded_for_1','192.99.8.157'),(724002,117653,'_server_http_x_forwarded_for_2','181.143.73.34'),(724003,117653,'_server_http_referer','http://www.google.com.hk'),(724004,117654,'failed_username','luis-monteiro'),(724005,117654,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724006,117654,'_message_key','user_unknown_login_failed'),(724007,117654,'_xmlrpc_request','true'),(724008,117654,'_server_remote_addr','189.195.132.86'),(724009,117654,'_server_http_x_forwarded_for_0','196.155.67.142'),(724010,117654,'_server_http_x_forwarded_for_1','189.195.132.86'),(724011,117654,'_server_http_referer','http://www.google.com.hk'),(724012,117655,'failed_username','luis-monteiro'),(724013,117655,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724014,117655,'_message_key','user_unknown_login_failed'),(724015,117655,'_xmlrpc_request','true'),(724016,117655,'_server_remote_addr','5.8.203.152'),(724017,117655,'_server_http_x_forwarded_for_0','145.180.5.185'),(724018,117655,'_server_http_x_forwarded_for_1','5.8.203.152'),(724019,117655,'_server_http_referer','http://www.google.com.hk'),(724020,117656,'failed_username','luis-monteiro'),(724021,117656,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724022,117656,'_message_key','user_unknown_login_failed'),(724023,117656,'_xmlrpc_request','true'),(724024,117656,'_server_remote_addr','178.168.28.199'),(724025,117656,'_server_http_x_forwarded_for_0','207.251.247.91'),(724026,117656,'_server_http_x_forwarded_for_1','178.168.28.199'),(724027,117656,'_server_http_referer','http://www.google.com.hk'),(724028,117657,'failed_username','luis-monteiro'),(724029,117657,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724030,117657,'_message_key','user_unknown_login_failed'),(724031,117657,'_xmlrpc_request','true'),(724032,117657,'_server_remote_addr','150.109.66.133'),(724033,117657,'_server_http_x_forwarded_for_1','150.109.66.133'),(724034,117657,'_server_http_referer','http://www.google.com.hk'),(724035,117658,'failed_username','luis-monteiro'),(724036,117658,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724037,117658,'_message_key','user_unknown_login_failed'),(724038,117658,'_xmlrpc_request','true'),(724039,117658,'_server_remote_addr','103.69.45.124'),(724040,117658,'_server_http_x_forwarded_for_0','127.100.84.164'),(724041,117658,'_server_http_x_forwarded_for_1','103.69.45.124'),(724042,117658,'_server_http_referer','http://www.google.com.hk'),(724043,117659,'failed_username','luis-monteiro'),(724044,117659,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724045,117659,'_message_key','user_unknown_login_failed'),(724046,117659,'_xmlrpc_request','true'),(724047,117659,'_server_remote_addr','180.249.160.111'),(724048,117659,'_server_http_x_forwarded_for_0','154.215.17.77'),(724049,117659,'_server_http_x_forwarded_for_1','180.249.160.111'),(724050,117659,'_server_http_referer','http://www.google.com.hk'),(724051,117660,'failed_username','luis-monteiro'),(724052,117660,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724053,117660,'_message_key','user_unknown_login_failed'),(724054,117660,'_xmlrpc_request','true'),(724055,117660,'_server_remote_addr','95.171.198.206'),(724056,117660,'_server_http_x_forwarded_for_0','66.97.250.221'),(724057,117660,'_server_http_x_forwarded_for_1','192.99.8.157'),(724058,117660,'_server_http_x_forwarded_for_2','95.171.198.206'),(724059,117660,'_server_http_referer','http://www.google.com.hk'),(724060,117661,'failed_username','luis-monteiro'),(724061,117661,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724062,117661,'_message_key','user_unknown_login_failed'),(724063,117661,'_xmlrpc_request','true'),(724064,117661,'_server_remote_addr','1.20.100.172'),(724065,117661,'_server_http_x_forwarded_for_0','87.147.199.37'),(724066,117661,'_server_http_x_forwarded_for_1','1.20.100.172'),(724067,117661,'_server_http_referer','http://www.google.com.hk'),(724068,117662,'failed_username','luis-monteiro'),(724069,117662,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724070,117662,'_message_key','user_unknown_login_failed'),(724071,117662,'_xmlrpc_request','true'),(724072,117662,'_server_remote_addr','142.93.181.178'),(724073,117662,'_server_http_x_forwarded_for_0','199.133.165.110'),(724074,117662,'_server_http_x_forwarded_for_2','142.93.181.178'),(724075,117662,'_server_http_referer','http://www.google.com.hk'),(724076,117663,'failed_username','luis-monteiro'),(724077,117663,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724078,117663,'_message_key','user_unknown_login_failed'),(724079,117663,'_xmlrpc_request','true'),(724080,117663,'_server_remote_addr','94.138.109.62'),(724081,117663,'_server_http_x_forwarded_for_0','86.159.225.31'),(724082,117663,'_server_http_x_forwarded_for_1','94.138.109.62'),(724083,117663,'_server_http_referer','http://www.google.com.hk'),(724084,117664,'failed_username','luis-monteiro'),(724085,117664,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724086,117664,'_message_key','user_unknown_login_failed'),(724087,117664,'_xmlrpc_request','true'),(724088,117664,'_server_remote_addr','35.236.21.150'),(724089,117664,'_server_http_x_forwarded_for_2','35.236.21.150'),(724090,117664,'_server_http_referer','http://www.google.com.hk'),(724091,117665,'failed_username','luis-monteiro'),(724092,117665,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724093,117665,'_message_key','user_unknown_login_failed'),(724094,117665,'_xmlrpc_request','true'),(724095,117665,'_server_remote_addr','80.243.8.66'),(724096,117665,'_server_http_x_forwarded_for_1','80.243.8.66'),(724097,117665,'_server_http_referer','http://www.google.com.hk'),(724098,117666,'failed_username','luis-monteiro'),(724099,117666,'server_http_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(724100,117666,'_message_key','user_unknown_login_failed'),(724101,117666,'_xmlrpc_request','true'),(724102,117666,'_server_remote_addr','36.37.185.253'),(724103,117666,'_server_http_x_forwarded_for_0','11.79.166.183'),(724104,117666,'_server_http_x_forwarded_for_1','36.37.185.253'),(724105,117666,'_server_http_referer','http://www.google.com.hk');
/*!40000 ALTER TABLE `carpi_simple_history_contexts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_term_relationships`
--

DROP TABLE IF EXISTS `carpi_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_term_relationships`
--

LOCK TABLES `carpi_term_relationships` WRITE;
/*!40000 ALTER TABLE `carpi_term_relationships` DISABLE KEYS */;
INSERT INTO `carpi_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (22,30,0),(22,35,0),(22,4,0),(31,30,0),(31,35,0),(31,2,0),(34,30,0),(34,35,0),(34,2,0),(37,30,0),(37,35,0),(37,2,0),(40,31,0),(40,4,0),(47,30,0),(47,31,0),(47,2,0),(50,30,0),(50,31,0),(50,2,0),(53,30,0),(53,31,0),(53,2,0),(56,30,0),(56,31,0),(56,2,0),(60,30,0),(60,31,0),(60,2,0),(768,30,0),(768,35,0),(768,2,0),(769,30,0),(769,35,0),(769,2,0),(67,33,0),(67,2,0),(70,33,0),(70,2,0),(73,33,0),(73,2,0),(76,33,0),(76,2,0),(79,33,0),(79,2,0),(2060,44,0),(1591,44,0),(2042,44,0),(1461,44,0),(1473,44,0),(1463,44,0),(1987,44,0),(1465,44,0),(1659,44,0),(1468,44,0),(1994,1,0),(1470,44,0),(1471,44,0),(1406,44,0),(1336,44,0),(1338,44,0),(1403,44,0),(1476,44,0),(1135,44,0),(1134,44,0),(22,13,0),(31,14,0),(37,14,0),(47,14,0),(50,14,0),(53,12,0),(40,14,0),(768,13,0),(769,14,0),(56,14,0),(70,13,0),(60,12,0),(73,12,0);
/*!40000 ALTER TABLE `carpi_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_term_taxonomy`
--

DROP TABLE IF EXISTS `carpi_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_term_taxonomy`
--

LOCK TABLES `carpi_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `carpi_term_taxonomy` DISABLE KEYS */;
INSERT INTO `carpi_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,15),(3,3,'product_type','',0,0),(4,4,'product_type','',0,2),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,3),(13,13,'product_visibility','',0,3),(14,14,'product_visibility','',0,7),(15,15,'category','',0,0),(16,16,'category','',0,0),(17,17,'category','',0,0),(18,18,'category','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'post_tag','',0,0),(27,27,'post_tag','',0,0),(28,28,'post_tag','',0,0),(29,29,'post_tag','',0,0),(30,30,'product_cat','',0,11),(31,31,'product_cat','',0,6),(32,32,'product_cat','',0,0),(33,33,'product_cat','',0,5),(34,34,'product_cat','',32,0),(35,35,'product_cat','',30,6),(36,36,'product_cat','',32,0),(44,44,'nav_menu','',0,19),(38,38,'post_format','',0,0),(39,39,'post_format','',0,0),(40,40,'post_format','',0,0),(41,41,'post_format','',0,0),(42,42,'post_format','',0,0),(43,43,'post_format','',0,0);
/*!40000 ALTER TABLE `carpi_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_termmeta`
--

DROP TABLE IF EXISTS `carpi_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_termmeta`
--

LOCK TABLES `carpi_termmeta` WRITE;
/*!40000 ALTER TABLE `carpi_termmeta` DISABLE KEYS */;
INSERT INTO `carpi_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (1,30,'order','0'),(2,31,'order','0'),(3,32,'order','0'),(4,33,'order','0'),(5,34,'order','0'),(6,35,'order','0'),(7,36,'order','0'),(8,30,'product_count_product_cat','11'),(9,35,'product_count_product_cat','6'),(10,31,'product_count_product_cat','6'),(11,33,'product_count_product_cat','5');
/*!40000 ALTER TABLE `carpi_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_terms`
--

DROP TABLE IF EXISTS `carpi_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_terms`
--

LOCK TABLES `carpi_terms` WRITE;
/*!40000 ALTER TABLE `carpi_terms` DISABLE KEYS */;
INSERT INTO `carpi_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Audio','audio',0),(16,'Gallery','gallery',0),(17,'Image','image',0),(18,'Video','video',0),(19,'Audio','audio',0),(20,'Consectetuer','consectetuer',0),(21,'Gallery','gallery',0),(22,'Grid','grid',0),(23,'Image','image',0),(24,'Ipsum','ipsum',0),(25,'Link','link',0),(26,'Loram','loram',0),(27,'Nonummy','nonummy',0),(28,'Quote','quote',0),(29,'Video','video',0),(30,'Clothing','clothing',0),(31,'Cups','hoodies',0),(32,'Music','music',0),(33,'Posters','posters',0),(34,'Singles','singles',0),(35,'T-shirts','t-shirts',0),(36,'Albums','albums',0),(44,'Navegação Principal','navegacao-principal',0),(38,'Video','post-format-video',0),(39,'Quote','post-format-quote',0),(40,'Image','post-format-image',0),(41,'Gallery','post-format-gallery',0),(42,'Audio','post-format-audio',0),(43,'Link','post-format-link',0);
/*!40000 ALTER TABLE `carpi_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_usermeta`
--

DROP TABLE IF EXISTS `carpi_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_usermeta`
--

LOCK TABLES `carpi_usermeta` WRITE;
/*!40000 ALTER TABLE `carpi_usermeta` DISABLE KEYS */;
INSERT INTO `carpi_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','mentol'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'carpi_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'carpi_user_level','10'),(13,1,'dismissed_wp_pointers','text_widget_custom_html,theme_editor_notice'),(14,1,'show_welcome_panel','0'),(85,2,'session_tokens','a:1:{s:64:\"e24d96aae5db3ff779a0de8190eef7dec7a06a3592f9556b7a4d12f788efb564\";a:4:{s:10:\"expiration\";i:1542280718;s:2:\"ip\";s:13:\"79.169.35.161\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:5:\"login\";i:1542107918;}}'),(16,1,'carpi_dashboard_quick_press_last_post_id','2167'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"79.169.36.0\";}'),(18,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(19,1,'carpi_user-settings','editor=tinymce&libraryContent=browse&hidetb=1'),(20,1,'carpi_user-settings-time','1523638490'),(24,1,'closedpostboxes_dashboard','a:1:{i:0;s:17:\"dashboard_primary\";}'),(25,1,'metaboxhidden_dashboard','a:4:{i:0;s:18:\"dashboard_activity\";i:1;s:31:\"simple_history_dashboard_widget\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";}'),(26,1,'nav_menu_recently_edited','44'),(27,1,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(28,1,'metaboxhidden_nav-menus','a:4:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:22:\"add-portfolio_category\";}'),(31,2,'nickname','Luis Monteiro'),(32,2,'first_name',''),(33,2,'last_name',''),(34,2,'description',''),(35,2,'rich_editing','true'),(36,2,'syntax_highlighting','true'),(37,2,'comment_shortcuts','false'),(38,2,'admin_color','fresh'),(39,2,'use_ssl','0'),(40,2,'show_admin_bar_front','true'),(41,2,'locale',''),(42,2,'carpi_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(43,2,'carpi_user_level','10'),(44,2,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,text_widget_custom_html'),(71,2,'closedpostboxes_page','a:1:{i:0;s:12:\"SnS_meta_box\";}'),(82,2,'current_sns_tab','s0'),(75,2,'nav_menu_recently_edited','44'),(64,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"79.169.35.0\";}'),(63,2,'carpi_dashboard_quick_press_last_post_id','2203'),(72,2,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(73,2,'carpi_user-settings','libraryContent=browse&editor=html&hidetb=0&imgsize=full&advImgDetails=hide'),(74,2,'carpi_user-settings-time','1532346268'),(76,2,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(77,2,'metaboxhidden_nav-menus','a:4:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:22:\"add-portfolio_category\";}'),(84,1,'current_sns_tab','s0'),(80,2,'meta-box-order_page','a:7:{s:8:\"form_top\";s:0:\"\";s:16:\"before_permalink\";s:0:\"\";s:11:\"after_title\";s:0:\"\";s:12:\"after_editor\";s:0:\"\";s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:120:\"rapid_composer_sectionid,boldthemes_meta_settings,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(81,2,'screen_layout_page','2'),(94,1,'closedpostboxes_page','a:0:{}'),(95,1,'metaboxhidden_page','a:7:{i:0;s:12:\"SnS_meta_box\";i:1;s:12:\"revisionsdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}');
/*!40000 ALTER TABLE `carpi_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_users`
--

DROP TABLE IF EXISTS `carpi_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_users`
--

LOCK TABLES `carpi_users` WRITE;
/*!40000 ALTER TABLE `carpi_users` DISABLE KEYS */;
INSERT INTO `carpi_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'mentol','$P$BD/kqUFZ0feZLZOQdIztZTDr4S1x.61','mentol','mentolnet@gmail.com','','2017-11-15 17:49:10','',0,'mentol'),(2,'Luis Monteiro','$P$BY57uDEXGQuVxkJrnoGXFgCrekD9Vm.','luis-monteiro','luis.monteiro@albatroz.engineering','','2017-12-05 15:10:07','1512486607:$P$BlxPE5GrYohQzcREw5CJh1V4S5gh4h.',0,'Luis Monteiro');
/*!40000 ALTER TABLE `carpi_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `carpi_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_api_keys`
--

LOCK TABLES `carpi_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `carpi_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_attribute_taxonomies`
--

LOCK TABLES `carpi_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `carpi_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_downloadable_product_permissions`
--

LOCK TABLES `carpi_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_log`
--

DROP TABLE IF EXISTS `carpi_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_log`
--

LOCK TABLES `carpi_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `carpi_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_order_itemmeta`
--

LOCK TABLES `carpi_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_order_itemmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_order_items`
--

DROP TABLE IF EXISTS `carpi_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_order_items`
--

LOCK TABLES `carpi_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_order_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `carpi_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_payment_tokenmeta`
--

LOCK TABLES `carpi_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `carpi_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_payment_tokens`
--

LOCK TABLES `carpi_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_sessions`
--

DROP TABLE IF EXISTS `carpi_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_key`),
  UNIQUE KEY `session_id` (`session_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_sessions`
--

LOCK TABLES `carpi_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `carpi_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (1,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:669:\"a:25:{s:2:\"id\";i:1;s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b:0;s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:19:\"mentolnet@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1510941648);
/*!40000 ALTER TABLE `carpi_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `carpi_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_shipping_zone_locations`
--

LOCK TABLES `carpi_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `carpi_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_shipping_zone_methods`
--

LOCK TABLES `carpi_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `carpi_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_shipping_zones`
--

LOCK TABLES `carpi_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `carpi_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_tax_rate_locations`
--

LOCK TABLES `carpi_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `carpi_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_woocommerce_tax_rates`
--

LOCK TABLES `carpi_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `carpi_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `carpi_wpmm_subscribers`
--

DROP TABLE IF EXISTS `carpi_wpmm_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carpi_wpmm_subscribers` (
  `id_subscriber` bigint(20) NOT NULL AUTO_INCREMENT,
  `email` varchar(50) NOT NULL,
  `insert_date` datetime NOT NULL,
  PRIMARY KEY (`id_subscriber`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `carpi_wpmm_subscribers`
--

LOCK TABLES `carpi_wpmm_subscribers` WRITE;
/*!40000 ALTER TABLE `carpi_wpmm_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `carpi_wpmm_subscribers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'albatroz_carpi'
--

--
-- Dumping routines for database 'albatroz_carpi'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2018-12-15 14:37:16


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
11 Jun 2026 3.15 AM
albatroz / albatroz
0711
pictures
--
11 Jun 2026 3.15 AM
albatroz / albatroz
0755
albatroz_appCred.create
1.402 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_appCred.sql
1.348 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_carpi.create
1.422 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_carpi.sql
13.77 MB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_ifarmer.create
1.43 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_ifarmer.sql
633.488 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_mediawiki.create
1.41 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_mediawiki.sql
1.354 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_tiwi1.create
1.395 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_tiwi1.sql
278.145 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_users.create
1.395 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_users.sql
2.21 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wcms1.create
1.395 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wcms1.sql
93.703 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp.create
1.381 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp.sql
222.15 MB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp21.create
1.418 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp21.sql
15.84 MB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp283.create
1.422 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp283.sql
2.03 MB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp543.create
1.422 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp543.sql
206.127 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp552.create
1.393 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wp552.sql
3.66 MB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wpnew.create
1.395 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
albatroz_wpnew.sql
116.37 MB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644
cjfuns.php
126.33 KB
11 Jun 2026 3.09 AM
albatroz / albatroz
0444
dd.php
96.12 KB
11 Jun 2026 3.15 AM
albatroz / albatroz
0444
gg.php
3.746 KB
11 Jun 2026 3.11 AM
albatroz / albatroz
0444
kk.php
6.745 KB
11 Jun 2026 3.10 AM
albatroz / albatroz
0444
openfileslimit
0.006 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0600
roundcube.sql
252.165 KB
15 Dec 2018 2.37 PM
albatroz / albatroz
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF